Difference between revisions of "MediaWiki:Monobook.css"

37 bytes removed ,  19:51, 14 November 2014
no edit summary
Line 11: Line 11:
{
{
   background:#444444;
   background:#444444;
}
#p-cactions ul li, #p-cactions ul li a { 
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
}


Line 24: Line 19:
   background:#D9D9D9;
   background:#D9D9D9;
}
}
div.pBody {
div.pBody {
   -moz-border-radius-topright: 1em;
   -moz-border-radius-topright: 1em;
   -moz-border-radius-bottomright: 1em;
   -moz-border-radius-bottomright: 1em;
   border: 4px ridge silver;  
   border: 4px ridge #444444;  
}
}


#p-personal .pBody ul {
#p-personal .pBody ul {
background: #C0C0C0;
background: #444444;
         float: right;
         float: right;
padding-left: 5px;
padding-left: 5px;
Line 60: Line 56:
border: 2px solid #282828;  
border: 2px solid #282828;  
color: #C0C0C0;  
color: #C0C0C0;  
}
div#footer a
{
  color:#47B9EA;
}
div#footer a:visited
{
  color:#006ECB;
}
}