Kasutaja:Pt/vector.css

Allikas: Vikipeedia

Märkus: Võimalik, et pärast avaldamist tuleb muudatuste nägemiseks brauseri puhver tühjendada.

  • Firefox / Safari: Hoia all Shift-klahvi ja klõpsa Laadi uuesti või vajuta kas Ctrl-F5 või Ctrl-R (Macis ⌘-R).
  • Google Chrome: Vajuta Ctrl-Shift-R (Macis ⌘-Shift-R).
  • Internet Explorer / Edge: Hoia all Ctrl-klahvi ja klõpsa Värskenda või vajuta Ctrl-F5.
  • Opera: Vajuta Ctrl-F5.
/* 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; }
 

/* 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;
}

/* 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; }
*/