MediaWiki:Chick.css

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with "- CSS placed here will affect users of the Chick skin: .maincell,.article { border-spacing:0; border-collapse:collapse; } .maincell-left,.article-left { width:75px; hei...")
 
Line 31: Line 31:
 
.article-left
 
.article-left
 
{
 
{
background-image:url('articles_left.png');
+
background-image:url('images/yatedocs/articles_left.png');
 
border-left:solid #0091f9 2px;
 
border-left:solid #0091f9 2px;
 
border-top:solid #0091f9 2px;
 
border-top:solid #0091f9 2px;
Line 37: Line 37:
 
.article-right
 
.article-right
 
{
 
{
background-image:url('articles_background.png');
+
background-image:url('images/yatedocs/articles_background.png');
 
background-repeat:repeat-x;
 
background-repeat:repeat-x;
 
border-top:solid #0091f9 2px;
 
border-top:solid #0091f9 2px;

Revision as of 04:47, 12 July 2012

/* CSS placed here will affect users of the Chick skin */
.maincell,.article
{
	border-spacing:0;
	border-collapse:collapse;
}
.maincell-left,.article-left
{
	width:75px;
	height:56px;
	padding:0px;

}
.maincell-right, .article-right
{
	color:white;
	padding-bottom: 12px;
	height:41px;
}
.maincell-content, .article-content
{
}
.maincell-empty, .article-empty
{
	border-right:solid #dadada 2px;
}
.article
{
	width:370px;
}
.article-left
{
	background-image:url('images/yatedocs/articles_left.png');
	border-left:solid #0091f9 2px;
	border-top:solid #0091f9 2px;
}
.article-right
{
	background-image:url('images/yatedocs/articles_background.png');
	background-repeat:repeat-x;
	border-top:solid #0091f9 2px;
	border-right:solid #0091f9 2px;
}
.article-content
{
	border-bottom:solid #dadada 2px;
	border-right:solid #dadada 2px;
	border-left:solid #dadada 2px;
	padding:8px;

}
.fonts,.date,.title,.basetext
{
	font-family: Georgia,Verdana,sans;
	text-align: justify; 
	text-justify: inter-word;
}
.date
{
	font-size:10px;
	color:#999999;
}
.title
{
	font-size:14px;
	color:#4271c1;
}
.basetext
{
	font-size:12px;
	color:#363636;
	padding-bottom:20px;
}
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers