User:Jotomicron/monobook.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.
#content { font-family: 'Segoe UI', Tahoma, sans-serif; }
#editpage-specialchars { display: none; }
#content { text-align: justify; }
#content table { text-align: initial; }
#wpTextbox1 { font-family: Consolas, monospace; font-size: 11pt; }

#toc { margin-left: 20; }

#jswarning { display: none; }

/* .IPA { font-family: "Arial Unicode MS"; color: blue; } */

div.pBody a:visited { color: #002bb8; }

#bodyContent a         { text-decoration: none; }
#bodyContent a:active  { text-decoration: underline; color: #faa700; }
#bodyContent a:visited { color: #002bb8; }
#bodyContent a:hover   { text-decoration: underline; }

#bodyContent a.new         { color: #b11111; }
#bodyContent a.new:visited { color: #a55858; }

#bodyContent a.external:visited { color: #36b; }
#bodyContent a.extiw:visited    { color: #36b; }

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

div.pBody {
  border-left:none;
}

/* Personal toolbar */
#p-personal ul {
  /* transparency */
  opacity: .75;

  border-color: #FABD23;
  border-width: 1px;
  border-style: solid;
  background:   #F8FCFF;

  /* if it weren't for this, that tool bar would stretch itself across the entire screen. */
  float: right;

  padding: 0;
  padding-bottom: .1em;
  padding-right:  3px;
  border-top: none;
  border-right: none;
  margin: 0;

  top: 0;
  right: 0;

  background-position: right center;
}

#pt-userpage {
  background-position: 4px top;
}

#p-personal a {
  padding: .5em;
  margin: 0;
}

#p-personal li {
  margin: 0;
  border-right: 2px dotted #FABD23;
}

#EnWpMainPageNoCSS { display: inline; }

/* Left-align table cells & category trees */
.infobox td, .infobox th, .CategoryTreeTag {
  text-align: left;
}

/* Left-align the diff analysis */
.diff-addedline, .diff-deletedline, .diff-context {
  text-align:left;
}