Difference between revisions of "MediaWiki:Common.css"
From Wiki Confrontation
| Line 145: | Line 145: | ||
div.vectorTabs li.new a, div.vectorTabs li.new a:visited { | div.vectorTabs li.new a, div.vectorTabs li.new a:visited { | ||
color: rgb(236, 184, 154); | color: rgb(236, 184, 154); | ||
| + | } | ||
| + | |||
| + | #firstHeading { | ||
| + | color: rgb(92,48,1); | ||
| + | font-weight: 500; | ||
| + | } | ||
| + | |||
| + | div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { | ||
| + | color: rgb(92,48,1); | ||
| + | text-decoration: none; | ||
} | } | ||
Revision as of 15:20, 14 June 2013
/* CSS placed here will be applied to all skins */
body{background-color: rgb(0, 0, 0);background-image:none;}
#mw-page-base {
height:165px;
background-color: white;
background-image: url(http://i.imgur.com/uEuHKpt.jpg);
background-position: -125px 0px;
background-repeat: repeat-x;
}
#p-logo a {
width: 14em;
}
div#content,.mw-body
{
background-color: rgb(236, 236, 236);
background-position: top center;
background-repeat: no-repeat;
}
div#footer {
background-color: rgb(255, 255, 255);
background-image:none;
border-top: 1px solid rgb(182, 174, 174);
}
#left-navigation {
top: 7.8em;
}
#right-navigation {
margin-top: 7.8em;
}
#right-navigation {
background-color: white;
}
div#mw-panel div.portal {
margin-left: -11px;
}
div#mw-panel div.portal h5 {
color: rgb(255, 255, 255);
}
#test{
background-image: url(http://i.imgur.com/iNfZjjy.jpg);
background-position: -19px -708px;
border: solid 3px rgb(160, 122, 26);
box-shadow: 2px 2px 2px rgb(99, 94, 94)
}
div#mw-panel div.portal div.body ul li a:visited {
color: rgb(165, 165, 165);
}
div#mw-panel div.portal div.body ul li a {
color: rgb(139, 161, 197);
}
#boule{
margin: auto;
width: 600px;
}
#boulebis{
margin: auto;
width: 650px;
}
#bouleter{
margin: auto;
width: 1192px;
}
#boulequa{
margin: auto;
width: 1202px;
}
#p-personal ul {
list-style: none;
margin: 0;
padding-left: 0em;
width: 384px;
padding-bottom: 4px;
height: 20px;
border-radius: 16px;
background-color: rgba(224,224,224,0.6);
font-weight: bold;
box-shadow: 0px 0px 2px rgba(27, 27, 27,0.6)
}
a.new, #p-personal a.new {
color: rgb(92, 48, 1);
}
#right-navigation {
background-color: rgba(255, 255, 255,0.4);
}
div.vectorTabs ul li {
background-color: rgba(255, 255, 255,0.1);
background-image:none;
}
div.vectorTabs li a {
color: rgb(255, 255, 255);
font-weight: bold;
}
div.vectorTabs li.selected {
background-color: rgb(236, 236, 236);
background-image: none;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
color: rgb(236, 184, 154);
}
#firstHeading {
color: rgb(92,48,1);
font-weight: 500;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
color: rgb(92,48,1);
text-decoration: none;
}