MediaWiki:Vector.css
From Yate Documentation
(Difference between revisions)
(Added modules and startup styles) |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
| − | .maincell,.article,.setups | + | .maincell, .article, .setups, .modules, .startup |
{ | { | ||
border-spacing:0; | border-spacing:0; | ||
| Line 6: | Line 6: | ||
padding:0px; | padding:0px; | ||
} | } | ||
| − | .maincell-left,.article-left,.setups-left | + | .maincell-left, .article-left, .setups-left, .modules-left, .startup |
{ | { | ||
width:75px; | width:75px; | ||
| Line 15: | Line 15: | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
} | } | ||
| − | .maincell-right, .article-right,.setups-right | + | .maincell-right, .article-right, .setups-right, .modules-right, .startup-right |
{ | { | ||
color:white; | color:white; | ||
| Line 23: | Line 23: | ||
background-repeat:repeat-x; | background-repeat:repeat-x; | ||
} | } | ||
| − | .maincell-content | + | .maincell-content |
{ | { | ||
padding:0px; | padding:0px; | ||
} | } | ||
| − | .maincell-empty, .article-empty,.setups-empty | + | .article-content, .setups-content, .modules-content, .startup-content |
| + | { | ||
| + | border-bottom:solid #dadada 2px; | ||
| + | border-right:solid #dadada 2px; | ||
| + | border-left:solid #dadada 2px; | ||
| + | padding:8px; | ||
| + | } | ||
| + | .maincell-empty, .article-empty, .setups-empty, .modules-empty, .startup-empty | ||
{ | { | ||
border-right:solid #dadada 2px; | border-right:solid #dadada 2px; | ||
| Line 34: | Line 41: | ||
font-size:2px; | font-size:2px; | ||
} | } | ||
| + | |||
.article | .article | ||
{ | { | ||
| Line 51: | Line 59: | ||
border-right:solid #0065c7 2px; | border-right:solid #0065c7 2px; | ||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
.modules | .modules | ||
{ | { | ||
| − | width: | + | width:800px; |
} | } | ||
.modules-left | .modules-left | ||
| Line 78: | Line 77: | ||
border-right:solid #ff6600 2px; | border-right:solid #ff6600 2px; | ||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
.startup | .startup | ||
{ | { | ||
| − | width: | + | width:200px; |
} | } | ||
.startup-left | .startup-left | ||
| Line 105: | Line 95: | ||
border-right:solid #49aa08 2px; | border-right:solid #49aa08 2px; | ||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
.setups | .setups | ||
| Line 132: | Line 113: | ||
border-right:solid #4a0aff 2px; | border-right:solid #4a0aff 2px; | ||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
.fonts,.date,.title,.basetext | .fonts,.date,.title,.basetext | ||
Revision as of 13:32, 2 August 2012
/* CSS placed here will affect users of the Vector skin */
.maincell, .article, .setups, .modules, .startup
{
border-spacing:0;
border-collapse:collapse;
padding:0px;
}
.maincell-left, .article-left, .setups-left, .modules-left, .startup
{
width:75px;
height:56px;
padding:0px;
font-size:2px;
line-height: 0em;
background-repeat:no-repeat;
}
.maincell-right, .article-right, .setups-right, .modules-right, .startup-right
{
color:white;
padding-bottom: 12px;
height:41px;
padding:0px;
background-repeat:repeat-x;
}
.maincell-content
{
padding:0px;
}
.article-content, .setups-content, .modules-content, .startup-content
{
border-bottom:solid #dadada 2px;
border-right:solid #dadada 2px;
border-left:solid #dadada 2px;
padding:8px;
}
.maincell-empty, .article-empty, .setups-empty, .modules-empty, .startup-empty
{
border-right:solid #dadada 2px;
padding:0px;
line-height: 0em;
font-size:2px;
}
.article
{
width:500px;
}
.article-left
{
background-image:url('images/yatedocs/articles_left.png');
border-left:solid #0065c7 2px;
border-top:solid #0065c7 2px;
}
.article-right
{
background-image:url('images/yatedocs/articles_background.png');
background-repeat:repeat-x;
border-top:solid #0065c7 2px;
border-right:solid #0065c7 2px;
}
.modules
{
width:800px;
}
.modules-left
{
background-image:url('images/yatedocs/modules_left.png');
border-left:solid #ff6600 2px;
border-top:solid #ff6600 2px;
}
.modules-right
{
background-image:url('images/yatedocs/modules_background.png');
background-repeat:repeat-x;
border-top:solid #ff6600 2px;
border-right:solid #ff6600 2px;
}
.startup
{
width:200px;
}
.startup-left
{
background-image:url('images/yatedocs/startup_left.png');
border-left:solid #49aa08 2px;
border-top:solid #49aa08 2px;
}
.startup-right
{
background-image:url('images/yatedocs/startup_background.png');
background-repeat:repeat-x;
border-top:solid #49aa08 2px;
border-right:solid #49aa08 2px;
}
.setups
{
width:500px;
}
.setups-left
{
background-image:url('images/yatedocs/setups_left.png');
border-left:solid #4a0aff 2px;
border-top:solid #4a0aff 2px;
}
.setups-right
{
background-image:url('images/yatedocs/setups_background.png');
background-repeat:repeat-x;
border-top:solid #4a0aff 2px;
border-right:solid #4a0aff 2px;
}
.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
$wgAddGroups['user'] = true;
{
font-size:12px;
color:#363636;
padding-bottom:20px;
}
.spacing
{
width:50px;
}