Changes

Jump to navigation Jump to search

MediaWiki:Monobook.css

452 bytes added, 10:23, 5 September 2013
no edit summary
.round-box
{
-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}
.portlet h5
{
display:none;
}
.page-Main_Page table
{
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}
#p-cactions ul li a
{
-webkit-border-top-left-radius: 7px; -webkit-border-top-right-radius: 7px; -moz-border-radius-topleft: 7px; -moz-border-radius-topright: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px;
border-width: 3px;
border-color: #AAAAAA;
#p-cactions li.selected
{
border-color: #b215167273D5;} #p-cactions li a { color:#606399;
}
#p-cactions {
position: absolute;
top: 3.3em;
left: 11.5em;
margin: 0;
padding: 1em 0 1.6em;
}
 
/* making sure hitchwiki links in top left aren't masked + personal menu is on right side */
#p-personal {
width: 50%;
left: auto;
right: 0;
}
 
#p-personal li a
border: 1px solid #de9700;
color: #000;
}
 
#front-page
{
background:#F9F9F9 url(http://hitchwiki.org/en/images/en/3/3a/Bg.png) repeat scroll 0 0;
}
 
#front-page h1
{
padding: 5px 20px;
}
 
/* fixing monobook, #47 */
.portlet h3 {
display: none;
}
 
#column-one h2 {
visibility: hidden;
}

Navigation menu