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

From RimWorld Wiki
Jump to navigation Jump to search
Line 1: Line 1:
/************************************ Top of page ************************************/
+
/************* Top of page *************/
 
+
/***** Logo & Banner *****/
/***** Logo & Banner*****/
 
 
 
 
/* banner */
 
/* banner */
 
+
#banner {
#banner {background-color: #76AE6F;
+
  background-color: #000000;
 +
  background-image: url(Images?sendfile=true&file=logo_background.png);
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
  background-position: 15px -17px;
 
  _background-position: 15px -85px; /*ie hack.  ie seems to draw from the bottom here, rather than from the top?! */
 
 
   font-size: 10pt;
 
   font-size: 10pt;
 +
  font-family: ;
 
}
 
}
 
 
/* Logo container */
 
/* Logo container */
 
.logo {
 
.logo {
Line 22: Line 19:
 
.logo td {
 
.logo td {
 
}
 
}
 
 
/* Logo Text (used if no image */
 
/* Logo Text (used if no image */
 
#logo_text {
 
#logo_text {
 
   font-size: 28pt;
 
   font-size: 28pt;
   color: white !important;
+
   color: #F8F8FF !important;
 
   text-decoration: none !important;
 
   text-decoration: none !important;
 +
  font-family: Book Antiqua;
 
}
 
}
 
 
/***** User Name, Password Area *****/
 
/***** User Name, Password Area *****/
 
 
/* User name and settings */
 
/* User name and settings */
td.user_banner {  
+
td.user_banner {
 
}
 
}
td.user_banner table {  
+
td.user_banner table {
 
}
 
}
 
 
/* If Logged in Username & Welcome */
 
/* If Logged in Username & Welcome */
 
.user_area {
 
.user_area {
   color: black;
+
   color: #F8F8FF;
 +
}
 +
.user_area a {
 +
  color: #FFFFFF!important;
 
}
 
}
 
.user_area table {
 
.user_area table {
Line 48: Line 45:
 
.user_area .welcome {  
 
.user_area .welcome {  
 
}
 
}
 
 
/* If not logged in */
 
/* If not logged in */
 
/* See Et Cetera for input forms */
 
/* See Et Cetera for input forms */
 
.login_area {
 
.login_area {
 +
  color: #F8F8FF;
 
}
 
}
 
.login_area input { font-size: x-small; }
 
.login_area input { font-size: x-small; }
 
+
.login_area a { color: #050505; }
 
.login_area table {
 
.login_area table {
 
}
 
}
 
.login_area td {
 
.login_area td {
 
}
 
}
 
  
 
/*********** Navigation Tab Area ****/
 
/*********** Navigation Tab Area ****/
 
/* Primary navigational tabs */
 
/* Primary navigational tabs */
 
a.tab.tab, a.tab:visited {
 
a.tab.tab, a.tab:visited {
   background: #000000;
+
   background: #3F1143;
   color: #CCEEFB;
+
   color: #E8E8EE;
   border-top: 1px solid #CCEEFB;
+
   border-top: 1px solid #AAAAAA;
   border-left: 1px solid #CCEEFB;
+
   border-left: 1px solid #AAAAAA;
   border-right: 1px solid #CCEEFB;
+
   border-right: 1px solid #AAAAAA;
 
   text-decoration: none;
 
   text-decoration: none;
 
}
 
}
 
a.tab:hover {
 
a.tab:hover {
   color: #000000;
+
   color: #050505;
   background: #CCEEFB;
+
   background: #E8E8EE;
 
}
 
}
 
a.tab.notice { font-weight: bold;}
 
a.tab.notice { font-weight: bold;}
 +
/* The tab for the current page, foremost tab */
 
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
 
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
   background: #CCEEFB;
+
   background: #3F1143;
   border-left: 1px solid #000000;
+
   border-left: 1px solid #F8F8FF;
   border-right: 1px solid #000000;
+
   border-right: 1px solid #F8F8FF;
   border-bottom: 1px solid #000000;
+
   border-bottom: 1px solid #3F1143;
   color: #000000;
+
   color: #F8F8FF;
 
}
 
}
 
/* Area which contains the tabs */
 
/* Area which contains the tabs */
 
div.tabArea {
 
div.tabArea {
   font-size: 12px;
+
   font-size: 11px;
   border-bottom: 1px solid #CCEEFB;
+
   border-bottom: 1px solid #AAAAAA;
   color: #CCEEFB;
+
   color: #AAAAAA;
 
}
 
}
  
 
/*********** Switching button-icons **********/
 
/*********** Switching button-icons **********/
 
/* Row that contains page icons (e.g. "Edit", "Info") */
 
/* Row that contains page icons (e.g. "Edit", "Info") */
#iconRow td.pageIcon { padding-right: 10px; }
 
#iconRow td.pageIconSelected { padding-right: 10px; }
 
 
td.pageIcon {
 
td.pageIcon {
 
   font-size: 7pt;
 
   font-size: 7pt;
Line 100: Line 95:
 
   font-size: 7pt;
 
   font-size: 7pt;
 
   font-weight: bold;
 
   font-weight: bold;
   color: #000088;
+
   color: #F8F8FF;
 +
}
 +
#iconRow td.pageIcon {
 +
}
 +
#iconRow td.pageIconSelected {
 
}
 
}
 
/* The search box */
 
/* The search box */
Line 112: Line 111:
 
/* Page Title */
 
/* Page Title */
 
#title {
 
#title {
   background: #AAAAAA;
+
   background: #3F1143;
   border-bottom: 1px solid #CCCCCC;
+
   border-bottom: 1px solid #F8F8FF;
 
}
 
}
#title_area_table {  
+
/* Title Text */
}
+
#title_text {
 +
color:#000000;
 +
}  
 
#title h1 {
 
#title h1 {
 
         font-size: 160%;
 
         font-size: 160%;
 
}
 
}
#title td {
+
#title_text td {
}  
+
}
#title a {
+
#title_area_table {
color: black;
 
text-decoration: none;
 
}
 
#title a:hover { color: #CCEEFB; }
 
#title_text {
 
}
 
#title_text td {  
 
 
}
 
}
  
Line 139: Line 133:
 
/************* Page Body *************/
 
/************* Page Body *************/
 
