MediaWiki:Common.css
From YateBTS
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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ body.mediawiki { background-color: #ffffff; background-image: none; font-family: Arial, Verdana, Sans, Helvetica; } #mw-page-base { background-image: none; } div.vectorTabs li.new a, div.vectorTabs li.new a:visited,#right-navigation div ul li span a, #left-navigation div ul li span,#right-navigation div ul li span a, #left-navigation div ul li span { color: #4d4d4d; } #right-navigation div ul li span a, #left-navigation div ul li span a { color: #4d4d4d; } #right-navigation div ul li span a, #left-navigation div ul li span a { background-image: url(images/tab_background.png); background-repeat: repeat-x; background-position: bottom left; } div.vectorMenu h5 a { background-image: url(images/tab_background.png); background-repeat: n-repeat; background-position: bottom right; /*the image above just replaces another image*/ border-right:1px solid #e6e6e6; } #ca-unwatch.icon a { background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(images/tab_background.png); } #right-navigation div ul li.selected span a, #left-navigation div ul li.selected span a { background-image: none; } li#ca-talk, li#ca-edit, li#ca-history, li#ca-nstab-main, li#ca-view, li#ca-watch, li#ca-viewsource { border-right:1px solid #e6e6e6; } li#ca-talk.selected, li#ca-edit.selected, li#ca-history.selected, li#ca-nstab-main.selected,li#ca-view.selected, li#ca-viewsource.selected { border-right:none; } #right-navigation div ul li.selected span a, #left-navigation div ul li.selected span,#right-navigation div ul li.selected span,#left-navigation div ul li.selected span a { color: #4d4d4d; } div#content { border-left: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; background-image: none; color: #4d4d4d; } div#footer { background-image: none; border-top: 1px solid #e6e6e6; } #mw-head-base { background-image: url(images/border.png); background-position: left bottom; background-repeat: repeat-x; height: 5em; /*border-bottom: 1px solid #e6e6e6;*/ } div#mw-panel div.portal div.body { background-image: url(images/border.png); background-position: left bottom; background-repeat: repeat-x; } div#mw-panel div.portal h5 { color: #43a000; font-size: 16px; padding-left: 1.25em; } #firstHeading { color: #4d4d4d; font-size:22px; } div#mw-panel{ width:9em; } div.vectorTabs span { background-image:url(images/border.png); background-repeat:repeat-y; } div#p-namespaces,div#p-views { padding-left:0px; border-left:1px solid #e6e6e6; } #right-navigation div ul li.selected span a, #left-navigation div ul li.selected span, #right-navigation div ul li.selected span, #left-navigation div ul li.selected span a { color: #FF8D41; } #ca-watch.icon a { background-position: -19px 60%; background-color: white; border-bottom:1px solid #e6e6e6; padding-top:39px; } #mw-panel.collapsible-nav .portal h3 a { color: #43a000; font-size:14px; } #mw-panel.collapsible-nav .portal { margin-bottom: 35px; } #mw-panel.collapsible-nav .portal h3 { /* background-image: url("http://wiki.yatebts.com/skins/vector/images/arrow-expanded.png?2013-12-06T22:13:20Z"); background-position: left center; background-repeat: no-repeat;*/ color: #43a000; /* font-size: 0.75em; font-weight: normal; margin-bottom: 0; padding-bottom: 3px; padding-left: 1.5em; padding-right: 0; padding-top: 4px;*/ } div#mw-panel div.portal div.body ul li a,div#mw-panel div.portal div.body ul li a:visited { color: #4d4d4d; } #mw-panel.collapsible-nav .portal.collapsed h3 a, #mw-panel.collapsible-nav .portal.collapsed h3 a:hover { color: #43a000; } div.vectorMenu h3 a { background-image: none; border-right:1px solid #e6e6e6; } div.vectorTabs ul li { background-image:none; } pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } /* make left side menu wider */ div#mw-panel { width:11em; } div#content, div#footer, div#left-navigation, #mw-head-base { margin-left:12em; } /* decrease space between the various categories */ #mw-panel.collapsible-nav .portal { margin-bottom:20px; } div#mw-panel { padding-top:0em; } /* this will remove the toolbox */ /* #p-tb { display:none !important; }*/ div#mw-head div.vectorMenu h3 {background-image:none;} td.yate-content-left, td.yate-content-right {width: 320px; vertical-align: top; padding-right:35px;} td.yate-content-left ul, td.yate-content-right ul { list-style-image: url("https://wiki.yatebts.com/images/bulletpoint.png"); line-height:20px; margin-top:0.5em; } td.yate-content-left p, td.yate-content-right p { padding-left: 21px; height:40px; margin-top:0em; line-height:16px; margin-bottom:10px;}