Template:Minnesota Main Styles2

From 2012.igem.org

(Difference between revisions)
m
m
 
(23 intermediate revisions not shown)
Line 4: Line 4:
<style type="text/css">
<style type="text/css">
 +
 +
/*========general scrolling div for maincontentbox=====*/
 +
.ScrollDiv{
 +
position:absolute;
 +
top:-10px;
 +
width:720px;
 +
height:450px;
 +
margin-left:10px;
 +
overflow-y:scroll;
 +
text-align:left;
 +
}
 +
 +
/*==========special table code============*/
/*==========special table code============*/
table.ScrollList{
table.ScrollList{
-
left:20px;
+
position:absolute;
-
top:20px;
+
width:700px;
width:700px;
 +
border: #787878 solid 2px;
 +
background-color:#A3FFA3;
}
}
table.ScrollList tr{
table.ScrollList tr{
-
background-color:#D0D0D0;
+
background-color:#B0B0B0;
-
height:50px;
+
height:40px;
 +
}
 +
 
 +
table.ScrollList tr td{
 +
padding-left:10px;
 +
width:auto;
 +
}
 +
 
 +
table.ScrollList tr.header{
 +
padding-left:0px;
 +
height:30px;
 +
background-color:transparent;
 +
font-weight:bold;
 +
}
 +
table.ScrollList tr.header td{
 +
padding-left:0px;
}
}

Latest revision as of 03:16, 4 October 2012

Team:Minnesota - Main Style Template