body {
 
body {
   font-family:  Arial;
+
   font-family:  Book Antiqua;
   font-size: 12px;
+
   font-size: 13px;
   background: Black;
+
   background: #000000;
 
   font-weight: normal;
 
   font-weight: normal;
   color: black;
+
   color: #F8F8FF;
   background-color: Black;
+
   background-color: #000000;
 
}
 
}
  
Line 154: Line 148:
 
pre {
 
pre {
 
   border: 1px solid #CBCBCB;
 
   border: 1px solid #CBCBCB;
   background-color: #FFF8ED;
+
   background-color: #000000;
   color: black;
+
   color: #F8F8FF;
 
}
 
}
 +
 
/* Table Of Contents */
 
/* Table Of Contents */
 
.tableOfContents
 
.tableOfContents
 
{
 
{
  background-color:#000000;
+
  background-color:#222222;
  border: 1px solid #DDDDDD;
+
  border: 1px solid #F8F8FF;
 
   
 
   
 
}
 
}
 
.floatLeftTOC
 
.floatLeftTOC
 
{
 
{
 +
 
}
 
}
 
.floatRightTOC
 
.floatRightTOC
 
{
 
{
 
}
 
}
 
  
 
/* Link Formatting */
 
/* Link Formatting */
 
a:link {
 
a:link {
 
   background-color: inherit;
 
   background-color: inherit;
   color: #CCEEFB;
+
   color: #FFFFFF;
 
}
 
}
 
a:visited {
 
a:visited {
 
   background-color: inherit;
 
   background-color: inherit;
   color: #CCEEBB;
+
   color: #FFAAAA;
 
}
 
}
 
a:hover {
 
a:hover {
 
   background-color: inherit;
 
   background-color: inherit;
 
   text-decoration: none;
 
   text-decoration: none;
   color: #CCEEDB;
+
   color: #3DFFF4;
 
}
 
}
 
a.nonexistent, a.badinterwiki {
 
a.nonexistent, a.badinterwiki {
 
   background-color: inherit;
 
   background-color: inherit;
   color: #CCEEFB;
+
   color: #FEE783;
 
   text-decoration: none;
 
   text-decoration: none;
 +
  border-bottom: 1px dashed #FEE783;
 
}
 
}
 
a.nonexistent:hover {
 
a.nonexistent:hover {
 
   border-bottom: 0px;
 
   border-bottom: 0px;
 
   cursor: pointer;
 
   cursor: pointer;
   color: #76AE6F;
+
   color: #3DFFF4;
 
}
 
}
a.nonexistent:visited { color: #700; }
+
a.nonexistent:visited { color: #101010; }
 
a.tinyNonexistent /* used for things like "Talk" links when they don't exist */ {
 
a.tinyNonexistent /* used for things like "Talk" links when they don't exist */ {
 
   text-decoration: none;
 
   text-decoration: none;
 
   background-color: inherit;
 
   background-color: inherit;
   color: gray;
+
   color: #F8F8FF;
 
}
 
}
 
a.tinyNonexistent:hover {
 
a.tinyNonexistent:hover {
 
   cursor: pointer;
 
   cursor: pointer;
   color: green;
+
   color: #3DFFFA;
 
}
 
}
 
  
 
/* Tables */
 
/* Tables */
.wikitable td {  
+
.wikitable td {
 
}
 
}
 
.wikitable {
 
.wikitable {
Line 216: Line 211:
 
.wikipage ul {
 
.wikipage ul {
 
}
 
}
.wikipage li { margin-bottom: 0.25em; }
+
.wikipage li {  
 +
}
  
 
/*indented headings*/
 
/*indented headings*/
 
.wikipage ul h2, h3,h4,h5,h6{
 
.wikipage ul h2, h3,h4,h5,h6{
 
}
 
}
 
 
/* Headings */
 
/* Headings */
 
h2, h3, h4, h5, h6 {
 
h2, h3, h4, h5, h6 {
   font-family: Arial;
+
   font-family: Verdana, sans-serif;
   color: white;
+
   color: #F8F8FF;
 
}
 
}
 
h3, h4, h5, h6 {
 
h3, h4, h5, h6 {
Line 235: Line 230:
 
   font-size: 2em;
 
   font-size: 2em;
 
   font-weight: normal;
 
   font-weight: normal;
   border-bottom: 1px solid #DDDDDD;
+
   border-bottom: 1px solid #F8F8FF;
 
}
 
}
 
h3 {
 
h3 {
 
   font-size: 1.5em;
 
   font-size: 1.5em;
 
   font-weight: normal;
 
   font-weight: normal;
 +
  border-bottom: 1px dashed #F8F8FF;
 
}
 
}
 
h4 {
 
h4 {
Line 253: Line 249:
 
   font-weight: normal;
 
   font-weight: normal;
 
}
 
}
 
  
 
/* Editable Subsections */
 
/* Editable Subsections */
Line 263: Line 258:
 
table.sectionEdit  
 
table.sectionEdit  
 
{  
 
{  
   border-bottom: 1px solid #DDDDDD;
+
   border-bottom: 1px solid #aaaaaa;
 
}
 
}
 
table.sectionEdit a { text-decoration: none; }
 
table.sectionEdit a { text-decoration: none; }
table.sectionEdit td {  
+
table.sectionEdit h2 a { color:#F8F8FF; }
  background-color: #eeeeee;
+
table.sectionEdit td {
}
+
}
  
 
/* Horizontal Rule */
 
/* Horizontal Rule */
Line 277: Line 272:
 
/* Footnotes */
 
/* Footnotes */
 
.footnotes div {
 
.footnotes div {
 +
  border-top: 1px solid #CBCBCB;
 
}
 
}
  
Line 282: Line 278:
 
/* The footer, which contains things like "Edit", "Bookmark" and text/icons. */
 
/* The footer, which contains things like "Edit", "Bookmark" and text/icons. */
 
#footer {
 
#footer {
   background-color: #000000;
+
   background-color: #3F1143;
   border: 1px solid #DDDDDD;
+
   border: 1px dashed #AAAAAA;
 
}
 
}
 
#footer p {
 
#footer p {
Line 294: Line 290:
 
#savetext { font-family:  Verdana, sans-serif;
 
#savetext { font-family:  Verdana, sans-serif;
 
  font-size: 13px;
 
  font-size: 13px;
  background: White;
+
  background: #000000;
 
  font-weight: normal;
 
  font-weight: normal;
  color: black;
+
  color: #F8F8FF;
 
}
 
}
 
/* Input button used for some actions (e.g. "Rename" page) */
 
/* Input button used for some actions (e.g. "Rename" page) */
 
.formbutton {
 
.formbutton {
  cursor: pointer;
 
 
   cursor: hand;
 
   cursor: hand;
 
   font-family:  Verdana, sans-serif;
 
   font-family:  Verdana, sans-serif;
Line 306: Line 301:
 
}
 
}
 
/* The comment area for making a page edit */
 
/* The comment area for making a page edit */
#editComment {  
+
#editComment {
 
}
 
}
 
  
 
