User:Oghmoir/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.
.IPA { color: green; }

---

div#content {
  font-family: "Lucida Sans Unicode", "Sans Serif", Helvetica, sans-serif;
}
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {
  font-family: "Trebuchet MS", "Sans Serif", Helvetica, sans-serif;
}

---

div#editpage-specialchars.plainlinks p {
  line-height: 200% !important;
}

div#editpage-specialchars.plainlinks a:link, div#editpage-specialchars.plainlinks a:visited {
  font-size: larger;
  border: none !important;
  background-color: #ddf6ff !important;
  padding: 2px !important;
}

div#editpage-specialchars.plainlinks a:hover {
  border: none !important;
  background-color: #06c !important;
  color: white !important;
  text-decoration: none !important;
}


/*   */



div#content a:link {
  color: #06c;
  text-decoration: none;
  border-bottom: none;
}
div#content a:visited {
  color: #63c;
  text-decoration: none;
  border-bottom: none;
}
div#content a:hover {
  color: #f60;
  text-decoration: underline;
  border-bottom: none;
}
div#content a:active {
  color: #c60;
  text-decoration: none;
  border-bottom: none;
}
div#content a.new:link, div#content a.new:visited {
  color: #a30;
  text-decoration: none;
  border-bottom: none;
}
div#content a.new:hover {
  color: #f93;
  text-decoration: underline;
  border-bottom: none;
}
div#content a.new:active {
  color: #c60;
  text-decoration: none;
  border-bottom: none;
}


/*   */


/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}