MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */ li#n-recentchanges { border-top: 1px solid #AAA; } ul#page-menu { margin: 0; padding: 7px 0 23px; border-bottom: 1px solid #CCC; float: left; line-height: normal; list-style: none; background-color: yellow; font-size: medium; font-weight: bold; text-align: center; white-space: nowrap; } ul#page-menu li { margin: 0 1em; display: inline; } ul#page-menu a { padding: 0 0 19px; border-bottom: 4px solid #FFF; color: #999; background-image: url(../images/page_menu.png); background-repeat: no-repeat; text-decoration: none; } ul#page-menu a.abc { background-position: 50% 20px; } ul#page-menu a.youtube { background-position: 50% -44px; } ul#page-menu a.hints-and-tips { background-position: 50% -108px; } ul#page-menu a.reference { background-position: 50% -172px; } ul#page-menu a.overviews { background-position: 50% -236px; } ul#page-menu a.glossary { background-position: 50% -300px; } ul#page-menu a.buy { background-position: 50% -364px; } ul#page-menu a.support { background-position: 50% -428px; } ul#page-menu a:hover { border-color: #F60; color: #666 } ul#page-menu a#current { border-color: #F60; color: #06F; } h1#firstHeading { clear: both; } #p-QuickLinks li { padding-left: 20px; background-repeat: no-repeat; } #n-Pages { background-image: url(../images/pages.png); } #n-Images { background-image: url(../images/images.png); } div#orig-page { padding: 2px 0 4px 19px; background: transparent url(../images/page_orig.png) no-repeat scroll 0 50%; } .inset { padding: 5px; } p.mail-header { margin: 0; padding: 0; } .mail-header { display: inline; background: #FFFF80; } .mail-header .mail-subject { color: #FFF; background: #00F; font-weight: bold; } #playSlideshow { padding-right: 3px; padding-left: 51px; display: inline-block; height: 48px; line-height: 48px; background: transparent url(../images/slideshow-48x48.png) no-repeat left center; } .playSlideshow { margin: 3px; padding: 1px 18px; padding-right: 1px; display: inline-block; background: transparent url(../images/slideshow-16x16.png) no-repeat 1px center; }