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
 
(63 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:#136985;  
 
  { color:#136985;  
Line 9: Line 27:
 
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; }
 +
 +
/* 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 */
 
/* External Wiki Links */
Line 24: Line 58:
 
  { color:#4b9f5d;  
 
  { color:#4b9f5d;  
 
   text-decoration-style: dotted;}
 
   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 */
 
/* Side Menu */
 
#mw-panel .portal .body li a
 
#mw-panel .portal .body li a
Line 40: Line 93:
 
background-color: #e3e3e3;
 
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; }