/* The editor markup buttons */
 
/* The editor markup buttons */
Line 318: Line 312:
 
/* Content of the tab area */
 
/* Content of the tab area */
 
#tabPage {
 
#tabPage {
   border: 1px solid #CCCCCC !important;
+
   border: 1px solid #F8F8FF;
   border-bottom: 1px solid #CCCCCC !important;
+
   border-bottom: 1px solid #F8F8FF !important;
 
}
 
}
#tabPage h3 { margin-top: 9pt;}
+
#tabPage h3 {
/* The tabs themselves */
+
}
 +
/* The tabs themselves move section to info.*/
 
#tabmenu {
 
#tabmenu {
 
     font-size: 8pt;
 
     font-size: 8pt;
 
}
 
}
 
#tabmenu li {
 
#tabmenu li {
     border: 1px solid #CCCCCC;
+
     border: 1px solid #F8F8FF;
 
     list-style-type: none;
 
     list-style-type: none;
 +
    border-bottom: none;
 
}
 
}
 
#tabmenu li.active {
 
#tabmenu li.active {
     border-bottom: 3px solid white !important;
+
     border-bottom: 3px solid #000000 !important;
     _border-bottom: 3px solid white !important; /*ie hack*/
+
     _border-bottom: 3px solid #000000 !important; /*ie hack*/
 
}
 
}
 
#tabmenu li a { text-decoration: none; }
 
#tabmenu li a { text-decoration: none; }
 
#tabmenu li.active a {
 
#tabmenu li.active a {
     border-bottom: 3px solid white !important;
+
     border-bottom: 3px solid #000000 !important;
     _border-bottom: 1px solid white !important; /*ie hack*/
+
     _border-bottom: 1px solid #000000 !important; /*ie hack*/
 
}
 
}
 
/* Info area history */
 
/* Info area history */
#pageHistory td { }
+
#pageHistory td {
div.editInfo { }
+
}
 
+
div.editInfo {
 +
}
  
  
 
/* The 'differences' view */
 
/* The 'differences' view */
 
.diff {
 
.diff {
   border: 1px solid gray;
+
   border: 1px solid #0A0A0A;
 
}
 
}
 
.diff td {
 
.diff td {
Line 354: Line 351:
 
/* One side of the differences */
 
/* One side of the differences */
 
.diff-item {  
 
.diff-item {  
}
+
}
 
/* Area that marks the line numbers where things change */
 
/* Area that marks the line numbers where things change */
.diff-title { background-color: #C0C0C0; }
+
.diff-title { background-color: #F7F7FF; }
 
/* Added area */
 
/* Added area */
.diff-added span { background-color: #80FF80; }
+
.diff-added span {  
 +
  font-weight: bold;
 +
  background-color: #000000;
 +
}
 
/* Removed area */
 
/* Removed area */
.diff-removed span { background-color: #FFFF80; }
+
.diff-removed span {  
 
+
  text-decoration: line-through;
/* used for [action here] boxes with brackets around them */
+
   background-color: #000000;
.minorActionBox {
 
   font-size: 10pt;
 
 
}
 
}
 
 
/************************************* Recent Changes Page *************/
 
/************************************* Recent Changes Page *************/
  
 
/* Editor's name */
 
/* Editor's name */
 
.rceditor {
 
.rceditor {
   color: #000088;
+
   color: #010101;
 
}
 
}
 
/* Editor's comment */
 
/* Editor's comment */
 
.rccomment {
 
.rccomment {
   color: #4d4d4d;
+
   color: #EDEDEE;
 
}
 
}
 +
 
/* Recent Changes / Bookmarks change display */
 
/* Recent Changes / Bookmarks change display */
  
 
/* Entry and Line Formatting */
 
/* Entry and Line Formatting */
.rcEntry {  }
+
.rcEntry {
.rcpageline { }
+
  }
 +
.rcpageline {
 +
}
  
 
/* Link to Page */
 
/* Link to Page */
 
.rcpagelink { font-size: 14px; }
 
.rcpagelink { font-size: 14px; }
.rcpagelink span { }
+
.rcpagelink span {
 +
}
  
 
/* Recent changes modified time */
 
/* Recent changes modified time */
Line 397: Line 398:
 
   font-size: 80%;
 
   font-size: 80%;
 
   background-color: none;
 
   background-color: none;
 +
  border: 1px solid gray;
 +
}
 +
.rcTag a {
 +
  text-decoration: underline;
 
}
 
}
.rcTag a { text-decoration: none; }
 
 
/* "New" tag */
 
/* "New" tag */
 
.rcTagNew {
 
.rcTagNew {
   background-color: #ffff99;
+
   background-color: none;
 
}
 
}
 
/* "Changes" tag */
 
/* "Changes" tag */
 
.rcTagChanges {
 
.rcTagChanges {
   background-color: #dfdfdd;
+
   background-color: none;
 
}
 
}
 
/* "Deleted" tag */
 
/* "Deleted" tag */
 
.rcTagDeleted {
 
.rcTagDeleted {
   background-color: #ff9999;
+
   background-color: none;
 
}
 
}
 +
 
/************************************* User's Stuff *************/
 
/************************************* User's Stuff *************/
 
/* User Link area, "logout/settings/watch" */
 
/* User Link area, "logout/settings/watch" */
Line 416: Line 421:
 
   font-size: 80%;
 
   font-size: 80%;
 
}
 
}
 +
 
/***** Bookmarks display (user's bookmarks) *****/
 
/***** Bookmarks display (user's bookmarks) *****/
 
/* Edit time */
 
/* Edit time */
 
.favtime {
 
.favtime {
 
   font-size: 12px;
 
   font-size: 12px;
   color: #4d4d4d;
+
   color: #d4d4d4;
 
}
 
}
 
/* Page editor */
 
/* Page editor */
 
.faveditor {
 
.faveditor {
   color: #000088;
+
   color: #010101;
 
   font-size: 12px;
 
   font-size: 12px;
 
}  
 
}  
 
/* Edit comment */
 
/* Edit comment */
 
.favcomment {
 
.favcomment {
   color: #4d4d4d;
+
   color: #d4d4d4;
 
   font-size: 12px;
 
   font-size: 12px;
 
}
 
}
Line 436: Line 442:
 
.bookmarks .rcpagelink {
 
.bookmarks .rcpagelink {
 
}
 
}
 +
 
/* Formatting for [[Userstats()]] */
 
/* Formatting for [[Userstats()]] */
#useredits table { }
+
#useredits table {  
#useredits table td { }
+
}
 
+
#useredits table td {
 +
}
 
