Template:Main Page CSS

From 2010.igem.org

(Difference between revisions)
(New page: <html> <style type="text/css"> h2 { color: #424242; font-weight: 115%; font-family: palatino; serif; } #news_items { width: 700px; margin-left: 20px; float:left; } .main_item { paddin...)
 
(42 intermediate revisions not shown)
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
-
h2 {
+
#sub_wrapper {
-
color: #424242;
+
-
font-weight: 115%;
+
-
font-family: palatino; serif;
+
-
}
+
-
 
+
-
#news_items {
+
width: 700px;  
width: 700px;  
-
margin-left: 20px;
 
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;
}
}
.main_item {
.main_item {
padding: 0 0 15px 20px;
padding: 0 0 15px 20px;
-
color:#576f91;
+
font-family: Lucida Grande, Verdana, Arial, sans-serif;
 +
}
 +
 
 +
.main_item h2 {
 +
color: /*#2fa001*/ #576f91;
 +
font-weight: 150%;
 +
font-family: Lucida Grande, Verdana, Arial, sans-serif;
 +
text-shadow: #dadada 1px 1px 1px;
 +
}
 +
 
 +
.main_item p {
 +
color:#666;
font-family: Lucida Grande, Verdana, Arial, sans-serif;
font-family: Lucida Grande, Verdana, Arial, sans-serif;
}
}
Line 30: Line 43:
border-top: dashed 1px #d2d2d2;
border-top: dashed 1px #d2d2d2;
border-bottom: dashed 1px #d2d2d2;
border-bottom: dashed 1px #d2d2d2;
-
margin: 20px 0 5px 0;
+
margin: 10px 0 15px 0;
}
}
.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: #ff2d35;
+
color: #f16900;
}
}
Line 47: Line 63:
.main_item a {
.main_item a {
-
/*font-weight: bold;*/
+
font-weight: bold;
}
}
Line 73: Line 89:
color: #999;
color: #999;
}
}
 +
 +
#sponsors {
 +
float: left;
 +
width: 950px;
 +
text-align: center;
 +
}
 +
 +
#sponsors td {
 +
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