Line 1: | Line 1: | ||
− | + | #ff-header { | |
+ | width: 100%; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | #ff-header .default { | ||
+ | background: #a1a8c2; | ||
+ | color: white; | ||
+ | font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; | ||
+ | padding-left: 4px; | ||
+ | text-align: left; | ||
+ | } | ||
#cortex-table table { | #cortex-table table { | ||
− | + | background: lightgrey; | |
− | + | border: 3px solid lightgrey; | |
− | + | border-radius: 10px; | |
− | + | padding: 3px; | |
− | + | text-align: right; | |
− | + | margin-bottom: 8px; | |
− | + | } | |
− | #cortex-table table.Asset { | + | #cortex-table table.Asset { |
background: lightgrey; | background: lightgrey; | ||
border: 3px solid lightgrey; | border: 3px solid lightgrey; | ||
Line 16: | Line 27: | ||
padding: 3px; | padding: 3px; | ||
text-align: right; | text-align: right; | ||
− | + | margin-bottom: 8px; | |
− | } | + | } |
− | #cortex-table table.Complication { | + | #cortex-table table.Complication { |
background: darkgrey; | background: darkgrey; | ||
border: 3px solid darkgrey; | border: 3px solid darkgrey; | ||
Line 26: | Line 37: | ||
padding: 3px; | padding: 3px; | ||
text-align: right; | text-align: right; | ||
− | + | margin-bottom: 8px; | |
− | } | + | } |
#cortex-table th { | #cortex-table th { | ||
− | + | background-color: black; | |
− | + | color: white; | |
− | + | border: 3px solid lightgrey; | |
− | + | border-radius: 10px; | |
− | + | text-align: center; | |
− | + | } | |
+ | |||
#cortex-table td.value { | #cortex-table td.value { | ||
− | + | background-color: white; | |
− | + | color: black; | |
− | + | border: 3px solid lightgrey; | |
− | + | border-radius: 10px; | |
− | + | padding: 5px; | |
− | + | text-align: center; | |
− | + | } | |
− | } | ||
body #db-name { | body #db-name { | ||
− | + | font-family: "palatino linotype", palatino, serif; | |
− | + | font-size: 40px; | |
− | + | color: #21C251; | |
− | + | font-style: normal; | |
− | + | font-weight: bold; | |
− | + | font-variant: small-caps; | |
− | + | text-align: center; | |
− | + | letter-spacing: 0px; | |
− | + | line-height: 20px; | |
− | } | + | } |
body #db-header { | body #db-header { | ||
− | + | font-family: "palatino linotype", palatino, serif; | |
− | + | font-size: 20px; | |
− | + | color: #21C251; | |
− | + | font-style: normal; | |
− | + | font-weight: normal; | |
− | + | font-variant: small-caps; | |
− | + | text-align: left; | |
− | + | letter-spacing: 0px; | |
− | + | padding-top: 20px; | |
− | + | line-height: 20px; | |
− | } | + | } |
.db-table { | .db-table { | ||
− | + | background: #21C251; | |
− | + | font-family: "palatino linotype", palatino, serif; | |
− | + | font-size: 12px; | |
− | } | + | } |
body #db-text { | body #db-text { | ||
− | + | background=#FFFFFF; | |
− | + | font-family: "palatino linotype", palatino, serif; | |
− | + | font-size: 14px; | |
− | } | + | } |
#ff-text .headline { | #ff-text .headline { | ||
− | + | font-family: "lucida sans unicode", "lucida grande", sans-serif; | |
− | + | font-weight: bold; | |
− | + | font-size: 18px; | |
− | + | font-variant: small-caps; | |
− | + | vertical-align: bottom; | |
− | } | + | } |
+ | |||
#ff-text { | #ff-text { | ||
− | + | font-family: arial, sans-serif; | |
− | + | font-size: 12px; | |
− | + | color: #000000; | |
− | + | font-style: normal; | |
− | + | font-weight: normal; | |
− | + | font-variant: normal; | |
− | + | text-align: left; | |
− | } | + | } |
+ | |||
+ | #ff-text .content { | ||
+ | letter-spacing: 0px; | ||
+ | line-height: 16px; | ||
+ | } | ||
− | #ff-text . | + | #ff-text .checkbox { |
− | + | width: 5%; | |
− | + | float: left; | |
− | } | + | font-size: 20px; |
+ | } | ||
− | + | #ff-text .trigger { | |
− | + | width: 95%; | |
− | + | float: left; | |
− | + | } | |
− | |||
− | #ff-text .trigger { | ||
− | |||
− | |||
− | } | ||
.sm-header { | .sm-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; | ||
+ | } | ||
.sm-table { | .sm-table { | ||
− | + | background-color: white; | |
− | + | color: black; | |
− | + | font-family: "palatino linotype", palatino, serif; | |
} | } |
Revision as of 18:44, 9 January 2015
#ff-header { width: 100%; font-weight: bold; } #ff-header .default { background: #a1a8c2; color: white; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; padding-left: 4px; text-align: left; } #cortex-table table { background: lightgrey; border: 3px solid lightgrey; border-radius: 10px; padding: 3px; text-align: right; margin-bottom: 8px; } #cortex-table table.Asset { background: lightgrey; border: 3px solid lightgrey; border-radius: 10px; padding: 3px; text-align: right; margin-bottom: 8px; } #cortex-table table.Complication { background: darkgrey; border: 3px solid darkgrey; color: white; border-radius: 10px; padding: 3px; text-align: right; margin-bottom: 8px; } #cortex-table th { background-color: black; color: white; border: 3px solid lightgrey; border-radius: 10px; text-align: center; } #cortex-table td.value { background-color: white; color: black; border: 3px solid lightgrey; border-radius: 10px; padding: 5px; text-align: center; } body #db-name { font-family: "palatino linotype", palatino, serif; font-size: 40px; color: #21C251; font-style: normal; font-weight: bold; font-variant: small-caps; text-align: center; letter-spacing: 0px; line-height: 20px; } body #db-header { font-family: "palatino linotype", palatino, serif; font-size: 20px; color: #21C251; font-style: normal; font-weight: normal; font-variant: small-caps; text-align: left; letter-spacing: 0px; padding-top: 20px; line-height: 20px; } .db-table { background: #21C251; font-family: "palatino linotype", palatino, serif; font-size: 12px; } body #db-text { background=#FFFFFF; font-family: "palatino linotype", palatino, serif; font-size: 14px; } #ff-text .headline { font-family: "lucida sans unicode", "lucida grande", sans-serif; font-weight: bold; font-size: 18px; font-variant: small-caps; vertical-align: bottom; } #ff-text { font-family: arial, sans-serif; font-size: 12px; color: #000000; font-style: normal; font-weight: normal; font-variant: normal; text-align: left; } #ff-text .content { letter-spacing: 0px; line-height: 16px; } #ff-text .checkbox { width: 5%; float: left; font-size: 20px; } #ff-text .trigger { width: 95%; float: left; } .sm-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; } .sm-table { background-color: white; color: black; font-family: "palatino linotype", palatino, serif; }