Difference between revisions of "MediaWiki:Monobook.css"

From Discovery Wiki
Jump to navigationJump to search
(section headers)
m (csstidy)
Line 6: Line 6:
 
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
 
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
 
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
 
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir BA¦kholt)
+
** Michael Zeltner and Geir BA¦kholt)
 
** All you guys rock :)
 
** All you guys rock :)
 
**
 
**
Line 13: Line 13:
 
** 26 August 2009
 
** 26 August 2009
 
*/
 
*/
 
 
#column-content {
 
#column-content {
  width: 100%;
+
width:100%;
  float: right;
+
float:right;
  margin: 0 0 .6em -12.2em;
+
margin:0 0 .6em -12.2em;
  padding: 0;
+
padding:0;
 
}
 
}
 
#content {
 
#content {
  margin: 2.8em 0 0 12.2em;
+
margin:2.8em 0 0 12.2em;
  padding: 0 1em 1em 1em;
+
padding:0 1em 1em;
  position: relative;
+
position:relative;
  z-index: 2;
+
z-index:2;
 
 
 
}
 
}
 
#column-one {
 
#column-one {
  padding-top: 160px;
+
padding-top:160px;
 
}
 
}
  
 
/* The section inside the main frame, i.e. the area of the text content, not the sidebar or logo */
 
/* The section inside the main frame, i.e. the area of the text content, not the sidebar or logo */
 
#content {
 
#content {
  background: #14193F;
+
background:#14193F;
  background-image: url(http://discoveryfl.com/wiki/images/6/67/Wall.jpg);
+
background-image:url(http://discoveryfl.com/wiki/images/6/67/Wall.jpg);
  border: 1px solid #202653;
+
border:1px solid #202653;
  border-right: none;
+
border-right:none;
  line-height: 1.5em;
+
line-height:1.5em;
 
}
 
}
  
 
/* the left column width is specified in class .portlet */
 
/* the left column width is specified in class .portlet */
 
 
/* Font size:
 
/* Font size:
 
** We take advantage of keyword scaling- browsers won't go below 9px
 
** We take advantage of keyword scaling- browsers won't go below 9px
Line 47: Line 44:
 
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
 
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
 
*/
 
*/
 
 
/* The first part behind the logo, and sidebars. Extends underneath the top tabs and preferences */
 
/* The first part behind the logo, and sidebars. Extends underneath the top tabs and preferences */
 
body {
 
body {
  font: x-small sans-serif;
+
font:x-small sans-serif;
  margin: 0;
+
margin:0;
  padding: 0;
+
padding:0;
 
}
 
}
  
 
/* scale back up to a sane default */
 
/* scale back up to a sane default */
 
#globalWrapper {
 
#globalWrapper {
  font-size: 127%;
+
font-size:127%;
  width: 100%;
+
width:100%;
  margin: 0;
+
margin:0;
  padding: 0;
+
padding:0;
 
}
 
}
  
/* general styles  
+
/* general styles
 
** Alternating Table styles are down in the color section, bottom of the file.
 
** Alternating Table styles are down in the color section, bottom of the file.
 
*/
 
*/
 
table {
 
table {
  font-size: 100%;
+
font-size:100%;
  /* we don't want the bottom borders of h2s to be visible through floated tables */
+
/* we don't want the bottom borders of h2s to be visible through floated tables */
  background-color: #171A2F;
+
background-color:#171A2F;
 
}
 
}
 
 
fieldset table {
 
fieldset table {
    /* but keep table layouts in forms clean... */
+
/* but keep table layouts in forms clean... */
    background: #171A2F;
+
background:#171A2F;
 
}
 
}
  
 
/* Links */
 
/* Links */
 
a {
 
a {
  text-decoration: none;
+
text-decoration:none;
  background: none;
+
background:none;
 
}
 
}
a:visited {
+
a:hover {
 +
text-decoration:none;
 
}
 
}
a:active {
+
a.new,#p-personal a.new {
 +
font-style:italic;
 
}
 
}
a:hover {
+
img {
  text-decoration: none;
+
border:none;
 +
vertical-align:middle;
 
}
 
}
a.stub {
+
p {
 +
margin:.4em 0 .5em;
 +
line-height:1.5em;
 
}
 
}
a.new, #p-personal a.new {
+
p img {
  font-style: italic;
+
margin:0;
 
}
 
}
a.new:visited, #p-personal a.new:visited {
+
h1,h2,h3,h4,h5,h6 {
 +
background:none;
 +
font-weight:400;
 +
font-family:"Agency FB", Verdana, Arial, sans-serif;
 +
margin:0;
 +
padding-top:.5em;
 +
padding-bottom:.17em;
 +
border-bottom:1px solid #aaa;
 
}
 
}
 
+
h1 {font-size:188%;}
img {
+
h1 .editsection {font-size:53%;}
  border: none;
+
h2 {font-size:150%;}
  vertical-align: middle;
+
h2 .editsection {font-size:67%;}
 +
h3,h4,h5,h6 {
 +
border-bottom:none;
 +
font-weight:700;
 
}
 
}
p {
+
h3 {font-size:132%;}
  margin: .4em 0 .5em 0;
+
h3 .editsection {
  line-height: 1.5em;
+
font-size:76%;
 +
font-weight:400;
 
}
 
}
p img {
+
h3 .mw-headline{text-decoration:underline;}
  margin: 0;
+
h4 {font-size:116%;}
 +
h4 .editsection {
 +
font-size:86%;
 +
font-weight:400;
 
}
 
}
 
+
h5 {font-size:100%;}
 
+
h5 .editsection {
 
+
font-weight:400;
h1, h2, h3, h4, h5, h6 {
 
  background: none;
 
  font-weight: normal;
 
  font-family:"Agency FB", Verdana, Arial, sans-serif;
 
  margin: 0;
 
  padding-top: .5em;
 
  padding-bottom: .17em;
 
  border-bottom: 1px solid #aaa;
 
 
}
 
}
h1 { font-size: 188%; }
+
h6 {font-size:80%;}
h1 .editsection { font-size: 53%; }
+
h6 .editsection {
h2 { font-size: 150%; }
+
font-size:125%;
h2 .editsection { font-size: 67%; }
+
font-weight:400;
h3, h4, h5, h6 {
 
  border-bottom: none;
 
  font-weight: bold;
 
 
}
 
}
h3 { font-size: 132%; }
 
h3 .editsection { font-size: 76%; font-weight: normal; }
 
h4 { font-size: 116%; }
 
h4 .editsection { font-size: 86%; font-weight: normal; }
 
h5 { font-size: 100%; }
 
h5 .editsection { font-weight: normal; }
 
h6 { font-size: 80%;  }
 
h6 .editsection { font-size: 125%; font-weight: normal; }
 
 
 
ul {
 
ul {
  line-height: 1.5em;
+
line-height:1.5em;
  list-style-type: square;
+
list-style-type:square;
  margin: .3em 0 0 1.5em;
+
margin:.3em 0 0 1.5em;
  padding: 0;
+
padding:0;
  list-style-image: url(bullet.gif);
+
list-style-image:url(bullet.gif);
 
}
 
}
 
ol {
 
ol {
  line-height: 1.5em;
+
line-height:1.5em;
  margin: .3em 0 0 3.2em;
+
margin:.3em 0 0 3.2em;
  padding: 0;
+
padding:0;
  list-style-image: none;
+
list-style-image:none;
 
}
 
}
 
li {
 
li {
  margin-bottom: .1em;
+
margin-bottom:.1em;
 
}
 
}
 
dt {
 
dt {
  font-weight: bold;
+
font-weight:700;
  margin-bottom: .1em;
+
margin-bottom:.1em;
 
}
 
}
 
dl {
 
dl {
  margin-top: .2em;
+
margin-top:.2em;
  margin-bottom: .5em;
+
margin-bottom:.5em;
 
}
 
}
 
dd {
 
dd {
  line-height: 1.5em;
+
line-height:1.5em;
  margin-left: 2em;
+
margin-left:2em;
  margin-bottom: .1em;
+
margin-bottom:.1em;
 
}
 
}
 
 
fieldset {
 
fieldset {
  border: 1px solid #2f6fab;
+
border:1px solid #2f6fab;
  margin: 1em 0 1em 0;
+
margin:1em 0;
  padding: 0 1em 1em;
+
padding:0 1em 1em;
  line-height: 1.5em;
+
line-height:1.5em;
 
}
 
}
 
fieldset.nested {
 
fieldset.nested {
  margin: 0 0 0.5em 0;
+
margin:0 0 .5em;
  padding: 0 0.5em 0.5em;
+
padding:0 .5em .5em;
 
}
 
}
 
legend {
 
legend {
  padding: .5em;
+
padding:.5em;
  font-size: 95%;
+
font-size:95%;
 
}
 
}
 
form {
 
form {
  border: none;
+
border:none;
  margin: 0;
+
margin:0;
 
}
 
}
 
 
textarea {
 
textarea {
  width: 100%;
+
width:100%;
  padding: .1em;
+
padding:.1em;
 
}
 
}
 
 
input.historysubmit {
 
input.historysubmit {
  padding: 0 .3em .3em .3em !important;
+
padding:0 .3em .3em!important;
  font-size: 94%;
+
font-size:94%;
  cursor: pointer;
+
cursor:pointer;
  height: 1.7em !important;
+
height:1.7em!important;
  margin-left: 1.6em;
+
margin-left:1.6em;
 
}
 
}
 
select {
 
select {
  vertical-align: top;
+
vertical-align:top;
 
}
 
}
abbr, acronym, .explain {
+
abbr,acronym,.explain {
  border-bottom: 1px dotted black;
+
border-bottom:1px dotted #000;
  color: black;
+
color:#000;
  background: white;
+
background:#FFF;
  cursor: help;
+
cursor:help;
 
}
 
}
 
q {
 
q {
  font-family: Times, "Times New Roman", serif;
+
font-family:Times, "Times New Roman", serif;
  font-style: italic;
+
font-style:italic;
 
}
 
}
/* disabled for now
 
blockquote {
 
  font-family: Times, "Times New Roman", serif;
 
  font-style: italic;
 
} */
 
 
code {
 
code {
  color: black;
+
color:#000;
  background-color: #DEDFE2;
+
background-color:#DEDFE2;
 
}
 
}
 
pre {
 
pre {
  padding: 1em;
+
padding:1em;
  border: 1px dashed #2f6fab;
+
border:1px dashed #2f6fab;
  color: white;
+
color:#FFF;
  background-color: #171A2F;
+
background-color:#171A2F;
  line-height: 1.1em;
+
line-height:1.1em;
 
}
 
}
 +
 
/* the main content area */
 
/* the main content area */
#siteSub {
+
#siteSub,#jump-to-nav{
  display: none;
+
display:none;
}
 
#jump-to-nav {
 
  display: none;
 
 
}
 
}
 
+
#contentSub,#contentSub2 {
#contentSub, #contentSub2 {
+
font-size:84%;
  font-size: 84%;
+
line-height:1.2em;
  line-height: 1.2em;
+
margin:0 0 1.4em 1em;
  margin: 0 0 1.4em 1em;
+
width:auto;
  width: auto;
 
 
}
 
}
 
span.subpages {
 
span.subpages {
  display: block;
+
display:block;
 
}
 
}
  
/*  
+
/*
** Main page sections  
+
** Main page sections
 
** This changes the Main Page informative sections. They are currently boxed and bordered with
 
** This changes the Main Page informative sections. They are currently boxed and bordered with
 
** different colors. The text color is changed in the body tag - check the color section of this
 
** different colors. The text color is changed in the body tag - check the color section of this
** CSS sheet first. The main background is set in the first "mainpage-section".  
+
** CSS sheet first. The main background is set in the first "mainpage-section".
 
*/
 
*/
.mainpage-section{
+
.mainpage-section {
  background-color:transparent;
+
background-color:transparent;
  padding: .5em 1em;  
+
padding:.5em 1em;
  margin: 1em;
+
margin:1em;
 
}
 
}
  
 
/* individual borders for each Main Page section, while keeping the rest the same. Adjust "mainpage-section" for general changes. */
 
/* individual borders for each Main Page section, while keeping the rest the same. Adjust "mainpage-section" for general changes. */
 
.mainpage-section-welcome {
 
.mainpage-section-welcome {
  border: 1px solid white;
+
border:1px solid #FFF;
 
}
 
}
 
.mainpage-section-introduction {
 
.mainpage-section-introduction {
  border: 1px solid #ffcc00;  
+
border:1px solid #FC0;
 
}
 
}
 
.mainpage-section-rp247 {
 
.mainpage-section-rp247 {
  border: 1px solid #ff7848;
+
border:1px solid #ff7848;
 
}
 
}
 
.mainpage-section-roleplay {
 
.mainpage-section-roleplay {
  border: 1px solid #69ceff;  
+
border:1px solid #69ceff;
 
}
 
}
 
.mainpage-section-reference {
 
.mainpage-section-reference {
  border: 1px solid #80e080;  
+
border:1px solid #80e080;
 
}
 
}
 
.mainpage-section-mod {
 
.mainpage-section-mod {
  border: 1px solid #69ceff;  
+
border:1px solid #69ceff;
 
}
 
}
 
.mainpage-section-dev {
 
.mainpage-section-dev {
  border: 1px solid #ff7848;
+
border:1px solid #ff7848;
 
}
 
}
 
.mainpage-section-contribute {
 
.mainpage-section-contribute {
  border: 1px solid #ffcc00;
+
border:1px solid #FC0;
 
}
 
}
  
 
/* This changes the Main Page Section Titles. It should inherit the border from the Section above */
 
/* This changes the Main Page Section Titles. It should inherit the border from the Section above */
 
.mainpage-section-title {
 
.mainpage-section-title {
  margin:0px;
+
margin:0;
  background-color:#14193F;
+
background-color:#14193F;
  border: inherit;
+
border:inherit;
  font-size:120%;
+
font-size:120%;
  font-weight:bold;
+
font-weight:700;
  text-align:center;
+
text-align:center;
  padding:0.2em 0.4em;
+
padding:.2em .4em;
 
}
 
}
 +
 
/* Styles for the templates "Outdated" */
 
/* Styles for the templates "Outdated" */
 
.flavortext {
 
.flavortext {
  background-color:#14193F;  
+
background-color:#14193F;
  width:90%;  
+
width:90%;
  border: 2px dashed #ffcc00;
+
border:2px dashed #FC0;
  padding: 1em;
+
padding:1em;
  margin: 1em 1em;
+
margin:1em;
 
}
 
}
  
 
/* Some space under the headers in the content area */
 
/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 {
+
#bodyContent h1,#bodyContent h2 {
  margin-bottom: .6em;
+
margin-bottom:.6em;
 
}
 
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
+
#bodyContent h3,#bodyContent h4,#bodyContent h5 {
  margin-bottom: .3em;
+
margin-bottom:.3em;
 
}
 
}
 
