Difference between revisions of "MediaWiki:Monobook.css"

321 bytes removed ,  00:57, 26 April 2020
no edit summary
(10 bucks say I posted that there, and I can't figure out why)
Line 6: Line 6:
{
{
   background: none;
   background: none;
}
div.pBody
{
  background:#444444;
}
div#content {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
  border: 4px solid #444444;
  background:#D9D9D9;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  border: 4px ridge #C0C0C0;
}
}


#p-personal .pBody ul {
#p-personal .pBody ul {
background: #444444;
background: #444444;
        float: right;
float: right;
padding-left: 5px;
padding-left: 5px;
height: 1.45em;
height: 1.45em;
Line 34: Line 16:
border-left: 2px solid #CC0000;
border-left: 2px solid #CC0000;
border-bottom-left-radius: 0.5em;
border-bottom-left-radius: 0.5em;
        box-shadow: 0px 0px 4px 2px #000000;
box-shadow: 0 0 4px 0 #000000;
}
}