User:Erentar/vectora.css

From Starbounder - Starbound Wiki
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
@charset "utf-8";
/* CSS Document */

/* CSS placed here will affect users of the Vector skin */

/* Body Styling */
body {
    background: url("") no-repeat fixed center center / cover;
}

a:link {color:#3366BB;}      /* unvisited link */
a:visited {color:#0645AD;}  /* visited link */
a:hover {color:#3366BB;}  /* mouse over link */
a:active {color:#0645AD;}  /* selected link */ 

.white a {
    color:white;
}

.white a:hover {
    color:#3366BB;
}

h1, h2, h3, h4, h5, h6 {
    color:black;
}

.monobook_mainpage {
   display:none;
}

.vector_mainpage {
   display:block;
}

#siteNotice {
    display: none;
}

.mw-body-content {
    color:black;
}

.mw-body {
  border: 1px solid black;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("");
  min-height:500px;
  margin-bottom: 60px;
}

div#footer {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
  width: 100%;
  padding: 0px !important;
  margin-top: 20px !important;
  bottom: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #C2C8CF;
}

div#footer #footer-icons {
    margin-top: -18px;
}

div#mw-panel {
   border: 6px solid transparent;
   left: -12px;
   background: rgba(246,246,246,0.9);
   padding-bottom: 15px;
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
}

div#mw-panel a {
   color: #3366BB !important;
}

div#mw-panel div.portal h3 {
   color: lightgray;
}

#p-logo a {
   display:block;
}

div#footer a {
  color:white;
}

div#footer ul {
  padding-left: 190px;
  padding-right: 15px;
}

div#footer ul li {
  color:#C2C8CF;
}

.catlinks {
    border: 2px solid #2d2d2d;
    background-color: rgba(132,132,132,0.1);
}

#toc, .toc {
  background-color: rgba(248,249,250,0.05);
}

.mw-body h1, .mw-body h2 {
    font-family: 'Open Sans', sans-serif;
}

div.thumbinner {
   border: 1px solid black;
   background-color: rgba(255,255,255,0.05);
}

/* Mediawiki page tabs */
#mw-page-base {
  background:none;
}

div#mw-head div.vectorMenu h3, div.vectorTabs ul, div.vectorTabs li.selected, div.vectorTabs ul li, div.vectorTabs, div.vectorTabs span {
  background:none;
}

div.vectorTabs li a {
  color: #3366BB;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div.vectorMenu h3 span {
  color: #3366BB;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
  color: #050505;
}

div.vectorMenu div.menu {
  background-color: rgba(30, 17, 102, 0.67);
}

div.vectorMenu div.menu a {
  color: #0645AD;
}

#p-personal a, #p-personal a.new, p-personal a:visited, #p-personal a.new:visited {
   color: #3366BB;
}

#p-personal a.hover, p-personal a:focus {
   color: #C6DBFF;
   text-decoration:none;
}

.plainlinkswhite a {
    background: none !important;
    padding: 0 !important;
    color: white !important;
}

/* Account Creation Page */
.mw-createacct-benefits-list {
   padding: 10px 10px 10px 60px;
   border-radius: 12px;
   background: rgba(5, 5, 5, 0.9);
   border: 1px solid black;
}

.mw-number-text.icon-edits, .mw-number-text.icon-pages, .mw-number-text.icon-contributors {
   filter: brightness(0.7);
}

/* Preferences Pages*/

#preferences {
   background: rgba(5, 5, 5, 0.9);
}

#preftoc li.selected a {
   background: rgba(5, 5, 5, 0.9);
}

td.diff-addedline .diffchange, td.diff-deletedline .diffchange {
    color: black;
}

/* Main Page */

.main_header img {
   max-width: 100%;
   height: auto;
}

#main_menu {
   width:100%;
}

#main_menu th {
   width:25%;
}

#main_menu td {
   vertical-align: top;
}

#twitterframe {
    background-color: rgba(132, 132, 132, 0.1);
}

