Jump to content

User:Pt/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 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; }
*/