User:DragonflySixtyseven/vector.css

.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 */

  1. 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. */

  1. 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" */

  1. firstHeading { border-bottom: 0; }

/* Category box should not have border, background */

.catlinks { border: none; background-color: transparent; }

.mw-body a:link { color: #0000FF; } /* normal unvisited links */

.mw-body a:link:visited { color: #7F007F; } /* visited links */

.mw-body a:link:active { color: #BA0000; } /* active links */

.mw-body a:link.new { color: #BA0000; } /* new links */

.mw-body a:link.interwiki { color: #3366BB; } /* interwiki links */

.mw-body a:link.external { color: #3366BB; } /* external links */

li.new a{ color: #BA0000 !important; } /* new links */

div#mw-panel div.portal div.body ul li { font-size: 75%; line-height: 1.5em; }

  1. pt-mytalk:before { content: "("; }
  2. pt-mytalk:after { content: ")"; }
  3. pt-sandbox, #pt-mycontris, #pt-watchlist { display: none; }
  4. pt-preferences { display:block; clear:both; }
  5. p-namespaces ul li { background: none; }

div.vectorTabs ul li { background: none; }

div.vectorTabs span { background: none; }

div.vectorTabs ul { background: none; }

div.vectorTabs { background: none }

div.vectorTabs span > a { display: inline; line-height: 16px; font-size: 6px}

.not-patrolled { background-color:goldenrod; }

.vectorMenu { display: none; }

div#content { border: 1px solid #808080; }

  1. pt-sandbox { display: none; }