User:DragonflySixtyseven/vector.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:DragonflySixtyseven/vector.js. |
.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; }
/* 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; }
#pt-mytalk:before { content: "("; }
#pt-mytalk:after { content: ")"; }
#pt-sandbox, #pt-mycontris, #pt-watchlist { display: none; }
#pt-preferences { display:block; clear:both; }
#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; }
#pt-sandbox { display: none; }