Usor:Nickshanks/monobook.css

E Vicipaedia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* global */
h1, h2 { text-shadow: 2px 2px 3px #CCC; }
h4 { color: #666; }
textarea { font-family: monospace; font-size: 9pt; }
a:link,
a:visited { text-decoration: none; }
a:hover,
a:visited:hover { text-decoration: underline; }

/* classes */
.editsection { position: relative; top: 1ex; }
span.texhtml { font-family: inherit; }
.sampa { display: none; }
.ipa { color: #033; }

/* specific divs */
h3#siteSub,
div#siteNotice,
div#editpage-copywarn,
div#footer, .printfooter { display: none; }
div#content { background: white; }
#toc { border-color: #8A8; background-color: #F8FFF8; margin-left: auto; margin-right: auto; }

/* toolbars */
div#column-one { padding-top: 1.68em; }
div#p-logo, div#pt-logout,
li#n-help, li#n-sitesupport,
div#p-search { display: none; }
div#p-personal a:hover,
div#p-personal a:visited:hover { background-color: transparent; text-decoration: underline; }
li#pt-userpage { text-transform: lowercase; }
#p-cactions li { background-color: white; }
#p-cactions li.selected { border-color: #AAA; }
#p-cactions ul li, #p-cactions ul li a
{
  border-radius-topleft: 4px;
  border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
}
#content
{
  border-radius-topleft: 4px;
  border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-bottomleft: 4px;
}
.pBody
{
  border-radius-topright: 4px;
  border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -khtml-border-radius-topright: 4px;
  -khtml-border-radius-bottomright: 4px;
}

/* remove link icons */
div#bodyContent a[href^="http:"],
div#bodyContent a[href^="https:"],
div#bodyContent a[href^="mailto:"],
div#bodyContent a[href^="news:"],
div#bodyContent a[href^="gopher:"] { background: none; padding-right: 0px; }

/* latin-only */
#linguis-100 { display: none; }