Team:Paris Bettencourt/Wiki
From 2013.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
} | } | ||
#globalWrapper {/* the wiki */ | #globalWrapper {/* the wiki */ | ||
- | background-color: | + | background-color: rgb(255, 255, 255); |
width:100%; | width:100%; | ||
height:auto; | height:auto; | ||
Line 24: | Line 24: | ||
border:0; | border:0; | ||
position:relative; | position:relative; | ||
- | top: | + | top:100px; |
display:display; | display:display; | ||
+ | z-index:3; | ||
+ | width:1000px; | ||
} | } | ||
#p-logo{/*le conteneur de la banière igem avec un lien vers igem*/ | #p-logo{/*le conteneur de la banière igem avec un lien vers igem*/ | ||
Line 33: | Line 35: | ||
} | } | ||
#menubar{/* la barre de menu du haut */ | #menubar{/* la barre de menu du haut */ | ||
+ | display:block; | ||
+ | color:black; | ||
+ | text-decoration:none; | ||
background-color:transparent; | background-color:transparent; | ||
+ | z-index:0; | ||
} | } | ||
#menubar a{/*les lien de la barre de menu du haut */ | #menubar a{/*les lien de la barre de menu du haut */ | ||
- | |||
color:black; | color:black; | ||
+ | text-decoration:none; | ||
background:transparent; | background:transparent; | ||
+ | z-index:0; | ||
} | } | ||
.left-menu{/* le menu de haut gauche */ | .left-menu{/* le menu de haut gauche */ | ||
- | + | z-index:3; | |
- | + | position:relative; | |
+ | left:-15px; | ||
} | } | ||
.right-menu{/* le menu de login haut droite*/ | .right-menu{/* le menu de login haut droite*/ | ||
- | + | position:absolute; | |
- | + | right:70px; | |
- | + | z-index:3; | |
- | + | ||
} | } | ||
.right-menu a{/* les lien du login */ | .right-menu a{/* les lien du login */ | ||
- | |||
- | |||
- | |||
} | } | ||
#search-controls{/* la barre de recherche*/ | #search-controls{/* la barre de recherche*/ | ||
Line 60: | Line 64: | ||
#content{/* le body de la page*/ | #content{/* le body de la page*/ | ||
border:none; | border:none; | ||
- | padding: | + | padding:0; |
- | margin:0 | + | margin:0; |
- | z-index: | + | z-index:1; |
- | line-height:1; | + | line-height:1.5em; |
- | width: | + | width:100%; |
height:auto; | height:auto; | ||
background:#ffffff; | background:#ffffff; | ||
Line 77: | Line 81: | ||
border-color:none; | border-color:none; | ||
padding:0; | padding:0; | ||
- | |||
height:auto; | height:auto; | ||
+ | width:1000px; | ||
+ | margin:0 auto; | ||
} | } | ||
#footer-box{/* la boite en bas de page*/ | #footer-box{/* la boite en bas de page*/ | ||
Line 103: | Line 108: | ||
/*font-family: Cambria, serif;*/ | /*font-family: Cambria, serif;*/ | ||
font-family: 'Lora', serif; | font-family: 'Lora', serif; | ||
- | |||
} | } | ||
/* Headers */ | /* Headers */ | ||
Line 127: | Line 131: | ||
p { | p { | ||
margin-bottom: 2px; | margin-bottom: 2px; | ||
- | |||
} | } | ||
- | |||
/* a */ | /* a */ | ||
a { | a { | ||
Line 158: | Line 160: | ||
font-size:3.5em; | font-size:3.5em; | ||
font-weight:bold; | font-weight:bold; | ||
- | |||
color:#272727; | color:#272727; | ||
line-height: 1.2; | line-height: 1.2; | ||
Line 164: | Line 165: | ||
#page { | #page { | ||
/*margin-bottom:0px;*/ | /*margin-bottom:0px;*/ | ||
- | width: | + | width:1000px; |
+ | margin:0 auto; | ||
text-align:justify; | text-align:justify; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 18:33, 30 August 2013