Team:Calgary/Sandbox12
From 2010.igem.org
Emily Hicks (Talk | contribs) (Replacing page with '<!-- Start of StatCounter Code --> <script type="text/javascript"> var sc_project=4990463; var sc_invisible=0; var sc_partition=57; var sc_click_stat=1; var sc_security="d2...') |
Emily Hicks (Talk | contribs) |
||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | < | + | <html> |
- | + | ||
- | + | /* 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; } | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | <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; }