Template:Minnesota Main Styles2
From 2012.igem.org
(Difference between revisions)
m |
m |
||
(13 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; | |
- | background-color:# | + | |
height:40px; | height:40px; | ||
+ | } | ||
+ | |||
+ | table.ScrollList tr td{ | ||
+ | padding-left:10px; | ||
+ | width:auto; | ||
} | } | ||
Line 22: | Line 38: | ||
padding-left:0px; | padding-left:0px; | ||
height:30px; | 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