Difference between revisions of "MediaWiki:Common.css"
From ALttP Speedrunning Wiki
Line 7: | Line 7: | ||
margin-left: 20px; | margin-left: 20px; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
+ | font-size: 0.95em; | ||
} | } | ||
.alttp-box .label { | .alttp-box .label { | ||
display: inline-block; | display: inline-block; | ||
− | width: | + | width: 90px; |
− | |||
font-weight: bold; | font-weight: bold; | ||
} | } |
Revision as of 11:18, 4 January 2017
/* CSS placed here will be applied to all skins */
.alttp-box {
padding: 8px;
border: 1px solid #777;
display: inline-block;
float: right;
margin-left: 20px;
margin-bottom: 20px;
font-size: 0.95em;
}
.alttp-box .label {
display: inline-block;
width: 90px;
font-weight: bold;
}
.alttp-box .title {
font-weight: bold;
border: 2px solid black;
text-align: center;
padding: 3px;
background: #f9f9f9;
margin-bottom: 8px;
}
.alttp-box .prev-next {
margin-top: 8px;
font-size: 0.9em;
}
.alttp-box .prev-next div {
display: inline-block;
}
.alttp-box .prev a:before {
content: '< ';
}
.alttp-box .next {
float: right;
margin-left: 12px;
}
.alttp-box .next a:after {
content: ' >';
}