Template:Lyon-INSA/headerhack
From 2012.igem.org
(Difference between revisions)
(26 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 184: | Line 74: | ||
#p-logo { | #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; | ||
Line 190: | Line 80: | ||
border-radius: 0 0 20px 20px;*/ /* pour faire des coins arrondis*/ | border-radius: 0 0 20px 20px;*/ /* pour faire des coins arrondis*/ | ||
background-color: transparent; | background-color: transparent; | ||
- | background-image: | + | background-image: none; |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: left; | background-position: left; | ||
Line 198: | Line 88: | ||
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 262: | Line 152: | ||
white-space: nowrap; | white-space: nowrap; | ||
top: -6px; | top: -6px; | ||
- | |||
z-index: 5; | z-index: 5; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
Line 268: | Line 157: | ||
line-height: 1em; | 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 { | .left-menu:hover { | ||
color: white; | color: white; | ||
- | background-color: white | + | background-color: white; |
} | } | ||
- | /* - - - - - - - - - - Wiki Hacks - | + | |
+ | /* - - - - - - - - - - Wiki Hacks - END - Lyon-INSA 2012 - - - - - - - - - */ | ||
html { | html { |
Latest revision as of 21:40, 5 May 2012