MediaWiki:Wikia.css

From Space Engineers 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.
/* default settings for div table */
.divTable {
	display: table;
}
.divTableRow {
	display: table-row;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 10px;
}
.divTableBody {
	display: table-row-group;
}


.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

/* page glow*/
.WikiaSiteWrapper .WikiaPageContentWrapper {
  border: 1px solid #6599FF;
  box-shadow:0 0 30px #6599FF;
}

.oasis-split-skin .WikiaPage {
   border-top: 1px solid #6599FF;
}

/*--Search--*/
.WikiaSearch input[type="text"] {
                width: 220px;
                color: #FFFFFF;
               border: 2px solid #6599FF;
             position: relative;
-webkit-border-radius: 20px 5px 5px 20px;
   -moz-border-radius: 20px 5px 5px 20px;
    -ms-border-radius: 20px 5px 5px 20px;
     -o-border-radius: 20px 5px 5px 20px;
        border-radius: 20px 5px 5px 20px;
}
 
/*--Modules--*/
.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER {
               border: 2px solid #6599FF;
             position: relative;
-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
    -ms-border-radius: 20px;
     -o-border-radius: 20px;
        border-radius: 20px;
}
 
/*--category box---*/
.WikiaArticleCategories {
               border: 2px solid #292421;
-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
    -ms-border-radius: 20px;
     -o-border-radius: 20px;
        border-radius: 20px;
   -webkit-box-shadow:2px 2px 3px #6599FF;
      -moz-box-shadow:2px 2px 3px #6599FF;
        -o-box-shadow:2px 2px 3px #6599FF;
           box-shadow:2px 2px 3px #6599FF;
}

/* === Template:Ambox designs === */
 
/* Ambox design */
.ambox {
    font-size: 95%;
    width: 80%; 
    margin: 0 auto;
    border: 1px #3e4258solid;
    border-left: 10px solid #228b22;
    border-collapse: collapse;
    background-color: #000;
}
 
/* 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 0px 2px 0.5em;        /* 0.5em left, 0px right */
    text-align: center;
}
 
@media print { .ambox { display: none; } }    /* no ambox when printing */
/*</pre>
*/

/*=====================*/
/** Start Poll tweaks **/
/*=====================*/
.pollAnswerVotes span {
     color: white !important;}
.ajax-poll {
     border: 2px solid #ccc!important;
     border-radius:10px;}
.short-poll #ajax-poll-area > div:last-child {
     display: none;
     margin-top: 0;
     padding: 2px;}
.short-poll div.ajax-poll .header {
     display: none;
     line-height:1px;
     padding:30px;}
/* see codes    = http://rappy.wikia.com/index.php?title=MediaWiki%3AWikia.css&diff=4661&oldid=4605
   see examples = http://rappy.wikia.com/wiki/Poll */
.customPoll div.ajax-poll {
     margin-top: 2px;
     padding: 2px;}
.customPoll div.ajax-poll .header {
   /*  display: none;*/
     line-height:12px;
     padding:2px;}
.customPoll .ajax-poll > .center {
     display:none;
 /*    font-weight: bold;*/
     font-size: 50%;
     line-height:normal;}
.customPoll div.ajax-poll form > div > div:last-child {
     display:none;
     font-size: 30%;
     line-height:0;}
.customPoll div.ajax-poll form > span {
     font-size: 10%;
     line-height:normal;}
.customPoll .pollAnswer {
     clear: both;
     margin:3px;}
.customPoll .pollAnswerName {
     float: left;
     width: 28% ! important;
 /*    font-size: 85%;*/
     line-height:normal;
     background:#505050;
     border-radius:3px 5px 5px 3px;
     padding:1px 2px 0px 1px;}
.customPoll .pollAnswerVotes {
     float: right;
     width: 68% ! important;
     line-height:normal;
     margin-left: 1px; }
.customPoll .ajax-poll input {
     float:right;}
/*.customPoll .ajax-poll label {
     background:#505050;
     border-radius:3px 5px 5px 3px;
     padding:1px 4px 0px 1px;
     width:100%;}
.customPoll .ajax-poll input[type=submit]{
     float:right;
     position:relative;
     bottom:50px;}
previous poll results 
#mp-poll-prev-results {
    margin-top: 5px;
    font-size: 85%;
    background: none;
    width: 100%;
}
 
#mp-poll-prev-results th {
    background-color: #6b5331;
    color: #fff;
    border-bottom-left-radius: 25px;
    padding-left: 40px;
}
 
#mp-poll-prev-results .mw-collapsible-toggle a {
    color: #fff;
}

/*===================*/
/** End Poll tweaks **/
/*===================*/