Difference between revisions of "MediaWiki:Common.css"
From Wiki Confrontation
| Line 19: | Line 19: | ||
div#content,.mw-body | div#content,.mw-body | ||
{ | { | ||
| − | background-color: rgb( | + | background-color: rgb(236, 236, 236); |
background-position: top center; | background-position: top center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| + | |||
| + | } | ||
| + | |||
| + | |||
| + | div#footer { | ||
| + | |||
| + | background-color: rgb(236, 236, 236); | ||
| + | background-image:none; | ||
| + | border-top: 1px solid rgb(182, 174, 174); | ||
} | } | ||
Revision as of 14:48, 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(236, 236, 236);
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);
}