MediaWiki:Common.css

From BestReSource
Jump to navigation Jump 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.
/* Wikia Page Header */
.WikiaPageHeader {
font-variant: small-caps;
font-size: 200%;
font-weight: bold;
}
/* Search */
#WikiaSearch { 
        background: rgba(0, 255, 0, 0.3) !important;
        border: 1px solid rgba(0, 255, 0, 0.6) !important;
        border-radius:4px;
        padding:5px;
}
 
#WikiaSearch input[type="text"] {
        border: 1px solid rgb(0,255,0);
        background: rgb(255, 255, 255);
        color: black;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin: 0px !important;
        width:255px !important;
}
 
#WikiaSearch button {
        position: relative;
        left: 3px;
        border: 1px solid #00ff00;
        height: 28px !important;
        width: 40px;
        background: rgba(0, 128, 0, 0.4);
        user-select: none;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-right:3px;
}
 
/* Modules */
.WikiaArticleCategories, .ChatModule, .WikiaRail .module {
        background: rgba(0, 0, 0, 0.3) !important;
        border: 1px solid #00000; !important;
        border-radius: 5px !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
        color: #000 !important;
}
.tally {
zoom:1; 
font-size:10px; 
line-height:1.3em; 
padding-left:2px; 
text-transform:uppercase;
color: #000;
}
.tally:after {
clear:both;
content:" ";
display:block;
height:0;
overflow:hidden;
visibility:hidden;
}
.tally em {
float:left; 
font-size:30px; 
font-style:normal; 
letter-spacing:-1px; 
line-height:26px; 
margin-right:2px;
}
.tally span {
float:left;
}
.tally span.fixedwidth {
width:61px;
}
 
/* Main Page */
.mp-box {
margin-bottom:6px; 
background-color: rgba(0, 0, 0, 0.3); 
font-size: 100%; 
border: 1px solid #000; 
moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius:5px; 
box-shadow: inset 0 0 7px #555; 
-moz-box-shadow: inset 0 0 7px #555; 
-webkit-box-shadow: inset 0 0 7px #555; 
-o-box-shadow: inset 0 0 7px #555; height:100%;
}
 
.mp-box-text {
padding: 10px;
}
 
.mp-line {
border-color: rgba(0, 0, 0, 0.3);
width: 75%;
float:center;
box-shadow: 0 1 7px  #555;
}
 
.mp-header {
            background: rgba(128, 128, 128, 0.6);
            margin-top: 2px;
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 8px;
            color: white;
            font-size: 1.50em;
            font-weight: bold;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
/* Terraria (TERRA) */
.terra-info {
float: right;
width: 250px;
border: 1px solid #0e6c2f;
}

.terra-info-head {
position: relative;
text-align: center;
padding: 12px;
margin-bottom: 6px;
height: 60px;
width: 200px;
font-variant: small-caps;
font-size: 120%;
color: #0e6c2f;
text-align: center;
font-weight: bold;
}