|
|
(90 intermediate revisions not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
- | <header>
| |
| <style type="text/css"> | | <style type="text/css"> |
- | | + | html, body, #globalWrapper, #content, #bodyContent { |
| + | height:100%; |
| + | } |
| #top-section { | | #top-section { |
| background-color:#000000; | | background-color:#000000; |
| height:100px ! important;; | | height:100px ! important;; |
- | }
| |
- |
| |
- | #content{
| |
- | color:#777777;
| |
- | padding-bottom:0px;
| |
| } | | } |
| | | |
Line 18: |
Line 14: |
| visibility:hidden; | | visibility:hidden; |
| } | | } |
- |
| |
- | #search-controls{
| |
- | width:! important;;
| |
- | z-index:6;
| |
- | top:0;
| |
- | right:185px;
| |
- | width:30%;
| |
- | text-align:left;
| |
- | }
| |
- |
| |
- | .searchButton {
| |
- | background-color:#F7F7F7 ! important;
| |
- | border:1px solid #CCCCCC ! important;
| |
- | color:#666666 ! important;
| |
- | cursor:pointer ! important;
| |
- | font-size:65% ! important;
| |
- | margin:0 ! important;
| |
- | padding:5px ! important;
| |
- | left:15px;
| |
- | position:relative;
| |
- | }
| |
- |
| |
- | #searchInput {
| |
- | background-color:#FFFFFF;
| |
- | border:1px solid #999999;
| |
- | color:#333333;
| |
- | display:block;
| |
- | float:left;
| |
- | font-family:'Lucida Sans Unicode',verdana,Helvetica,Arial,sans-serif;
| |
- | margin:0 5px 5px 0;
| |
- | padding:4px;
| |
- | width:185px;
| |
- | }
| |
- |
| |
- | .noscript #search-controls {
| |
- | top:25px !important;
| |
- | text-align:left !important;
| |
- | }
| |
- |
| |
- | .extruder.top{ left:80% !important;}
| |
- |
| |
- | .noscript{
| |
- | background-color:#F7F7F7;
| |
- | border:2px dashed #777777;
| |
- | color:#B31E1E;
| |
- | margin-left:25%;
| |
- | padding:20px;
| |
- | width:55%;
| |
- | }
| |
- |
| |
- | .noscript img{
| |
- | float:left;
| |
- | margin:3px 20px 0 0;
| |
- | }
| |
- |
| |
- |
| |
- | #menubar {
| |
- | background-color:#000000;
| |
- | font-size:85%;
| |
- | line-height:1em;
| |
- | position:absolute;
| |
- | top:80px;
| |
- | white-space:nowrap;
| |
- | width:50%;
| |
- | z-index:5;
| |
- | height:18px;
| |
- | overflow:hidden;
| |
- | }
| |
- |
| |
- | #menubar li a {
| |
- | color:#CCCCCC;
| |
- | }
| |
- |
| |
- | .left-menu {
| |
- | left:0;
| |
- | padding-left:13px;
| |
- | }
| |
- | .right-menu {
| |
- | right:0;
| |
- | }
| |
- |
| |
- | .firstHeading {
| |
- | position:relative;
| |
- | top:45px;
| |
- | }
| |
- |
| |
- | /*contact page*/
| |
- | #respond{display: block; width:100%;color:#333333;}
| |
- |
| |
- | #respond input{width:170px; padding:2px; border:1px solid #CCCCCC; margin:5px 5px 0 0;}
| |
- |
| |
- | #respond textarea{width:98%; border:1px solid #CCCCCC; padding:2px; overflow:auto;}
| |
- |
| |
- | #respond p{margin:5px 0;}
| |
- |
| |
- | #respond #submit, #respond #reset{
| |
- | margin:0;
| |
- | padding:5px;
| |
- | color:#666666;
| |
- | background-color:#F7F7F7;
| |
- | border:1px solid #CCCCCC;
| |
- | cursor:pointer;
| |
- | }
| |
- |
| |
- | /* Custom Icons */
| |
- |
| |
- | .addthis_toolbox {
| |
- | background-color:#000000;
| |
- | border:1px solid #000000;
| |
- | height:25px;
| |
- | margin-left:-6px;
| |
- | padding-left:5px;
| |
- | width:970px;
| |
- | display:block;
| |
- | }
| |
- |
| |
- | .addthis_toolbox .custom_images {
| |
- | height:40px;
| |
- | margin-left:15px;
| |
- | margin-top:-6px;
| |
- | overflow:hidden;
| |
- | }
| |
- |
| |
- | .addthis_toolbox .custom_images a img {
| |
- | opacity: 1.0;
| |
- | -moz-opacity:1.0;
| |
- | filter:alpha(opacity=100);
| |
- | }
| |
- | .addthis_toolbox .custom_images a:hover img {
| |
- | opacity: 0.75;
| |
- | -moz-opacity:0.75;
| |
- | filter:alpha(opacity=75);
| |
- | }
| |
- |
| |
- | .addthis_button_facebook_like{
| |
- | position:relative;
| |
- | top:10px;
| |
- | }
| |
- |
| |
- | #footer-box {
| |
- | background-color:#95AD19;
| |
- | color: #333333;
| |
- | border: 1px solid #95AD19;
| |
- | margin:0 auto;
| |
- | padding:13px 5px;
| |
- | width:965px;
| |
- | margin-top:-6px;
| |
- | }
| |
- |
| |
- | #footer-box a {
| |
- | color: #333333;
| |
- | font-size:90%;
| |
- | }
| |
- |
| |
- | #footer img{
| |
- | opacity: 0.3;
| |
- | -moz-opacity:0.3;
| |
- | filter:alpha(opacity=30);
| |
- | }
| |
- |
| |
- | #footer img:hover{
| |
- | opacity: 1.0;
| |
- | -moz-opacity:1.0;
| |
- | filter:alpha(opacity=100);
| |
- | }
| |
- |
| |
- | #f-list{
| |
- | margin:0.2em 0 0 1.5em;
| |
- | }
| |
- |
| |
- | #f-copyrightico, #f-poweredbyico{
| |
- | padding-left:15px;
| |
- | padding-right:15px;
| |
- | padding-top:6px;
| |
- | }
| |
- |
| |
- | /*calendar*/
| |
- | .calendar{
| |
- | margin-left:200px;
| |
- | }
| |
- | .month{
| |
- | font-size:85%;
| |
- | width:185px;
| |
- | height:230px;
| |
- | padding:0.2em 0.2em 0;
| |
- | background:url("images/ui-bg_inset-soft_50_c9c9c9_1x100.png") repeat-x scroll 50% bottom #C9C9C9;
| |
- | border:1px solid #AAAAAA;
| |
- | color:#333333;
| |
- | -moz-border-radius:6px 6px 6px 6px;
| |
- | padding:2px;
| |
- | margin:10px 30px;
| |
- | }
| |
- | .month table{
| |
- | width:185px;
| |
- | }
| |
- | .month td{
| |
- | background:url("images/ui-bg_glass_60_eeeeee_1x400.png") repeat-x scroll 50% 50% #EEEEEE;
| |
- | border:1px solid #CCCCCC;
| |
- | color:#3383BB;
| |
- | font-weight:bold;
| |
- | padding:2px;
| |
- | text-align:right;
| |
- | text-decoration:none;
| |
- | }
| |
- | .month a{
| |
- | color:#3383BB;
| |
- | display:block;
| |
- | text-align:right;
| |
- | text-decoration:none;
| |
- | }
| |
- | .calendar .heading {
| |
- | text-align:center;
| |
- | padding:3 0;
| |
- | -moz-border-radius:6px 6px 6px 6px;
| |
- | background:url("images/ui-bg_glass_35_dddddd_1x400.png") repeat-x scroll 50% 50% #DDDDDD;
| |
- | border:1px solid #BBBBBB;
| |
- | color:#333333;
| |
- | font-weight:bold;
| |
- | line-height:20px;
| |
- | }
| |
- |
| |
- | .month .header{
| |
- | background:none repeat scroll 0 0 transparent;
| |
- | }
| |
- | .month .dow td{
| |
- | background:none repeat scroll 0 0 transparent;
| |
- | color:#333333 ! important;
| |
- | }
| |
- |
| |
| </style> | | </style> |
- | </header>
| + | <div id="silverlightControlHost" style="height:100%; width:977px; top:0px; left:-1px; position:absolute; h-align:center;"> |
- | <div id="silverlightControlHost" style="height:800px; width:1200px; position:absolute; left:-100px"> | + | |
| <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"> | | <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"> |
- | <param name="source" value="http://www.silverlight.net/content/samples/sl4/themes/ClientBin/Windows7ControlsPlusTemplate.xap"/> | + | <param name="source" value="https://static.igem.org/mediawiki/2010/c/c9/Caltech_Test.zip"/> |
| <param name="onError" value="onSilverlightError" /> | | <param name="onError" value="onSilverlightError" /> |
| <param name="background" value="white" /> | | <param name="background" value="white" /> |