/************************************* Map Stuff *************/
 
/************************************* Map Stuff *************/
  
 
/* Contains the map */
 
/* Contains the map */
 
#mapContainer {
 
#mapContainer {
   background-color: #ccddff;
+
   background-color: #3F1143;
 
   border-right: 1px dashed #aaaaaa;
 
   border-right: 1px dashed #aaaaaa;
 
   border-bottom: 1px dashed #aaaaaa;
 
   border-bottom: 1px dashed #aaaaaa;
   border-top: 5px solid #ccddff;
+
   border-top: 5px solid #3F1143;
 
}
 
}
 
/* Contains just the map */
 
/* Contains just the map */
Line 455: Line 463:
  
 
/************************************* Et cetera *************/
 
/************************************* Et cetera *************/
/* Inline editing box stuff */
+
 
 
.inlineEditHighlight {
 
.inlineEditHighlight {
   background-color: #CCDDFF;
+
   background-color: #3F1143;
 
}
 
}
 +
 
/* The warning / notification message box */
 
/* The warning / notification message box */
 
#message {
 
#message {
 
   font-size: 120%;
 
   font-size: 120%;
   background-color: #FFFFAA;
+
   background-color: #3F1143;
   border: 1px dashed #ff0000;
+
   border: 1px dashed #F8F8FF;
   color: red;
+
   color: #FFFFFF;
 +
  text-align: center;
 
}
 
}
  
 
/* Non-warning/alert style dialog.  Such as used for search results. */
 
/* Non-warning/alert style dialog.  Such as used for search results. */
 
.dialogBox {
 
.dialogBox {
   background-color: #EEEEEE;
+
   background-color: #3F1143;
   border: 1px solid #AAAAAA;
+
   border: 1px solid #999999;
 +
}
 +
.dialogBox td {
 
}
 
}
.dialogBox td {
 
}
 
  
 
/* actionBoxes, similar to buttons, used to show users, hide users, etc. */
 
/* actionBoxes, similar to buttons, used to show users, hide users, etc. */
 
.actionBoxes {  
 
.actionBoxes {  
}
+
}
 
td .actionBoxes {
 
td .actionBoxes {
 
}
 
}
td .actionBoxes span {  
+
td .actionBoxes span {
 
}
 
}
 
.actionBoxes a { text-decoration: none; }  
 
.actionBoxes a { text-decoration: none; }  
Line 489: Line 499:
 
.actionBoxes span {
 
.actionBoxes span {
 
   font-size: 8pt;
 
   font-size: 8pt;
   border:1px solid rgb(170, 170, 170);
+
   border:1px solid #DDDDDD;
 
   background:#f5f5f5;
 
   background:#f5f5f5;
 
}
 
}
Line 498: Line 508:
 
   color: gray;
 
   color: gray;
 
}
 
}
.minorText a:link {
+
.minorText a {
   color: #333399;
+
   color: #070707;
 
   text-decoration: none;
 
   text-decoration: none;
 
}
 
}
 
.minorText a:hover {
 
.minorText a:hover {
   color: green;
+
   color: #101010;
 
   text-decoration: none;
 
   text-decoration: none;
 
}
 
}
Line 511: Line 521:
 
   font-size: 10pt;
 
   font-size: 10pt;
 
}
 
}
 +
 
/* Input field for forms (e.g. username/password fields) */
 
/* Input field for forms (e.g. username/password fields) */
 
.formfields {
 
.formfields {
   background-color: #FFFFFF;
+
   background-color: #000000;
 
   border: 1px solid #999999;
 
   border: 1px solid #999999;
 
   font-family:  Verdana, sans-serif;
 
   font-family:  Verdana, sans-serif;
Line 528: Line 539:
 
}
 
}
  
 
+
/* The previewed page area */
/***** Logo & Banner    *************/
+
div.preview {
/* banner */
+
   border: 2px solid #CBCBCB;
#banner {
+
   background: none;
  margin: 0px;
 
  padding-top: 0px;
 
  padding-bottom: 0px;
 
  background-position: 15px -17px;
 
  _background-position: 15px -85px; /*IE Hack, draws from bottom rather than top */
 
}
 
/* Logo container */
 
.logo {
 
  float: left;
 
  margin: 0;
 
  width: 100%;
 
  border: 0;
 
}
 
*[dir="rtl"] #logo { float: right; }
 
/* Logo  */
 
td.logo_banner {
 
  padding: 0;
 
  vertical-align: middle;
 
}
 
.logo td {
 
  padding-top: 0;
 
  padding-bottom: 0;
 
  margin: 0;
 
}
 
/* Logo Text (used if no image */
 
#logo_text {
 
  padding-left: 8pt;
 
}
 
/***** User Name, Password Area *****/
 
/* User name and settings */
 
td.user_banner { height: 70px; }
 
td.user_banner table { margin: 5px !important; }
 
 
 
 
 
/* If Logged in Username & Welcome */
 
.user_area {
 
  padding: 0;
 
  padding: 8px;
 
  margin: 0;
 
}
 
.user_area a {
 
}
 
.user_area table {
 
  vertical-align: top;
 
  text-align: center;
 
}
 
.user_area td {
 
  padding: 2px !important;
 
  margin: 0 !important;
 
}
 
.user_area .welcome {
 
  margin-bottom: 10px;
 
  display: inline;
 
}
 
/* If not logged in */
 
/* See Et Cetera for input forms */
 
.login_area {
 
  height: 75px;
 
  padding: 0;
 
}
 
.login_area input {
 
}
 
