|
|
Line 31: |
Line 31: |
| } | | } |
| | | |
- | #box1 h2{
| |
- | padding: 10px 0px 0px 0px;
| |
- | text-align: center;
| |
- | font-family: arial, verdana, "lucida sans";
| |
- | }
| |
- |
| |
- | #box1 p{
| |
- | padding: 0px 50px 0px 350px;
| |
- | font-family: arial, verdana, "lucida sans";
| |
- | font-size: 15px;
| |
- | }
| |
- |
| |
- | #content {
| |
- | z-index: 1;
| |
- | background-color: transparent;
| |
- | border: none;
| |
- | padding-bottom: 0;
| |
- | margin: 0;
| |
- | width: 100%;
| |
- | overflow: hidden;
| |
- | margin-top: -45px !important;
| |
- | height:auto !important; /* real browsers */
| |
- | height:100%; /* IE6: treaded as min-height*/
| |
- | min-height:100%; /* real browsers */
| |
- | }
| |
- |
| |
- | #top-section {
| |
- | z-index: 2;
| |
- | height: 15px;
| |
- | margin: 0px;
| |
- | margin-left: auto;
| |
- | margin-right: auto;
| |
- | margin-bottom: 0 !important;
| |
- | padding:0;
| |
- | border: none;
| |
- | font-size: 10px;
| |
- | }
| |
- |
| |
- | #p-logo {
| |
- | height:1px;
| |
- | overflow:hidden;
| |
- | display: none;
| |
- | }
| |
- |
| |
- | #search-controls {
| |
- | overflow:hidden;
| |
- | display:block;
| |
- | background: none;
| |
- | position: absolute;
| |
- | top: 100px;
| |
- | right: 40px;
| |
- | }
| |
- |
| |
- | .left-menu {
| |
- | width: 500px !important;
| |
- | display:block;
| |
- | margin-top:-80px;
| |
- | border: none;
| |
- | text-align: right;
| |
- | }
| |
- |
| |
- | .left-menu ul {
| |
- | border: none;
| |
- | }
| |
- |
| |
- | #menubar.right-menu {
| |
- | width:300px;
| |
- | display:block;
| |
- | float:left;
| |
- | margin-top:-80px;
| |
- | border: none;
| |
- | }
| |
- |
| |
- | .right-menu ul {
| |
- | border: none;
| |
- | width: 300px;
| |
- | }
| |
- |
| |
- | #footer-box {
| |
- | background-color: #216085;
| |
- | border: none;
| |
- | width: 850px;
| |
- | height: 30px;
| |
- | margin: -10px auto 0 auto;
| |
- | padding: 20px 0;
| |
- | }
| |
- |
| |
- | .visualClear {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | #footer {
| |
- | border: none;
| |
- | width: 850px;
| |
- | margin: 0 auto;
| |
- | padding: 0;
| |
- | }
| |
- |
| |
- | .firstHeading {
| |
- | display: block;
| |
- | }
| |
- |
| |
- | #f-list a {
| |
- | color: #333;
| |
- | font-size: 10px;
| |
- | }
| |
- |
| |
- | #f-list a:hover {
| |
- | color: #666;
| |
- | }
| |
- |
| |
- | .printfooter {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | #footer ul {
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | }
| |
- |
| |
- | #footer ul li {
| |
- | margin-top: 0;
| |
- | margin-bottom: 0;
| |
- | margin-left: 10px;
| |
- | margin-right: 10px;
| |
- | padding: 0;
| |
- | }
| |
- |
| |
- | #search-controls {
| |
- | display:none;
| |
- | }
| |
- |
| |
- | #siteSub {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | #contentSub {
| |
- | display: none;
| |
- | }
| |
- |
| |
- | p:first-child {
| |
- | display: block;
| |
- | }
| |
- |
| |
- | h1{
| |
- | border:none;
| |
- | width: 100%;
| |
- | clear: both;
| |
- | }
| |
- |
| |
- | #box1{
| |
- | width: 968px;
| |
- | margin-top: 8px;
| |
- | background: #E6E6E6; /*threedface*/
| |
- | float: left;
| |
- | padding-bottom: 20px;
| |
- | margin-bottom: 13px;
| |
- | }
| |
- |
| |
- | #box1 h3{
| |
- | padding: 10px 0px 0px 0px;
| |
- | text-align: center;
| |
- | font-family: arial, verdana, "lucida sans";
| |
- | }
| |
- |
| |
- | #box1 p{
| |
- | padding: 0px 50px 0px 350px;
| |
- | font-family: arial, verdana, "lucida sans";
| |
- | font-size: 15px;
| |
- | }
| |
- |
| |
- | .progress{
| |
- | display: none;
| |
- | }
| |
- |
| |
- | .plus {
| |
- | display: inline-block;
| |
- | -webkit-transition: 1s ease-in-out;
| |
- | -moz-transition: 1s ease-in-out;
| |
- | -o-transition: 1s ease-in-out;
| |
- | }
| |
- |
| |
- | .menu:hover .plus {
| |
- | -webkit-transform: rotate(1000deg);
| |
- | -moz-transform: rotate(1000deg);
| |
- | -o-transform: rotate(1000deg);
| |
- | }
| |
- |
| |
- |
| |
- | </style>
| |
- |
| |
- | <script type="text/javascript" src ="https://2014hs.igem.org/common/jquery-latest.min.js"></script>
| |
- |
| |
- | <script type="text/javascript">
| |
- | function slider() {
| |
- | var $current = $('#slides IMG.current');
| |
| | | |
| if ( $current.length == 0 ) $current = $('#slides IMG:last'); | | if ( $current.length == 0 ) $current = $('#slides IMG:last'); |