#firstHeading {
 
#firstHeading {
  margin-bottom: .1em;
+
margin-bottom:.1em;
  /* These two rules hack around bug 2013 (fix for more limited bug 11325). When bug 2013 is fixed properly, they should be removed. */
+
/* These two rules hack around bug 2013 (fix for more limited bug 11325). When bug 2013 is fixed properly, they should be removed. */
  line-height: 1.2em;
+
line-height:1.2em;
  padding-bottom: 0;
+
padding-bottom:0;
 
}
 
}
  
 
/* user notification thing */
 
/* user notification thing */
 
.usermessage {
 
.usermessage {
  background-color: transparent;
+
background-color:transparent;
  border: 1px solid #ffa500;
+
border:1px solid orange;
  font-weight: bold;
+
font-weight:700;
  margin: 2em 0 1em;
+
margin:2em 0 1em;
  padding: .5em 1em;
+
padding:.5em 1em;
  vertical-align: middle;
+
vertical-align:middle;
 
}
 
}
 
#siteNotice {
 
#siteNotice {
  text-align: center;
+
text-align:center;
  font-size: 95%;
+
font-size:95%;
  padding-top: 0.9em;
+
padding-top:.9em;
 
}
 
}
 
#siteNotice p {
 
#siteNotice p {
  margin: 0;
+
margin:0;
  padding: 0;
+
padding:0;
 
}
 
}
 +
 
/* Category bar styling */
 
/* Category bar styling */
 
#catlinks {
 
#catlinks {
  border: none;
+
border:none;
  background-color: transparent;
+
background-color:transparent;
  padding: 5px;
+
padding:5px;
  margin-top: 1em;
+
margin-top:1em;
  clear: both;
+
clear:both;
 
}
 
}
 
 
.catlinks {
 
.catlinks {
  border: 1px solid #aaa;
+
border:1px solid #aaa;
  background-color: #383838;
+
background-color:#383838;
  padding: 5px;
+
padding:5px;
  margin-top: 1em;
+
margin-top:1em;
  clear: both;
+
clear:both;
 
}
 
}
 +
 
/* currently unused, intended to be used by a metadata box in the bottom-right corner of the content area */
 
/* currently unused, intended to be used by a metadata box in the bottom-right corner of the content area */
 
.documentDescription {
 
.documentDescription {
  /* The summary text describing the document */
+
/* The summary text describing the document */
  font-weight: bold;
+
font-weight:700;
  display: block;
+
display:block;
  margin: 1em 0;
+
margin:1em 0;
  line-height: 1.5em;
+
line-height:1.5em;
 
}
 
}
 
.documentByLine {
 
.documentByLine {
  text-align: right;
+
text-align:right;
  font-size: 90%;
+
font-size:90%;
  clear: both;
+
clear:both;
  font-weight: normal;
+
font-weight:400;
  color: #76797c;
+
color:#76797c;
 
}
 
}
 +
 
/* emulate center */
 
/* emulate center */
 
.center {
 
.center {
  width: 100%;
+
width:100%;
  text-align: center;
+
text-align:center;
 
}
 
}
*.center * {
+
.center * {
  margin-left: auto;
+
margin-left:auto;
  margin-right: auto;
+
margin-right:auto;
 
}
 
}
 +
 
/* small for tables and similar */
 
/* small for tables and similar */
.small, .small * {
+
.small,.small * {
  font-size: 94%;
+
font-size:94%;
 
}
 
}
 
table.small {
 
table.small {
  font-size: 100%;
+
font-size:100%;
 
}
 
}
  
Line 385: Line 372:
 
** content styles
 
** content styles
 
*/
 
*/
#toc,
+
#toc,.toc,.mw-warning {
.toc,
+
border:1px solid #000;
.mw-warning {
+
background-color:#383838;
  border: 1px solid black;
+
padding:5px;
  background-color: #383838;
+
font-size:95%;
  padding: 5px;
 
  font-size: 95%;
 
 
}
 
}
#toc h2,
+
#toc h2,.toc h2 {
.toc h2 {
+
display:inline;
  display: inline;
+
border:none;
  border: none;
+
padding:0;
  padding: 0;
+
font-size:100%;
  font-size: 100%;
+
font-weight:700;
  font-weight: bold;
 
 
}
 
}
#toc #toctitle,
+
#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
.toc #toctitle,
+
text-align:center;
#toc .toctitle,
 
.toc .toctitle {
 
  text-align: center;
 
 
}
 
}
#toc ul,
+
#toc ul,.toc ul {
.toc ul {
+
list-style-type:none;
  list-style-type: none;
+
list-style-image:none;
  list-style-image: none;
+
margin-left:0;
  margin-left: 0;
+
padding-left:0;
  padding-left: 0;
+
text-align:left;
  text-align: left;
 
 
}
 
}
#toc ul ul,
+
#toc ul ul,.toc ul ul {
.toc ul ul {
+
margin:0 0 0 2em;
  margin: 0 0 0 2em;
 
 
}
 
}
#toc .toctoggle,
+
#toc .toctoggle,.toc .toctoggle {
.toc .toctoggle {
+
font-size:94%;
  font-size: 94%;
 
 
}
 
}
 
 
.mw-warning {
 
.mw-warning {
  margin-left: 50px;
+
margin-left:50px;
  margin-right: 50px;
+
margin-right:50px;
  text-align: center;
+
text-align:center;
 
}
 
}
  
 
/* images */
 
/* images */
div.floatright, table.floatright {
+
div.floatright,table.floatright {
  clear: right;
+
clear:right;
  float: right;
+
float:right;
  position: relative;
+
position:relative;
  margin: 0 0 .5em .5em;
+
margin:0 0 .5em .5em;
  border: 0;
+
border:0;
  background-color:transparent;
+
background-color:transparent;
/*
+
}
  border: .5em solid white;
+
div.floatright p {
  border-width: .5em 0 .8em 1.4em;
+
font-style:italic;
*/
+
}
 +
div.floatleft,table.floatleft {
 +
float:left;
 +
clear:left;
 +
position:relative;
 +
margin:0 .5em .5em 0;
 +
border:0;
 +
background-color:transparent;
 
}
 
}
div.floatright p { font-style: italic; }
+
div.floatleft p {
div.floatleft, table.floatleft {
+
font-style:italic;
  float: left;
 
  clear: left;
 
  position: relative;
 
  margin: 0 .5em .5em 0;
 
  border: 0;
 
  background-color:transparent;
 
/*
 
  margin: .3em .5em .5em 0;
 
  border: .5em solid white;
 
  border-width: .5em 1.4em .8em 0;
 
*/
 
 
}
 
}
div.floatleft p { font-style: italic; }
+
 
 
/* thumbnails */
 
/* thumbnails */
 
div.thumb {
 
div.thumb {
  margin-bottom: .5em;
+
margin-bottom:.5em;
  /*border-style: solid;
+
/*border-style: solid;
 
   border-color: white;*/
 
   border-color: white;*/
  background-color: transparent !important;
+
background-color:transparent!important;
  width: auto;
+
width:auto;
  border:none;
+
border:none;
 
}
 
}
 
div.thumbinner {
 
div.thumbinner {
  border: 1px solid #202653;
+
border:1px solid #202653;
  padding: 3px !important;
+
padding:3px!important;
  background-color: #14193F !important;
+
background-color:#14193F!important;
  font-size: 94%;
+
font-size:94%;
  text-align: center;
+
text-align:center;
  overflow: hidden;
+
overflow:hidden;
 
}
 
}
 
html .thumbimage {
 
html .thumbimage {
  border: 1px solid #202653;
+
border:1px solid #202653;
 
}
 
}
 
html .thumbcaption {
 
html .thumbcaption {
  border: none;
+
border:none;
  text-align: left;
+
text-align:left;
  line-height: 1.4em;
+
line-height:1.4em;
  padding: 3px !important;
+
padding:3px!important;
  font-size: 94%;
+
font-size:94%;
 
}
 
}
 
div.magnify {
 
div.magnify {
  float: right;
+
float:right;
  border: none !important;
+
border:none!important;
  background: none !important;
+
background:none!important;
 
}
 
}
div.magnify a, div.magnify img {
+
div.magnify a,div.magnify img {
  display: block;
+
display:block;
  border: none !important;
+
border:none!important;
  background: none !important;
+
background:none!important;
 
}
 
}
 
div.tright {
 
div.tright {
  clear: right;
+
clear:right;
  float: right;
+
float:right;
  padding: .5em 0 .8em 1.4em;
+
padding:.5em 0 .8em 1.4em;
  border: 0;
+
border:0;
 
}
 
}
 
div.tleft {
 
div.tleft {
  float: left;
+
float:left;
  clear: left;
+
clear:left;
  margin-right: .5em;
+
margin-right:.5em;
  padding: .5em 1.4em .8em 0;
+
padding:.5em 1.4em .8em 0;
  border: 0;
+
border:0;
 
}
 
}
 +
 
/* border for the thumbnailed images. */
 
/* border for the thumbnailed images. */
 
img.thumbborder {
 
img.thumbborder {
  border: none;
+
border:none;
 
}
 
}
 
.hiddenStructure {
 
.hiddenStructure {
  display: none;
+
display:none;
 
}
 
}
 +
 
/*
 
/*
 
** classes for special content elements like town boxes
 
** classes for special content elements like town boxes
 
** intended to be referenced directly from the wiki src
 
** intended to be referenced directly from the wiki src
 
*/
 
*/
 
 
/*
 
/*
 
** User styles
 
** User styles
Line 527: Line 501:
 
*/
 
*/
 
table.rimage {
 
table.rimage {
float: right;
+
float:right;
position: relative;
+
position:relative;
margin-left: 1em;
+
margin-left:1em;
margin-bottom: 1em;
+
margin-bottom:1em;
text-align: center;
+
text-align:center;
 
}
 
}
 
.toccolours {
 
.toccolours {
border: 1px solid #aaa;
+
border:1px solid #aaa;
background-color: #14193F;
+
background-color:#14193F;
padding: 5px;
+
padding:5px;
font-size: 95%;
+
font-size:95%;
 
}
 
}
  
Line 544: Line 518:
 
*/
 
*/
 
.special li {
 
.special li {
line-height: 1.4em;
+
line-height:1.4em;
margin: 0;
+
margin:0;
padding: 0;
+
padding:0;
 
}
 
}
  
Line 553: Line 527:
 
** this is css3, the validator doesn't like it when validating as css2
 
** this is css3, the validator doesn't like it when validating as css2
 
*/
 
*/
#bodyContent a.external,
+
#bodyContent a.external,#bodyContent a[href ^=gopher://] {
#bodyContent a[href ^="gopher://"] {
+
background:none;
        background: none;
+
padding-right:0;
        padding-right: 0;
 
}
 
.rtl #bodyContent a.external,
 
.rtl #bodyContent a.external[href ^="gopher://"] {
 
background-image: url(none);
 
}
 
#bodyContent a.external[href ^="https://"],
 
.link-https {
 
background: url(lock_icon.gif) center right no-repeat;
 
padding: 0 16px;
 
 
}
 
}
#bodyContent a.external[href ^="mailto:"],
+
.rtl #bodyContent a.external,.rtl #bodyContent a.external[href ^=gopher://] {
.link-mailto {
+
background-image:url(none);
background: url(mail_icon.gif) center right no-repeat;
 
padding: 0 18px;
 
 
}
 
}
#bodyContent a.external[href ^="news://"] {
+
#bodyContent a.external[href ^=https://],.link-https {
background: url(news_icon.png) center right no-repeat;
+
background:url(lock_icon.gif) center right no-repeat;
padding: 0 18px;
+
padding:0 16px;
 
}
 
}
#bodyContent a.external[href ^="ftp://"],
+
#bodyContent a.external[href ^=mailto:],.link-mailto {
.link-ftp {
+
background:url(mail_icon.gif) center right no-repeat;
background: url(file_icon.gif) center right no-repeat;
+
padding:0 18px;
padding: 0 18px;
 
 
}
 
}
#bodyContent a.external[href ^="irc://"],
+
#bodyContent a.external[href ^=news://] {
.link-irc {
+
background:url(news_icon.png) center right no-repeat;
background: url(discussionitem_icon.gif) center right no-repeat;
+
padding:0 18px;
padding: 0 18px;
 
 
}
 
}
#bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
+
#bodyContent a.external[href ^=ftp://],.link-ftp {
#bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
+
background:url(file_icon.gif) center right no-repeat;
#bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
+
padding:0 18px;
#bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
 
#bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
 
#bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
 
.link-audio {
 
background: url("audio.png") center right no-repeat;
 
padding: 0 13px;
 
 
}
 
}
#bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
+
#bodyContent a.external[href ^=irc://],.link-irc {
#bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
+
background:url(discussionitem_icon.gif) center right no-repeat;
#bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
+
padding:0 18px;
#bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
 
.link-video {
 
background: url("video.png") center right no-repeat;
 
padding: 0 13px;
 
 
}
 
}
#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
+
#bodyContent a.external[href $=.ogg],#bodyContent a.external[href $=.OGG],#bodyContent a.external[href $=.mid],#bodyContent a.external[href $=.MID],#bodyContent a.external[href $=.midi],#bodyContent a.external[href $=.MIDI],#bodyContent a.external[href $=.mp3],#bodyContent a.external[href $=.MP3],#bodyContent a.external[href $=.wav],#bodyContent a.external[href $=.WAV],#bodyContent a.external[href $=.wma],#bodyContent a.external[href $=.WMA],.link-audio {
#bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
+
background:url(audio.png) center right no-repeat;
#bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
+
padding:0 13px;
.link-document {
 
background: url("document.png") center right no-repeat;
 
padding: 0 12px;
 
 
}
 
}
*/
+
#bodyContent a.external[href $=.ogm],#bodyContent a.external[href $=.OGM],#bodyContent a.external[href $=.avi],#bodyContent a.external[href $=.AVI],#bodyContent a.external[href $=.mpeg],#bodyContent a.external[href $=.MPEG],#bodyContent a.external[href $=.mpg],#bodyContent a.external[href $=.MPG],.link-video {
/* for rtl wikis */
+
background:url(video.png) center right no-repeat;
.rtl #bodyContent a.external {
+
padding:0 13px;
background-position: left;
 
padding-right: 0;
 
 
}
 
}
.rtl a.feedlink {
+
#bodyContent a.external[href $=.pdf],#bodyContent a.external[href $=.PDF],#bodyContent a.external[href *=.pdf#],#bodyContent a.external[href *=.PDF#],#bodyContent a.external[href *=.pdf?],#bodyContent a.external[href *=.PDF?],.link-document {
background-position: right;
+
background:url(document.png) center right no-repeat;
padding-right: 16px;
+
padding:0 12px;
padding-left: 0;
 
 
}
 
}
  
 
/* correction for ltr wikis */
 
/* correction for ltr wikis */
 