.login_area table {
 
  vertical-align: top;
 
  text-align: center;
 
}
 
.login_area td {
 
  padding: 1px !important;
 
  margin: 0 !important;
 
}
 
.login_area a {
 
}
 
/*********** Navigation Tab Area ****/
 
/* Primary navigational tabs */
 
a.tab { margin-left: .4em;}
 
a.tab.tab, a.tab:visited {
 
  padding: 2px 1em 0px 1em;
 
}
 
a.tab:hover {
 
}
 
a.tab.notice {
 
}
 
/* The tab for the current page, foremost tab */
 
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
 
  padding-top: 4px;
 
  z-index:4;
 
}
 
/* Area which contains the tabs */
 
div.tabArea {
 
   width:100%;
 
   padding-top:1em;
 
 
}
 
}
  
/*********** Switching button-icons **********/
+
/* Global footer area */
/* Row that contains page icons (e.g. "Edit", "Info") */
+
.wikiGlobalFooter { padding-top: .4em; }
#iconRow .pageIcon { padding-right: 10px; }
+
/* Wiki Spot specific footer styling */
#iconRow .pageIconSelected { padding-right: 10px; }
+
.wikiSpotFooter
.pageIcon {
 
  text-align: center;
 
  vertical-align: bottom;
 
}
 
.pageIconSelected {
 
  text-align: center;
 
  vertical-align: bottom;
 
}
 
/* This is the action text, e.g. "Edit", "Info" */
 
.pageIcon span span, .pageIconSelected span span {
 
  display: block;
 
  text-align: center;
 
  padding-left: 2px; /* we pad here because our
 
    icon's visible weight is more toward the right.
 
    For your own icons you may need to change this
 
    to obtain maximum prettiness.*/
 
}
 
/* The search box */
 
#search_form {
 
  margin: 5pt 2pt 4pt 13pt;
 
  vertical-align: middle;
 
  text-align: right;
 
  white-space: nowrap;
 
}
 
#search_form form {
 
  padding-left: 10px;
 
}
 
/*************************************      Page content    *************/
 
 
 
/* Page Title */
 
#title {
 
  min-height: 51px;
 
  padding-top: 0pt;
 
  padding-bottom: 0pt;
 
  vertical-align: middle;
 
  width: 100%;
 
}
 
/* Title Text */
 
#title_text { vertical-align: middle; }
 
#title_text td { vertical-align: middle; }
 
#title_area_table { width: 100%; }
 
#title h1 {
 
        margin: 0;
 
        margin-left: 10px;
 
        margin-right: 1em;
 
}
 
#title td { padding: 3pt 0 3pt 0; }
 
 
 
/* Sub-title */
 
.minorTitle {
 
  text-align: center;
 
  margin-top: .4em;
 
}
 
 
 
/************* Page Body *************/
 
body {
 
  margin:0;
 
  padding:0;
 
}
 
 
 
/* Page Content */
 
.content {
 
  margin-top: 10px;
 
  margin-left: 10px;
 
  margin-right: 10px;
 
  margin-bottom: 20px;
 
}
 
 
 
/* Standard Text */
 
pre {
 
}
 
 
 
/* Table Of Contents */
 
.tableOfContents
 
 
{
 
{
    padding:.3em;
 
    white-space: nowrap;
 
    display: table-cell;
 
}
 
.floatLeftTOC
 
{
 
  float: left;
 
  margin-right: 15px;
 
}
 
.floatRightTOC
 
{
 
  float: right;
 
  margin-left: 15px;
 
}
 
 
/* Link Formatting */
 
a:link {
 
}
 
a:visited {
 
}
 
a:hover {
 
}
 
a.nonexistent, a.badinterwiki {
 
}
 
a.nonexistent:hover {
 
}
 
a.nonexistent:visited {
 
}
 
a.tinyNonexistent /* used for things like "Talk" links when they don't exist */ {
 
}
 
a.tinyNonexistent:hover {
 
  cursor: pointer;
 
}
 
 
/* Tables */
 
.wikitable td { padding: 2pt; }
 
.wikitable {
 
  padding-top: 3pt;
 
  padding-bottom: 4pt;
 
  padding-right: 2pt;
 
  padding-left: 2pt;
 
}
 
/* Lists */
 
.wikipage ul {
 
  line-height: 1.5em;
 
  margin: 0.5em 0em 1.5em 50px;
 
  padding:0;
 
}
 
.wikipage li { margin-bottom: 0.25em; }
 
 
/*indented headings*/
 
.wikipage ul h2, h3,h4,h5,h6{
 
  line-height: 1em;
 
}
 
/* Headings */
 
h2, h3, h4, h5, h6 {
 
  margin-bottom: 10px;
 
  clear:both;
 
  padding-top: 2px;
 
  margin-top: 8px;
 
}
 
h3, h4, h5, h6 {
 
  margin-top: 10px;
 
}
 
h1 a, h2 a, h3 a{
 
}
 
h2 {
 
  margin-top: .6em;
 
}
 
h3 {
 
}
 
h4 {
 
}
 
h5 {
 
}
 
h6 {
 
}
 
 
/* Editable Subsections */
 
table.sectionEdit h2
 
{
 
  margin: -0.1em;
 
}
 
table.sectionEdit
 
{
 
  margin-bottom: 7px;
 
  margin-right: 1em;
 
}
 
table.sectionEdit a {
 
}
 
table.sectionEdit h2 a {
 
}
 
table.sectionEdit td { vertical-align: bottom; }
 
 
/* Horizontal Rule */
 
hr {
 
    text-align: left;
 
    margin: 0;
 
    padding: 0;
 
}
 
/* Footnotes */
 
.footnotes div {
 
  margin-top: 2em;
 
  width: 10em;
 
  clear: both;
 
}
 
 
/*************************************      Bottom of Page  *************/
 
/* The footer, which contains things like "Edit", "Bookmark" and text/icons. */
 
#footer {
 
  clear: both;
 
  margin-left: 10px;
 
  margin-bottom: 10px;
 
  margin-right: 10px;
 
  padding-top: 5px;
 
  padding-bottom: 5px;
 
  padding-left: 5px;
 
}
 
#footer p {
 
  margin-top: 5px;
 
  margin-left: 5px;
 
  margin-right: 5px;
 
  margin-bottom: 10px;
 
}
 
#footer .license {
 
}
 
 
 
