Template:MIT-style
From 2012.igem.org
(Difference between revisions)
(40 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | <html lang="en"> | + | <html lang="en"><head><style type="text/css"><!-- |
- | <head> | + | |
- | <style type="text/css"> | + | |
- | + | ||
a { | a { | ||
color: #991133; | color: #991133; | ||
Line 10: | Line 7: | ||
a:hover { | a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | td{ | ||
+ | vertical-align:top; | ||
+ | padding:10px; | ||
} | } | ||
Line 69: | Line 71: | ||
#centersponsors{ | #centersponsors{ | ||
- | |||
width: 197px; | width: 197px; | ||
margin-right: 17px; | margin-right: 17px; | ||
Line 82: | Line 83: | ||
} | } | ||
#leftsponsors{ | #leftsponsors{ | ||
- | + | padding-left:50px; | |
width: 175px; | width: 175px; | ||
margin-right: 17px; | margin-right: 17px; | ||
Line 91: | Line 92: | ||
} | } | ||
#rightsponsors{ | #rightsponsors{ | ||
- | |||
width: 170px; | width: 170px; | ||
display: inline; | display: inline; | ||
Line 99: | Line 99: | ||
} | } | ||
#leftsponsors, #centersponsors, #rightsponsors{ | #leftsponsors, #centersponsors, #rightsponsors{ | ||
+ | float:left; | ||
list-style-type:none; | list-style-type:none; | ||
list-style-image:none; | list-style-image:none; | ||
Line 105: | Line 106: | ||
#leftsponsors li, #centersponsors li, #rightsponsors li{ | #leftsponsors li, #centersponsors li, #rightsponsors li{ | ||
margin-left: 0px; | margin-left: 0px; | ||
- | padding: 0 0 | + | padding: 0 0 20px 0; |
} | } | ||
#leftsponsors img, #centersponsors img, #rightsponsors img{ | #leftsponsors img, #centersponsors img, #rightsponsors img{ | ||
- | border: 1px solid #ccc; | + | /*border: 1px solid #ccc;*/ |
+ | padding: 5px 0; | ||
} | } | ||
h3{ | h3{ | ||
- | padding: | + | padding: 1em 0 0.3em 0; |
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; | font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; | ||
font-size: 18px; | font-size: 18px; | ||
Line 117: | Line 119: | ||
} | } | ||
- | h1{ | + | h1 { |
- | padding: | + | padding: 20px 0 10px 0; |
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; | font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; | ||
font-size: 22px; | font-size: 22px; | ||
+ | line-height: 1.2em; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
p{ | p{ | ||
- | padding: | + | padding: 5px 0 5px 0; |
} | } | ||
Line 172: | Line 175: | ||
list-style-image:none; | list-style-image:none; | ||
background-image:none; | background-image:none; | ||
- | padding-left: | + | padding-left:0; |
- | + | margin-left:0; | |
+ | margin-right:0; | ||
} | } | ||
.col_list li{ | .col_list li{ | ||
+ | padding-bottom:4px; | ||
+ | padding-top:4px; | ||
} | } | ||
Line 185: | Line 191: | ||
.col_list_team li{ | .col_list_team li{ | ||
background-color:#e1e6e9; | background-color:#e1e6e9; | ||
+ | margin-left:0; | ||
+ | margin-right:0; | ||
} | } | ||
Line 206: | Line 214: | ||
} | } | ||
+ | .mrna_domain {float: left; } | ||
- | # | + | #top-section, #top-section * { border: none !important; border: none;} |
- | + | #footer-box { left: -5px } | |
- | </style> | + | #accordion h3 { margin-bottom: 1px; } |
- | </head> | + | #catlinks { display: none;} |
- | </html> | + | --></style></head></html> |