Changes

397 bytes added ,  01:44, 18 January 2015
no edit summary
Line 83: Line 83:  
   float: left;
 
   float: left;
 
}
 
}
#hrp-header .default {
+
 
 +
#hrp-header-compact {
 +
width: 20px;
 +
float: left;
 +
}
 +
 
 +
#hrp-header .default, #hrp-header-compact .default {
 
background: #00497a;
 
background: #00497a;
 
color: white;
 
color: white;
Line 90: Line 96:  
text-align: right;
 
text-align: right;
 
}
 
}
#hrp-header .villain {
+
#hrp-header .villain, #hrp-header-compact .villain {
 
background: #440000;
 
background: #440000;
 
color: #9C604F;
 
color: #9C604F;
Line 517: Line 523:  
font-family: "palatino linotype", palatino, serif;
 
font-family: "palatino linotype", palatino, serif;
 
  }
 
  }
 +
 +
.verticaltext {
 +
    transform: rotate(-90deg);
 +
    transform-origin: right, top;
 +
    -ms-transform: rotate(-90deg);
 +
    -ms-transform-origin:right, top;
 +
    -webkit-transform: rotate(-90deg);
 +
    -webkit-transform-origin:right, top;
 +
    position: absolute; bottom: 0%; left: 0%;
 +
}