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
Line 13: Line 13:
 
a:hover
 
a:hover
 
  { color:#0d4759;  
 
  { color:#0d4759;  
   text-shadow: 1px 1px blue;
+
   text-shadow: 0px 0px #8888ffbb;
 
   text-decoration-style: dotted;}
 
   text-decoration-style: dotted;}
 
a:active
 
a:active

Revision as of 13:29, 13 November 2019

/* 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:#25a; }
	.mw-parser-output a.extiw:hover, .mw-parser-output a.extiw:hover {
	color:#36b; }
.mw-parser-output a.extiw:active, .mw-parser-output a.extiw:active {
	color:#6593df; }

/* 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;
}