Changes

352 bytes added ,  14:47, 7 January 2015
no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.cortex-header {
+
cortex-header {
 +
  font-family: "palatino linotype", palatino, serif;
 +
  font-size: 20px;
 +
  color: #A85016;
 +
  font-style: normal;
 +
  font-weight: normal;
 +
  font-variant: small-caps;
 +
  text-align: left;
 +
  letter-spacing: 0px;
 +
  line-height: 20px;
 +
}
 +
 
 +
.cortex-table {
 +
  background: #A85016;
 +
  font-family: "palatino linotype", palatino, serif;
 +
  font-size: 12px;
 +
}
 +
 
 +
.sm-header {
 
   background-color: black;
 
   background-color: black;
 
   color: white;
 
   color: white;
Line 15: Line 33:  
   line-height: 25px;}
 
   line-height: 25px;}
   −
.cortex-table {
+
.sm-table {
 
   background-color: white;
 
   background-color: white;
 
   color: black;
 
   color: black;
 
   font-family: "palatino linotype", palatino, serif;
 
   font-family: "palatino linotype", palatino, serif;
 
  }
 
  }