Template:Minnesota Main Styles2
From 2012.igem.org
(Difference between revisions)
m |
m |
||
(14 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{ | ||
position:absolute; | position:absolute; | ||
- | |||
- | |||
width:700px; | width:700px; | ||
border: #787878 solid 2px; | border: #787878 solid 2px; | ||
+ | background-color:#A3FFA3; | ||
} | } | ||
table.ScrollList tr{ | table.ScrollList tr{ | ||
+ | background-color:#B0B0B0; | ||
+ | height:40px; | ||
+ | } | ||
+ | |||
+ | table.ScrollList tr td{ | ||
padding-left:10px; | padding-left:10px; | ||
- | + | width:auto; | |
- | + | ||
} | } | ||
table.ScrollList tr.header{ | table.ScrollList tr.header{ | ||
padding-left:0px; | padding-left:0px; | ||
- | height: | + | height:30px; |
- | background-color: | + | background-color:transparent; |
font-weight:bold; | font-weight:bold; | ||
+ | } | ||
+ | table.ScrollList tr.header td{ | ||
+ | padding-left:0px; | ||
} | } | ||
Latest revision as of 03:16, 4 October 2012