/*************************************      Edit Page  *************/
 
/* This is the page editing area (textarea, in our case) */
 
#savetext {
 
line-height: inherit;
 
width: 100%;
 
}
 
/* Input button used for some actions (e.g. "Rename" page) */
 
.formbutton {
 
}
 
/* The comment area for making a page edit */
 
#editComment { margin-top: 2px; }
 
 
/* The editor markup buttons */
 
#editButtonRow {
 
  padding: 0;
 
  margin-top: .8em;
 
  margin-bottom: .8em;
 
}
 
#editButtonRow .editActions {
 
  padding: .5em;
 
  margin-left: 1em;
 
}
 
 
 
/*************************************      History Page    *************/
 
/* Content of the tab area */
 
#tabPage {
 
  position: relative;
 
  z-index: 0;
 
  padding: 4pt 5pt 4pt 5pt;
 
}
 
#tabPage h3 { margin-top: 9pt;}
 
/* The tabs themselves */
 
#tabmenu {
 
    margin: 12pt 0px 0px 0px;
 
    padding: 0;
 
    z-index: 1;
 
    padding-left: 10pt
 
}
 
#tabmenu li {
 
    display: inline;
 
    overflow: hidden;
 
    margin-right: 2pt;
 
    padding: 2pt 4pt 0 5pt;
 
    list-style-type: none;
 
    position: relative;
 
    z-index: 2;
 
}
 
#tabmenu li.active {
 
    padding-top: 2pt;
 
    top: -2px;
 
    _top: -1px; /*ie hack*/
 
}
 
#tabmenu li.active a {
 
    padding-top: 2.5pt;
 
    _padding-top: 0; /*ie hack*/
 
    _top: -1px; /*ie hack*/
 
}
 
 
/* Info area history */
 
#pageHistory td { padding: 0 .3em; }
 
div.editInfo { margin-top: 10pt; }
 
 
 
/* The 'differences' view */
 
.diff {
 
  width:100%;
 
  margin-bottom: 6px;
 
  margin-top: 2px;
 
}
 
.diff td {
 
  padding: 4px 2px 4px 2px;
 
}
 
/* One side of the differences */
 
.diff-item { width:50%; }
 
/* Area that marks the line numbers where things change */
 
.diff-title {
 
}
 
/* Added area */
 
.diff-added span {
 
}
 
/* Removed area */
 
.diff-removed span {
 
}
 
 
/*************************************  Recent Changes Page *************/
 
 
/* Editor's name */
 
.rceditor {
 
  margin-left: .2em;
 
}
 
/* Editor's comment */
 
.rccomment {
 
  text-indent: 6em;
 
  margin-bottom: .3em;
 
}
 
 
/* Recent Changes / Bookmarks change display */
 
 
/* Entry and Line Formatting */
 
.rcEntry { margin-bottom: 1em; }
 
.rcpageline { margin-bottom: .5em; }
 
 
/* Link to Page */
 
.rcpagelink {
 
}
 
.rcpagelink span { vertical-align: top; }
 
 
/* Recent changes modified time */
 
.rctime {
 
  margin-left: .8em;
 
}
 
/***** Recent Changes Tag Stuff *****/
 
/* General Tag Formatting */
 
.rcTag {
 
  text-align: left;
 
  white-space: nowrap;
 
  width: 5em;
 
  margin-right: 1em;
 
  float: left;
 
}
 
.rcTag a { text-decoration: none; }
 
/* "New" tag */
 
.rcTagNew {
 
  padding: 2px;
 
 
   text-align: center;
 
   text-align: center;
 +
  font-size: 8pt;
 +
  width: 60%;
 +
  padding: 0 1em 1em 1em;
 +
  color: #a4a4a4;
 
}
 
}
/* "Changes" tag */
+
.wikiSpotFooter a {
.rcTagChanges {
+
   text-decoration: none;  
  padding: 2px;
+
   color: #525593 !important;
  text-align: center;
 
}
 
/* "Deleted" tag */
 
.rcTagDeleted {
 
  padding: 2px;
 
   text-align: center;
 
}
 
 
 
/*************************************  User's Stuff    *************/
 
/* User Link area, "logout/settings/watch" */
 
.user_area .user_items {
 
  margin-top: 4px;
 
  margin-left: 5px;
 
}
 
 
 
/***** Bookmarks display (user's bookmarks) *****/
 
/* Edit time */
 
.favtime {
 
}
 
/* Page editor */
 
.faveditor {
 
}
 
/* Edit comment */
 
.favcomment {
 
}
 
 
 
/* Change Display */
 
.bookmarks .rcpagelink {
 
  clear:left;
 
   padding-bottom: .3em;
 
}
 
 
 
/* Formatting for [[Userstats()]] */
 
#useredits table { width: 100%; }
 
#useredits table td {
 
  width: 15%;
 
  padding: .3em .3em .3em .3em;
 
}
 
/*************************************      Map Stuff  *************/
 
 
 
/* Contains the map */
 
#mapContainer {
 
  margin-top: -5px;
 
}
 
/* Contains just the map */
 
#map {
 
  top: 12px;
 
  left: 10px
 
}
 
 
 
/*************************************      Et cetera  *************/
 
.inlineEditHighlight {
 
  margin-bottom: 0px !important;
 
  padding-bottom: 0px!important;
 
}
 
 
 
/* The warning / notification message box */
 
#message {
 
  margin-left: 10px;
 
  margin-right: 10px;
 
  margin-top: 10px;
 
  margin-bottom: 10px;
 
  padding-left: 5px;
 
}
 
 
 
/* Non-warning/alert style dialog.  Such as used for search results. */
 
.dialogBox {
 
  clear: both;
 
  margin-left: 10pt;
 
  margin-top: 5pt;
 
  margin-bottom: 10pt;
 
}
 
.dialogBox td { padding: 10px; }
 
 
 
/* actionBoxes, similar to buttons, used to show users, hide users, etc. */
 
.actionBoxes { padding-bottom: 15pt; }
 
td .actionBoxes {
 
  margin: 0 !important;
 
  padding: 0 !important;
 
}
 
td .actionBoxes span { margin: 6pt 0 0 0!important; }
 
.actionBoxes a {
 
}
 
span.actionBoxSelected {
 
}
 
.actionBoxes span {
 
  margin:0 3pt 0 0;
 
  padding: 2pt 3pt 2pt 3pt;
 
}
 