.ltr #bodyContent a.external {
 
.ltr #bodyContent a.external {
padding-left: 0;
+
padding-left:0;
 
}
 
}
  
 
/* disable interwiki styling */
 
/* disable interwiki styling */
#bodyContent a.extiw,
+
#bodyContent a.extiw,#bodyContent a.extiw:active {
#bodyContent a.extiw:active {
+
color:#FFF;
color: white;
 
 
}
 
}
  
Line 637: Line 580:
 
** Structural Elements
 
** Structural Elements
 
*/
 
*/
 
 
/*
 
/*
 
** general portlet styles (elements in the quickbar)
 
** general portlet styles (elements in the quickbar)
 
*/
 
*/
 
.portlet {
 
.portlet {
border: none;
+
border:none;
margin: 0 0 .5em;
+
margin:0 0 .5em;
padding: 0;
+
padding:0;
float: none;
+
float:none;
width: 11.6em;
+
width:11.6em;
overflow: hidden;
+
overflow:hidden;
 
}
 
}
 
.portlet h4 {
 
.portlet h4 {
font-size: 95%;
+
font-size:95%;
font-weight: normal;
+
font-weight:400;
white-space: nowrap;
+
white-space:nowrap;
 
}
 
}
 
.portlet h5 {
 
.portlet h5 {
background: #14193F;
+
background:#14193F;
padding: 0 1em 0 .5em;
+
padding:0 1em 0 .5em;
display: inline;
+
display:inline;
height: 1em;
+
height:1em;
text-transform: lowercase;
+
text-transform:lowercase;
font-size: 91%;
+
font-size:91%;
font-weight: normal;
+
font-weight:400;
white-space: nowrap;
+
white-space:nowrap;
 
}
 
}
 
.portlet h6 {
 
.portlet h6 {
background: #14193F;
+
background:#14193F;
border: 1px solid #202653;
+
border:1px solid #202653;
border-style: solid solid none solid;
+
border-style:solid solid none;
padding: 0 1em 0 1em;
+
padding:0 1em;
text-transform: lowercase;
+
text-transform:lowercase;
display: block;
+
display:block;
font-size: 1em;
+
font-size:1em;
height: 1.2em;
+
height:1.2em;
font-weight: normal;
+
font-weight:400;
white-space: nowrap;
+
white-space:nowrap;
 
}
 
}
  
 
/* Left nav boxes styles */
 
/* Left nav boxes styles */
 
.pBody {
 
.pBody {
font-size: 95%;
+
font-size:95%;
background-color: #14193F;
+
background-color:#14193F;
color: black;
+
color:#000;
border-collapse: collapse;
+
border-collapse:collapse;
border: 1px solid #202653;
+
border:1px solid #202653;
padding: 0 .8em .3em .5em;
+
padding:0 .8em .3em .5em;
 
}
 
}
.portlet h1,
+
.portlet h1,.portlet h2,.portlet h3,.portlet h4 {
.portlet h2,
+
margin:0;
.portlet h3,
+
padding:0;
.portlet h4 {
 
margin: 0;
 
padding: 0;
 
 
}
 
}
 
.portlet ul {
 
.portlet ul {
line-height: 1.5em;
+
line-height:1.5em;
list-style-type: square;
+
list-style-type:square;
list-style-image: url(bullet.gif);
+
list-style-image:url(bullet.gif);
font-size: 95%;
+
font-size:95%;
 
}
 
}
 
.portlet li {
 
.portlet li {
padding: 0;
+
padding:0;
margin: 0;
+
margin:0;
 
}
 
}
  
Line 708: Line 647:
 
*/
 
*/
 
#p-logo {
 
#p-logo {
top: 0;
+
top:0;
left: 0;
+
left:0;
position: absolute; /*needed to use z-index */
+
position:absolute;
z-index: 3;
+
/*needed to use z-index */
height: 155px;
+
z-index:3;
width: 12em;
+
height:155px;
overflow: visible;
+
width:12em;
 +
overflow:visible;
 
}
 
}
 
#p-logo h5 {
 
#p-logo h5 {
display: none;
+
display:none;
 
}
 
}
#p-logo a,
+
#p-logo a,#p-logo a:hover {
#p-logo a:hover {
+
display:block;
display: block;
+
height:155px;
height: 155px;
+
width:12.2em;
width: 12.2em;
+
background-repeat:no-repeat;
background-repeat: no-repeat;
+
background-image:url(http://discoveryfl.com/wiki/images/3/35/WikiLogo.png)!important;
/* background-position: 35% 50% !important;  */
+
text-decoration:none;
/*      background-image: url(http://discoveryfl.com/wiki/images/5/5c/Logo2.jpg) !important; */
 
        background-image: url(http://discoveryfl.com/wiki/images/3/35/WikiLogo.png) !important;  
 
text-decoration: none;
 
 
}
 
}
  
Line 735: Line 672:
 
*/
 
*/
 
#p-search {
 
#p-search {
position: relative;
+
position:relative;
z-index: 3;
+
z-index:3;
 
}
 
}
 
input.searchButton {
 
input.searchButton {
margin-top: 1px;
+
margin-top:1px;
font-size: 95%;
+
font-size:95%;
 
}
 
}
 
#searchGoButton {
 
#searchGoButton {
padding-left: .5em;
+
padding-left:.5em;
padding-right: .5em;
+
padding-right:.5em;
font-weight: bold;
+
font-weight:700;
 
}
 
}
 
#searchInput {
 
#searchInput {
width: 10.9em;
+
width:10.9em;
margin: 0;
+
margin:0;
font-size: 95%;
+
font-size:95%;
 
}
 
}
 
#p-search .pBody {
 
#p-search .pBody {
padding: .5em .4em .4em .4em;
+
padding:.5em .4em .4em;
text-align: center;
+
text-align:center;
 
}
 
}
 
#p-search #searchform div div {
 
#p-search #searchform div div {
margin-top: .4em;
+
margin-top:.4em;
font-size: 95%;
+
font-size:95%;
 
}
 
}
 +
 
/*
 
/*
 
** the personal toolbar
 
** the personal toolbar
 
*/
 
*/
 
#p-personal {
 
#p-personal {
position: absolute;
+
position:absolute;
left: 0;
+
left:0;
top: 0;
+
top:0;
z-index: 0;
+
z-index:0;
 
}
 
}
 
#p-personal {
 
#p-personal {
width: 100%;
+
width:100%;
white-space: nowrap;
+
white-space:nowrap;
padding: 0;
+
padding:0;
margin: 0;
+
margin:0;
border: none;
+
border:none;
background: none;
+
background:none;
overflow: visible;
+
overflow:visible;
line-height: 1.2em;
+
line-height:1.2em;
 
}
 
}
 
#p-personal h5 {
 
#p-personal h5 {
display: none;
+
display:none;
 
}
 
}
#p-personal .portlet,
+
#p-personal .portlet,#p-personal .pBody {
#p-personal .pBody {
+
z-index:0;
z-index: 0;
+
padding:0;
padding: 0;
+
margin:0;
margin: 0;
+
border:none;
border: none;
+
overflow:visible;
overflow: visible;
+
background:none;
background: none;
 
 
}
 
}
 +
 
/* this is the ul contained in the portlet */
 
/* this is the ul contained in the portlet */
 
#p-personal ul {
 
#p-personal ul {
border: none;
+
border:none;
line-height: 1.4em;
+
line-height:1.4em;
color: #2f6fab;
+
color:#2f6fab;
padding: 0 2em 0 3em;
+
padding:0 2em 0 3em;
margin: 0;
+
margin:0;
text-align: right;
+
text-align:right;
list-style: none;
+
list-style:none;
z-index: 0;
+
z-index:0;
background: none;
+
background:none;
cursor: default;
+
cursor:default;
 
}
 
}
 
#p-personal li {
 
#p-personal li {
z-index: 0;
+
z-index:0;
border: none;
+
border:none;
padding: 0;
+
padding:0;
display: inline;
+
display:inline;
color: #2f6fab;
+
color:#2f6fab;
margin-left: 1em;
+
margin-left:1em;
line-height: 1.2em;
+
line-height:1.2em;
background: none;
+
background:none;
 
}
 
}
 
#p-personal li a {
 
#p-personal li a {
text-decoration: none;
+
text-decoration:none;
color: #005896;
+
color:#005896;
padding-bottom: .2em;
+
padding-bottom:.2em;
background: none;
+
background:none;
 
}
 
}
 
#p-personal li a:hover {
 
#p-personal li a:hover {
background-color: #14193F;
+
background-color:#14193F;
padding-bottom: .2em;
+
padding-bottom:.2em;
text-decoration: none;
+
text-decoration:none;
 
}
 
}
 
#p-personal li.active a:hover {
 
#p-personal li.active a:hover {
background-color: transparent;
+
background-color:transparent;
 
}
 
}
 +
 
/* the icon in front of the user name, single quotes in bg url to hide it from iemac */
 
/* the icon in front of the user name, single quotes in bg url to hide it from iemac */
li#pt-userpage,
+
li#pt-userpage,li#pt-anonuserpage,li#pt-login {
li#pt-anonuserpage,
+
background:url(user.gif) top left no-repeat;
li#pt-login {
+
padding-left:20px;
background: url(user.gif) top left no-repeat;
+
text-transform:none;
padding-left: 20px;
 
text-transform: none;
 
 
}
 
}
 
#p-personal ul {
 
#p-personal ul {
text-transform: lowercase;
+
text-transform:lowercase;
 
}
 
}
 
#p-personal li.active {
 
#p-personal li.active {
font-weight: bold;
+
font-weight:700;
 
}
 
}
 +
 
/* the page-related actions- page/talk, edit, delete, history, move, watch etc */
 
/* the page-related actions- page/talk, edit, delete, history, move, watch etc */
 
/* top menu items */
 
/* top menu items */
 
#p-cactions {
 
#p-cactions {
position: absolute;
+
position:absolute;
top: 1.3em;
+
top:1.3em;
left: 11.5em;
+
left:11.5em;
margin: 0;
+
margin:0;
white-space: nowrap;
+
white-space:nowrap;
width: 76%;
+
width:76%;
line-height: 1.1em;
+
line-height:1.1em;
overflow: visible;
+
overflow:visible;
background: none;
+
background:none;
border-collapse: collapse;
+
border-collapse:collapse;
padding-left: 1em;
+
padding-left:1em;
list-style: none;
+
list-style:none;
font-size: 95%;
+
font-size:95%;
 
}
 
}
 
#p-cactions ul {
 
#p-cactions ul {
list-style: none;
+
list-style:none;
 
}
 
}
 
 
 
#p-cactions li {
 
#p-cactions li {
display: inline;
+
display:inline;
border: 1px solid #202653;
+
border:1px solid #202653;
border-bottom: none;
+
border-bottom:none;
padding: 0 0 .1em 0;
+
padding:0 0 .1em;
margin: 0 .3em 0 0;
+
margin:0 .3em 0 0;
overflow: visible;
+
overflow:visible;
background: #14193F;
+
background:#14193F;
 
}
 
}
 
#p-cactions li.selected {
 
#p-cactions li.selected {
background-color: #171A2F;
+
background-color:#171A2F;
border-color: #202653;
+
border-color:#202653;
padding: 0 0 .2em 0;
+
padding:0 0 .2em;
font-weight: bold;
+
font-weight:700;
 
}
 
}
 
 
#p-cactions li a {
 
#p-cactions li a {
background-color: #14193F;
+
background-color:#14193F;
border: none;
+
border:none;
padding: 0 .8em .3em;
+
padding:0 .8em .3em;
position: relative;
+
position:relative;
z-index: 0;
+
z-index:0;
margin: 0;
+
margin:0;
text-decoration: none;
+
text-decoration:none;
 
}
 
}
 
#p-cactions li.selected a {
 
#p-cactions li.selected a {
z-index: 3;
+
z-index:3;
padding: 0 1em .2em!important;
+
padding:0 1em .2em!important;
background-color: #14193F;
+
background-color:#14193F;
 
}
 
}
 
#p-cactions .new a {
 
#p-cactions .new a {
color: #ba0000;
+
color:#ba0000;
 
}
 
}
 
#p-cactions li a:hover {
 
#p-cactions li a:hover {
z-index: 3;
+
z-index:3;
text-decoration: none;
+
text-decoration:none;
background-color: #14193F;
+
background-color:#14193F;
 
}
 
}
 
#p-cactions h5 {
 
#p-cactions h5 {
display: none;
+
display:none;
 
}
 
}
 
#p-cactions li.istalk {
 
#p-cactions li.istalk {
margin-right: 0;
+
margin-right:0;
 
}
 
}
 
#p-cactions li.istalk a {
 
#p-cactions li.istalk a {
padding-right: .5em;
+
padding-right:.5em;
 
}
 
}
 
#p-cactions #ca-addsection a {
 
#p-cactions #ca-addsection a {
padding-left: .4em;
+
padding-left:.4em;
padding-right: .4em;
+
padding-right:.4em;
 
}
 
}
 +
 
/* offsets to distinguish the tab groups */
 
/* offsets to distinguish the tab groups */
 
li#ca-talk {
 
li#ca-talk {
margin-right: 1.6em;
+
margin-right:1.6em;
 
}
 
}
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
+
li#ca-watch,li#ca-unwatch,li#ca-varlang-0,li#ca-print {
margin-left: 1.6em;
+
margin-left:1.6em;
 
}
 
}
 
#p-cactions .pBody {
 
#p-cactions .pBody {
font-size: 1em;
+
font-size:1em;
background-color: transparent;
+
background-color:transparent;
color: inherit;
+
color:inherit;
border-collapse: inherit;
+
border-collapse:inherit;
border: 0;
+
border:0;
padding: 0;
+
padding:0;
 
}
 
}
 
#p-cactions .hiddenStructure {
 
#p-cactions .hiddenStructure {
display: none;
+
display:none;
 
}
 
}
 
#p-cactions li a {
 
#p-cactions li a {
text-transform: lowercase;
+
text-transform:lowercase;
 
}
 
}
 
 
#p-lang {
 
#p-lang {
position: relative;
+
position:relative;
z-index: 3;
+
z-index:3;
 
}
 
}
  
 
/* Override text-transform on languages where capitalization is significant */
 
/* Override text-transform on languages where capitalization is significant */
.capitalize-all-nouns .portlet h5,
+
.capitalize-all-nouns .portlet h5,.capitalize-all-nouns .portlet h6,.capitalize-all-nouns #p-personal ul,.capitalize-all-nouns #p-cactions ul li a {
.capitalize-all-nouns .portlet h6,
+
text-transform:none;
.capitalize-all-nouns #p-personal ul,
 
.capitalize-all-nouns #p-cactions ul li a {
 
text-transform: none;
 
 
}
 
}
  
Line 953: Line 885:
 
  * system which allows extensions to add to this file on the fly
 
  * system which allows extensions to add to this file on the fly
 
  */
 
  */
