v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

User:Zippy/common.css

From Dwarf Fortress Wiki
< User:Zippy
Revision as of 19:01, 20 July 2019 by Zippy (talk | contribs)
Jump to navigation Jump to search

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: 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
/* Generic */

a:link
 { color:#136985; 
  text-decoration-style: dotted;}
a:visited
 { color:#136985; 
   text-decoration-style: dotted;}
a:hover
 { color:#0d4759; 
   text-decoration-style: dotted;}
a:active
 { color:#247a96;
   text-decoration-style: dotted;}

/* External Wiki Links */
.mw-parser-output a.external:link
 { color:#357543; 
   text-decoration-style: dotted;}
.mw-parser-output a.external:hover
 { color:#285933;
   text-decoration-style: dotted;}
   .mw-parser-output a.external:active
 { color:#4b9f5d; 
   text-decoration-style: dotted;}
   
/* Wiki Tab Links */
.vectorTabs li a
 { color:#136985; 
   text-decoration-style: dotted;}
.vectorTabs li a:hover
 { color:#0d4759; 
   text-decoration-style: dotted;}
   .vectorTabs li a:active
 { color:#247a96; 
   text-decoration-style: dotted;}
   
/* Side Menu */
#mw-panel .portal .body li a
 { color:#136945;
   text-decoration-style: dotted;}
#mw-panel .portal .body li a:hover
 { color:#0e4f34; 
   text-decoration-style: dotted;}
#mw-panel .portal .body li a:active
 { color:#1e9462;
   text-decoration-style: dotted;}

/* Tables */
table.wikitable > * > tr > th {
background-color: #e3e3e3;
}