|
|
(One intermediate revision not shown) |
Line 13: |
Line 13: |
| background-repeat: repeat-x; | | background-repeat: repeat-x; |
| background-attachment : fixed; | | background-attachment : fixed; |
| + | border: 1px; <!--mettre 0 si on veut l'enlever --> |
| } | | } |
| | | |
| #content { | | #content { |
| background: white; | | background: white; |
- | border:1;
| |
| } | | } |
| | | |
Line 62: |
Line 62: |
| } | | } |
| | | |
- | #header_left .plainlinks a {
| |
- | width: 10px;
| |
- | height: 10px;
| |
- | z-index: 100;
| |
- | position: absolute;
| |
- | top: 100px;
| |
- | left: 300px;
| |
- | text-decoration: none;
| |
- | background: transparent;
| |
- | padding: 0;
| |
- | }
| |
| | | |
- | #header_right .plainlinks a {
| |
- | width: 100px;
| |
- | height: 100px;
| |
- | z-index: 100;
| |
- | position: absolute;
| |
- | top: 10px;
| |
- | right: 30px;
| |
- | text-decoration: none;
| |
- | background: blue;
| |
- | padding: 0;
| |
- | }
| |
| | | |
- | #header_bar_link {
| |
- | width: 450px;
| |
- | height: 17px;
| |
- | position: absolute;
| |
- | top: 218px;
| |
- | left: 10px;
| |
- | background: transparent;
| |
- | }
| |
- |
| |
- | #header_bar_link a:link, #header_bar_link a:visited, #header_bar_link a:active, #header_bar_link .selflink {
| |
- | text-decoration: none;
| |
- | color: #3563b8;
| |
- | position: relative;
| |
- | float: left;
| |
- | margin: 0px 10px 5px 10px;
| |
- | height: 17px;
| |
- | font-size: 100%;
| |
- | }
| |
- |
| |
- | #header_bar_link a:hover, #header_bar_link .selflink, #header_bar_link .normal, #header_bar_link .subnav {
| |
- | color: white;
| |
- | text-decoration: underline;
| |
- | }
| |
- |
| |
- | #header_bar_lab {
| |
- | width: 500px;
| |
- | height: 17px;
| |
- | position: absolute;
| |
- | top: 218px;
| |
- | left: 460px;
| |
- | background: transparent;
| |
- |
| |
- | }
| |
- |
| |
- | #header_bar_lab a,#header_bar_lab .selflink {
| |
- | text-decoration: none;
| |
- | color: grey;
| |
- | position: relative;
| |
- | float: right;
| |
- | height: 17px;
| |
- | font-size: 100%;
| |
- | margin: 0px 10px 10px 10px;
| |
- | }
| |
- |
| |
- | #header_bar_lab a:hover, #header_bar_lab .selflink {
| |
- | color: white;
| |
- | text-decoration: underline;
| |
- | }
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | /*----------------------------------------------------------------------------*/
| |
- | /* content area */
| |
- | /*----------------------------------------------------------------------------*/
| |
- |
| |
- | #tudelft_content_wrapper {
| |
- | width: 593px;
| |
- | position: relative;
| |
- | float: left;
| |
- | margin-top: 20px;
| |
- | }
| |
- |
| |
- | #tudelft_content_boxtop {
| |
- | width: 593px;
| |
- | height: 10px;
| |
- | background:url(https://static.igem.org/mediawiki/2008/a/a1/Tudelft_content_top.png) no-repeat bottom left;
| |
- | position: relative;
| |
- | float: left;
| |
- | }
| |
- |
| |
- | #tudelft_content_boxbottom {
| |
- | width: 593px;
| |
- | height: 10px;
| |
- | background:url(https://static.igem.org/mediawiki/2008/8/89/Tudelft_content_bottom.png) no-repeat top left;
| |
- | position: relative;
| |
- | float: left;
| |
- | }
| |
- |
| |
- | #tudelft_content {
| |
- | width: 571px;
| |
- | padding: 10px;
| |
- | border-left: 1px solid #ccc;
| |
- | border-right: 1px solid #ccc;
| |
- | position: relative;
| |
- | float: left;
| |
- | font-size: 9pt;
| |
- | text-align: justify;
| |
- | }
| |
| | | |
| | | |