#t-ispermalink, #t-iscite {
+
#t-ispermalink,#t-iscite {
color: #999;
+
color:#999;
 
}
 
}
 +
 
/*
 
/*
 
** footer
 
** footer
 
*/
 
*/
 
#footer {
 
#footer {
background-color: #14193F;
+
background-color:#14193F;
background-image: url(http://discoveryfl.com/wiki/images/6/67/Wall.jpg);
+
background-image:url(http://discoveryfl.com/wiki/images/6/67/Wall.jpg);
border-top: 1px solid #202653;
+
border-top:1px solid #202653;
border-bottom: 1px solid #202653;
+
border-bottom:1px solid #202653;
margin: .6em 0 1em 0;
+
margin:.6em 0 1em;
padding: .4em 0 1.2em 0;
+
padding:.4em 0 1.2em;
text-align: center;
+
text-align:center;
font-size: 90%;
+
font-size:90%;
 
}
 
}
 
#footer li {
 
#footer li {
display: inline;
+
display:inline;
margin: 0 1.3em;
+
margin:0 1.3em;
 
}
 
}
#f-poweredbyico, #f-copyrightico {
+
#f-poweredbyico,#f-copyrightico {
margin: 0 8px;
+
margin:0 8px;
position: relative;
+
position:relative;
top: -2px; /* Bump it up just a tad */
+
top:-2px;
 +
/* Bump it up just a tad */
 
}
 
}
 
#f-poweredbyico {
 
#f-poweredbyico {
float: right;
+
float:right;
height: 1%;
+
height:1%;
 
}
 
}
 
#f-copyrightico {
 
#f-copyrightico {
float: left;
+
float:left;
height: 1%;
+
height:1%;
 
}
 
}
 
 
.mw-htmlform-submit {
 
.mw-htmlform-submit {
font-weight: bold;
+
font-weight:700;
padding-left: .3em;
+
padding-left:.3em;
padding-right: .3em;
+
padding-right:.3em;
margin-right: 2em;
+
margin-right:2em;
 
}
 
}
 
 
/* js pref toc */
 
/* js pref toc */
 
#preftoc {
 
#preftoc {
margin: 0;
+
margin:0;
padding: 0;
+
padding:0;
width: 100%;
+
width:100%;
clear: both;
+
clear:both;
 
}
 
}
 
#preftoc li {
 
#preftoc li {
background-color: #14193F;
+
background-color:#14193F;
color: #cddae0;
+
color:#cddae0;
 
}
 
}
 
#preftoc li {
 
#preftoc li {
margin: 1px -2px 1px 2px;
+
margin:1px -2px 1px 2px;
float: left;
+
float:left;
padding: 2px 0 3px 0;
+
padding:2px 0 3px;
border: 1px solid #7FB7D2;
+
border:1px solid #7FB7D2;
border-right-color: #7FB7D2;
+
border-right-color:#7FB7D2;
border-bottom: 0;
+
border-bottom:0;
position: relative;
+
position:relative;
white-space: nowrap;
+
white-space:nowrap;
list-style-type: none;
+
list-style-type:none;
list-style-image: none;
+
list-style-image:none;
z-index: 3;
+
z-index:3;
 
}
 
}
 
#preftoc li.selected {
 
#preftoc li.selected {
font-weight: bold;
+
font-weight:700;
background-color: #14193F;
+
background-color:#14193F;
border: 1px solid #7FB7D2;
+
border:1px solid #7FB7D2;
border-bottom: none;
+
border-bottom:none;
cursor: default;
+
cursor:default;
top: 1px;
+
top:1px;
padding-top: 2px;
+
padding-top:2px;
margin-right: -3px;
+
margin-right:-3px;
 
}
 
}
 
#preftoc > li.selected {
 
#preftoc > li.selected {
top: 2px;
+
top:2px;
 
}
 
}
#preftoc a,
+
#preftoc a,#preftoc a:active {
#preftoc a:active {
+
display:block;
display: block;
+
color:#cddae0;
color: #cddae0;
+
padding:0 .7em;
padding: 0 .7em;
+
position:relative;
position: relative;
+
text-decoration:none;
text-decoration: none;
 
 
}
 
}
 
#preftoc li.selected a {
 
#preftoc li.selected a {
cursor: default;
+
cursor:default;
text-decoration: none;
+
text-decoration:none;
 
}
 
}
 
#preferences {
 
#preferences {
margin: 0;
+
margin:0;
border: 1px solid #7FB7D2;
+
border:1px solid #7FB7D2;
clear: both;
+
clear:both;
padding: 1.5em;
+
padding:1.5em;
background-color: #14193F;
+
background-color:#14193F;
 
}
 
}
 
.prefsection {
 
.prefsection {
border: none;
+
border:none;
padding: 0;
+
padding:0;
margin: 0;
+
margin:0;
 
}
 
}
 
 
.prefsection legend {
 
.prefsection legend {
font-weight: bold;  
+
font-weight:700;
 
}
 
}
.prefsection table, .prefsection legend {
+
.prefsection table,.prefsection legend {
background-color: #14193F;
+
background-color:#14193F;
 
}
 
}
 
.mainLegend {
 
.mainLegend {
display: none;
+
display:none;
 
}
 
}
 
td.htmlform-tip {
 
td.htmlform-tip {
font-size: x-small;
+
font-size:x-small;
padding: .2em 2em;
+
padding:.2em 2em;
color: #666;
+
color:#666;
 
}
 
}
 
 
.preferences-login {
 
.preferences-login {
clear: both;
+
clear:both;
margin-bottom: 1.5em;
+
margin-bottom:1.5em;
 
}
 
}
 
 
.prefcache {
 
.prefcache {
font-size: 90%;
+
font-size:90%;
margin-top: 2em;
+
margin-top:2em;
 
}
 
}
 
+
div#userloginForm form,div#userlogin form#userlogin2 {
div#userloginForm form,
+
margin:0 3em 1em 0;
div#userlogin form#userlogin2 {
+
border:1px solid #aaa;
margin: 0 3em 1em 0;
+
clear:both;
border: 1px solid #aaa;
+
padding:1.5em 2em;
clear: both;
+
background-color:#14193F;
padding: 1.5em 2em;
+
float:left;
background-color: #14193F;
 
float: left;
 
 
}
 
}
.rtl div#userloginForm form,
+
div#userloginForm table,div#userlogin form#userlogin2 table {
.rtl div#userlogin form#userlogin2 {
+
background-color:#14193F;
float: right;
 
 
}
 
}
 
+
div#userloginForm h2,div#userlogin form#userlogin2 h2 {
div#userloginForm table,
+
padding-top:0;
div#userlogin form#userlogin2 table {
 
background-color: #14193F;
 
 
}
 
}
 
+
div#userlogin .captcha,div#userloginForm .captcha {
div#userloginForm h2,
+
border:1px solid #bbb;
div#userlogin form#userlogin2 h2 {
+
padding:1.5em 2em;
padding-top: 0;
+
background-color:#14193F;
 
}
 
}
 
+
#loginend,#signupend {
div#userlogin .captcha,
+
clear:both;
div#userloginForm .captcha {
 
border: 1px solid #bbb;
 
padding: 1.5em 2em;
 
background-color: #14193F;
 
 
}
 
}
 
+
#userloginprompt,#languagelinks {
#loginend, #signupend {
+
font-size:85%;
clear: both;
 
 
}
 
}
 
+
#login-sectiontip {
#userloginprompt, #languagelinks {
+
font-size:85%;
font-size: 85%;
+
line-height:1.2;
 +
padding-top:2em;
 
}
 
}
 
+
#userlogin .loginText,#userlogin .loginPassword {
#login-sectiontip {
+
width:12em;
font-size: 85%;
 
line-height: 1.2;
 
padding-top: 2em;
 
 
}
 
}
 
+
#userloginlink a,#wpLoginattempt,#wpCreateaccount {
#userlogin .loginText, #userlogin .loginPassword {
+
font-weight:700;
width: 12em;
 
 
}
 
}
  
#userloginlink a, #wpLoginattempt, #wpCreateaccount {
 
font-weight: bold;
 
}
 
 
/*
 
/*
 
** IE/Mac fixes, hope to find a validating way to move this
 
** IE/Mac fixes, hope to find a validating way to move this
Line 1,139: Line 1,051:
 
*/
 
*/
 
/* tabs: border on the a, not the div */
 
/* tabs: border on the a, not the div */
* > html #p-cactions li { border: none; }
+
* > html #p-cactions li {border:none;}
 
* > html #p-cactions li a {
 
* > html #p-cactions li a {
border: 1px solid #aaa;
+
border:1px solid #aaa;
border-bottom: none;
+
border-bottom:none;
 
}
 
}
* > html #p-cactions li.selected a { border-color: #7FB7D2; }
+
* > html #p-cactions li.selected a {border-color:#7FB7D2;}
 
<!-- /* footer icons need a fixed width */ * > html #f-poweredbyico,
 
<!-- /* footer icons need a fixed width */ * > html #f-poweredbyico,
* > html #f-copyrightico { width: 88px; }
+
* > html #f-copyrightico {width:88px;}
 
* > html #bodyContent,
 
* > html #bodyContent,
 
* > html #bodyContent pre {
 
* > html #bodyContent pre {
overflow-x: auto;
+
overflow-x:auto;
width: 100%;
+
width:100%;
padding-bottom: 25px;
+
padding-bottom:25px;
 
}
 
}
<!--  
+
<!--
 
/* more IE fixes */
 
/* more IE fixes */
 
/* float/negative margin brokenness */
 
/* float/negative margin brokenness */
* html #footer {margin-top: 0;}
+
* html #footer {margin-top:0;}
 
* html #column-content {
 
* html #column-content {
display: inline;
+
display:inline;
margin-bottom: 0;
+
margin-bottom:0;
 
}
 
}
* html div.editsection { font-size: smaller; }
+
* html div.editsection {font-size:smaller;}
#pagehistory li.selected { position: relative; }
+
#pagehistory li.selected {position:relative;}
  
 
/* Mac IE 5.0 fix; floated content turns invisible */
 
/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {
+
* > html #column-content {float:none;}
float: none;
 
}
 
 
* > html #column-one {
 
* > html #column-one {
position: absolute;
+
position:absolute;
left: 0;
+
left:0;
top: 0;
+
top:0;
}
 
* > html #footer {
 
margin-left: 13.2em;
 
 
}
 
}
 +
* > html #footer {margin-left:13.2em;}
 
.redirectText {
 
.redirectText {
font-size: 150%;
+
font-size:150%;
margin: 5px;
+
margin:5px;
 
}
 
}
 
 
.printfooter {
 
.printfooter {
display: none;
+
display:none;
 
}
 
}
 
 
 
div.patrollink {
 
div.patrollink {
clear: both;
+
clear:both;
 
}
 
}
span.newpage, span.minor, span.bot {
+
span.newpage,span.minor,span.bot {
font-weight: bold;
+
font-weight:700;
 
}
 
}
 
 
.sharedUploadNotice {
 
.sharedUploadNotice {
font-style: italic;
+
font-style:italic;
 
}
 
}
 
 
span.updatedmarker {
 
span.updatedmarker {
color: black;
+
color:#000;
background-color: #14193F;
+
background-color:#14193F;
 
}
 
}
 
 
table.gallery {
 
table.gallery {
border: 1px solid #ccc;
+
border:1px solid #ccc;
margin: 2px;
+
margin:2px;
padding: 2px;
+
padding:2px;
background-color: #14193F;
+
background-color:#14193F;
 
}
 
}
 
 
table.gallery tr {
 
table.gallery tr {
vertical-align: top;
+
vertical-align:top;
 
}
 
}
 
 
table.gallery td {
 
table.gallery td {
vertical-align: top;
+
vertical-align:top;
background-color: #14193F;
+
background-color:#14193F;
border: solid 2px white;
+
border:solid 2px #FFF;
 
}
 
}
 +
 
/* Keep this temporarily so that cached pages will display right */
 
/* Keep this temporarily so that cached pages will display right */
 
table.gallery td.galleryheader {
 
table.gallery td.galleryheader {
    text-align: center;
+
text-align:center;
font-weight: bold;
+
font-weight:700;
 
}
 
}
 
table.gallery caption {
 
table.gallery caption {
font-weight: bold;
+
font-weight:700;
 
}
 
}
 
 
 
 
div.gallerybox {
 
div.gallerybox {
margin: 2px;
+
margin:2px;
 
}
 
}
 
 
 
 
div.gallerybox div.thumb {
 
div.gallerybox div.thumb {
text-align: center;
+
text-align:center;
background-color:transparent;
+
background-color:transparent;
border: 1px solid #7FB7D2;
+
border:1px solid #7FB7D2;
margin: 2px;
+
margin:2px;
 
}
 
}
 
 
div.gallerytext {
 
div.gallerytext {
overflow: hidden;
+
overflow:hidden;
font-size: 94%;
+
font-size:94%;
padding: 2px 4px;
+
padding:2px 4px;
 
}
 
}
 
 
span.comment {
 
span.comment {
font-style: italic;
+
font-style:italic;
 
}
 
}
 
 
span.changedby {
 
span.changedby {
  font-size: 95%;
+
font-size:95%;
 
}
 
}
 
 
.previewnote {
 
.previewnote {
  color: #c00;
+
color:#c00;
  margin-bottom: 1em;
+
margin-bottom:1em;
 
}
 
}
 
 
.previewnote p {
 
.previewnote p {
  text-indent: 3em;
+
text-indent:3em;
  margin: 0.8em 0;
+
margin:.8em 0;
 
}
 
}
 
 
.editExternally {
 
.editExternally {
  border: 1px solid gray;
+
border:1px solid gray;
  background-color: transparent;
+
background-color:transparent;
  padding: 3px;
+
padding:3px;
  margin-top: 0.5em;
+
margin-top:.5em;
  float: left;
+
float:left;
  font-size: small;
+
font-size:small;
  text-align: center;
+
text-align:center;
 
}
 
}
 
.editExternallyHelp {
 
.editExternallyHelp {
  font-style: italic;
+
font-style:italic;
  color: gray;
+
color:gray;
 
}
 
}
 
 
.toggle {
 
.toggle {
  margin-left: 2em;
+
margin-left:2em;
  text-indent: -2em;
+
text-indent:-2em;
 
}
 
}
 
 
input#wpSummary {
 
input#wpSummary {
  width: 80%;
+
width:80%;
 
}
 
}
 
 
/* @bug 1714 */
 
/* @bug 1714 */
input#wpSave, input#wpDiff {
+
input#wpSave,input#wpDiff {
  margin-right: 0.33em;
+
margin-right:.33em;
 
}
 
}
 
 
#wpSave {
 
#wpSave {
  font-weight: bold;
+
font-weight:700;
 
}
 
}
 
 
/* Classes for article validation */
 
