User:Patrick/myskin.css

From Wikipedia, the free encyclopedia

If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
a {text-decoration: underline; !important}
 
.allpagesredirect a {
    font-style: italic;
    color: green;
    /*display:none*/
}
 
.dummy  { display: none; !important}
 
/* Set line-height for <sup> and <sub> to avoid 0 */
sup, sub {
    line-height: 2; important!
}
 
.interwiki-nl { background:#0ff }
 
.diff-otitle { background:#ffffff; }
.diff-ntitle { background:#ffffff; }
.diff-addedline { background:#ccffcc;  font-size: 100%; !important}
.diff-deletedline { background:#ffffaa;  font-size: 100%; !important}
.diff-context { background:#eee !important}
col.diff-otitle { background:#ffffff; }
col.diff-ntitle { background:#ffffff; }
col.diff-addedline { background:#ccffcc;  font-size: 100%; !important}
col.diff-deletedline { background:#ffffaa;  font-size: 100%; !important}
td.diff-context { background:#eee;   font-size: 100%; !important}
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline { background:#ccffcc;  font-size: 100%; !important}
td.diff-deletedline { background:#ffffaa;  font-size: 100%; !important}
td.diff-context { background:#eee;   font-size: 100%; !important}
 
a.new {color: #000000; !important}
 
/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
table.cast,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.cast th, table.cast td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}
 
table.wikitable th,
table.cast th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.wikitable caption,
table.cast caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
table.prettytable code,
table.cast code,
table.wikitable code {
  background-color: transparent;
}