Template:MIT-style

From 2011.igem.org

(Difference between revisions)
Line 3: Line 3:
<style type="text/css">
<style type="text/css">
-
body {
+
a {
-
font-size:0.875em;
+
    color: #991133;
-
font-family:Georgia,'Times New Roman',serif;
+
    text-decoration: none;
-
margin:0;
+
}
-
}
+
 
-
+
a:hover {
-
p {
+
    text-decoration: underline;
-
font-family:Georgia,'Times New Roman',serif;
+
}
-
line-height:1.45em;
+
 
-
margin-bottom:1.45em;
+
-
}
+
-
+
-
p:last-of-type {
+
-
margin-bottom:0.725em;
+
-
}
+
-
+
-
strong {
+
-
font-weight:700;
+
-
}
+
-
+
-
a:hover {
+
-
color:rgb(0,0,0);
+
-
color:rgba(0,0,0,.4);
+
-
}
+
-
+
-
em {
+
-
font-style:italic;
+
-
}
+
-
+
-
h1 {
+
-
font-family:'OFL Sorts Mill Goudy TT', Georgia, serif;
+
-
font-size:2.5em;
+
-
margin-bottom:25px;
+
-
}
+
-
+
-
h1 a:link,h1 a:visited,h3 a:link,h3 a:visited {
+
-
color:rgb(0,0,0);
+
-
color:rgba(0,0,0,.8);
+
-
text-decoration:none;
+
-
}
+
-
+
-
h3 {
+
-
font-family:'OFL Sorts Mill Goudy TT', Georgia, serif;
+
-
font-size:1.56em;
+
-
line-height:1.3em;
+
-
font-weight:700;
+
-
margin-bottom:1em;
+
-
}
+
-
+
-
#sliderWrap {
+
-
width:100%;
+
-
}
+
-
+
-
#slider {
+
-
position:absolute;
+
#minimalist {
#minimalist {
     font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
     font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
Line 191: Line 145:
}
}
-
/*Twitter*/
 
-
 
-
#twitter_update_list {
 
-
    /* the main container */ 
 
-
    list-style:none;
 
-
    background-color:#262b2e;
 
-
    background-color:#ccc;
 
-
    margin-left:0px;
 
-
}
 
-
 
-
#twitter_update_list li {
 
-
    /* wraps a single list */
 
-
    font-family: 'lucida sans unicode';
 
-
    font-size:11px;
 
-
    padding: 10px;
 
-
    border-bottom: 1px dotted #545454;
 
-
}
 
-
 
-
#twitter_update_list li span {
 
-
    /* wraps the tweet */
 
-
    display: block;
 
-
}
 
-
 
-
#twitter_update_list li a {
 
-
    /* wraps the link to the tweet */
 
-
    /* by default it have 85% font-size therefore you might want to change it like below */
 
-
    font-size:100% !important;
 
-
    font-size:11px !important;
 
-
}
 
-
 
-
/* end twitter */
 

Revision as of 04:02, 24 October 2011