/* Classes for article validation */
 
 
table.revisionform_default {
 
table.revisionform_default {
  border: 1px solid #000000;
+
border:1px solid #000;
 
}
 
}
 
 
table.revisionform_focus {
 
table.revisionform_focus {
  border: 1px solid #000000;
+
border:1px solid #000;
  background-color:#00BBFF;
+
background-color:#0BF;
 
}
 
}
 
 
tr.revision_tr_default {
 
tr.revision_tr_default {
  background-color:#EEEEEE;
+
background-color:#EEE;
 
}
 
}
 
 
tr.revision_tr_first {
 
tr.revision_tr_first {
  background-color:#DDDDDD;
+
background-color:#DDD;
 
}
 
}
 
 
p.revision_saved {
 
p.revision_saved {
  color: green;
+
color:green;
  font-weight:bold;
+
font-weight:700;
 
}
 
}
 
+
<!--
<!--  
 
 
/* Allmessages table */
 
/* Allmessages table */
 
+
#allmessagestable th {background-color:#14193F;}
#allmessagestable th {
+
#allmessagestable tr.orig {background-color:#14193F;}
  background-color: #14193F;
+
#allmessagestable tr.new {background-color:#14193F;}
}
+
#allmessagestable tr.def {background-color:#14193F;}
 
 
#allmessagestable tr.orig {
 
  background-color: #14193F;
 
}
 
 
 
#allmessagestable tr.new {
 
  background-color: #14193F;
 
}
 
 
 
#allmessagestable tr.def {
 
  background-color: #14193F;
 
}
 
  
 
/* This appears at the top, when you edit a page that doesn't exist. */
 
/* This appears at the top, when you edit a page that doesn't exist. */
 
div.noarticletext {
 
div.noarticletext {
  border: 1px solid #7FB7D2;
+
border:1px solid #7FB7D2;
  background: #14193F;
+
background:#14193F;
  padding: .2em 1em;
+
padding:.2em 1em;
 
}
 
}
 
 
div#searchTargetContainer {
 
div#searchTargetContainer {
  left:       10px;
+
left:10px;
  top:       10px;
+
top:10px;
  width:     90%;
+
width:90%;
  background: #14193F;
+
background:#14193F;
 
}
 
}
 
 
div#searchTarget {
 
div#searchTarget {
  padding:   3px;
+
padding:3px;
  margin:     5px;
+
margin:5px;
  background: #14193F;
+
background:#14193F;
  border:     solid 1px #7FB7D2;
+
border:solid 1px #7FB7D2;
}
 
 
 
div#searchTarget ul li {
 
  list-style: none;
 
 
}
 
}
 
+
div#searchTarget ul li {list-style:none;}
 
div#searchTarget ul li:before {
 
div#searchTarget ul li:before {
  color: orange;
+
color:orange;
  content: "\00BB \0020";
+
content:"\00BB \0020";
 
}
 
}
 
 
div#searchTargetHide {
 
div#searchTargetHide {
  float:right;
+
float:right;
  border:solid 1px #7FB7D2;
+
border:solid 1px #7FB7D2;
  background:#DCDCDC;
+
background:#DCDCDC;
  padding:2px;
+
padding:2px;
}
 
 
 
#powersearch p {
 
margin-top:0px;
 
 
}
 
}
 
+
#powersearch p {margin-top:0;}
 
div.multipageimagenavbox {
 
div.multipageimagenavbox {
  border: solid 1px #7FB7D2;
+
border:solid 1px #7FB7D2;
  padding: 4px;
+
padding:4px;
  margin: 1em;
+
margin:1em;
  background: #14193F;
+
background:#14193F;
 
}
 
}
 
 
div.multipageimagenavbox div.thumb {
 
div.multipageimagenavbox div.thumb {
  border: none;
+
border:none;
  background-color:transparent;
+
background-color:transparent;
  margin-left: 2em;
+
margin-left:2em;
  margin-right: 2em;
+
margin-right:2em;
}
 
 
 
div.multipageimagenavbox hr {
 
  margin: 6px;
 
}
 
 
 
table.multipageimage td {
 
  text-align: center;
 
}
 
 
 
.templatesUsed { margin-top: 1.5em; }
 
 
 
.mw-summary-preview {
 
  margin: 0.1em 0;
 
 
}
 
}
 +
div.multipageimagenavbox hr {margin:6px;}
 +
table.multipageimage td {text-align:center;}
 +
.templatesUsed {margin-top:1.5em;}
 +
.mw-summary-preview {margin:.1em 0;}
  
 
/* Friendlier slave lag warnings */
 
/* Friendlier slave lag warnings */
 
+
div.mw-lag-warn-normal,div.mw-lag-warn-high {
div.mw-lag-warn-normal,
+
padding:3px;
div.mw-lag-warn-high {
+
text-align:center;
  padding: 3px;
+
margin:3px auto;
  text-align: center;
 
  margin: 3px auto;
 
 
}
 
}
 
div.mw-lag-warn-normal {
 
div.mw-lag-warn-normal {
  border: 1px solid #FFCC66;
+
border:1px solid #FC6;
  background-color: #FFFFCC;
+
background-color:#FFC;
 
}
 
}
 
div.mw-lag-warn-high {
 
div.mw-lag-warn-high {
  font-weight: bold;
+
font-weight:700;
  border: 2px solid #FF0000;
+
border:2px solid red;
  background-color: #FFCCCC;
+
background-color:#FCC;
 
}
 
}
 
 
.MediaTransformError {
 
.MediaTransformError {
  background-color: transparent;
+
background-color:transparent;
  padding: 0.1em;
+
padding:.1em;
 
}
 
}
 
.MediaTransformError td {
 
.MediaTransformError td {
  text-align: center;
+
text-align:center;
  vertical-align: middle;
+
vertical-align:middle;
  font-size: 90%;
+
font-size:90%;
 
}
 
}
  
 
/* God-damned hack for the crappy layout */
 
/* God-damned hack for the crappy layout */
.os-suggest {
+
.os-suggest {font-size:127%;}
  font-size: 127%;
+
 
}
 
 
/* Sometimes people don't want personal tools to be lowercase! */
 
/* Sometimes people don't want personal tools to be lowercase! */
.no-text-transform {
+
.no-text-transform {text-transform:none;}
  text-transform: none;
 
}
 
  
<!--  
+
<!--
/* Custom things set by Hyung so that templates can be set from the "skinname".css */
+
/* Custom things set by Hyung so that templates can be set from the skinname.css */
 
+
/*
 
 
/*  
 
 
** This sets the styles of the field titles for
 
** This sets the styles of the field titles for
** Character infobox   = Origin, Alignment, Affiliation, Born, Died,  
+
** Character infobox = Origin, Alignment, Affiliation, Born, Died,
** Ship infobox       = Ship Class, Built by, Guns-Turrets, Opt. weapon class, Max. weapon class, Additional equipment, Hull strength, Max. shield class, Cargo space, Nanobots-Batteries, Max. impulse speed, Max. thrust speed, Power output, Power recharge, Ship price, Package price,
+
** Ship infobox = Ship Class, Built by, Guns-Turrets, Opt. weapon class, Max. weapon class, Additional equipment,Hull strength,Max. shield class,Cargo space,Nanobots-Batteries,Max. impulse speed,Max. thrust speed,Power output,Power recharge,Ship price,Package price,
** Planet infobox     = Owner, Location, Population, Docking, Terrain, Diameter, Mass, Temperature, Escape velocity,
+
** Planet infobox = Owner,Location,Population,Docking,Terrain,Diameter,Mass,Temperature,Escape velocity,** Base infobox = Type,Owner,Location,Gravity,Docking,Amenities,Population
** Base infobox       = Type, Owner, Location, Gravity, Docking, Amenities, Population
+
** Faction infobox = Date of founding,Founder(s),Base of operations,
** Faction infobox     = Date of founding, Founder(s), Base of operations,"
+
** TOC Faction infobox = Date of founding, Founder(s), Base of operations,
** TOC Faction infobox = Date of founding, Founder(s), Base of operations,"
 
 
*/
 
