MediaWiki:Monobook.css

From Intergalactic Treaty Organization RPG
Jump to navigationJump to 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
@import "http://deadspace.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/**********************/
/* BEGIN Dark-motif */
/**********************/

body {
   background: #000000 url("http://cdn.astroempires.com/images/homepage/home10.jpg") no-repeat top center;
   background-attachment: fixed;
}

.page-Main_Page * #content {
   background: #000 url("http://dnacorp.zxq.net/images/deco.png") repeat top center !important;
}

div#content {
   background-color: #000000 !important;
   border-radius: 0 0 0 5px;
   color: #FFFFFF !important;
   border: 1px solid #6E7F80;
   top: 56px;
size: 12px;
}

/** Misc **/

#spotlight_container {
   position: relative;
   top: 56px;
}

a, a.new, a:visited, a.interwiki, a.external, #p-cactions li a {
   color: #65939E;
}

#siteSub {
   display: inline;
   position: relative;
   top: -5px;
   left: 15px;
   font-size: 10px;
   font-weight: normal;
   font-style: italic;
   color: #FFFFFF;
}

h1, h2, h3, h4, abbr, acronym, .explain {
   color: #FFFFFF;
}

h5, h6 {
   text-transform: capitalize;
}

h1, h2 {
   border-bottom: 1px solid #666;
   overflow: hidden;
}

code {
   background-color: #000000 !important;
   color: #D0D0D0 !important;
   border: 1px solid #404040;
}
 
pre {
   background-color: #000000 !important;
   color: #D0D0D0 !important;
   border: 1px solid #404040;
   display:block;
   overflow:auto;
}

table { 
   background: transparent;
   color: #F2F3F4; 
}

.wikitable, .wikitable th, table.wikitable {
   background: rgba(10, 10, 10, 0.77);
}

#toc {
   background: transparent;
}

#p-personal > div > ul {
   background: rgba(10, 10, 10, 0.77);
   border-bottom: 1px solid #AAAAAA;
   border-bottom-left-radius: 1em;
   border-left: 1px solid #AAAAAA;
   text-transform: capitalize;
   padding-left: 0;
   position: absolute;
   right: 0;
   height: 20px;
}

td.diff-context, td.diff-addedline, td.diff-deletedline {
   color: #000000;
}

#pagehistory li.selected {
   background-color: #252525;
}

#spotlight_container {
   padding: 0px !important;
}

/*** Navigation ***/

#p-cactions {
   left: 138px;
   padding-left: 0;
   border: none;
   top: 52px;
}

#p-cactions .pBody { }

#p-cactions li {
   display: block;
   float: left;
   margin: 0 0 0 0;
   padding: 10px 0 !important;
   background-color: transparent;
   border: 0px solid transparent;
}

#p-cactions li:after, #p-cactions li:before {
   content: "";
   position: absolute;
   height: 27px;
   width: 1px;
   background: transparent;
   background-image: -moz-linear-gradient(bottom, rgb(110,127,128) 75%, rgba(16,16,16,0) 100%);
   background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(75%, rgb(110,127,128)), color-stop(100%, rgba(16,16,16,0))); z-index: 5;
}

.page-Main_Page #p-cactions li a {
   color: #65939E !important;
}

#p-cactions li a {
   text-transform: capitalize;
   padding: 12px 10px 14px 10px !important;
   margin: 0 1px 0 1px;
   background-color: transparent;
}

#p-cactions li a:hover {
   text-decoration: underline;
   background-color: transparent;
}

#p-cactions li.selected {
   border: 0px solid transparent;
   position: relative;
   padding: inherit;
   font-weight: normal;
}

#p-cactions li.selected a {
   padding: 12px 10px 14px 10px !important;
   margin: 0 0 0 1px;
   background-color: transparent;
   background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 5%, rgba(16,16,16,0) 100%);
   background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(5%, rgb(0,0,0)), color-stop(100%, rgba(16,16,16,0)));
   z-index: 6;
}

#p-cactions li.selected a:hover {
   text-decoration: none;
}

/** User-setting navigation **/

#p-personal li a {
    color: #F5F5F5 !important;
}
#p-personal li a:hover {
    background-color: transparent !important;
}

/* visual grouping - puts a space after discussion and before watching/print */

#p-cactions li#ca-talk {
   margin-right: 20px;
}

#p-cactions li#ca-watch,
li#ca-unwatch,
li#ca-varlang-0,
li#ca-print {
   margin-left: 20px;
}

/*** Category-styling ***/

.catlinks {
   background-color: #111111;
   border-radius: 5px;
}

/*** Sidebar ***/

#p-logo {
   background: transparent;
}

.portlet {
   background: none repeat scroll 0 0 rgba(10, 10, 10, 0.66);
   border-top: 1px solid #AAAAAA;
   border-right: 1px solid #AAAAAA;
   border-bottom: 1px solid #AAAAAA;
}

#p-logo, #p-cactions .portlet {
   border: none;
}

.pBody {
   background-color: transparent;
   border: none;
}

.pBody, .portlet {
   -webkit-border-radius: 0 .5em .5em 0;
   -moz-border-radius: 0 .5em .5em 0;
   -ms-border-radius: 0 .5em .5em 0;
   -o-border-radius: 0 .5em .5em 0;
   border-radius: 0 .5em .5em 0;
}

