Team:Calgary/Sandbox12
From 2010.igem.org
Emily Hicks (Talk | contribs) (New page: <html> <body> <style> p{ padding: 5px; } .heading{ font: century gothic; color: #ffffff; } table { left:0px; background-color: #414141; cell-padding: 5px; border-collapse:collapse; bord...) |
Emily Hicks (Talk | contribs) |
||
(3 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | |||
- | |||
- | + | /* colors */ | |
- | + | ||
- | + | ||
- | . | + | .js-singleCommentBg { background-color:#FFFFFF; } |
- | + | ||
- | color: # | + | |
- | } | + | |
- | + | .jsk-PrimaryBackgroundColor { background-color: #222222; } | |
- | + | ||
- | background-color: # | + | |
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | .jsk-SecondaryBackgroundColor { background-color: #414141; } | |
- | background-color:# | + | |
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | .jsk-PrimaryHighlightColor { color: #ffffff } | |
- | + | ||
- | } | + | |
- | + | .jsk-SecondaryHighlightColor { color: #cccccc } | |
- | color: #cccccc | + | |
- | + | ||
- | } | + | |
- | + | .jsk-PrimaryFontColor { color: #3a3a3a; } | |
- | { | + | |
- | + | ||
- | + | ||
- | + | ||
- | } | + | .jsk-SecondaryFontColor { color: #c6c6c6; } |
+ | |||
+ | .jsk-ThreadWrapper a, .jsk-LinkColor { color: #777777;} | ||
+ | |||
+ | .jsk-H1Color { color: #cccccc; } | ||
+ | |||
+ | .js-kit-miniProfile { background-color:#222222; } | ||
+ | |||
+ | .jskit-MenuContainer { background-color:#FFFFFF; } | ||
+ | |||
+ | .jskit-MenuItemMO { background-color: #EDEDED; } | ||
+ | |||
+ | |||
+ | |||
+ | /* fonts */ | ||
+ | |||
+ | .jsk-PrimaryFont, .jsk-CommentFormSurface input { font-family: Lucida grande, Tahoma, Verdana, Arial; } | ||
+ | |||
+ | .jsk-PrimaryFont { font-size: 8pt; font-weight: normal; } | ||
+ | |||
+ | .jsk-H1Font { font-size: 1.38em; font-weight: bold; line-height: 1.4em; font-fanimly: Century gothic;} | ||
+ | |||
+ | .jsk-LinkFont, .jsk-ThreadWrapper a, .jsk-ThreadWrapper a:hover { text-decoration: none; font-weight: normal; } | ||
+ | |||
+ | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
+ | </td> | ||
+ | </tr> | ||
- | < | + | </table> |
<br> | <br> | ||
+ | |||
+ | </div> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | |||
+ | </body> | ||
+ | </html> |
Latest revision as of 17:38, 29 July 2010
/* colors */
.js-singleCommentBg { background-color:#FFFFFF; }
.jsk-PrimaryBackgroundColor { background-color: #222222; }
.jsk-SecondaryBackgroundColor { background-color: #414141; }
.jsk-PrimaryHighlightColor { color: #ffffff }
.jsk-SecondaryHighlightColor { color: #cccccc }
.jsk-PrimaryFontColor { color: #3a3a3a; }
.jsk-SecondaryFontColor { color: #c6c6c6; }
.jsk-ThreadWrapper a, .jsk-LinkColor { color: #777777;}
.jsk-H1Color { color: #cccccc; }
.js-kit-miniProfile { background-color:#222222; }
.jskit-MenuContainer { background-color:#FFFFFF; }
.jskit-MenuItemMO { background-color: #EDEDED; }
/* fonts */
.jsk-PrimaryFont, .jsk-CommentFormSurface input { font-family: Lucida grande, Tahoma, Verdana, Arial; }
.jsk-PrimaryFont { font-size: 8pt; font-weight: normal; }
.jsk-H1Font { font-size: 1.38em; font-weight: bold; line-height: 1.4em; font-fanimly: Century gothic;}
.jsk-LinkFont, .jsk-ThreadWrapper a, .jsk-ThreadWrapper a:hover { text-decoration: none; font-weight: normal; }