User:PiRSquared17/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
fork
 
fix
(One intermediate revision by the same user not shown)
Line 11: Line 11:
this is much easier to fix on the MediaWiki side and i'll submit a
this is much easier to fix on the MediaWiki side and i'll submit a
patch to do that shortly */
patch to do that shortly */
body:not(.ns0) #content,
body #content,
body:not(.ns0),
body,
body:not(.ns0) #mw-page-base,
body #mw-page-base,
body:not(.ns0) div.vectorTabs li.selected { background: #ffffec; }
body.ns-0 div.vectorTabs li.selected { background: #ffffec; }
body.ns-0 #content,
body.ns-0,
body.ns-0 #mw-page-base,
body.ns-0 div.vectorTabs li.selected { background: white; }
/* the thin line that separates sections in the toolbar from each other
/* the thin line that separates sections in the toolbar from each other

Revision as of 18:16, 9 April 2013

.usermessage { background: transparent; border: 0; }
/* All the text on the page should have serifs, not just the body content */
* { font-family: "Times new roman"; }
 
/* get rid of the little 'person' icon next to the userpage link */
#pt-userpage { background-image: none; }
 
/* for non-article pages, the placid yellow tone should be the
background on the entire page, not just the body content */
/* note: this currently causes non-active tabs to look a little funny -
this is much easier to fix on the MediaWiki side and i'll submit a
patch to do that shortly */
body #content,
body,
body #mw-page-base,
body.ns-0 div.vectorTabs li.selected { background: #ffffec; }
body.ns-0 #content,
body.ns-0,
body.ns-0 #mw-page-base,
body.ns-0 div.vectorTabs li.selected { background: white; }
 
/* the thin line that separates sections in the toolbar from each other
is too blue. It should be greyblack. */
#mw-panel.collapsible-nav .portal { 
        background: none; /* remove the default one */
        border-bottom: 1px solid grey; /* add out own - adjust the color to your liking */
}
 
/* there should not be a separator line between (page title) and "from
Wikipedia, the free encyclopedia" */
#firstHeading { border-bottom: 0; }