User:OwenBlacker/vector.css

From Wikimedia UK
< User:OwenBlacker
Revision as of 16:14, 20 August 2009 by OwenBlacker (talk | contribs) (Copied from User:OwenBlacker/vector.css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.
h1, h2, h3, h4, p, ul, ol, dl, li, table.infobox td.mergedtoprow {
   text-align: left;
}

h1, h2, h3, h4 {
   margin-left: 0;
   padding-left: 0;
}

body, input, span#wikEdSummaryComboInput select#wikEdSummarySelect {
   font-family: Calibri, Arial, serif !important;
}

textarea, pre, code, input#wpSummary {
   font-family: Consolas, Lucida Console, Courier New, Courier, monospace !important;
}

textarea {
   font-size: 1em;
}

.mw-newarticletext, .editHelp { display: none; }


.metadata, #disambig, .infobox, .notice, .selfref {
    text-align: left;
}

@media print {
    a:link, a:visited, a:active {
        text-decoration: underline !important;
    }

    table#toc {
        display: none;
    }
}

.messagebox.standard-talk {
    background-color: #fcfada; /* not #f8eaba; */
}

#minoredit_helplink, #editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3 {
    display: none;
}

.editOptions {
   margin-top: 0.5em;
}

/* From Template_talk:Reflist */
div.references-small
{
    -webkit-column-count: 2 !important;
}

/* Force header rows from [[Template:Infobox]] to be coloured light grey */
table.infobox tr th[colspan=2]
{
   background: #eee !important;
   text-align: left !important;
}

/* German fonts */
/*
** body.ns-0 div#content li.interwiki-de, :lang(de) {
**   font-family: Breitkopf Fraktur, Calibri, Arial, serif !important;
**   font-size: 150%;
**   font-style: normal;
** }
*/

a.mw-redirect
{
  /* from [[:fr:Aide:Redirection]] */
  border-bottom: dotted 1px green;
}

/* IPA fonts */
span.IPA
{
   font-family: Arial Unicode MS, sans-serif !important;
}

/* Page titles and infobox top rows in Cambria */
table.infobox.geography td.mergedtoprow, h1, h2, h3, h4, h5
{
   font-family: Cambria, Times, serif !important;
}

table.gallery td
{
   text-align: center;
   vertical-align: top;
}

table.infobox td
{
   font-size: 95%;
}

table.infobox table.infobox.geography td.mergedtoprow
{
   font-size: 120% !important;
}

input#wpSummary
{
   width: 100%;
}

div#p-lang ul li a sub
{
   vertical-align: baseline;
}