MediaWiki:Common.css

From Mushpedia
Revision as of 15:56, 10 February 2014 by Ividyon (Talk | contribs)

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
/* CSS placed here will be applied to all skins */

.icon-margin { margin: 0; padding: 0; margin-bottom: 3px;}

.small-30 { width: 30px; height: 30px; margin: 0; padding: 0; margin-bottom: 3px;}

.small-20 { width: 20px; height: 20px; margin: 0; padding: 0; margin-bottom: 3px;}

.small-25 { width: 25px; height: 25px; margin: 0; padding: 0; margin-bottom: 3px;}

.small-12 { width: 12px; height: 12px; margin: 0; padding: 0; margin-bottom: 3px;}

.small-50 { width: 50px; height: 50px; margin: 0; padding: 0; margin-bottom: 3px;}

.small-10 { width: 10px; height: 10px; margin: 0; padding: 0; margin-bottom: 3px;}

.small-16 { width: 16px; height: 16px; margin: 0; padding: 0; margin-bottom: 3px;}

.small-32 { width: 32px; height: 32px; margin: 0; padding: 0; margin-bottom: 3px;}

.small-em { width: 1.6em; height: 1.6em; margin: 0; padding: 0; margin-bottom: 3px;}
#frontpage_content {

width: 100%;
display: table;

}

.frontpage_column {
width: 16%;
display: table-cell;
}

table.padded-table > * > tr > td {
padding: 0.4em;
}

.template-main {
float: left;
clear: left;
border: 1px solid #ccc;
margin-bottom: 0.5em;
padding: 2px;
background: #F9F9F9;
font-size: 95%;
max-width: 350px;
}


.skill-level {
display: inline-block;
width: 18px;
height: 18px;
text-align: center;
background: url("images/0/0f/Level_background.png");
}

.skill-level-mush {
display: inline-block;
width: 18px;
height: 18px;
text-align: center;
background: url("images/6/63/Level_background_mush.png");
}

.skill-level a, .skill-level-mush a {
color: #FFF !important;
font-size: 0.95em;
font-weight: bold;
font-family: "Days One", "Segoe UI", "Lucida Grande", "Trebuchet MS", Arial, "lucida sans unicode", sans-serif;
text-shadow: 0px 0px 1px #000;
}

.mush-status-kept, .mush-status-lost, .mush-status-only, .mush-status-none { text-align: center; }
.mush-status-kept { background-color: #d6ffd6; }
.mush-status-lost { background-color: #ffd6d6; }
.mush-status-only { background-color: #e1bcc6; }
.mush-status-none { background-color: #dcdcdc; }

.table {
width: 100%;
display: table;
}

.table-cell {
display: table-cell;
}

.mush-button {
font-family: "Segoe UI", "Lucida Grande", "Trebuchet MS", Arial, "lucida sans unicode", sans-serif;
background-image: url("images/0/03/Butbg.png");
background-position: left top;
background-repeat: repeat-x;
height: 21px;
overflow: hidden;
text-align: center;
font-variant: small-caps;
color: #fff;
text-shadow: -1px 0 2px rgba(0,0,0,0.5), 0 1px 2px rgba(0,0,0,0.5), 1px 0 2px rgba(0,0,0,0.5);
line-height: 14pt;
font-size: 10pt;
white-space: nowrap;
font-weight: bold;
display: inline-block;
text-decoration: none;
padding: 0 1em;
width: 12em;
}

.mush-button:hover {
background-image: url("images/a/ad/Butbgover.png");
}

.mush-button a {
text-decoration: none;
color: #fff;
}