StarSector Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***** CSS placed here will be applied to all skins on the entire site. *****/

.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}

.i18ndoc
{
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    padding: 3px;
}
/* Hide "Image added by" on articles */
 .picture-attribution { display:none !important; }

/* Ambox design */
.ambox {
    font-size: 95%;
    width: 80%; 
    margin: 0 auto;
    border: 1px #AAA solid;
    border-left: 10px solid #228b22;
    border-collapse: collapse;
    background-color: #EEE;
}

/* Ambox colours */
.ambox-blue {
    border-left: 10px solid #1e90ff;    /* Blue (notice) */
}
.ambox-red {
    border-left: 10px solid #b22222;    /* Red (delete/serious) */
}
.ambox-orange {
    border-left: 10px solid #f28500;    /* Orange (content) */
}
.ambox-yellow {
    border-left: 10px solid #f4c430;    /* Yellow (style) */
}
.ambox-purple {
    border-left: 10px solid #9932cc;    /* Purple (merge) */
}
.ambox-gray {
    border-left: 10px solid #bba;        /* Gray (protection) */
}
.ambox-green {
    border-left: 10px solid #228b22;    /* Green */
}

/* Ambox small text */
.ambox-smalltext {
    font-size: smaller;
    margin-top:0.5em;
    margin-left:0.8em;
}

/* Ambox image */
.ambox-image {                    /* The left image cell */
    width: 60px;
    padding: 2px 0 2px 0.5em;        /* 0.5em left, 0px right */
    text-align: center;
}

@media print { .ambox { display: none; } }    /* no ambox when printing */
/* END Ambox */
/* START : MAIN PAGE */
.eContainer {
    background-color: #4E4E4E;
    border: thin solid black;
    margin: 0 0 10px 0;
}
.MainPage_Navigation {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.MainPage_Navigation td {
    padding: 5px;
}
.buttonContainer {
    width: 170px;
    height: 60px;
    background-image: url(https://vignette.wikia.nocookie.net/starfarergame/images/1/15/MenuButtonsBlank.png);
    text-align: center;
    line-height: 65px;
    color: #3ca4ea;
    font-size: 20px;
    text-decoration: none;
}
.buttonContainer a:hover {
	text-decoration: none;
}

/* END : MAIN PAGE */
/* START : Ship Infobox */
.eInfobox_Collapsible {
    height: 0;
    overflow: hidden;
    -moz-transition:height 0.3s;
    -webkit-transition:height 0.3s; /* Safari */
    -o-transition:height 0.3s;
}
.eInfobox {
    background-color: #4E4E4E;
    font-size: 11px;
    width: 280px;
    border: thin solid black;
    float: right;
    margin: 0 0 10px 10px;
}
.eInfobox th{
    background-color: #333333;
    font-size: 12px;
    text-align: center;
}
/* END : Ship Infobox */
/* - - - - - - - - - - - <syntaxhighlight> - - - - - - - - - - - */
.mw-highlight pre {
	border: 1px solid #0004;
	padding: 12px;
	max-width: 100%;
	background-color:#002b36;/*
	background-color:#fdf6e3;*/
	line-height: 1em;
	color: #839496;
}
/* - - - - - - - - - - - - Syntax highlighting - - - - - - - - - - - - - */
/* HTML & CSS */
.mw-highlight .p  {color:#93a1a1;} /* punctuation CSS . # : { : ; } ( , ) HTML < / > */
.mw-highlight .o  {color:#93a1a1;} /* punctuation CSS -- ( : ) [ = ] HTML = */
.mw-highlight .c  {color:#586e75;font-style:italic;} /* HTML/CSS comment    */
.mw-highlight .cp {color:#dc322f;} /* CSS !important  HTML <!DOCTYPE>       */
.mw-highlight .nt {color:#268bd2;font-weight:bold;} /* html tag name (body, div), after @-rule*/
/* HTML */
.mw-highlight .na {color:#6c71c4;} /* attribute (id, class,...)    */
.mw-highlight .s  {color:#2aa198;} /* attribute "value"            */
.mw-highlight .ni {color:#b58900;} /* special character (&...;)    */
/* CSS */
.mw-highlight .n  {color:#93a1a1;} /* unrecognized syntax          */
.mw-highlight .nn {color:#d33682;text-shadow:0 0 #d33682;} /* id */
.mw-highlight .nc {color:#6c71c4;} /* class                        */
.mw-highlight .nd {color:#268bd2;} /* pseudo-class (hover, before) */
.mw-highlight .nb {color:#2aa198;} /* text value (solid, hidden)   */
.mw-highlight .kc {color:#2aa198;} /* text value (rgba, hsl, url)  */
.mw-highlight .k  {color:#859900;} /* propertie, @-rule (@media)   */
.mw-highlight .kp {color:#859900;font-style:italic;} /* -webkit-   */
.mw-highlight .kp+.k {font-style:italic;} /* webkit propertie        */
.mw-highlight .mh {color:#d33682;} /* hex color (#..)              */
.mw-highlight .mi {color:#b58900;} /* numeric values               */
.mw-highlight .mf {color:#d33682;} /* decimal numeric values (0.5) */
.mw-highlight .kt {color:#b58900;} /* size unit (px, in)           */
.mw-highlight .s2 {color:#cb4b16;} /* [...="value"]                */
.mw-highlight .sx {color:#cb4b16;font-style:italic;} /* media link */
.mw-highlight .nf {color:#cb4b16;font-weight:bold;} /* --var       */
Advertisement