.actionBoxes a {
 
}
 
 
 
/* "optional" or minor points are made using minorText. */
 
.minorText {
 
  margin-left: .5em;
 
}
 
.minorText a {
 
}
 
.minorText a:hover {
 
}
 
 
 
/* used for [action here] boxes with brackets around them */
 
.minorActionBox {
 
}
 
 
 
/* Input field for forms (e.g. username/password fields) */
 
.formfields {
 
}
 
 
 
/* Icon used when linking to other wikis using interwiki-style links.
 
*  * also used when displaying certain links to other wikis, such as search results
 
*  * */
 
img.interwiki_icon {
 
  margin-right: .25em;
 
  padding: 0;
 
 
}
 
}
 +
.wikiSpotFooter a:hover { color: #669966 !important; }

Revision as of 08:56, 5 March 2015

/************* Top of page	*************/
/***** Logo & Banner *****/
/* banner */
#banner {
  background-color: #000000;
  background-image: url(Images?sendfile=true&file=logo_background.png);
  background-repeat: no-repeat;
  font-size: 10pt;
  font-family: ;
}
/* Logo container */
.logo {
}
#logo { 
}
/* Logo  */
td.logo_banner {
}
.logo td {
}
/* Logo Text (used if no image */
#logo_text {
  font-size: 28pt;
  color: #F8F8FF !important;
  text-decoration: none !important;
  font-family: Book Antiqua;
}
/***** User Name, Password Area *****/
/* User name and settings */
td.user_banner {
}
td.user_banner table {
}
/* If Logged in Username & Welcome */
.user_area {
  color: #F8F8FF;
}
.user_area a {
  color: #FFFFFF!important;
}
.user_area table {
}
.user_area td {
}
.user_area .welcome { 
}
/* If not logged in */
/* See Et Cetera for input forms */
.login_area {
  color: #F8F8FF;
}
.login_area input { font-size: x-small; }
.login_area a { color: #050505; }
.login_area table {
}
.login_area td {
}

/*********** Navigation Tab Area ****/
/* Primary navigational tabs */
a.tab.tab, a.tab:visited {
  background: #3F1143;
  color: #E8E8EE;
  border-top: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  text-decoration: none;
}
a.tab:hover {
  color: #050505;
  background: #E8E8EE;
}
a.tab.notice { font-weight: bold;}
/* The tab for the current page, foremost tab */
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background: #3F1143;
  border-left: 1px solid #F8F8FF;
  border-right: 1px solid #F8F8FF;
  border-bottom: 1px solid #3F1143;
  color: #F8F8FF;
}
/* Area which contains the tabs */
div.tabArea {
  font-size: 11px;
  border-bottom: 1px solid #AAAAAA;
  color: #AAAAAA;
}

/*********** Switching button-icons **********/
/* Row that contains page icons (e.g. "Edit", "Info") */
td.pageIcon {
  font-size: 7pt;
}
td.pageIconSelected {
  font-size: 7pt;
  font-weight: bold;
  color: #F8F8FF;
}
#iconRow td.pageIcon { 
}
#iconRow td.pageIconSelected {
}
/* The search box */
#search_form { 
}
#search_form form {
}

/*************************************		Page content	*************/

/* Page Title */
#title {
  background: #3F1143;
  border-bottom: 1px solid #F8F8FF;
}
/* Title Text */
#title_text {
color:#000000;
} 
#title h1 {
        font-size: 160%;
}
#title_text td {
}
#title_area_table {
}

/* Sub-title */
.minorTitle {
  font-size: x-large;
}

/************* Page Body *************/
body {
  font-family:  Book Antiqua;
  font-size: 13px;
  background: #000000;
  font-weight: normal;
  color: #F8F8FF;
  background-color: #000000;
}

/* Page Content */
.content {
}

/* Standard Text */
pre {
  border: 1px solid #CBCBCB;
  background-color: #000000;
  color: #F8F8FF;
}

/* Table Of Contents */
.tableOfContents
{
 background-color:#222222;
 border: 1px solid #F8F8FF;
 
}
.floatLeftTOC
{
	
}
.floatRightTOC
{
}

/* Link Formatting */
a:link {
  background-color: inherit;
  color: #FFFFFF;
}
a:visited {
  background-color: inherit;
  color: #FFAAAA;
}
a:hover {
  background-color: inherit;
  text-decoration: none;
  color: #3DFFF4;
}
a.nonexistent, a.badinterwiki {
  background-color: inherit;
  color: #FEE783;
  text-decoration: none;
  border-bottom: 1px dashed #FEE783;
}
a.nonexistent:hover {
  border-bottom: 0px;
  cursor: pointer;
  color: #3DFFF4;
}
a.nonexistent:visited { color: #101010; }
a.tinyNonexistent /* used for things like "Talk" links when they don't exist */ {
  text-decoration: none;
  background-color: inherit;
  color: #F8F8FF;
}
a.tinyNonexistent:hover {
  cursor: pointer;
  color: #3DFFFA;
}

/* Tables */
.wikitable td {
}
.wikitable {
}
/* Lists */
.wikipage ul {
}
.wikipage li { 
}

/*indented headings*/
.wikipage ul h2, h3,h4,h5,h6{
}
/* Headings */
h2, h3, h4, h5, h6 {
  font-family: Verdana, sans-serif;
  color: #F8F8FF;
}
h3, h4, h5, h6 {
}
h1 a, h2 a, h3 a{
  text-decoration: none;
}
h2 {
  font-size: 2em;
  font-weight: normal;
  border-bottom: 1px solid #F8F8FF;
}
h3 {
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 1px dashed #F8F8FF;
}
h4 {
  font-size: 1.3em;
  font-weight:normal;
}
h5 {
  font-size: 1.2em;
  font-weight: normal;
}
h6 {
  font-size: 1.1em;
  font-weight: normal;
}

/* Editable Subsections */
table.sectionEdit h2 
{ 
  border-bottom: none; 
  font-size: 2em; 
} 
table.sectionEdit 
{ 
  border-bottom: 1px solid #aaaaaa;
}
table.sectionEdit a { text-decoration: none; }
table.sectionEdit h2 a { color:#F8F8FF; }
table.sectionEdit td {
 }

/* Horizontal Rule */
hr {
    background-color: #CBCBCB;
    color: #CBCBCB;
}
/* Footnotes */
.footnotes div {
  border-top: 1px solid #CBCBCB;
}

/*************************************		Bottom of Page	*************/
/* The footer, which contains things like "Edit", "Bookmark" and text/icons. */
#footer {
  background-color: #3F1143;
  border: 1px dashed #AAAAAA;
}
#footer p {
}
#footer .license { font-size: 9px; }


