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.

Difference between revisions of "User:Zippy/common.css"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* Generic */
 
/* Generic */
  
 
html {font-size :90%;}
 
 
.mw-body h1, .mw-body-content h1, .mw-body-content h2
 
.mw-body h1, .mw-body-content h1, .mw-body-content h2
 
  {font-family:sans-serif;}
 
  {font-family:sans-serif;}
Line 15: Line 13:
 
a:hover
 
a:hover
 
  { color:#0d4759;  
 
  { color:#0d4759;  
 +
  text-shadow: 0px 0px #8888ffbb;
 
   text-decoration-style: dotted;}
 
   text-decoration-style: dotted;}
 
a:active
 
a:active
 
  { color:#247a96;
 
  { color:#247a96;
 
   text-decoration-style: dotted;}
 
   text-decoration-style: dotted;}
 +
 +
/* External Wiki Template Links */
 +
.mw-parser-output a.extiw, .mw-parser-output a.extiw {
 +
color:#5930b5; }
 +
.mw-parser-output a.extiw:hover, .mw-parser-output a.extiw:hover {
 +
color:#785db5; }
 +
.mw-parser-output a.extiw:active, .mw-parser-output a.extiw:active {
 +
color:#a387e1; }
  
 
/* External Wiki Links */
 
/* External Wiki Links */

Revision as of 01:32, 2 February 2020

/* Generic */

.mw-body h1, .mw-body-content h1, .mw-body-content h2
 {font-family:sans-serif;}
.mw-body-content
 { line-height:1.55;}
a:link
 { color:#136985; 
  text-decoration-style: dotted;}
a:visited
 { color:#136985; 
   text-decoration-style: dotted;}
a:hover
 { color:#0d4759; 
   text-shadow: 0px 0px #8888ffbb;
   text-decoration-style: dotted;}
a:active
 { color:#247a96;
   text-decoration-style: dotted;}

/* External Wiki Template Links */
.mw-parser-output a.extiw, .mw-parser-output a.extiw {
	color:#5930b5; }
.mw-parser-output a.extiw:hover, .mw-parser-output a.extiw:hover {
	color:#785db5; }
.mw-parser-output a.extiw:active, .mw-parser-output a.extiw:active {
	color:#a387e1; }

/* 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;}
   
/* Search */
#simpleSearch input
{ background-color:#3d618e;
	color:#fff;
	border-bottom-color:#ff0000;
	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;
}