MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
/* Fix sidebar */ | /* Fix sidebar */ | ||
div#mw-panel { position: fixed; | div#mw-panel { position: fixed; | ||
overflow: auto; | overflow: auto; | ||
Line 14: | Line 13: | ||
background-color: #F6F6F6; | background-color: #F6F6F6; | ||
border-right: 1px solid #A7D7F9; | border-right: 1px solid #A7D7F9; | ||
image url("/common/wiki.png"); | |||
} | } | ||
/* Prevent sidewards scrolling in pre elements */ | /* Prevent sidewards scrolling in pre elements */ |
Revision as of 01:17, 1 May 2013
/* CSS placed here will affect users of the Vector skin */ .thumb{border-color:transparent!important;} .gallerybox .thumb{border-color:#ccc!important;} body{ background: #48433a url("/skins/monobook/back.jpg") 0px 0px repeat; } /* Fix sidebar */ div#mw-panel { position: fixed; overflow: auto; top: 0px; bottom: 0px; height: 100%; /* Prevent content overlay when sidewards scrolling */ background-color: #F6F6F6; border-right: 1px solid #A7D7F9; image url("/common/wiki.png"); } /* Prevent sidewards scrolling in pre elements */ pre { overflow: auto; max-height: 25em; }