User:Mario/nookipedia.css

From Nookipedia, the Animal Crossing wiki
< User:Mario
Revision as of 22:51, December 19, 2013 by Mario (talk | contribs)

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#contentBodyCenter {
background: SteelBlue;
}

#contentHeadCenter {
background: SteelBlue;
height: 100%;
}
#contentHeadLeft {
background: SteelBlue;
height: 22px;
width: 22px;
}

#contentHeadRight {
background: SteelBlue;
height: 100%;
}

#contentBodyLeft {
background: SteelBlue;
clear: both;
}

textarea {
-webkit-appearance: textarea;
background-color: MidnightBlue;
color: white;
border: 1px solid;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
flex-direction: column;
resize: auto;
cursor: auto;
padding: 2px;
white-space: pre-wrap;
word-wrap: break-word;
}

#contentBodyRight {
background: SteelBlue;
}

pre {
padding: 1em;
border: 1px dashed #2f6fab;
color: LightCyan;
background-color: DeepSkyBlue;
line-height: 1.1em;
}

a.whopatrol, #whopatrollers a, ul.special li a[title="User:Mario"], table.diff a[title="User:Mario"], ul#pagehistory li a[title="User:Mario"] {
color: Red !important;
}

a.whocrat, #whocrats a, ul.special li a[title="User:SuperHamster"], table.diff a[title="User:SuperHamster"], ul#pagehistory li a[title="User:SuperHamster"] {
color: Magenta !important;
}

a {
text-decoration: none;
color: AliceBlue;
}

a:visited {
color: MediumBlue;
}

a:active {color: Lime; }