Difference between revisions of "MediaWiki:Common.css"

From Mushpedia
Jump to: navigation, search
Line 3: Line 3:
 
.icon-margin { margin-bottom: 4px; }
 
.icon-margin { margin-bottom: 4px; }
  
.small-30 { width: 30px; height: 30px; margin-bottom: 2px; }
+
.small-30 { width: 30px; height: 30px; margin-bottom: 4px; }
  
.small-20 { width: 20px; height: 20px; margin-bottom: 2px; }
+
.small-20 { width: 20px; height: 20px; margin-bottom: 4px; }
  
.small-25 { width: 25px; height: 25px; margin-bottom: 2px; }
+
.small-25 { width: 25px; height: 25px; margin-bottom: 4px; }
  
.small-12 { width: 12px; height: 12px; margin-bottom: 2px; }
+
.small-12 { width: 12px; height: 12px; margin-bottom: 4px; }
  
.small-50 { width: 50px; height: 50px; margin-bottom: 2px; }
+
.small-50 { width: 50px; height: 50px; margin-bottom: 4px; }
  
.small-10 { width: 10px; height: 10px; margin-bottom: 2px; }
+
.small-10 { width: 10px; height: 10px; margin-bottom: 4px; }
  
.small-16 { width: 16px; height: 16px; margin-bottom: 2px; }
+
.small-16 { width: 16px; height: 16px; margin-bottom: 4px; }
  
.small-32 { width: 32px; height: 32px; margin-bottom: 2px; }
+
.small-32 { width: 32px; height: 32px; margin-bottom: 4px; }
  
.small-em { width: 1.6em; height: 1.6em; margin-bottom: 2px; }
+
.small-em { width: 1.6em; height: 1.6em; margin-bottom: 4px; }
 
#frontpage_content {
 
#frontpage_content {
  

Revision as of 16:14, 20 December 2013

/* CSS placed here will be applied to all skins */

.icon-margin { margin-bottom: 4px; }

.small-30 { width: 30px; height: 30px; margin-bottom: 4px; }

.small-20 { width: 20px; height: 20px; margin-bottom: 4px; }

.small-25 { width: 25px; height: 25px; margin-bottom: 4px; }

.small-12 { width: 12px; height: 12px; margin-bottom: 4px; }

.small-50 { width: 50px; height: 50px; margin-bottom: 4px; }

.small-10 { width: 10px; height: 10px; margin-bottom: 4px; }

.small-16 { width: 16px; height: 16px; margin-bottom: 4px; }

.small-32 { width: 32px; height: 32px; margin-bottom: 4px; }

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

width: 100%;
display: table;

}

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

.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;
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;
}

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

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