*/
-->
+
-->
.infobox-data-title {
+
.infobox-data-title {background-color:#14193F!important;}
  background-color: #14193F!important;
 
}
 
  
 
/* Not currently in use */
 
/* Not currently in use */
.infobox-fields{
+
.infobox-fields {background-color:#14193F!important;}
  background-color: #14193F!important;
+
 
}
+
/*
/*  
 
 
** This sets the styles of the template infoboxes section titles for
 
** This sets the styles of the template infoboxes section titles for
 
** Character infobox template  = Name, Profile
 
** Character infobox template  = Name, Profile
Line 1,475: Line 1,307:
 
** Planet infobox template      = Name, Technical information,
 
** Planet infobox template      = Name, Technical information,
 
** Base infobox template        = Name, Technical information
 
** Base infobox template        = Name, Technical information
** Faction infobox template    = Name, Profile, Primary role, Secondary role  
+
** Faction infobox template    = Name, Profile, Primary role, Secondary role
** TOC Faction infobox template = Name, Profile, Primary role, Secondary role, Table of contents  
+
** TOC Faction infobox template = Name, Profile, Primary role, Secondary role, Table of contents
*/
+
*/
.infobox-name,
+
.infobox-name,.infobox-section {
.infobox-section {
+
background-color:#14193F!important;
  background-color: #14193F!important;
+
font-weight:700;
  font-weight: bold;
+
text-align:center;
  text-align: center;
 
}
 
<!--
 
/* Sets the size/extra style of the Name of the infobox person/ship/base/planet/Faction */
 
.infobox-name{
 
  font-size: 14px;
 
 
}
 
}
  
 +
/* Sets the size/extra style of the Name of the infobox person/ship/base/planet/Faction */
 +
.infobox-name {font-size:14px;}
 
.SpecialPageInfo {
 
.SpecialPageInfo {
  background-color: transparent;
+
background-color:transparent;
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
+
background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
  background-position: 0.8em 0.5em;
+
background-position:.8em .5em;
  background-repeat: no-repeat;
+
background-repeat:no-repeat;
  padding: 0.3em 0.5em 0.3em 5.0em;
+
padding:.3em .5em .3em 5em;
  border-color: #025e9d;  
+
border-color:#025e9d;
  border-width: 1px;  
+
border-width:1px;
  border-style: solid;
+
border-style:solid;
  border-bottom-width: medium;
+
border-bottom-width:medium;
  margin-bottom: 1em;
+
margin-bottom:1em;
 
}
 
}
<!--
 
 
/* Background colors */
 
/* Background colors */
.backgroundc1 { background-color: #ffffff; } /* white */
+
.backgroundc1 {background-color:#FFF;}
.backgroundc2 { background-color: transparent; } /* light grey (as toc)  */
+
 
.backgroundc3 { background-color: #eeeeee; } /* light grey (headers) */  
+
/* white */
.backgroundc4 { background-color: #e0e0e0; } /* more grey */
+
.backgroundc2 {background-color:transparent;}
.backgroundc5 { background-color: #d2d2d2; } /* more grey */
+
 
.backgroundc6 { background-color: #b7b7b7; } /* more grey */
+
/* light grey (as toc)  */
.backgroundc7 { background-color: #a3a3a3; }  /* darker grey */
+
.backgroundc3 {background-color:#EEE;}
.backgroundc8 { background-color: #444455; }  /* very dark grey */
+
 
.backgroundDisco1 { background-color: #171A2F; }  /* All places that are the same colour.  */
+
/* light grey (headers) */
 +
.backgroundc4 {background-color:#e0e0e0;}
 +
 
 +
/* more grey */
 +
.backgroundc5 {background-color:#d2d2d2;}
 +
 
 +
/* more grey */
 +
.backgroundc6 {background-color:#b7b7b7;}
  
/* Wikitable (Prettytable) class for skinning normal tables  
+
/* more grey */
 +
.backgroundc7 {background-color:#a3a3a3;}
 +
 
 +
/* darker grey */
 +
.backgroundc8 {background-color:#445;}
 +
 
 +
/* very dark grey */
 +
.backgroundDisco1 {background-color:#171A2F;}
 +
 
 +
/* All places that are the same colour.  */
 +
/* Wikitable (Prettytable) class for skinning normal tables
 
** Alternating Table styles are down in the color section, bottom of the file.
 
** Alternating Table styles are down in the color section, bottom of the file.
 
*/
 
*/
table.wikitable,
+
table.wikitable,table.prettytable,table.sortable {
table.prettytable,
+
margin:1em 1em 1em 0;
table.sortable {
+
background:#14193F;
  margin: 1em 1em 1em 0;
+
border:1px #171A2F solid;
  background: #14193F;
+
border-collapse:collapse;
  border: 1px #171A2F solid;
+
empty-cells:show;
  border-collapse: collapse;
 
  empty-cells: show;
 
 
}
 
}
table.wikitable th, table.wikitable td,
+
table.wikitable th,table.wikitable td,table.prettytable th,table.prettytable td {
table.prettytable th, table.prettytable td {
+
border:1px #000 solid;
  border: 1px black solid;
+
padding:.2em .4em;
  padding: 0.2em 0.4em;
 
 
}
 
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
+
table.wikitable th,table.wikitable td.hl3,table.wikitable th.hl3,table.prettytable th,table.prettytable td.hl3,table.wikitable th.hl3 {
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
+
background:#171A2F;
  background: #171A2F;
+
text-align:center;
  text-align: center;
 
 
}
 
}
table.wikitable td.hl1, table.wikitable th.hl1,
+
table.wikitable td.hl1,table.wikitable th.hl1,table.prettytable td.hl1,table.wikitable th.hl1 {
table.prettytable td.hl1, table.wikitable th.hl1 {
+
background:#c5d8fc;
  background: #c5d8fc;
+
text-align:center;
  text-align: center;
 
 
}
 
}
table.wikitable td.hl2, table.wikitable th.hl2,
+
table.wikitable td.hl2,table.wikitable th.hl2,table.prettytable td.hl2,table.wikitable th.hl2 {
table.prettytable td.hl2, table.wikitable th.hl2 {
+
background:#a7c1f2;
  background: #a7c1f2;
+
text-align:center;
  text-align: center;
 
 
}
 
}
table.wikitable caption,
+
table.wikitable caption,table.prettytable caption {
table.prettytable caption {
+
margin-left:inherit;
  margin-left: inherit;
+
margin-right:inherit;
  margin-right: inherit;
+
font-weight:700;
  font-weight: bold;
 
 
}
 
}
 +
 
/* The style for the 'Factions of XXXYYYZZZ' navigation lists TITLES. Found at the base of faction pages. Factions of Kusari,Liberty,Rheinland,Gallia,Bretonia. Also includes the Template navigation lists TITLES. */
 
/* The style for the 'Factions of XXXYYYZZZ' navigation lists TITLES. Found at the base of faction pages. Factions of Kusari,Liberty,Rheinland,Gallia,Bretonia. Also includes the Template navigation lists TITLES. */
.faction-navlist-title,  
+
.faction-navlist-title,.template-navlist-title {
.template-navlist-title {
+
background:#171A2F;
  background: #171A2F;
+
text-align:center;
  text-align: center;
+
font-weight:700;
  font-weight: bold;
+
font-size:11px;
  font-size: 11px;
+
line-height:21px;
  line-height: 21px;
 
 
}
 
}
 +
 
/* The style for the 'Factions of XXXYYYZZZ' navigation lists FACTION TYPES. Found at the base of faction pages. Includes "Lawful", "Corporate", "Quasi-legal", "Unlawful" */
 
/* The style for the 'Factions of XXXYYYZZZ' navigation lists FACTION TYPES. Found at the base of faction pages. Includes "Lawful", "Corporate", "Quasi-legal", "Unlawful" */
 
.faction-navlist-data {
 
.faction-navlist-data {
  background: #171A2F;
+
background:#171A2F;
  width: 85px;
+
width:85px;
  padding: 4px 6px;
+
padding:4px 6px;
  font-size: 11px;
+
font-size:11px;
  font-weight: bold;
+
font-weight:700;
  text-align: right;
+
text-align:right;
 
}
 
}
 
 
.template-navlist-content {
 
.template-navlist-content {
  vertical-align: top;  
+
vertical-align:top;
  text-align: center;
+
text-align:center;
  width: 90%;
+
width:90%;
  background: #383838;
+
background:#383838;
 
}
 
}
  
 
/* Color Section. Use this to easily and quickly change the themed colors of skins */
 
/* Color Section. Use this to easily and quickly change the themed colors of skins */
/* This changes the main colour used. */  
+
/* This changes the main colour used. */
body, h1, h2, h3, h4, h5, h6, table, #content, div#content, #contentSub, #contentSub2, .faction-navlist-title, .template-navlist-title, .infobox-name, .infobox-data-title, .infobox-section, .mainpage-section-title, .usermessage, div.noarticletext {
+
body,h1,h2,h3,h4,h5,h6,table,#content,div#content,#contentSub,#contentSub2,.faction-navlist-title,.template-navlist-title,.infobox-name,.infobox-data-title,.infobox-section,.mainpage-section-title,.usermessage,div.noarticletext {
  color: #87C3E0;
+
color:#87C3E0;
 
}
 
}
  
 
/* All Normal Link colors */
 
/* All Normal Link colors */
a, a:active, a.stub, a:visited, #bodyContent a.external, #p-cactions li a {
+
a,a:active,a.stub,a:visited,#bodyContent a.external,#p-cactions li a {
  color: #CDDAE0;
+
color:#CDDAE0;
 
}
 
}
 
+
a:hover,a.stub:hover,#bodyContent a.external:hover,#p-cactions li a:hover {
a:hover, a.stub:hover, #bodyContent a.external:hover, #p-cactions li a:hover {
+
color:#dada0a;
  color: #dada0a;
 
 
}
 
}
 
+
.new,#p-personal .new,#p-cactions li.new a,.new:visited,#p-personal .new:visited,#p-cactions li.new a:visited {
.new, #p-personal .new, #p-cactions li.new a, .new:visited, #p-personal .new:visited, #p-cactions li.new a:visited {
+
color:#CDA041!important;
  color: #CDA041 !important;
 
 
}
 
}
 
+
.new:hover,#p-personal .new:hover,#p-cactions li.new a:hover {
.new:hover, #p-personal .new:hover, #p-cactions li.new a:hover {
+
color:#FFCE64!important;
  color: #FFCE64 !important;
 
 
}
 
}
 
 
.toc a {
 
.toc a {
  color: #D0D0D0 !important;
+
color:#D0D0D0!important;
 
}
 
}
 
 
.toc a:hover {
 
.toc a:hover {
  color: #CCCCCC !important;
+
color:#CCC!important;
 
}
 
}
 
 
#pagehistory li {
 
#pagehistory li {
  border:none;
+
border:none;
 
}
 
}
 
 
#pagehistory li.selected {
 
#pagehistory li.selected {
  background-color:black;
+
background-color:#000;
 
}
 
}
  
 
/* Difference and History pages styles */
 
/* Difference and History pages styles */
 
/* old page styles, new changes styles. Various tables and fields for the 'differences between' the changes. */
 
/* old page styles, new changes styles. Various tables and fields for the 'differences between' the changes. */
table.diff,
+
table.diff,td.diff-otitle,div#mw-diff-otitle1,div#mw-diff-otitle2,div#mw-diff-otitle3,div#mw-diff-otitle4,td.diff-ntitle,div#mw-diff-ntitle1,div#mw-diff-ntitle2,div#mw-diff-ntitle3,div#mw-diff-ntitle4,td.diff-context,ul#filetoc {
td.diff-otitle,
+
background-color:#14193F!important;
div#mw-diff-otitle1,
 
div#mw-diff-otitle2,
 
div#mw-diff-otitle3,
 
div#mw-diff-otitle4,
 
td.diff-ntitle,
 
div#mw-diff-ntitle1,
 
div#mw-diff-ntitle2,
 
div#mw-diff-ntitle3,
 
div#mw-diff-ntitle4,
 
td.diff-context,  
 
ul#filetoc {
 
  background-color: #14193F !important;
 
 
}
 
}
 
 
td.diff-addedline {
 
td.diff-addedline {
  background-color: #171A2F;
+
background-color:#171A2F;
  color: yellow;
+
color:#FF0;
 
}
 
}
 
+
td.diff-deletedline {
td.diff-deletedline{
+
background-color:#171A2F;
  background-color: #171A2F;
+
color:red;
  color: red;
 
 
}
 
}
 
 
ins.difchange {
 
ins.difchange {
  background-color: #171A2F;
+
background-color:#171A2F;
  color: #48DD00;
+
color:#48DD00;
 
}
 
}
  
 
/* Background colors collation */
 
/* Background colors collation */
 
body {
 
body {
  background-color: black;
+
background-color:#000;
  background-image: url(http://discoveryfl.com/wiki/images/1/1a/Logo1.jpg);
+
background-image:url(http://discoveryfl.com/wiki/images/1/1a/Logo1.jpg);
  background-repeat: repeat-x;  
+
background-repeat:repeat-x;
 
}
 
}
  
 
/* Alternating Table Stripes */
 
/* Alternating Table Stripes */
 
+
tr.odd {background-color:#171A2F;}
tr.odd {
+
tr.even {background-color:#14193F;}
  background-color: #171A2F;
 
}
 
tr.even {
 
  background-color: #14193F;
 
}
 
 
 
 
.section-title {
 
.section-title {
padding: 0.5em 1em;
+
padding:.5em 1em;
margin: 1em;
+
margin:1em;
}
 
.different-background {
 
background-color: #171A2F;
 
}
 
 
 
.normal-background {
 
background-color: #171A2F;
 
 
}
 
}
 +
.different-background {background-color:#171A2F;}
 +
.normal-background {background-color:#171A2F;}
  
 
/* Fixes for white backgrounds in tables
 
/* Fixes for white backgrounds in tables
 
cshake, Dec 2009 */
 
cshake, Dec 2009 */
.TablePager, .TablePager td, .TablePager th{
+
.TablePager,.TablePager td,.TablePager th {border-color:#87C3E0;}
  border-top-color: #87C3E0;
+
.TablePager td {background-color:#14193f;}
  border-right-color-value: #87C3E0;
+
.TablePager th {background-color:#34396f;}
  border-bottom-color: #87C3E0;
+
.imagelist th.TablePager_sort {background-color:#24289f;}
  border-left-color-value: #87C3E0;
+
.TablePager tr:hover td {background-color:#24286f;}
}
+
table.mw_metadata td,table.mw_metadata th {border-color:#87C3E0;}
 
+
table.mw_metadata th {background-color:#34396f;}
.TablePager td {
+
table.mw_metadata td {background-color:#14193f;}
  background-color: #14193f;
+
span.warningtext {color:red;}
}
 
 
 
.TablePager th {
 
  background-color: #34396f;
 
}
 
 
 
.imagelist th.TablePager_sort {
 
  background-color: #24289f;
 
}
 
 
 
.TablePager tr:hover td {
 
  background-color: #24286f;
 
}
 
 
 
table.mw_metadata td, table.mw_metadata th {
 
  border-top-color: #87C3E0;
 
  border-right-color-value: #87C3E0;
 
  border-bottom-color: #87C3E0;
 
  border-left-color-value: #87C3E0;
 
}
 
 
 
table.mw_metadata th {
 
  background-color: #34396f;
 
}
 
 
 
table.mw_metadata td {
 
  background-color: #14193f;
 
}
 
 
 
span.warningtext {
 
  color:red;
 
}
 
/* Tazuras's header modifications */
 
h1, h2, h3, h4, h5, h6 {
 
 background: none;
 
 font-weight: normal;
 
 font-family:"Agency FB", Verdana, Arial, sans-serif;
 
 margin: 0;
 
 padding-top: .5em;
 
 padding-bottom: .17em;
 
 border-bottom: 1px solid #aaa;
 
}
 
h1 { font-size: 188%; }
 
h1 .editsection { font-size: 53%; }
 
h2 { font-size: 150%; }
 
h2 .editsection { font-size: 67%; }
 
h3, h4, h5, h6 {
 
 border-bottom: none;
 
 font-weight: bold;
 
}
 
h3 {
 
 font-size: 135%;
 
 text-decoration: underline;
 
}
 
h3 .editsection {
 
 font-size: 74%;
 
 font-weight: normal;
 
 text-decoration: none;
 
}
 
h4 { font-size: 122%; }
 
h4 .editsection { font-size: 82%; font-weight: normal; }
 
h5 {
 
 font-size: 118%;
 
 font-weight: normal;
 
 text-decoration: underline;
 
}
 
h5 .editsection {
 
 font-size: 85%;
 
 font-weight: normal;
 
 text-decoration: none;
 
}
 
h6 { font-size: 95%;  }
 
h6 .editsection { font-size: 105%; font-weight: normal; }
 

Revision as of 20:22, 4 May 2010

/*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir BA¦kholt)
** All you guys rock :)
**
** Edited for Discovery Wiki by Blodo and Chovynz/Hyung Soong.
** Currently has problems with Internet Explorer. Works on Firefox.
** 26 August 2009
*/
#column-content {
width:100%;
float:right;
margin:0 0 .6em -12.2em;
padding:0;
}
#content {
margin:2.8em 0 0 12.2em;
padding:0 1em 1em;
position:relative;
z-index:2;
}
#column-one {
padding-top:160px;
}

/* The section inside the main frame, i.e. the area of the text content, not the sidebar or logo */
#content {
background:#14193F;
background-image:url(http://discoveryfl.com/wiki/images/6/67/Wall.jpg);
border:1px solid #202653;
border-right:none;
line-height:1.5em;
}

/* the left column width is specified in class .portlet */
/* Font size:
** We take advantage of keyword scaling- browsers won't go below 9px
** More at http://www.w3.org/2003/07/30-font-size
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/
/* The first part behind the logo, and sidebars. Extends underneath the top tabs and preferences */
body {
font:x-small sans-serif;
margin:0;
padding:0;
}

/* scale back up to a sane default */
#globalWrapper {
font-size:127%;
width:100%;
margin:0;
padding:0;
}

/* general styles
** Alternating Table styles are down in the color section, bottom of the file.
*/
table {
font-size:100%;
/* we don't want the bottom borders of h2s to be visible through floated tables */
background-color:#171A2F;
}
fieldset table {
/* but keep table layouts in forms clean... */
background:#171A2F;
}

/* Links */
a {
text-decoration:none;
background:none;
}
a:hover {
text-decoration:none;
}
a.new,#p-personal a.new {
font-style:italic;
}
img {
border:none;
vertical-align:middle;
}
p {
margin:.4em 0 .5em;
line-height:1.5em;
}
p img {
margin:0;
}
h1,h2,h3,h4,h5,h6 {
background:none;
font-weight:400;
font-family:"Agency FB", Verdana, Arial, sans-serif;
margin:0;
padding-top:.5em;
padding-bottom:.17em;
border-bottom:1px solid #aaa;
}
h1 {font-size:188%;}
h1 .editsection {font-size:53%;}
h2 {font-size:150%;}
h2 .editsection {font-size:67%;}
h3,h4,h5,h6 {
border-bottom:none;
font-weight:700;
}
h3 {font-size:132%;}
h3 .editsection {
font-size:76%;
font-weight:400;
}
h3 .mw-headline{text-decoration:underline;}
h4 {font-size:116%;}
h4 .editsection {
font-size:86%;
font-weight:400;
}
h5 {font-size:100%;}
h5 .editsection {
font-weight:400;
}
h6 {font-size:80%;}
h6 .editsection {
font-size:125%;
font-weight:400;
}
ul {
line-height:1.5em;
list-style-type:square;
margin:.3em 0 0 1.5em;
padding:0;
list-style-image:url(bullet.gif);
}
ol {
line-height:1.5em;
margin:.3em 0 0 3.2em;
padding:0;
list-style-image:none;
}
li {
margin-bottom:.1em;
}
dt {
font-weight:700;
margin-bottom:.1em;
}
dl {
margin-top:.2em;
margin-bottom:.5em;
}
dd {
line-height:1.5em;
margin-left:2em;
margin-bottom:.1em;
}
fieldset {
border:1px solid #2f6fab;
margin:1em 0;
padding:0 1em 1em;
line-height:1.5em;
}
fieldset.nested {
margin:0 0 .5em;
padding:0 .5em .5em;
}
legend {
padding:.5em;
font-size:95%;
}
form {
border:none;
margin:0;
}
textarea {
width:100%;
padding:.1em;
}
input.historysubmit {
padding:0 .3em .3em!important;
font-size:94%;
cursor:pointer;
height:1.7em!important;
margin-left:1.6em;
}
select {
vertical-align:top;
}
abbr,acronym,.explain {
border-bottom:1px dotted #000;
color:#000;
background:#FFF;
cursor:help;
}
q {
font-family:Times, "Times New Roman", serif;
font-style:italic;
}
code {
color:#000;
background-color:#DEDFE2;
}
pre {
padding:1em;
border:1px dashed #2f6fab;
color:#FFF;
background-color:#171A2F;
line-height:1.1em;
}

/* the main content area */
#siteSub,#jump-to-nav{
display:none;
}
#contentSub,#contentSub2 {
font-size:84%;
line-height:1.2em;
margin:0 0 1.4em 1em;
width:auto;
}
span.subpages {
display:block;
}

/*
** Main page sections
** This changes the Main Page informative sections. They are currently boxed and bordered with
** different colors. The text color is changed in the body tag - check the color section of this
** CSS sheet first. The main background is set in the first "mainpage-section".
*/
.mainpage-section {
background-color:transparent;
padding:.5em 1em;
margin:1em;
}

/* individual borders for each Main Page section, while keeping the rest the same. Adjust "mainpage-section" for general changes. */
.mainpage-section-welcome {
border:1px solid #FFF;
}
.mainpage-section-introduction {
border:1px solid #FC0;
}
.mainpage-section-rp247 {
border:1px solid #ff7848;
}
.mainpage-section-roleplay {
border:1px solid #69ceff;
}
.mainpage-section-reference {
border:1px solid #80e080;
}
.mainpage-section-mod {
border:1px solid #69ceff;
}
.mainpage-section-dev {
border:1px solid #ff7848;
}
.mainpage-section-contribute {
border:1px solid #FC0;
}

/* This changes the Main Page Section Titles. It should inherit the border from the Section above */
.mainpage-section-title {
margin:0;
background-color:#14193F;
border:inherit;
font-size:120%;
font-weight:700;
text-align:center;
padding:.2em .4em;
}

/* Styles for the templates "Outdated" */
.flavortext {
background-color:#14193F;
width:90%;
border:2px dashed #FC0;
padding:1em;
margin:1em;
}

/* Some space under the headers in the content area */
#bodyContent h1,#bodyContent h2 {
margin-bottom:.6em;
}
#bodyContent h3,#bodyContent h4,#bodyContent h5 {
margin-bottom:.3em;
}
#firstHeading {
margin-bottom:.1em;
/* These two rules hack around bug 2013 (fix for more limited bug 11325). When bug 2013 is fixed properly, they should be removed. */
line-height:1.2em;
padding-bottom:0;
}

/* user notification thing */
.usermessage {
background-color:transparent;
border:1px solid orange;
font-weight:700;
margin:2em 0 1em;
padding:.5em 1em;
vertical-align:middle;
}
#siteNotice {
text-align:center;
font-size:95%;
padding-top:.9em;
}
#siteNotice p {
margin:0;
padding:0;
}

/* Category bar styling */
#catlinks {
border:none;
background-color:transparent;
padding:5px;
margin-top:1em;
clear:both;
}
.catlinks {
border:1px solid #aaa;
background-color:#383838;
padding:5px;
margin-top:1em;
clear:both;
}

/* currently unused, intended to be used by a metadata box in the bottom-right corner of the content area */
.documentDescription {
/* The summary text describing the document */
font-weight:700;
display:block;
margin:1em 0;
line-height:1.5em;
}
.documentByLine {
text-align:right;
font-size:90%;
clear:both;
font-weight:400;
color:#76797c;
}

/* emulate center */
.center {
width:100%;
text-align:center;
}
.center * {
margin-left:auto;
margin-right:auto;
}

/* small for tables and similar */
.small,.small * {
font-size:94%;
}
table.small {
font-size:100%;
}

/*
** content styles
*/
#toc,.toc,.mw-warning {
border:1px solid #000;
background-color:#383838;
padding:5px;
font-size:95%;
}
#toc h2,.toc h2 {
display:inline;
border:none;
padding:0;
font-size:100%;
font-weight:700;
}
#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
text-align:center;
}
#toc ul,.toc ul {
list-style-type:none;
list-style-image:none;
margin-left:0;
padding-left:0;
text-align:left;
}
#toc ul ul,.toc ul ul {
margin:0 0 0 2em;
}
#toc .toctoggle,.toc .toctoggle {
font-size:94%;
}
.mw-warning {
margin-left:50px;
margin-right:50px;
text-align:center;
}

