Difference between revisions of "MediaWiki:Monobook.css"

no edit summary
Line 17: Line 17:
   -moz-border-radius-topright: 1em;
   -moz-border-radius-topright: 1em;
}
}
#content {  
 
div#content {  
   -moz-border-radius-topleft: 1em;  
   -moz-border-radius-topleft: 1em;  
   -moz-border-radius-bottomleft: 1em;
   -moz-border-radius-bottomleft: 1em;
Line 29: Line 30:
}
}


#p-personal a {
#p-personal .pBody ul {
color: #47B9EA !important;
background: #C0C0C0;
background-color: #444444;
border-bottom: 2px solid #CC0000;
        border: 2px solid #282828;
border-left: 2px solid #CC0000;
border-bottom-left-radius: 0.5em;
        box-shadow: 0px 0px 4px 2px #000000;
}
 
#p-personal li a{
        color: #47B9EA;
        font-weight: bold;
}
}