Template:Lyon-INSA/headerhack
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <style type="text/css"> /* - - - - - - - - - - - Source : http://casualconnect.net/iGEM/overall.css - - - - - - - - - - - */ - →BEGIN CSS RESET v1.0 | 20080212: html...") |
|||
(38 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
/* - - - - - - - - - - - Source : http://casualconnect.net/iGEM/overall.css - - - - - - - - - - - */ | /* - - - - - - - - - - - Source : http://casualconnect.net/iGEM/overall.css - - - - - - - - - - - */ | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
Line 126: | Line 10: | ||
#globalWrapper { | #globalWrapper { | ||
- | background-color: | + | background-color: #CCCCFF; |
+ | background-position: -10px; | ||
+ | /*background-image: url('http://www.dimensionsguide.com/wp-content/uploads/2009/12/MIT.jpg');*/ | ||
border: 0px; | border: 0px; | ||
} | } | ||
+ | |||
#content { | #content { | ||
Line 135: | Line 22: | ||
border: 0px; | border: 0px; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
#bodyContent { | #bodyContent { | ||
position : relative; | position : relative; | ||
- | margin-top : - | + | margin-top : -110px; /* -58 et 0*/ |
background-color: white; | background-color: white; | ||
padding:0; | padding:0; | ||
Line 144: | Line 34: | ||
margin-bottom: 30px; | margin-bottom: 30px; | ||
border: 0px; | border: 0px; | ||
- | -moz-box-shadow: rgba( | + | -moz-box-shadow: rgba(255, 165, 0, 0.3) 0px 0px 12px 7px; /*rgba(0, 0, 0, 0.3)*/ |
- | -webkit-box-shadow: rgba( | + | -webkit-box-shadow: rgba(255, 165, 0, 0.3) 0px 0px 12px 7px; |
- | -goog-ms-box-shadow: rgba( | + | -goog-ms-box-shadow: rgba(255, 165, 0, 0.3) 0px 0px 12px 7px; |
- | box-shadow: rgba( | + | box-shadow: rgba(255, 165, 0, 0.3) 0px 0px 12px 7px; |
} | } | ||
Line 156: | Line 46: | ||
border-bottom: 0px solid gray; /* mettre 1px si on veut une fine bordure sous les "boutons" en haut de la page */ | border-bottom: 0px solid gray; /* mettre 1px si on veut une fine bordure sous les "boutons" en haut de la page */ | ||
color: black; | color: black; | ||
- | margin-top: | + | margin-top: 5px; |
margin-bottom: 70px; | margin-bottom: 70px; | ||
height: 10px; | height: 10px; | ||
Line 179: | Line 69: | ||
} | } | ||
- | + | ||
+ | /* bannière de l'igem (display:none -> invisible) ou url('https://2012.igem.org/wiki/skins/common/images/wiki.png')*/ | ||
+ | |||
+ | #p-logo { | ||
width: 129%; | width: 129%; | ||
- | height: | + | height: 107px; |
- | -moz-border-radius: 0 0 20px 20px; | + | /*-moz-border-radius: 0 0 20px 20px; |
-webkit-border-radius: 0 0 20px 20px; | -webkit-border-radius: 0 0 20px 20px; | ||
-goog-ms-border-radius: 0 0 20px 20px; | -goog-ms-border-radius: 0 0 20px 20px; | ||
- | border-radius: 0 0 20px 20px; | + | border-radius: 0 0 20px 20px;*/ /* pour faire des coins arrondis*/ |
background-color: transparent; | background-color: transparent; | ||
background-image: none; | background-image: none; | ||
Line 194: | Line 87: | ||
position: top left; | position: top left; | ||
margin-left: -14.9%; | margin-left: -14.9%; | ||
- | float: left; | + | float: left; |
- | margin-top: | + | margin-top: -11px; /* 20 */ |
margin-bottom: 0px; | margin-bottom: 0px; | ||
border: 1.5px solid white; | border: 1.5px solid white; | ||
Line 252: | Line 145: | ||
/* - - - - - - - - - - Wiki Hacks - END - Thanks TU-Delft, saved a lot of trouble! - - - - - - - - - - -*/ | /* - - - - - - - - - - Wiki Hacks - END - Thanks TU-Delft, saved a lot of trouble! - - - - - - - - - - -*/ | ||
+ | |||
+ | /* - - - - - - - - - - Wiki Hacks - START - Lyon-INSA 2012 - - - - - - - - - */ | ||
+ | |||
+ | #menubar { | ||
+ | position: absolute; | ||
+ | white-space: nowrap; | ||
+ | top: -6px; | ||
+ | z-index: 5; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 95%; | ||
+ | line-height: 1em; | ||
+ | } | ||
+ | |||
+ | .left-menu, .left-menu a { | ||
+ | left: -105px; | ||
+ | text-align: left; | ||
+ | color:transparent; | ||
+ | text-transform: lowercase; | ||
+ | } | ||
+ | .right-menu, .right-menu a { | ||
+ | right: -105px; | ||
+ | text-align: right; | ||
+ | color:transparent; | ||
+ | text-transform: lowercase; | ||
+ | } | ||
+ | |||
+ | .left-menu:hover { | ||
+ | color: white; | ||
+ | background-color: white; | ||
+ | } | ||
+ | /* - - - - - - - - - - Wiki Hacks - END - Lyon-INSA 2012 - - - - - - - - - */ | ||
html { | html { |
Latest revision as of 21:40, 5 May 2012