/* images */
div.floatright,table.floatright {
clear:right;
float:right;
position:relative;
margin:0 0 .5em .5em;
border:0;
background-color:transparent;
}
div.floatright p {
font-style:italic;
}
div.floatleft,table.floatleft {
float:left;
clear:left;
position:relative;
margin:0 .5em .5em 0;
border:0;
background-color:transparent;
}
div.floatleft p {
font-style:italic;
}

/* thumbnails */
div.thumb {
margin-bottom:.5em;
/*border-style: solid;
  border-color: white;*/
background-color:transparent!important;
width:auto;
border:none;
}
div.thumbinner {
border:1px solid #202653;
padding:3px!important;
background-color:#14193F!important;
font-size:94%;
text-align:center;
overflow:hidden;
}
html .thumbimage {
border:1px solid #202653;
}
html .thumbcaption {
border:none;
text-align:left;
line-height:1.4em;
padding:3px!important;
font-size:94%;
}
div.magnify {
float:right;
border:none!important;
background:none!important;
}
div.magnify a,div.magnify img {
display:block;
border:none!important;
background:none!important;
}
div.tright {
clear:right;
float:right;
padding:.5em 0 .8em 1.4em;
border:0;
}
div.tleft {
float:left;
clear:left;
margin-right:.5em;
padding:.5em 1.4em .8em 0;
border:0;
}

/* border for the thumbnailed images. */
img.thumbborder {
border:none;
}
.hiddenStructure {
display:none;
}

/*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
*/
/*
** User styles
*/
/* table standards
** Alternating Table styles are down in the color section, bottom of the file.
*/
table.rimage {
float:right;
position:relative;
margin-left:1em;
margin-bottom:1em;
text-align:center;
}
.toccolours {
border:1px solid #aaa;
background-color:#14193F;
padding:5px;
font-size:95%;
}

/*
** edit views etc
*/
.special li {
line-height:1.4em;
margin:0;
padding:0;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a.external,#bodyContent a[href ^=gopher://] {
background:none;
padding-right:0;
}
.rtl #bodyContent a.external,.rtl #bodyContent a.external[href ^=gopher://] {
background-image:url(none);
}
#bodyContent a.external[href ^=https://],.link-https {
background:url(lock_icon.gif) center right no-repeat;
padding:0 16px;
}
#bodyContent a.external[href ^=mailto:],.link-mailto {
background:url(mail_icon.gif) center right no-repeat;
padding:0 18px;
}
#bodyContent a.external[href ^=news://] {
background:url(news_icon.png) center right no-repeat;
padding:0 18px;
}
#bodyContent a.external[href ^=ftp://],.link-ftp {
background:url(file_icon.gif) center right no-repeat;
padding:0 18px;
}
#bodyContent a.external[href ^=irc://],.link-irc {
background:url(discussionitem_icon.gif) center right no-repeat;
padding:0 18px;
}
#bodyContent a.external[href $=.ogg],#bodyContent a.external[href $=.OGG],#bodyContent a.external[href $=.mid],#bodyContent a.external[href $=.MID],#bodyContent a.external[href $=.midi],#bodyContent a.external[href $=.MIDI],#bodyContent a.external[href $=.mp3],#bodyContent a.external[href $=.MP3],#bodyContent a.external[href $=.wav],#bodyContent a.external[href $=.WAV],#bodyContent a.external[href $=.wma],#bodyContent a.external[href $=.WMA],.link-audio {
background:url(audio.png) center right no-repeat;
padding:0 13px;
}
#bodyContent a.external[href $=.ogm],#bodyContent a.external[href $=.OGM],#bodyContent a.external[href $=.avi],#bodyContent a.external[href $=.AVI],#bodyContent a.external[href $=.mpeg],#bodyContent a.external[href $=.MPEG],#bodyContent a.external[href $=.mpg],#bodyContent a.external[href $=.MPG],.link-video {
background:url(video.png) center right no-repeat;
padding:0 13px;
}
#bodyContent a.external[href $=.pdf],#bodyContent a.external[href $=.PDF],#bodyContent a.external[href *=.pdf#],#bodyContent a.external[href *=.PDF#],#bodyContent a.external[href *=.pdf?],#bodyContent a.external[href *=.PDF?],.link-document {
background:url(document.png) center right no-repeat;
padding:0 12px;
}

/* correction for ltr wikis */
.ltr #bodyContent a.external {
padding-left:0;
}

/* disable interwiki styling */
#bodyContent a.extiw,#bodyContent a.extiw:active {
color:#FFF;
}

/*
** Structural Elements
*/
/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
border:none;
margin:0 0 .5em;
padding:0;
float:none;
width:11.6em;
overflow:hidden;
}
.portlet h4 {
font-size:95%;
font-weight:400;
white-space:nowrap;
}
.portlet h5 {
background:#14193F;
padding:0 1em 0 .5em;
display:inline;
height:1em;
text-transform:lowercase;
font-size:91%;
font-weight:400;
white-space:nowrap;
}
.portlet h6 {
background:#14193F;
border:1px solid #202653;
border-style:solid solid none;
padding:0 1em;
text-transform:lowercase;
display:block;
font-size:1em;
height:1.2em;
font-weight:400;
white-space:nowrap;
}

/* Left nav boxes styles */
.pBody {
font-size:95%;
background-color:#14193F;
color:#000;
border-collapse:collapse;
border:1px solid #202653;
padding:0 .8em .3em .5em;
}
.portlet h1,.portlet h2,.portlet h3,.portlet h4 {
margin:0;
padding:0;
}
.portlet ul {
line-height:1.5em;
list-style-type:square;
list-style-image:url(bullet.gif);
font-size:95%;
}
.portlet li {
padding:0;
margin:0;
}

/*
** Logo properties
*/
#p-logo {
top:0;
left:0;
position:absolute;
/*needed to use z-index */
z-index:3;
height:155px;
width:12em;
overflow:visible;
}
#p-logo h5 {
display:none;
}
#p-logo a,#p-logo a:hover {
display:block;
height:155px;
width:12.2em;
background-repeat:no-repeat;
background-image:url(http://discoveryfl.com/wiki/images/3/35/WikiLogo.png)!important;
text-decoration:none;
}

/*
** Search portlet
*/
#p-search {
position:relative;
z-index:3;
}
input.searchButton {
margin-top:1px;
font-size:95%;
}
#searchGoButton {
padding-left:.5em;
padding-right:.5em;
font-weight:700;
}
#searchInput {
width:10.9em;
margin:0;
font-size:95%;
}
#p-search .pBody {
padding:.5em .4em .4em;
text-align:center;
}
#p-search #searchform div div {
margin-top:.4em;
font-size:95%;
}

/*
** the personal toolbar
*/
#p-personal {
position:absolute;
left:0;
top:0;
z-index:0;
}
#p-personal {
width:100%;
white-space:nowrap;
padding:0;
margin:0;
border:none;
background:none;
overflow:visible;
line-height:1.2em;
}
#p-personal h5 {
display:none;
}
#p-personal .portlet,#p-personal .pBody {
z-index:0;
padding:0;
margin:0;
border:none;
overflow:visible;
background:none;
}

/* this is the ul contained in the portlet */
#p-personal ul {
border:none;
line-height:1.4em;
color:#2f6fab;
padding:0 2em 0 3em;
margin:0;
text-align:right;
list-style:none;
z-index:0;
background:none;
cursor:default;
}
#p-personal li {
z-index:0;
border:none;
padding:0;
display:inline;
color:#2f6fab;
margin-left:1em;
line-height:1.2em;
background:none;
}
#p-personal li a {
text-decoration:none;
color:#005896;
padding-bottom:.2em;
background:none;
}
#p-personal li a:hover {
background-color:#14193F;
padding-bottom:.2em;
text-decoration:none;
}
#p-personal li.active a:hover {
background-color:transparent;
}

/* the icon in front of the user name, single quotes in bg url to hide it from iemac */
li#pt-userpage,li#pt-anonuserpage,li#pt-login {
background:url(user.gif) top left no-repeat;
padding-left:20px;
text-transform:none;
}
#p-personal ul {
text-transform:lowercase;
}
#p-personal li.active {
font-weight:700;
}

/* the page-related actions- page/talk, edit, delete, history, move, watch etc */
/* top menu items */
#p-cactions {
position:absolute;
top:1.3em;
left:11.5em;
margin:0;
white-space:nowrap;
width:76%;
line-height:1.1em;
overflow:visible;
background:none;
border-collapse:collapse;
padding-left:1em;
list-style:none;
font-size:95%;
}
#p-cactions ul {
list-style:none;
}
#p-cactions li {
display:inline;
border:1px solid #202653;
border-bottom:none;
padding:0 0 .1em;
margin:0 .3em 0 0;
overflow:visible;
background:#14193F;
}
#p-cactions li.selected {
background-color:#171A2F;
border-color:#202653;
padding:0 0 .2em;
font-weight:700;
}
#p-cactions li a {
background-color:#14193F;
border:none;
padding:0 .8em .3em;
position:relative;
z-index:0;
margin:0;
text-decoration:none;
}
#p-cactions li.selected a {
z-index:3;
padding:0 1em .2em!important;
background-color:#14193F;
}
#p-cactions .new a {
color:#ba0000;
}
#p-cactions li a:hover {
z-index:3;
text-decoration:none;
background-color:#14193F;
}
#p-cactions h5 {
display:none;
}
#p-cactions li.istalk {
margin-right:0;
}
#p-cactions li.istalk a {
padding-right:.5em;
}
#p-cactions #ca-addsection a {
padding-left:.4em;
padding-right:.4em;
}

/* offsets to distinguish the tab groups */
li#ca-talk {
margin-right:1.6em;
}
li#ca-watch,li#ca-unwatch,li#ca-varlang-0,li#ca-print {
margin-left:1.6em;
}
#p-cactions .pBody {
font-size:1em;
background-color:transparent;
color:inherit;
border-collapse:inherit;
border:0;
padding:0;
}
#p-cactions .hiddenStructure {
display:none;
}
#p-cactions li a {
text-transform:lowercase;
}
#p-lang {
position:relative;
z-index:3;
}

/* Override text-transform on languages where capitalization is significant */
.capitalize-all-nouns .portlet h5,.capitalize-all-nouns .portlet h6,.capitalize-all-nouns #p-personal ul,.capitalize-all-nouns #p-cactions ul li a {
text-transform:none;
}

/* TODO: #t-iscite is only used by the Cite extension, come up with some
 * system which allows extensions to add to this file on the fly
 */
#t-ispermalink,#t-iscite {
color:#999;
}