.portlet h5 {
   background: url(http://cdn.astroempires.com/skins/BlueNova_v3.1.10/images/listing-header_center.png) repeat-x;
   color: #FFFFFF;
   border-radius: 0.5em 0.5em 0 0;
   display: block;
   height: 1.5em;
   text-align: center;
   text-transform: capitalize;
}

.portlet h5 a {
   color: #FFFFFF !important;
}

/** Search bar; positioned below userdata **/

#p-search {
   background: rgba(10, 10, 10, 0.8);
   border: 1px solid #AAAAAA;
   border-radius: 0 0 .5em .5em;
   -moz-border-radius: 0 0 .5em .5em;
   -webkit-border-radius: 0 0 .5em .5em;
   -o-border-radius: 0 0 .5em .5em;
   -ms-border-radius: 0 0 .5em .5em;
   position: absolute;
   right: 10px;
   top: 20px;
   width: 310px;
   z-index: 999;
   text-size: 12px;
}

#p-search h5 {
   display: none;
}

#searchInput {
   height: 16px;
   width: 180px;
   font-size: 120%;
}

#searchGoButton {
   margin-left:4px;
   display: 0 !important;
}

input.searchButton {
   float: right;
   margin: -1px;
}

/*** Gallery and thumbs ***/

div.thumb { 
   border: none; 
}

.tright {
   margin-left: 1em;
}

.tleft {
   margin-right: 1em;
}

.thumbimage {
   border: none !important;
}

.thumbinner {
   background-color: #0B0B0B !important;
   background-image: -moz-linear-gradient(center top , #181818 50%, #0B0B0B 100%) !important;
   background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.50, #181818 ), color-stop(0.100, #0B0B0B )) !important;
   border-color: transparent;
}

#filetoc {
   background: #101010 !important;
   border-color: #444444 !important;
}

.gallerybox .thumb {
   background: #0B0B0B !important;
   border: none !important;
}

.accent:hover {
   border-color: transparent;
}

div.wikia-gallery span.wikia-gallery-item div.thumb {
   background-color: #181818;
   border: 1px solid #666666;
}

div.wikia-gallery span.wikia-gallery-item div.thumb div.gallery-image-wrapper {
   border: none;
}

.filehistory td,
.filehistory th {
   background: #111111;
   border-color: #404040;
}

table.mw_metadata td,
table.mw_metadata th {
   background: #111111;
   border: 1px solid #404040;
}

table.gallery {
   background: transparent !important;
   border: 1px solid #999999;
}

table.gallery td {
   background: transparent !important;
   border: 2px solid transparent;
}

.wikia-gallery-add, .wikia-slideshow-addimage { 
   display: none !important;
}

/** Footer **/

div#footer {
   background-color: rgba(20, 20, 20, 0.77);
   position: relative;
   color:#FFFFFF;
   top: 56px;
}

/** Preferences fix **/

li#pt-userpage {
   background: none
}

#preferences {
   background-color: transparent;
}

.prefsection table, .prefsection legend {
   background-color: transparent;
}

/******************/
/* END Dark motif */
/******************/

/* Title Hack */

#title-meta i {
   font-style: italic !important;
}

/* Eraicon Hack */

#title-eraicons {
   display: block !important;
   text-align: right;
   margin-left: 1em;
   min-width: 250px;
}

/* Other fix */

table.diff, td.diff-otitle, td.diff-ntitle {
   background-color: transparent !important;
}

table.wikitable {
   color:#fff;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
   background-color: transparent;
}


/********************************/
/** Tabber, customised styling **/
/********************************/
 
ul.tabbernav li a {
    background: transparent !important;
    border-color: none !important;
    border-style: none !important;
    border-width: none !important;
    margin-left: 0px !important;
    text-decoration: none !important;
    position: relative !important;
    top: -3px !important;
    font-weight: normal !important;
    padding: 5px 7px 7px 7px !important;
}
 
ul.tabbernav li a:link {
    color: #FFFFFF !important;
}
 
ul.tabbernav li a:hover {
    background: #999999 !important;
    border-color: none !important;
    border-radius: 7px 7px 0 0 !important;
    padding: 5px 7px 7px 7px !important;
}
 
ul.tabbernav li.tabberactive a {
    background-color: rgb(40,40,40) !important;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: none !important;
    border-left: 1px solid #999999 !important;
    border-right: 1px solid #999999 !important;
    border-top: 1px solid #999999 !important;
    padding: 7px 20px 10px 20px !important;
    position: relative !important;
    top: -6px !important;
    font-weight: bold !important;
}
 
ul.tabbernav li.tabberactive a:hover {
    background: default !important;
    border-bottom: none !important;
    color: #FFFFFF !important;
}
 
.tabberlive .tabbertab {
    position: relative !important;
    top: -1px !important;
    border:none !important
}

.tabberlive .tabbertab {
    border: none;
}
.heading {
   padding:0.2em 0.4em; 
   margin:0 0 10px 0; 
   background: url('http://cdn.astroempires.com/images/common_v3.1/top-header-offline_center.png') repeat-x;
   color: white; 
   font-size:120%;
height: 24px; 
   font-weight:bold; 
   text-align:left;
   width:100%;
   /* border:1px solid #ee7a06; */
}