Template:UIUC Illinois CSS
From 2012.igem.org
(Difference between revisions)
(26 intermediate revisions not shown) | |||
Line 590: | Line 590: | ||
background-color: #f68e3c; | background-color: #f68e3c; | ||
width: 160px; | width: 160px; | ||
- | height: | + | height: 650px; |
float: left; | float: left; | ||
text-align: left; | text-align: left; | ||
margin-top: 20px; | margin-top: 20px; | ||
+ | margin-bottom: 20px; | ||
margin-left: -35px; | margin-left: -35px; | ||
border: 10px solid rgba(255, 255, 255,0.7); | border: 10px solid rgba(255, 255, 255,0.7); | ||
Line 1,796: | Line 1,797: | ||
width: 950px; | width: 950px; | ||
float: center; | float: center; | ||
+ | height: 400px; | ||
background: rgba(240, 240, 240, 0.7); | background: rgba(240, 240, 240, 0.7); | ||
border: 10px solid rgba(255, 255, 255,0.8); | border: 10px solid rgba(255, 255, 255,0.8); | ||
padding: 25px; | padding: 25px; | ||
- | |||
background-clip: padding-box; | background-clip: padding-box; | ||
margin-top: 10px; | margin-top: 10px; | ||
Line 1,809: | Line 1,810: | ||
#biobrickscontainer { | #biobrickscontainer { | ||
width: 1000px; | width: 1000px; | ||
- | height: | + | height: 500px; |
text-align: center; | text-align: center; | ||
padding-left: 0px; | padding-left: 0px; | ||
Line 2,128: | Line 2,129: | ||
background: rgba(240, 240, 240, 0.7); | background: rgba(240, 240, 240, 0.7); | ||
width: 205px; | width: 205px; | ||
- | + | height:145px; | |
+ | margin-bottom:20px; | ||
+ | position:fixed; | ||
+ | float: left; | ||
+ | padding-top: 0px; | ||
+ | text-align: left; | ||
+ | margin-left: -10px; | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | background-clip: padding-box; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #scaffoldSelection0{ | ||
+ | margin-top: -15px; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | width: 205px; | ||
+ | height: 180px; | ||
+ | position:fixed; | ||
float: left; | float: left; | ||
+ | margin-bottom:20px; | ||
padding-top: 0px; | padding-top: 0px; | ||
text-align: left; | text-align: left; | ||
Line 2,167: | Line 2,189: | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
+ | |||
+ | |||
+ | #scaffoldSelection0 li{ | ||
+ | list-style:none; | ||
+ | float:left; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #scaffoldSelection0 a { | ||
+ | cursor: pointer; | ||
+ | display:block; | ||
+ | height:25px; | ||
+ | line-height: 25px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | background:#f68e3c; | ||
+ | padding-top: 10px; | ||
+ | font: bold 13px Arial; | ||
+ | } | ||
+ | |||
+ | #scaffoldSelection0 li:hover a{ | ||
+ | background:#003C7D; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
#scaffoldOverview { | #scaffoldOverview { | ||
Line 2,360: | Line 2,411: | ||
border: 10px solid rgba(255, 255, 255,0.8); | border: 10px solid rgba(255, 255, 255,0.8); | ||
padding: 25px; | padding: 25px; | ||
- | height: | + | height: 1600px; |
background-clip: padding-box; | background-clip: padding-box; | ||
margin-top: 10px; | margin-top: 10px; | ||
Line 2,379: | Line 2,430: | ||
float: center; | float: center; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | #appoverview { | ||
+ | width: 950px; | ||
+ | float: left; | ||
+ | text-align: left; | ||
+ | background: rgba(240, 240, 240, 0.7); | ||
+ | border: 10px solid rgba(255, 255, 255,0.8); | ||
+ | |||
+ | padding: 25px; | ||
+ | height: 200px; | ||
+ | background-clip: padding-box; | ||
+ | margin-top: 10px; | ||
+ | margin-left: -10px; | ||
+ | margin-right: auto; | ||
+ | font-size:150%; | ||
+ | } | ||
+ | |||
+ | #appcontainer { | ||
+ | width: 1000px; | ||
+ | height: 200px; | ||
+ | text-align: center; | ||
+ | padding-left: 0px; | ||
+ | padding-right:0px; | ||
+ | margin-left: auto; | ||
+ | margin-right:auto; | ||
+ | margin-top: 25px; | ||
+ | float: center; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 08:30, 19 January 2013