/*
** footer
*/
#footer {
background-color:#14193F;
background-image:url(http://discoveryfl.com/wiki/images/6/67/Wall.jpg);
border-top:1px solid #202653;
border-bottom:1px solid #202653;
margin:.6em 0 1em;
padding:.4em 0 1.2em;
text-align:center;
font-size:90%;
}
#footer li {
display:inline;
margin:0 1.3em;
}
#f-poweredbyico,#f-copyrightico {
margin:0 8px;
position:relative;
top:-2px;
/* Bump it up just a tad */
}
#f-poweredbyico {
float:right;
height:1%;
}
#f-copyrightico {
float:left;
height:1%;
}
.mw-htmlform-submit {
font-weight:700;
padding-left:.3em;
padding-right:.3em;
margin-right:2em;
}
/* js pref toc */
#preftoc {
margin:0;
padding:0;
width:100%;
clear:both;
}
#preftoc li {
background-color:#14193F;
color:#cddae0;
}
#preftoc li {
margin:1px -2px 1px 2px;
float:left;
padding:2px 0 3px;
border:1px solid #7FB7D2;
border-right-color:#7FB7D2;
border-bottom:0;
position:relative;
white-space:nowrap;
list-style-type:none;
list-style-image:none;
z-index:3;
}
#preftoc li.selected {
font-weight:700;
background-color:#14193F;
border:1px solid #7FB7D2;
border-bottom:none;
cursor:default;
top:1px;
padding-top:2px;
margin-right:-3px;
}
#preftoc > li.selected {
top:2px;
}
#preftoc a,#preftoc a:active {
display:block;
color:#cddae0;
padding:0 .7em;
position:relative;
text-decoration:none;
}
#preftoc li.selected a {
cursor:default;
text-decoration:none;
}
#preferences {
margin:0;
border:1px solid #7FB7D2;
clear:both;
padding:1.5em;
background-color:#14193F;
}
.prefsection {
border:none;
padding:0;
margin:0;
}
.prefsection legend {
font-weight:700;
}
.prefsection table,.prefsection legend {
background-color:#14193F;
}
.mainLegend {
display:none;
}
td.htmlform-tip {
font-size:x-small;
padding:.2em 2em;
color:#666;
}
.preferences-login {
clear:both;
margin-bottom:1.5em;
}
.prefcache {
font-size:90%;
margin-top:2em;
}
div#userloginForm form,div#userlogin form#userlogin2 {
margin:0 3em 1em 0;
border:1px solid #aaa;
clear:both;
padding:1.5em 2em;
background-color:#14193F;
float:left;
}
div#userloginForm table,div#userlogin form#userlogin2 table {
background-color:#14193F;
}
div#userloginForm h2,div#userlogin form#userlogin2 h2 {
padding-top:0;
}
div#userlogin .captcha,div#userloginForm .captcha {
border:1px solid #bbb;
padding:1.5em 2em;
background-color:#14193F;
}
#loginend,#signupend {
clear:both;
}
#userloginprompt,#languagelinks {
font-size:85%;
}
#login-sectiontip {
font-size:85%;
line-height:1.2;
padding-top:2em;
}
#userlogin .loginText,#userlogin .loginPassword {
width:12em;
}
#userloginlink a,#wpLoginattempt,#wpCreateaccount {
font-weight:700;
}

/*
** IE/Mac fixes, hope to find a validating way to move this
** to a separate stylesheet. This would work but doesn't validate:
** @import("IEMacFixes.css");
*/
/* tabs: border on the a, not the div */
* > html #p-cactions li {border:none;}
* > html #p-cactions li a {
border:1px solid #aaa;
border-bottom:none;
}
* > html #p-cactions li.selected a {border-color:#7FB7D2;}
<!-- /* footer icons need a fixed width */ * > html #f-poweredbyico,
* > html #f-copyrightico {width:88px;}
* > html #bodyContent,
* > html #bodyContent pre {
overflow-x:auto;
width:100%;
padding-bottom:25px;
}
<!--
/* more IE fixes */
/* float/negative margin brokenness */
* html #footer {margin-top:0;}
* html #column-content {
display:inline;
margin-bottom:0;
}
* html div.editsection {font-size:smaller;}
#pagehistory li.selected {position:relative;}

/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {float:none;}
* > html #column-one {
position:absolute;
left:0;
top:0;
}
* > html #footer {margin-left:13.2em;}
.redirectText {
font-size:150%;
margin:5px;
}
.printfooter {
display:none;
}
div.patrollink {
clear:both;
}
span.newpage,span.minor,span.bot {
font-weight:700;
}
.sharedUploadNotice {
font-style:italic;
}
span.updatedmarker {
color:#000;
background-color:#14193F;
}
table.gallery {
border:1px solid #ccc;
margin:2px;
padding:2px;
background-color:#14193F;
}
table.gallery tr {
vertical-align:top;
}
table.gallery td {
vertical-align:top;
background-color:#14193F;
border:solid 2px #FFF;
}

/* Keep this temporarily so that cached pages will display right */
table.gallery td.galleryheader {
text-align:center;
font-weight:700;
}
table.gallery caption {
font-weight:700;
}
div.gallerybox {
margin:2px;
}
div.gallerybox div.thumb {
text-align:center;
background-color:transparent;
border:1px solid #7FB7D2;
margin:2px;
}
div.gallerytext {
overflow:hidden;
font-size:94%;
padding:2px 4px;
}
span.comment {
font-style:italic;
}
span.changedby {
font-size:95%;
}
.previewnote {
color:#c00;
margin-bottom:1em;
}
.previewnote p {
text-indent:3em;
margin:.8em 0;
}
.editExternally {
border:1px solid gray;
background-color:transparent;
padding:3px;
margin-top:.5em;
float:left;
font-size:small;
text-align:center;
}
.editExternallyHelp {
font-style:italic;
color:gray;
}
.toggle {
margin-left:2em;
text-indent:-2em;
}
input#wpSummary {
width:80%;
}
/* @bug 1714 */
input#wpSave,input#wpDiff {
margin-right:.33em;
}
#wpSave {
font-weight:700;
}
/* Classes for article validation */
table.revisionform_default {
border:1px solid #000;
}
table.revisionform_focus {
border:1px solid #000;
background-color:#0BF;
}
tr.revision_tr_default {
background-color:#EEE;
}
tr.revision_tr_first {
background-color:#DDD;
}
p.revision_saved {
color:green;
font-weight:700;
}
<!--
/* Allmessages table */
#allmessagestable th {background-color:#14193F;}
#allmessagestable tr.orig {background-color:#14193F;}
#allmessagestable tr.new {background-color:#14193F;}
#allmessagestable tr.def {background-color:#14193F;}

/* This appears at the top, when you edit a page that doesn't exist. */
div.noarticletext {
border:1px solid #7FB7D2;
background:#14193F;
padding:.2em 1em;
}
div#searchTargetContainer {
left:10px;
top:10px;
width:90%;
background:#14193F;
}
div#searchTarget {
padding:3px;
margin:5px;
background:#14193F;
border:solid 1px #7FB7D2;
}
div#searchTarget ul li {list-style:none;}
div#searchTarget ul li:before {
color:orange;
content:"\00BB \0020";
}
div#searchTargetHide {
float:right;
border:solid 1px #7FB7D2;
background:#DCDCDC;
padding:2px;
}
#powersearch p {margin-top:0;}
div.multipageimagenavbox {
border:solid 1px #7FB7D2;
padding:4px;
margin:1em;
background:#14193F;
}
div.multipageimagenavbox div.thumb {
border:none;
background-color:transparent;
margin-left:2em;
margin-right:2em;
}
div.multipageimagenavbox hr {margin:6px;}
table.multipageimage td {text-align:center;}
.templatesUsed {margin-top:1.5em;}
.mw-summary-preview {margin:.1em 0;}

/* Friendlier slave lag warnings */
div.mw-lag-warn-normal,div.mw-lag-warn-high {
padding:3px;
text-align:center;
margin:3px auto;
}
div.mw-lag-warn-normal {
border:1px solid #FC6;
background-color:#FFC;
}
div.mw-lag-warn-high {
font-weight:700;
border:2px solid red;
background-color:#FCC;
}
.MediaTransformError {
background-color:transparent;
padding:.1em;
}
.MediaTransformError td {
text-align:center;
vertical-align:middle;
font-size:90%;
}

/* God-damned hack for the crappy layout */
.os-suggest {font-size:127%;}

/* Sometimes people don't want personal tools to be lowercase! */
.no-text-transform {text-transform:none;}

<!--
/* Custom things set by Hyung so that templates can be set from the skinname.css */
/*
** This sets the styles of the field titles for
** Character infobox	= Origin, Alignment, Affiliation, Born, Died,
** Ship infobox		= Ship Class, Built by, Guns-Turrets, Opt. weapon class, Max. weapon class, Additional equipment,Hull strength,Max. shield class,Cargo space,Nanobots-Batteries,Max. impulse speed,Max. thrust speed,Power output,Power recharge,Ship price,Package price,
** Planet infobox		= Owner,Location,Population,Docking,Terrain,Diameter,Mass,Temperature,Escape velocity,** Base infobox = Type,Owner,Location,Gravity,Docking,Amenities,Population
** Faction infobox	= Date of founding,Founder(s),Base of operations,
** TOC Faction infobox = Date of founding, Founder(s), Base of operations,
*/
-->
.infobox-data-title {background-color:#14193F!important;}

/* Not currently in use */
.infobox-fields {background-color:#14193F!important;}

/*
** This sets the styles of the template infoboxes section titles for
** Character infobox template   = Name, Profile
** Ship infobox template        = Name, Technical information, Additional information
** Planet infobox template      = Name, Technical information,
** Base infobox template        = Name, Technical information
** Faction infobox template     = Name, Profile, Primary role, Secondary role
** TOC Faction infobox template = Name, Profile, Primary role, Secondary role, Table of contents
*/
.infobox-name,.infobox-section {
background-color:#14193F!important;
font-weight:700;
text-align:center;
}

/* Sets the size/extra style of the Name of the infobox person/ship/base/planet/Faction */
.infobox-name {font-size:14px;}
.SpecialPageInfo {
background-color:transparent;
background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
background-position:.8em .5em;
background-repeat:no-repeat;
padding:.3em .5em .3em 5em;
border-color:#025e9d;
border-width:1px;
border-style:solid;
border-bottom-width:medium;
margin-bottom:1em;
}
/* Background colors */
.backgroundc1 {background-color:#FFF;}

/* white */
.backgroundc2 {background-color:transparent;}

/* light grey (as toc)  */
.backgroundc3 {background-color:#EEE;}

/* light grey (headers) */
.backgroundc4 {background-color:#e0e0e0;}

/* more grey */
.backgroundc5 {background-color:#d2d2d2;}

/* more grey */
.backgroundc6 {background-color:#b7b7b7;}

/* more grey */
.backgroundc7 {background-color:#a3a3a3;}

/* darker grey */
.backgroundc8 {background-color:#445;}

/* very dark grey */
.backgroundDisco1 {background-color:#171A2F;}

/* All places that are the same colour.  */
/* Wikitable (Prettytable) class for skinning normal tables
** Alternating Table styles are down in the color section, bottom of the file.
*/
table.wikitable,table.prettytable,table.sortable {
margin:1em 1em 1em 0;
background:#14193F;
border:1px #171A2F solid;
border-collapse:collapse;
empty-cells:show;
}
table.wikitable th,table.wikitable td,table.prettytable th,table.prettytable td {
border:1px #000 solid;
padding:.2em .4em;
}
table.wikitable th,table.wikitable td.hl3,table.wikitable th.hl3,table.prettytable th,table.prettytable td.hl3,table.wikitable th.hl3 {
background:#171A2F;
text-align:center;
}
table.wikitable td.hl1,table.wikitable th.hl1,table.prettytable td.hl1,table.wikitable th.hl1 {
background:#c5d8fc;
text-align:center;
}
table.wikitable td.hl2,table.wikitable th.hl2,table.prettytable td.hl2,table.wikitable th.hl2 {
background:#a7c1f2;
text-align:center;
}
table.wikitable caption,table.prettytable caption {
margin-left:inherit;
margin-right:inherit;
font-weight:700;
}

/* The style for the 'Factions of XXXYYYZZZ' navigation lists TITLES. Found at the base of faction pages. Factions of Kusari,Liberty,Rheinland,Gallia,Bretonia. Also includes the Template navigation lists TITLES. */
.faction-navlist-title,.template-navlist-title {
background:#171A2F;
text-align:center;
font-weight:700;
font-size:11px;
line-height:21px;
}

/* The style for the 'Factions of XXXYYYZZZ' navigation lists FACTION TYPES. Found at the base of faction pages. Includes "Lawful", "Corporate", "Quasi-legal", "Unlawful" */
.faction-navlist-data {
background:#171A2F;
width:85px;
padding:4px 6px;
font-size:11px;
font-weight:700;
text-align:right;
}
.template-navlist-content {
vertical-align:top;
text-align:center;
width:90%;
background:#383838;
}

/* Color Section. Use this to easily and quickly change the themed colors of skins */
/* This changes the main colour used. */
body,h1,h2,h3,h4,h5,h6,table,#content,div#content,#contentSub,#contentSub2,.faction-navlist-title,.template-navlist-title,.infobox-name,.infobox-data-title,.infobox-section,.mainpage-section-title,.usermessage,div.noarticletext {
color:#87C3E0;
}

/* All Normal Link colors */
a,a:active,a.stub,a:visited,#bodyContent a.external,#p-cactions li a {
color:#CDDAE0;
}
a:hover,a.stub:hover,#bodyContent a.external:hover,#p-cactions li a:hover {
color:#dada0a;
}
.new,#p-personal .new,#p-cactions li.new a,.new:visited,#p-personal .new:visited,#p-cactions li.new a:visited {
color:#CDA041!important;
}
.new:hover,#p-personal .new:hover,#p-cactions li.new a:hover {
color:#FFCE64!important;
}
.toc a {
color:#D0D0D0!important;
}
.toc a:hover {
color:#CCC!important;
}
#pagehistory li {
border:none;
}
#pagehistory li.selected {
background-color:#000;
}

/* Difference and History pages styles */
/* old page styles, new changes styles. Various tables and fields for the 'differences between' the changes. */
table.diff,td.diff-otitle,div#mw-diff-otitle1,div#mw-diff-otitle2,div#mw-diff-otitle3,div#mw-diff-otitle4,td.diff-ntitle,div#mw-diff-ntitle1,div#mw-diff-ntitle2,div#mw-diff-ntitle3,div#mw-diff-ntitle4,td.diff-context,ul#filetoc {
background-color:#14193F!important;
}
td.diff-addedline {
background-color:#171A2F;
color:#FF0;
}
td.diff-deletedline {
background-color:#171A2F;
color:red;
}
ins.difchange {
background-color:#171A2F;
color:#48DD00;
}

/* Background colors collation */
body {
background-color:#000;
background-image:url(http://discoveryfl.com/wiki/images/1/1a/Logo1.jpg);
background-repeat:repeat-x;
}

/* Alternating Table Stripes */
tr.odd {background-color:#171A2F;}
tr.even {background-color:#14193F;}
.section-title {
padding:.5em 1em;
margin:1em;
}
.different-background {background-color:#171A2F;}
.normal-background {background-color:#171A2F;}

/* Fixes for white backgrounds in tables
	cshake, Dec 2009 */
.TablePager,.TablePager td,.TablePager th {border-color:#87C3E0;}
.TablePager td {background-color:#14193f;}
.TablePager th {background-color:#34396f;}
.imagelist th.TablePager_sort {background-color:#24289f;}
.TablePager tr:hover td {background-color:#24286f;}
table.mw_metadata td,table.mw_metadata th {border-color:#87C3E0;}
table.mw_metadata th {background-color:#34396f;}
table.mw_metadata td {background-color:#14193f;}
span.warningtext {color:red;}