/*************************************		Edit Page	*************/
/* This is the page editing area (textarea, in our case) */
#savetext { font-family:  Verdana, sans-serif;
 font-size: 13px;
 background: #000000;
 font-weight: normal;
 color: #F8F8FF;
}
/* Input button used for some actions (e.g. "Rename" page) */
.formbutton {
  cursor: hand;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}
/* The comment area for making a page edit */
#editComment {
}

/* The editor markup buttons */
#editButtonRow {
  border: 0;
}

/*************************************		History Page	*************/
/* Content of the tab area */
#tabPage {
  border: 1px solid #F8F8FF;
  border-bottom: 1px solid #F8F8FF !important;
}
#tabPage h3 {
}
/* The tabs themselves  move section to info.*/
#tabmenu {
     font-size: 8pt;
}
#tabmenu li {
     border: 1px solid #F8F8FF;
     list-style-type: none;
     border-bottom: none;
}
#tabmenu li.active {
     border-bottom: 3px solid #000000 !important;
     _border-bottom: 3px solid #000000 !important; /*ie hack*/
}
#tabmenu li a { text-decoration: none; }
#tabmenu li.active a {
     border-bottom: 3px solid #000000 !important;
     _border-bottom: 1px solid #000000 !important; /*ie hack*/
}
/* Info area history */
#pageHistory td {
 }
div.editInfo {
 }


/* The 'differences' view */
.diff {
  border: 1px solid #0A0A0A;
}
.diff td {
  border: 1px solid gray;
}
/* One side of the differences */
.diff-item { 
}
/* Area that marks the line numbers where things change */
.diff-title { background-color: #F7F7FF; }
/* Added area */
.diff-added span { 
  font-weight: bold; 
  background-color: #000000;
}
/* Removed area */
.diff-removed span { 
  text-decoration: line-through;  
  background-color: #000000;
}
/*************************************	Recent Changes Page	*************/

/* Editor's name */
.rceditor {
  color: #010101;
}
/* Editor's comment */
.rccomment {
  color: #EDEDEE;
}

/* Recent Changes / Bookmarks change display */

/* Entry and Line Formatting */
.rcEntry {
 }
.rcpageline {
}

/* Link to Page */
.rcpagelink { font-size: 14px; }
.rcpagelink span {
}

/* Recent changes modified time */
.rctime {
  font-size: 14px;
  color: #4d4d4d;
}
/***** Recent Changes Tag Stuff *****/
/* General Tag Formatting */
.rcTag {
  font-size: 80%;
  background-color: none;
  border: 1px solid gray;
}
.rcTag a {
  text-decoration: underline;
}
/* "New" tag */
.rcTagNew {
  background-color: none;
}
/* "Changes" tag */
.rcTagChanges {
  background-color: none;
}
/* "Deleted" tag */
.rcTagDeleted {
  background-color: none;
}

/*************************************	User's Stuff	*************/
/* User Link area, "logout/settings/watch" */
.user_area .user_items {
  font-size: 80%;
}

/***** Bookmarks display (user's bookmarks) *****/
/* Edit time */
.favtime {
  font-size: 12px;
  color: #d4d4d4;
}
/* Page editor */
.faveditor {
  color: #010101;
  font-size: 12px;
} 
/* Edit comment */
.favcomment {
  color: #d4d4d4;
  font-size: 12px;
}

/* Change Display */
.bookmarks .rcpagelink {
}

/* Formatting for [[Userstats()]] */
#useredits table { 
}
#useredits table td {
}
/*************************************		Map Stuff	*************/

/* Contains the map */
#mapContainer {
  background-color: #3F1143;
  border-right: 1px dashed #aaaaaa;
  border-bottom: 1px dashed #aaaaaa;
  border-top: 5px solid #3F1143;
}
/* Contains just the map */
#map {
  border: 1px solid gray;
}

/*************************************		Et cetera	*************/

.inlineEditHighlight {
  background-color: #3F1143;
}

/* The warning / notification message box */
#message {
  font-size: 120%;
  background-color: #3F1143;
  border: 1px dashed #F8F8FF;
  color: #FFFFFF;
  text-align: center;
}

/* Non-warning/alert style dialog.  Such as used for search results. */
.dialogBox {
  background-color: #3F1143;
  border: 1px solid #999999;
}
.dialogBox td {
}

/* actionBoxes, similar to buttons, used to show users, hide users, etc. */
.actionBoxes { 
 }
td .actionBoxes {
}
td .actionBoxes span {
}
.actionBoxes a { text-decoration: none; } 
span.actionBoxSelected {
  border: none !important;
  font-weight:bold;
}
.actionBoxes span {
  font-size: 8pt;
  border:1px solid #DDDDDD;
  background:#f5f5f5;
}
.actionBoxes a { text-decoration: none; } 

/* "optional" or minor points are made using minorText. */
.minorText {
  color: gray;
}
.minorText a {
   color: #070707;
   text-decoration: none;
}
.minorText a:hover {
   color: #101010;
   text-decoration: none;
}

/* used for [action here] boxes with brackets around them */
.minorActionBox { 
  font-size: 10pt;
}

/* Input field for forms (e.g. username/password fields) */
.formfields {
  background-color: #000000;
  border: 1px solid #999999;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  color: #333333;
  text-decoration: none;
}

/* Icon used when linking to other wikis using interwiki-style links.
 * also used when displaying certain links to other wikis, such as search results
*/
img.interwiki_icon {
  border: none;
}

/* The previewed page area */
div.preview {
  border: 2px solid #CBCBCB;
  background: none;
}

/* Global footer area */
.wikiGlobalFooter { padding-top: .4em; }
/* Wiki Spot specific footer styling */
.wikiSpotFooter
{
  text-align: center;
  font-size: 8pt;
  width: 60%;
  padding: 0 1em 1em 1em;
  color: #a4a4a4;
}
.wikiSpotFooter a {
  text-decoration: none; 
  color: #525593 !important;
}
.wikiSpotFooter a:hover { color: #669966 !important; }