Template:Main Page CSS
From 2010.igem.org
(Difference between revisions)
(17 intermediate revisions not shown) | |||
Line 5: | Line 5: | ||
width: 700px; | width: 700px; | ||
float:left; | float:left; | ||
+ | } | ||
+ | |||
+ | .announcement p { | ||
+ | font-family: Lucida Grande, Verdana, Arial, sans-serif; | ||
+ | color: #e70200; | ||
+ | font-weight: bold; | ||
+ | font-size: 200%; | ||
+ | text-shadow: #dadada 1px 1px 1px; | ||
+ | text-align: center; | ||
} | } | ||
Line 13: | Line 22: | ||
.main_item h2 { | .main_item h2 { | ||
- | color: /*# | + | color: /*#2fa001*/ #576f91; |
font-weight: 150%; | font-weight: 150%; | ||
font-family: Lucida Grande, Verdana, Arial, sans-serif; | font-family: Lucida Grande, Verdana, Arial, sans-serif; | ||
- | text-shadow: # | + | text-shadow: #dadada 1px 1px 1px; |
} | } | ||
Line 38: | Line 47: | ||
.main_item ul { | .main_item ul { | ||
+ | color:#666; | ||
+ | font-family: Lucida Grande, Verdana, Arial, sans-serif; | ||
padding: 0 0 0 50px; | padding: 0 0 0 50px; | ||
+ | list-style-image:url('https://static.igem.org/mediawiki/2010/6/6c/Grey_circle_bullet_10px.png'); | ||
} | } | ||
.main_item ul lh { | .main_item ul lh { | ||
font-weight: bold; | font-weight: bold; | ||
- | color: # | + | color: #f16900; |
} | } | ||
Line 80: | Line 92: | ||
#sponsors { | #sponsors { | ||
float: left; | float: left; | ||
+ | width: 950px; | ||
+ | text-align: center; | ||
} | } | ||
Line 85: | Line 99: | ||
padding: 15px 0px 0px 15px; | padding: 15px 0px 0px 15px; | ||
} | } | ||
+ | |||
+ | /* ***ADDED on Nov 4 in preparation for Jamboree*** */ | ||
+ | |||
+ | #jamboree_highlight_box ul { | ||
+ | margin-left: 150px; | ||
+ | } | ||
+ | |||
+ | #jamboree_highlight_box ul lh { | ||
+ | font-size: 110%; | ||
+ | } | ||
+ | |||
+ | #jamboree_highlight_box ul li { | ||
+ | margin-left: -20px; | ||
+ | } | ||
+ | |||
+ | a.quick_link:link { | ||
+ | color: #555555; | ||
+ | } | ||
+ | |||
+ | a.quick_link:visited { | ||
+ | color: #555555; | ||
+ | } | ||
+ | |||
+ | a.quick_link:active { | ||
+ | color: #99CC33; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a.quick_link:hover { | ||
+ | color: #99CC33; | ||
+ | font-size: 105%; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a.green_link:link { | ||
+ | color: #666; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | a.green_link:visited { | ||
+ | font-weight: bold; | ||
+ | color: #666; | ||
+ | } | ||
+ | |||
+ | a.green_link:active { | ||
+ | color: #99CC33; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a.green_link:hover { | ||
+ | color: #99CC33; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* *** ADDED on November 8 for Jamboree Results *** */ | ||
+ | |||
+ | |||
+ | #finalist_list ul { | ||
+ | padding: 10px; | ||
+ | margin: 10px; | ||
+ | color: #666; | ||
+ | font-family: Lucida Grande, Verdana, Arial, sans-serif; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #finalist_list ul lh { | ||
+ | font-size: 110%; | ||
+ | font-weight: bold; | ||
+ | color: #576f91; | ||
+ | } | ||
+ | |||
+ | #publicity_table { | ||
+ | margin-left: 100px; | ||
+ | } | ||
+ | |||
+ | #publicity_table img { | ||
+ | margin: -10px 10px 0px 10px; | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 14:36, 30 November 2010