User:Pt/vector.css
Appearance
< User:Pt
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:Pt/vector.js. |
/* Sorry, but I've copied it mostly from [[m:User:Thetorpedodog/monobook.css]] */
/************** This is a tweak from the intro section ********************/
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }
/* [[Rapidly-exploring random tree]] had its table of contents overlapping the algorithm */
pre { clear:left; }
/* links on the nav. bar */
.portal a {
display: block;
width: 100%;
}
/* the most important links */
#n-mainpage-description a, #n-portal a, #n-recentchanges a, #n-randompage a,
#t-whatlinkshere a, /*#t-recentchangeslinked a*/ #t-contributions a, #coll-download-as-rl a {
color: rgb(0, 120, 30) !important;
}
/* upload link must not be similar to others */
#t-upload a {
opacity: 0.6;
}
/* "rss" and "atom" next to RC */
#p-tb #feedlinks a {
display: inline;
}
/* nav., search, toolbox, lang. headers */
div.portal h5 {
margin-left: 1.5em;
}
/* From Wikipedia, the free encyclopedia. */
#siteSub {
font-style: italic;
color: #668;
font-size: 90%;
}
/* diff scrollbars (NOT WORKING YET) */
/* from [[User:Omegatron/monobook.css]]*/
td.diff-addedline, td.diff-deletedline, td.diff-context {
overflow: auto;
dislpay: block;
width: 50%;
}
/* power-search*/
#powersearch label {
border-right: 1px dotted #666;
padding-right: 0.6em;
}
/* make the links in TOC-s easier to catch, but smaller */
#toc li a {
display: block;
width: 100%;
font-size: 85%;
line-height: 100%;
}
/* the numbers in TOC-s: green is nicer than blue */
.tocnumber {
color: rgb(0, 90, 20);
}
/* float the TOC etc. */
#toc {
float: left;
margin-right: 0.5em;
margin-bottom: 0.2em;
margin-top: 0.2em;
}
/* Make inputs nice */
input, textarea {
border-width: 1px;
}
input[type=submit] {
background-color: #e4e4ff;
}
input[type=text], input#wpSummary, textarea {
border: 1px solid #bbd;
}
/* The text "Edit summary (Briefly ...)" */
div.editOptions {
text-align: left;
}
/* Headers don't look nice if justified */
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
text-align: left;
}
/* Small boxes ("Wikimedia Commons has more pictures...") look neither */
.mbox-text {
text-align: left;
}
/* Inspired from http://en.wikipedia.org/wiki/Wikipedia:Requests_for_comment/May_2010_skin_change/VPT#Reducing_whitespace_above_row_at_top */
/*
#left-navigation { top: 1.2em; }
#right-navigation { margin-top: 1.2em; }
#page-base { height: 3.7em; }
*/