Changes

365 bytes added ,  18:24, 8 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 */
 +
body #cortex-header {
 +
}
 +
 +
#cortex-table table {
 +
background: lightgrey;
 +
border: 3px solid lightgrey;
 +
border-radius: 25px;
 +
}
 +
 +
#cortex-table th {
 +
background-color: black;
 +
color: white;
 +
                border: 3px solid lightgrey;
 +
border-radius: 25px;
 +
text-align: center;
 +
}
 +
#cortex-table td.value {
 +
  background-color: white;
 +
  color: black;
 +
}
 +
}
 +
 
body #db-name {
 
body #db-name {
 
   font-family: "palatino linotype", palatino, serif;
 
   font-family: "palatino linotype", palatino, serif;