MediaWiki:Vector.css
From Yate Documentation
(Difference between revisions)
| Line 19: | Line 19: | ||
color:white; | color:white; | ||
padding-bottom: 12px; | padding-bottom: 12px; | ||
| − | height: | + | height:37px; |
padding:0px; | padding:0px; | ||
background-repeat:repeat-x; | background-repeat:repeat-x; | ||
| Line 33: | Line 33: | ||
.article-content, .setups-content, .modules-content, .startup-content | .article-content, .setups-content, .modules-content, .startup-content | ||
{ | { | ||
| − | border-bottom:solid #dadada | + | border-bottom:solid #dadada 1px; |
| − | border-right:solid #dadada | + | border-right:solid #dadada 1px; |
| − | border-left:solid #dadada | + | border-left:solid #dadada 1px; |
padding:8px; | padding:8px; | ||
} | } | ||
| Line 53: | Line 53: | ||
{ | { | ||
background-image:url('images/yatedocs/articles_left.png'); | background-image:url('images/yatedocs/articles_left.png'); | ||
| − | border-left:solid #0065c7 | + | border-left:solid #0065c7 1px; |
| − | border-top:solid #0065c7 | + | border-top:solid #0065c7 1px; |
} | } | ||
.article-right | .article-right | ||
{ | { | ||
background-image:url('images/yatedocs/articles_background.png'); | background-image:url('images/yatedocs/articles_background.png'); | ||
| − | border-top:solid #0065c7 | + | border-top:solid #0065c7 1px; |
| − | border-right:solid #0065c7 | + | border-right:solid #0065c7 1px; |
| + | border-bottom:solid #0065c7 1px; | ||
} | } | ||
| Line 70: | Line 71: | ||
{ | { | ||
background-image:url('images/yatedocs/modules_left.png'); | background-image:url('images/yatedocs/modules_left.png'); | ||
| − | border-left:solid #ff6600 | + | border-left:solid #ff6600 1px; |
| − | border-top:solid #ff6600 | + | border-top:solid #ff6600 1px; |
} | } | ||
.modules-right | .modules-right | ||
{ | { | ||
background-image:url('images/yatedocs/modules_background.png'); | background-image:url('images/yatedocs/modules_background.png'); | ||
| − | border-top:solid #ff6600 | + | border-top:solid #ff6600 1px; |
| − | border-right:solid #ff6600 | + | border-right:solid #ff6600 1px; |
| + | border-bottom:solid #ff6600 1px; | ||
} | } | ||
| Line 87: | Line 89: | ||
{ | { | ||
background-image:url('images/yatedocs/startup_left.png'); | background-image:url('images/yatedocs/startup_left.png'); | ||
| − | border-left:solid #49aa08 | + | border-left:solid #49aa08 1px; |
| − | border-top:solid #49aa08 | + | border-top:solid #49aa08 1px; |
} | } | ||
.startup-right | .startup-right | ||
{ | { | ||
background-image:url('images/yatedocs/startup_background.png'); | background-image:url('images/yatedocs/startup_background.png'); | ||
| − | border-top:solid #49aa08 | + | border-top:solid #49aa08 1px; |
| − | border-right:solid #49aa08 | + | border-right:solid #49aa08 1px; |
| + | border-bottom:solid #49aa08 1px; | ||
} | } | ||
| Line 104: | Line 107: | ||
{ | { | ||
background-image:url('images/yatedocs/setups_left.png'); | background-image:url('images/yatedocs/setups_left.png'); | ||
| − | border-left:solid #4a0aff | + | border-left:solid #4a0aff 1px; |
| − | border-top:solid #4a0aff | + | border-top:solid #4a0aff 1px; |
} | } | ||
.setups-right | .setups-right | ||
{ | { | ||
background-image:url('images/yatedocs/setups_background.png'); | background-image:url('images/yatedocs/setups_background.png'); | ||
| − | border-top:solid #4a0aff | + | border-top:solid #4a0aff 1px; |
| − | border-right:solid #4a0aff | + | border-right:solid #4a0aff 1px; |
| + | border-bottom:solid #4a0aff 1px; | ||
} | } | ||
Revision as of 14:13, 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-left
{
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:37px;
padding:0px;
background-repeat:repeat-x;
}
.article-right, .setups-right, .modules-right, .startup-right
{
font-size: large;
}
.maincell-content
{
padding:0px;
}
.article-content, .setups-content, .modules-content, .startup-content
{
border-bottom:solid #dadada 1px;
border-right:solid #dadada 1px;
border-left:solid #dadada 1px;
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 1px;
border-top:solid #0065c7 1px;
}
.article-right
{
background-image:url('images/yatedocs/articles_background.png');
border-top:solid #0065c7 1px;
border-right:solid #0065c7 1px;
border-bottom:solid #0065c7 1px;
}
.modules
{
width:800px;
}
.modules-left
{
background-image:url('images/yatedocs/modules_left.png');
border-left:solid #ff6600 1px;
border-top:solid #ff6600 1px;
}
.modules-right
{
background-image:url('images/yatedocs/modules_background.png');
border-top:solid #ff6600 1px;
border-right:solid #ff6600 1px;
border-bottom:solid #ff6600 1px;
}
.startup
{
width:200px;
}
.startup-left
{
background-image:url('images/yatedocs/startup_left.png');
border-left:solid #49aa08 1px;
border-top:solid #49aa08 1px;
}
.startup-right
{
background-image:url('images/yatedocs/startup_background.png');
border-top:solid #49aa08 1px;
border-right:solid #49aa08 1px;
border-bottom:solid #49aa08 1px;
}
.setups
{
width:500px;
}
.setups-left
{
background-image:url('images/yatedocs/setups_left.png');
border-left:solid #4a0aff 1px;
border-top:solid #4a0aff 1px;
}
.setups-right
{
background-image:url('images/yatedocs/setups_background.png');
border-top:solid #4a0aff 1px;
border-right:solid #4a0aff 1px;
border-bottom:solid #4a0aff 1px;
}
.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;
}