|
|
Line 3: |
Line 3: |
| | | |
| | | |
- |
| |
- | /* Header */
| |
- |
| |
- | #wrapper
| |
- | {
| |
- | width: 1000px;
| |
- | height: 100%;
| |
- | float: center;
| |
- | padding-left: 0%;
| |
- | padding-right: 0%;
| |
- | padding-top: 1%;
| |
- | background-image:url('https://static.igem.org/mediawiki/2012/9/92/FONDO_IGEMV.png');
| |
- | background-attachment: fixed;
| |
- | background-position: center;
| |
- | }
| |
- |
| |
- | #header
| |
- | {
| |
- | width: 750px;
| |
- | float: center;
| |
- | background-color: #FFE4C4;
| |
- | height: 150px;
| |
- | -webkit-box-shadow: 0 8px 6px -6px black;
| |
- | -moz-box-shadow: 0 8px 6px -6px black;
| |
- | box-shadow: 0 8px 6px -6px black;
| |
- | border: 10px solid rgba(255, 255, 255,0.4);
| |
- | background-clip: padding-box;
| |
- | margin-left: auto;
| |
- | margin-right: auto;
| |
- | }
| |
- |
| |
- | img
| |
- | {
| |
- | border: none;
| |
- | }
| |
- |
| |
- | #headernavigation
| |
- | {
| |
- | width:1000px;
| |
- | float:center;
| |
- | background-color: transparent;
| |
- | height:60px;
| |
- | margin-left: auto;
| |
- | margin-right: auto;
| |
- | margin-top: 10px;
| |
- | margin-bottom: 10px;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar
| |
- | {
| |
- | list-style:none;
| |
- | font-weight:bold;
| |
- | float:left;
| |
- | width:100%;
| |
- | margin:0;
| |
- | padding:0;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar li
| |
- | {
| |
- | float:left;
| |
- | position:relative;
| |
- | text-align:center;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar a
| |
- | {
| |
- | margin-left:0px;
| |
- | display:block;
| |
- | padding-bottom:5px;
| |
- | padding-top:5px;
| |
- | width: 166.5px;
| |
- | color:#ffffff;
| |
- | background:rgba(0, 128, 0, 0.8);
| |
- | font: bold 16px Times New Roman;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar a:hover
| |
- | {
| |
- | color:#ffffff;
| |
- | background:rgba(0, 0, 255, 0.2);
| |
- | text-decoration:none;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar ul
| |
- | {
| |
- | background:rgba(0, 0, 255, 0.2);
| |
- | list-style:none;
| |
- | position:absolute;
| |
- | left:-9999px;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar ul li
| |
- | {
| |
- | padding-top:0px;
| |
- | float:none;
| |
- | margin-top:-3px;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar ul a
| |
- | {
| |
- | white-space:nowrap;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar li:hover ul
| |
- | {
| |
- | left: -15px;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar li:hover a
| |
- | {
| |
- | background:rgba(0, 0, 255, 0.5);
| |
- | text-decoration:none;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar li:hover ul a
| |
- | {
| |
- | text-decoration:none;
| |
- | z-index: 2;
| |
- | }
| |
- |
| |
- | #headernavbar li:hover ul li a:hover
| |
- | {
| |
- | background:rgba(0, 0, 255, 0.2);
| |
- | z-index: 2;
| |
- | }
| |
| | | |
| /* Main Page */ | | /* Main Page */ |