Template:MIT-style

From 2011.igem.org

(Difference between revisions)
 
(86 intermediate revisions not shown)
Line 7: Line 7:
     text-decoration: none;
     text-decoration: none;
}
}
 +
a:hover {
a:hover {
     text-decoration: underline;
     text-decoration: underline;
 +
}
 +
 +
#minimalist {
 +
    font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
 +
    font-size:9px;
 +
    width: 100%;
 +
    background:#fff;
 +
    border-collapse:collapse;
 +
    text-align:left;
 +
    margin:20px;
 +
}
 +
 +
#minimalist th {
 +
    font-size:10px;
 +
    font-weight:normal;
 +
    color:#039;
 +
    border-bottom:2px solid #6678b1;
 +
    padding:10px 8px;
 +
}
 +
 +
#minimalist td {
 +
    color:#669;
 +
    padding:9px 8px 0;
 +
}
 +
 +
.clear {
 +
    clear:both;
}
}
Line 14: Line 42:
     float: left;
     float: left;
     width: 576px;
     width: 576px;
-
     padding: 30px 22px;
+
     padding: 30px 0px;
     margin:0;
     margin:0;
}
}
Line 21: Line 49:
     width: 242px;
     width: 242px;
     padding: 30px 28px 30px 15px;
     padding: 30px 28px 30px 15px;
 +
    margin:0;
 +
}
 +
#col_center{
 +
    float: center;
 +
    width: 576;
 +
    padding: 30px 100px;
 +
    margin:0;
 +
}
 +
#col_nav{
 +
    float: left;
 +
    width: 200px;
 +
    padding: 30px 15px 30px 50px;
     margin:0;
     margin:0;
}
}
#block-content{
#block-content{
-
     padding-bottom: 35px;
+
     padding-bottom: 15px;
     clear:both;
     clear:both;
}
}
Line 71: Line 111:
h3{
h3{
     padding: 30px 0 20px 0;
     padding: 30px 0 20px 0;
-
     font-family: Georgia, "Times New Roman", Times, serif;
+
     font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
     font-size: 18px;
     font-size: 18px;
     font-weight: normal;
     font-weight: normal;
Line 83: Line 123:
     border-bottom: 1px dotted #999;
     border-bottom: 1px dotted #999;
     clear:both;
     clear:both;
 +
    padding-left: 50px;
 +
    padding-right: 50px;
}
}
#quote{
#quote{
float:left;
float:left;
-
padding: 35px 0 0 0;
+
        padding: 0 25px 25px 25px;
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 17px;
font-size: 17px;
Line 94: Line 136:
}
}
#quote p{
#quote p{
-
line-height: 12px;
+
line-height: 22px;
}
}
#quote p.testimonial{
#quote p.testimonial{
Line 101: Line 143:
font-style: normal;
font-style: normal;
color: #000;
color: #000;
-
         margin-lfet:50px;
+
         margin-left:15px;
}
}
Line 111: Line 153:
}
}
-
/*Twitter*/
 
-
#twitter_update_list {
+
 
-
    /* the main container */ 
+
.col_list ul{
-
     list-style:none;
+
     list-style-type:none;
-
     background-color:#262b2e;
+
     list-style-image:none;
-
    background-color:#ccc;
+
     background-image:none;
-
    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;
+
}
}
-
+
.col_list li{
-
#twitter_update_list li a {
+
     background-color:#e1e6e9;
-
     /* wraps the link to the tweet */
+
     padding: 5px 15px;
-
    /* 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 */
+
.col_list_team ul{
-
 
+
-
 
+
-
/* TEAM PAGE */
+
-
.team_member_list ul{
+
     list-style-type:none;
     list-style-type:none;
     list-style-image:none;
     list-style-image:none;
     background-image:none;
     background-image:none;
}
}
-
.team_member_list li{
+
.col_list_team li{
-
     background-color:#E3E3E3;
+
     background-color:#e1e6e9;
-
    padding: 5px;
+
}
}
 +
 +
 +
 +
/* TEAM PAGE */
 +
 +
.bio {
.bio {
     clear:both;
     clear:both;
 +
    padding-bottom: 20px;
 +
    border-bottom: 1px solid #ccc;
}
}
.bio img {
.bio img {
     float:left;
     float:left;
 +
    margin-right: 10px;
}
}
-
#col1 img {
+
 
-
     width:200px;
+
#videoiframe {
 +
     overflow: hidden;
 +
    margin-top: 20px;
}
}
 +
 +
#accordion .ui-accordion-content { padding: 0px 0px 0px 0px; }
</style>
</style>
</head>
</head>
</html>
</html>

Latest revision as of 23:11, 27 October 2011