Difference between revisions of "MediaWiki:Common.css"

From ALttP Speedrunning Wiki
Jump to: navigation, search
Line 31: Line 31:
  
 
.alttp-box .prev a:before {
 
.alttp-box .prev a:before {
   content: '< ';
+
   content: '< ';
 
}
 
}
  
Line 40: Line 40:
  
 
.alttp-box .next a:after {
 
.alttp-box .next a:after {
   content: ' &gt;';
+
   content: ' >';
 
}
 
}

Revision as of 11:58, 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;
}

.alttp-box .label {
  display: inline-block;
  width: 106px;
}

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