MediaWiki:Vector.css
From Yate Documentation
(Difference between revisions)
| Line 41: | Line 41: | ||
{ | { | ||
background-image:url('images/yatedocs/articles_left.png'); | background-image:url('images/yatedocs/articles_left.png'); | ||
| − | border-left:solid # | + | border-left:solid #0091f9 2px; |
| − | border-top:solid # | + | border-top:solid #0091f9 2px; |
} | } | ||
.article-right | .article-right | ||
| Line 48: | Line 48: | ||
background-image:url('images/yatedocs/articles_background.png'); | background-image:url('images/yatedocs/articles_background.png'); | ||
background-repeat:repeat-x; | background-repeat:repeat-x; | ||
| − | border-top:solid # | + | border-top:solid #0091f9 2px; |
| − | border-right:solid # | + | border-right:solid #0091f9 2px; |
} | } | ||
.article-content | .article-content | ||
Revision as of 00:01, 26 July 2012
/* CSS placed here will affect users of the Vector skin */
.maincell,.article,.setups
{
border-spacing:0;
border-collapse:collapse;
padding:0px;
}
.maincell-left,.article-left,.setups-left
{
width:75px;
height:56px;
padding:0px;
font-size:2px;
line-height: 0em;
background-repeat:no-repeat;
}
.maincell-right, .article-right,.setups-right
{
color:white;
padding-bottom: 12px;
height:41px;
padding:0px;
background-repeat:repeat-x;
}
.maincell-content, .article-content,.setups
{
padding:0px;
}
.maincell-empty, .article-empty,.setups-empty
{
border-right:solid #dadada 2px;
padding:0px;
line-height: 0em;
font-size: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;
}
.setups
{
width:370px;
}
.setups-left
{
background-image:url('images/yatedocs/setups_left.png');
border-left:solid #0091f9 2px;
border-top:solid #0091f9 2px;
}
.setups-right
{
background-image:url('images/yatedocs/setups_background.png');
background-repeat:repeat-x;
border-top:solid #0091f9 2px;
border-right:solid #0091f9 2px;
}
.setups-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;
}