User:Ht14/nookipedia.css

From Nookipedia, the Animal Crossing wiki
< User:Ht14
Revision as of 00:36, May 9, 2011 by Ht14 (talk | contribs) (moved User:Ht14/monobook.css to User:Ht14/nookipedia.css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* Coding to highlight certain members in the RC */
/* Makes certain admins italic in the RC. */

.page-Special_RecentChanges [title="User:Dabtowner"], 
.page-Special_RecentChanges [title="User:Jake"], 
.page-Special_RecentChanges [title="User:Leem01"], 
.page-Special_RecentChanges [title="User:MerrytonRyan"], 
.page-Special_RecentChanges [title="User:SuperAlpaca"], 
.page-Special_RecentChanges [title="User:Vulpes"]
{
font-style: italic;
}

/* Bold is fun too! */
.page-Special_RecentChanges [title="User:Jake"], 
.page-Special_RecentChanges [title="User:SuperAlpaca"]
{
font-style: bold;
}

/* gives some users dark green */
.page-Special_RecentChanges [title="User:Dabtowner"], 
.page-Special_RecentChanges [title="User:Jake"], 
.page-Special_RecentChanges [title="User:Leem01"], 
.page-Special_RecentChanges [title="User:MerrytonRyan"], 
.page-Special_RecentChanges [title="User:SuperAlpaca"], 
.page-Special_RecentChanges [title="User:Vulpes"]
{
color: #0B7A0B;
}