MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 57: Line 57:
/* Box */
/* Box */
height: 500px;
height: 500px;
width: 100px;
width: 180px;


/* Positioning */
/* Positioning */
Line 122: Line 122:
}
}


div #mw-head
div #mw-panel {
{width: 100%;}
 
/* Color & Background */
background-attachment: scroll;
background-color: rgba(255, 255, 255, 0.67);
/* Box */
height: 500px;
width: 100px;
 
/* Positioning */
position: fixed;
 
/* Effects */
    border-padding-top: 80px;
border-top-left-radius: 0px;
border-top-right-radius: 8px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 8px;
}

Navigation menu