Difference between revisions of "Template:Apocalypse Form CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>This is the CSS used by User:Annie B. US2018100133's Apocalypse-related forms.</noinclude> <includeonly>{{#css: .mw-body h1.firstHeading { font-family: "Trade...")
 
Line 1: Line 1:
 
<noinclude>This is the CSS used by [[User:Annie B. US2018100133]]'s Apocalypse-related forms.</noinclude>
 
<noinclude>This is the CSS used by [[User:Annie B. US2018100133]]'s Apocalypse-related forms.</noinclude>
 
<includeonly>{{#css:
 
<includeonly>{{#css:
.mw-body h1.firstHeading {
+
{{Apocalypse CSS}}
  font-family: "Trade Winds", cursive;
 
  color: #a18f2b;
 
  font-weight: bold;
 
  font-size: 22px;
 
}
 
#apoc-form-container-frame {
 
  padding: 5px;
 
  background-color:#000;
 
}
 
#apoc-form-container {
 
  padding: 5px;
 
  background-color:#000;
 
  border-style:solid;
 
  border-color:#a18f2b;
 
}
 
#apoc-form-container h2, .my-h2 {
 
  font-family: "Carter One", cursive;
 
  color: #a18f2b;
 
  font-weight: bold;
 
  size: 18px;
 
}
 
#apoc-form-container h3, .my-h3 {
 
  font-family: "Carter One", cursive;
 
  color: #a18f2b;
 
  font-weight: bold;
 
  size: 16px
 
}
 
#apoc-form-container p, #apoc-form-container td, #apoc-form-container th, #apoc-form-container li {
 
  font-size: 16px;
 
  font-family: 'Arial' sans-serif;
 
  color: #D7DBDD;
 
  vertical-align:top;
 
  text-align:left;
 
}
 
 
table.formtable {
 
table.formtable {
 
   table-layout: fixed;
 
   table-layout: fixed;
Line 58: Line 24:
 
   max-width: 100% !important;
 
   max-width: 100% !important;
 
   font-family: 'Arial', sans-serif;
 
   font-family: 'Arial', sans-serif;
}
 
.mw-body-content a:link, .mw-body-content a.external:link {
 
  color: #817222;
 
}
 
.mw-body-content a:visited, .mw-body-content a.external:visited {
 
  color: #a18f2b;
 
}
 
.mw-body-content a:hover, .mw-body-content a.external:hover {
 
  color: #cbb63e;
 
}
 
.mw-body-content a:active, .mw-body-content a.external:active {
 
  color: #d8c86e;
 
}
 
.mw-body-content a.new, .mw-body-content a.new:visited {
 
  color: #C0C0C0;
 
}
 
.clearfix::after {
 
  content: "";
 
  clear: both;
 
  display: table;
 
 
}
 
}
 
}}</includeonly>
 
}}</includeonly>

Revision as of 15:26, 22 October 2020

This is the CSS used by User:Annie B. US2018100133's Apocalypse-related forms.