|
|
(13 intermediate revisions not shown) |
Line 6: |
Line 6: |
| | | |
| body { | | body { |
- | background: url("https://static.igem.org/mediawiki/2010/5/5f/INSA-Lyon_Page_g.jpg")repeat;
| + | margin: 0 auto; |
- | /* background: #999999 url(https://static.igem.org/mediawiki/2009/4/4e/Slash_white.png)repeat; */
| + | padding: 0; |
- | position: fixe;
| + | color: #466C37; |
| + | background-color: #FFFFFF; |
| + | background-image: white; <!-- url('https://static.igem.org/mediawiki/2010/5/5f/INSA-Lyon_Page_g.jpg') --> |
| + | background-repeat: repeat-x; |
| + | background-attachment : fixed; |
| + | border: 1px; <!--mettre 0 si on veut l'enlever --> |
| } | | } |
| | | |
| #content { | | #content { |
- | background: white /*url(https://static.igem.org/mediawiki/2009/4/4e/Slash_white.png)repeat;*/ | + | background: white; |
- | border:1;
| + | |
| } | | } |
| | | |
- | h2{
| |
- | color:#b0310e;
| |
- | font-weight:bold;
| |
- | font-size:2.2em;
| |
- | }
| |
- |
| |
- | h3{
| |
- | color:#b0310e;
| |
- | font-weight:normal;
| |
- | padding-bottom:20px;
| |
- | font-size:1.6em;
| |
- | position:relative;
| |
- | margin-bottom:20px;
| |
- | }
| |
- |
| |
- | h4{
| |
- | color:#b0310e;
| |
- | font-weight:normal;
| |
- | position:relative;
| |
- | padding-left:50px;
| |
- | padding-top:20px;
| |
- | padding-bottom:15px;
| |
- | text-decoration:underline
| |
- | }
| |
- |
| |
- | h5{
| |
- | color:#b0310e;
| |
- | font-weight:normal;
| |
- | position:relative;
| |
- | padding-left:70px;
| |
- | padding-top:5px;
| |
- | padding-bottom:5px;
| |
- | text-decoration:underline
| |
- | }
| |
| | | |
| a3{ | | a3{ |
Line 68: |
Line 38: |
| | | |
| #footer-box { | | #footer-box { |
- | background: white; /*url(https://static.igem.org/mediawiki/2009/4/4e/Slash_white.png)repeat;*/ | + | background: white; |
| border:1; | | border:1; |
| } | | } |
Line 84: |
Line 54: |
| /*width: 965px; | | /*width: 965px; |
| height: 238px;*/ | | height: 238px;*/ |
- | | + | position: relative; |
- | position: relative; | + | |
| top:0; | | top:0; |
| left:0; | | left:0; |
| margin:0; | | margin:0; |
- | background: url(https://static.igem.org/mediawiki/2010/3/3a/INSA-Lyon_Banniere01_03_ecriture.jpg); | + | background: url(https://static.igem.org/mediawiki/2010/6/68/Copie_de_bs10_025.jpg); |
| | | |
| } | | } |
| | | |
- | #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;
| + | /* put more month on one row in lab notebook */ |
- | color: #3563b8;
| + | .month { |
| position: relative; | | position: relative; |
| float: left; | | float: left; |
- | margin: 0px 10px 5px 10px; | + | margin: 7px 7px 27px 7px; |
- | 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 //*/
| |
- | /*/////////////*/
| |
- |
| |
- |
| |
- | #paris_content_wrapper {
| |
- | width: 760px;
| |
- | position: relative;
| |
- | float: right;
| |
- | margin-top: 20px;
| |
- | }
| |
- |
| |
- | #paris_content_boxtop {
| |
- | width: 830px;
| |
- | height: 10px;
| |
- | background:url(https://static.igem.org/mediawiki/2009/5/50/Content_BG_UP_Paris_2009.png) no-repeat;
| |
- | position: relative;
| |
- | float: right;
| |
- | }
| |
- |
| |
- | #paris_content {
| |
- | width: 810px;
| |
- | padding: 10px;
| |
- | margin:0px 0px 30px;
| |
- | position: abosulte;
| |
- | float: right;
| |
- | font-size: 9pt;
| |
- | text-align: justify;
| |
- | background:url(https://static.igem.org/mediawiki/2009/6/6e/Content_BG_Paris_2009.png) repeat-y;
| |
- | }
| |
| | | |
| </style> | | </style> |
| </html> | | </html> |