Template:Main Page CSS

From 2010.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 47: 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');
}
}
Line 89: Line 92:
#sponsors {
#sponsors {
float: left;
float: left;
 +
width: 950px;
 +
text-align: center;
}
}
Line 94: 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