(Created page with "→CSS placed here will be applied to all skins: .cortex { background-color: black; color: white; font-family: "lucida sans unicode", "lucida grande", sans-serif; fo...") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .cortex { | + | .cortex-header { |
background-color: black; | background-color: black; | ||
color: white; | color: white; | ||
Line 14: | Line 14: | ||
padding-top; 4px; | padding-top; 4px; | ||
line-height: 25px;} | line-height: 25px;} | ||
+ | |||
+ | .cortex-table { | ||
+ | background-color: white; | ||
+ | color: black; | ||
+ | font-family: "palatino linotype", palatino, serif; | ||
+ | } |
Revision as of 13:48, 7 January 2015
/* CSS placed here will be applied to all skins */ .cortex-header { background-color: black; color: white; font-family: "lucida sans unicode", "lucida grande", sans-serif; font-size: 22px; font-style: normal; font-weight: bold; font-variant: small-caps; text-align: right; letter-spacing: 1.2px; padding-right: 10px; padding-bottom: 4px; padding-top; 4px; line-height: 25px;} .cortex-table { background-color: white; color: black; font-family: "palatino linotype", palatino, serif; }