MediaWiki:Common.css
From Mushpedia
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 */
.small-30 { width: 30px; height: 30px; margin-bottom: 2px; }
.small-20 { width: 20px; height: 20px; margin-bottom: 2px; }
.small-25 { width: 25px; height: 25px; margin-bottom: 2px; }
.small-12 { width: 12px; height: 12px; margin-bottom: 2px; }
.small-50 { width: 50px; height: 50px; margin-bottom: 2px; }
.small-10 { width: 10px; height: 10px; margin-bottom: 2px; }
.small-16 { width: 16px; height: 16px; margin-bottom: 2px; }
.small-32 { width: 32px; height: 32px; margin-bottom: 2px; }
#frontpage_content {
width: 100%;
display: table;
}
.frontpage_column {
width: 20%;
display: table-cell;
}
.skill-level {
font-size: 0.9em;
display: inline-block;
width: 16px;
height: 16px;
color: #FFF;
text-align: center;
font-weight: bold;
background: url("images/0/0f/Level_background.png");
font-family: "Days One", "Segoe UI", "Lucida Grande", "Trebuchet MS", Arial, "lucida sans unicode", sans-serif;
}
.skill-level-mush {
font-size: 0.9em;
display: inline-block;
width: 16px;
height: 16px;
color: #FFF;
text-align: center;
font-weight: bold;
background: url("images/6/63/Level_background_mush.png");
font-family: "Days One", "Segoe UI", "Lucida Grande", "Trebuchet MS", Arial, "lucida sans unicode", sans-serif;
}