#twitterframe iframe {
    max-height: 1300px;
}

ol.timeline-TweetList {
    color: white;
}

body.page-Starbound_Wiki .mw-body .firstHeading {
   display: none;
}

.mainpagetable, .mainpagetable img {
   max-width: 100%;
   height: auto;
}

body.page-Starbound_Wiki h1.firstHeading, body.page-Wiki #contentSub, body.page-Wiki #contentSub2 {
   display: none;
}

.main_header img {
   max-width: 100%;
   height: auto;
}

#mainbannerleft {
   text-align:center;
}

#mainbannerright {
   text-align:center;
}

#mainbannerright img {
   min-width: 360px;
   height: auto;
}

#mainbannerleft img {
   min-width: 360px;
   height: auto;
}

#mainlinks {
    width: 100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Navboxstyling */
#navbox {
   margin:auto;
   width:80%;
   border: 1px solid rgb(73, 73, 73);
   padding: 5px; 
   border-radius:11px;
   clear: both;
   margin-top: 15px;
   text-align:center;
   font-size:11.5px;
   color: white;
}

div.mechbox_bg {
   line-height: 1.2em;
}

/* Table Styling */
table.wikitable {
  background-color: transparent;
  border-collapse: collapse;
  border: none;
  color: white;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
   border: 1px solid black;
   padding: 0.2em;
   background-color: rgba(255, 255, 255, 0.05);
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
   background-color: #494949;
   text-align: center;
   border-color: black;
   box-shadow: 0px 1px rgba(0,0,0,0.3);
   color: white;
   text-shadow: 0px 2px black;
}

table.wikitable > tr > th a, table.wikitable > * > tr > th a {
   color:white;
}

/* Monster Tables */

#monsterwrapper {
    width: auto;
    text-align: center;
}

.vanityset {
    display: inline;
    float: none;
}

#vanitywrapper {
   width: auto;
   line-height: 1.4em;
   text-align: center;
}

/* Infobox Styling */

div.infobox_title, div.crafting_top_bg, div.crafting_stat_bg {
   line-height: 1.2em;
}

.vector_info_footer {
   margin-top: -4px;
}

/* Copyright Templates */
#c-fairuse {
   padding:10px;
   max-width:700px;
   margin: 0px auto;
   border: 1px solid black;
   background-color: rgba(255, 255, 255, 0.58);
}

#c-fairuse td {
   vertical-align:middle;
}

/* Alert Templates */

#stub {
   border-color:green;
   background-color: rgba(0, 128, 0, 0.05);
}

.editOptions {
    background-color: rgba(132,132,132,0.1);
    border: 2px solid #2d2d2d;
}

#monstercollectionno {
    position:absolute;
    font-size:24px;
    top:65px;
    right:10px;
}

.smw-editpage-help {
    display: none;
}

div.user-board-message-from, div#profile-top, div.no-info-container {
    background-color: transparent;
}

li.gallerybox div.thumb {
    border: 1px solid rgba(132,132,132,0.1);
    background: rgba(132,132,132,0.1) none repeat scroll 0% 0%;
}

/* Responsive Styling */

@media screen and (max-width: 1600px) {
    #mainbannerleft {
        display: none;
    }
    #mainbannermiddle {
        width: 60%;
    }
    #devblog {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    #menucontent {
        font-size:12px;
    }
}

@media screen and (max-width: 1150px) {
    th#sidebar, td#sidebar, td#mainbannerright {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #navbox {
        width:100%;
    }
}

@media screen and (max-width: 700px) {
    .mw-body, #left-navigation {
        margin-left: 8px;
        margin-right: 8px;
    }
    div#mw-panel {
        display: none;
    }
    div#footer ul {
        padding-left: 15px;
    }
}

@media screen and (max-width: 605px) {
    .mw-body {
        margin-top: 50px;
    }
    #p-search {
        float: right;
    }
}

@media screen and (max-width: 465px) {
    .mw-body {
        margin-top: 90px;
    }
}