|
|
Line 909: |
Line 909: |
| | | |
| | | |
− |
| |
− |
| |
− |
| |
− |
| |
− | /*header part*/
| |
− | #header{
| |
− | float:left;
| |
− | /*height:270px;*/
| |
− | /*width:1002px;*/
| |
− | width:100%;
| |
− | margin-top:15px;
| |
− | }
| |
− |
| |
− |
| |
− | #headerNavi{
| |
− | float:left;
| |
− | /*width:1002px;*/
| |
− | width:100%;
| |
− | background-color:#2ebaff;
| |
− | border-radius:5px;
| |
− |
| |
− | }
| |
− |
| |
− |
| |
− | #menuBar{
| |
− | /*float:left;*/
| |
− | margin:auto;
| |
− | position:relative;
| |
− | height:50px;
| |
− | /*width:1000px;*/
| |
− | /*max-width:100%;*/
| |
− | text-align:center;
| |
− | font:18px Calibri,sans-serif;
| |
− |
| |
− | }
| |
− | @media screen and (max-width: 1000px) {
| |
− | .menuBar {
| |
− | display:none;
| |
− | /*width:1000px;*/
| |
− | margin:auto;
| |
− | position:relative;
| |
− | }
| |
− | }
| |
− |
| |
− | #menuBar ul li{
| |
− | width:118px;
| |
− | line-height:30px;
| |
− | float:left;
| |
− | font-family:Calibri,sans-serif;
| |
− | font-size:16px;
| |
− | font-weight:bold;
| |
− |
| |
− | position: relative;
| |
− |
| |
− | margin:auto;
| |
− | padding: 5px 10px;
| |
− |
| |
− |
| |
− |
| |
− | }
| |
− | #menuBar ul li a{
| |
− | color:#FFF;
| |
− | }
| |
− | #menuBar ul li:hover{
| |
− | background-color:#EA6D66;
| |
− | border-radius:4px;
| |
− | }
| |
− | #menuBar ul li:hover .wrap{
| |
− | display:block;
| |
− | z-index:99;
| |
− | }
| |
− | #menuBar ul li:hover a{
| |
− | color:#ffffff;
| |
− | }
| |
− | #menuBar ul li:hover li a{
| |
− | color:white;
| |
− | }
| |
− | #menuBar ul li .wrap{
| |
− | position:absolute;
| |
− | width:260px;
| |
− | text-align:left;
| |
− | display:none;
| |
− | }
| |
− | #menuBar ul li ul li{
| |
− | width:80%;
| |
− | line-height:20px;
| |
− | border-left:solid 5px #2ebaff;
| |
− | border-bottom:solid 1px #2ebaff;
| |
− | padding:10px 10px;
| |
− | font-size:15px;
| |
− | background-color:#0099e8;
| |
− | }
| |
− |
| |
− | #menuBar ul li ul li:hover{
| |
− | background-color:#EA6D66;
| |
− | border-radius:0px;
| |
− | }
| |
− |
| |
− | #menuBar ul li ul li:hover a{
| |
− | color:#ffffff;
| |
− | }
| |
| #contact{ | | #contact{ |
| float:right; | | float:right; |
Line 1,041: |
Line 940: |
| overflow: auto; | | overflow: auto; |
| } | | } |
− | #container #prev{
| + | |
− | background-image: url("https://static.igem.org/mediawiki/2014/8/84/Goettingen_prev_icon.png");
| + | |
− | background-repeat: no-repeat;
| + | |
− | background-position: center center;
| + | |
− | background-size:40%;
| + | |
− | display: block;
| + | |
− | height: 360px;
| + | |
− | width: 100px;
| + | |
− | float: left;
| + | |
− | position: relative;
| + | |
− | z-index: 9;
| + | |
− | }
| + | |
− | #container #next {
| + | |
− | background-image: url("https://static.igem.org/mediawiki/2014/b/b5/Goettingen_next_icon.png");
| + | |
− | background-repeat: no-repeat;
| + | |
− | background-position: center center;
| + | |
− | background-size:40%;
| + | |
− | display: block;
| + | |
− | float: right;
| + | |
− | /*height: 360px;*/
| + | |
− | width: 100px;
| + | |
− | position: relative;
| + | |
− | z-index: 9;
| + | |
− | }
| + | |
− | #container #slider {
| + | |
− | display: block;
| + | |
− | /*float: left;*/
| + | |
− | /*height: 360px;*/
| + | |
− | width: 100%;
| + | |
− | /*border-top: 4px solid #f7f7f7;*/
| + | |
− | overflow: hidden;
| + | |
− | /*position: absolute;*/
| + | |
− | }
| + | |
| /*For the four main parts*/ | | /*For the four main parts*/ |
| | | |