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
 
(95 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/* Gamedata Content */
 +
 +
.gamedata-content {
 +
font-size: 14px !important;
 +
}
 +
 
/* Generic */
 
/* Generic */
  
 +
.mw-redirectedfrom {
 +
font-size: 11px;
 +
}
 +
 +
.mw-body h1, .mw-body-content h1, .mw-body-content h2
 +
{font-family:sans-serif;}
 +
.mw-body-content h2
 +
{border-image: linear-gradient(to right,#77777791,#0000) 1;}
 +
.mw-body .firstHeading
 +
{border-image: linear-gradient(to right,#45454591,#0000) 1;}
 +
.mw-body-content
 +
{ line-height:1.55;}
 
a:link
 
a:link
  { color:#745b2e; }
+
  { color:#136985;
 +
  text-decoration-style: dotted;}
 
a:visited
 
a:visited
  { color:#745b2e; }
+
  { color:#136985;
 +
  text-decoration-style: dotted;}
 
a:hover
 
a:hover
  { color:#524121; }
+
  { color:#0d4759;
 +
  text-shadow: 0px 0px #8888ffbb;
 +
  text-decoration-style: dotted;}
 
a:active
 
a:active
  { color:#746343; }
+
  { color:#247a96;
.external link
+
  text-decoration-style: dotted;}
  { color:#1fb2a4; }
+
 
 +
/* 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; }
 +
 
 +
/* Red Links */
 +
a.new, #quickbar a.new {color: #AE1616 !important;}
 +
a.new:link, #quickbar a.new:link {color: #AE1616 !important;}
 +
a.new:visited, #quickbar a.new:visited {color: #AE1616 !important;}
 +
a.new:hover, #quickbar a.new:hover {color: #7B1B1B !important;}
 +
a.new:active, #quickbar a.new:active {color: #B77474 !important;}
 +
 
 +
/* 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:#d2d2d2;
 +
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;
 +
}
 +
 
 +
/* In-Editor Link Text */
 +
.wikiEditor-ui-toolbar .tabs span.tab a { color: #b02e71; }
 +
.wikiEditor-ui-toolbar .tabs span.tab a:link { color: #b02e71; }
 +
.wikiEditor-ui-toolbar .tabs span.tab a:visited { color: #b02e71; }
 +
.wikiEditor-ui-toolbar .tabs span.tab a:hover { color: #bd558b; }
 +
.wikiEditor-ui-toolbar .tabs span.tab a:active { color: #d57fac; }
 +
 
 +
/* Preview Box */
 +
.warningbox {
 +
  background-color: #9ae898;
 +
  border-color: #49b540;
 +
  border: 2px dashed #50a849;
 +
  border-radius: 10px; }

Latest revision as of 18:05, 15 March 2024

/* Gamedata Content */

.gamedata-content {
	font-size: 14px !important;
}

/* Generic */

.mw-redirectedfrom {
	font-size: 11px;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2
 {font-family:sans-serif;}
.mw-body-content h2
 {border-image: linear-gradient(to right,#77777791,#0000) 1;}
.mw-body .firstHeading
 {border-image: linear-gradient(to right,#45454591,#0000) 1;}
.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; }

/* Red Links */
a.new, #quickbar a.new {color: #AE1616 !important;}
a.new:link, #quickbar a.new:link {color: #AE1616 !important;}
a.new:visited, #quickbar a.new:visited {color: #AE1616 !important;}
a.new:hover, #quickbar a.new:hover {color: #7B1B1B !important;}
a.new:active, #quickbar a.new:active {color: #B77474 !important;}

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

/* In-Editor Link Text */
.wikiEditor-ui-toolbar .tabs span.tab a { color: #b02e71; }
.wikiEditor-ui-toolbar .tabs span.tab a:link { color: #b02e71; }
.wikiEditor-ui-toolbar .tabs span.tab a:visited { color: #b02e71; }
.wikiEditor-ui-toolbar .tabs span.tab a:hover { color: #bd558b; }
.wikiEditor-ui-toolbar .tabs span.tab a:active { color: #d57fac; }

/* Preview Box */
.warningbox {
   background-color: #9ae898;
   border-color: #49b540;
   border: 2px dashed #50a849;
   border-radius: 10px; }