MediaWiki:Vector.css

From Wildfrost Wiki
Jump to navigation Jump to search

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.
/* All CSS here will be loaded for users of the Vector skin */


/* Body */
body {
    background: url("/resources/wildfrost/background.jpg") no-repeat fixed top center / cover;
    font-family: Sans-serif;
}

.vector-body {
  font-size: 16px;
}

.mw-body {
  border: 1px solid #5ba5cc;
  margin-right: 15px;
  background-color: rgb(191 240 249 / 95%);
  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;
}

.mw-body h1, .mw-body h2 {
   font-family: Sans-serif;
   font-weight: 500;
}

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

div#mw-panel {
   border: 6px solid transparent;
   left: -12px;
   background-color: rgb(191 240 249 / 95%);
   padding-bottom: 15px;
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
   margin-top: 170px;
}

#p-logo {
   position: absolute;
   top: -170px;
}

#p-logo a {
   display:block;
}

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

.mw-footer li {
  color:#9fa5ff;
}

.mw-footer a {
  color:#c0c3f7;
}

.catlinks {
    border: 1px solid #8f93dd;
    background-color: #ffffff82;
    padding-left: 8px;
}

#toc, .toc {
  background-color: rgba(255,255,255,0.58);
}

div.thumbinner {
   border: 1px solid #8DCAF0;
   background-color: rgba(255,255,255,0.58);
}


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

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

div.vector-menu-tabs div.menu a {
  color: #C6DBFF;
}

#p-personal a, #p-personal a.new, p-personal a:visited, #p-personal a.new:visited {
   color: #99BFFF;
}

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

div#mw-head div.vector-menu-tabs h3, div.vector-menu-tabs ul, div.vector-menu-tabs li.selected, div.vector-menu-tabs ul li, div.vector-menu-tabs, div.vector-menu-tabs span {
    background: none;
}

.vector-menu-tabs li, .vector-menu-tabs .selected, .vector-menu-tabs li {
    background: none;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
    background: none;
}

/* Table Styling */
table.wikitable {
  background-color: transparent;
  border-collapse: separate;
  border: none;
}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
   border: 1px solid #29758e;
   padding: 0.2em;
   background-color: rgba(255, 255, 255, 0.58);
}

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

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

/* Main Page Styling */
body.page-Wildfrost_Wiki .mw-body .firstHeading {
   display: none;
}

#twitterframe {
    background-color: rgba(255,255,255,0.58);
}

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

table#main_menu_links td {
    vertical-align: top;
}

/* Navbox */
#navbox {
   margin:auto;
   width:80%;
   border: 1px solid #184554;
   padding: 5px; 
   border-radius:11px;
   clear: both;
   margin-top: 15px;
   font-size:88%;
}

th#navbox-header {
   font-size:115%;
}

/* Infobox */
table#infobox {
   float: right; 
   min-width:300px; 
   max-width: 375px;
   margin-top: 0;
   margin-left: 15px;
}

div.mw-parser-output {
   word-wrap: break-word;
}

/* Alert Templates */

.alert {
   border: 3px solid rgb(68, 74, 73);
   border-radius: 0.5em;
   margin-left: auto;
   margin-right: auto;
   font-size: 14px;
   padding: 5px;
   margin-bottom: 15px;
   height: 80px;
   width: 50%;
   max-width:700px;
}

.alert span.header {
   font-size:22px;
}

.alert th {
   width: 100px;
}

.alert th img {
   text-align: center;
}

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

#construction {
   border-color:#97a50c;
   background-color: rgba(151, 165, 12, 0.05);
}

.mw-footer {
    background-color: #0000009e;
    margin-left: 0em;
    padding-left: 11em;
    padding-bottom: 50px;
}

.skin-vector-legacy a.new:visited, .skin-vector-legacy .vector-menu-tabs .new a, .skin-vector-legacy .vector-menu-tabs .new a:visited {
    color: #0645ad;
}