Template:INSA-Lyon/stylegroningen
From 2010.igem.org
(Difference between revisions)
m |
|||
Line 170: | Line 170: | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
+ | |||
#p-logo { /* bannière de l'igem (display:none -> invisible) */ | #p-logo { /* bannière de l'igem (display:none -> invisible) */ | ||
- | height: | + | width:120px; |
+ | height:30px; | ||
+ | -moz-border-radius: 5px; | ||
+ | -webkit-border-radius: 5px; | ||
+ | -goog-ms-border-radius: 5px; | ||
+ | border-radius: 5px; | ||
+ | background: black; | ||
+ | background-image: none; | ||
overflow:hidden; | overflow:hidden; | ||
- | display: | + | display: block; |
+ | position: top left; | ||
+ | float: left; | ||
+ | margin-top: 35px; | ||
+ | border: 2px solid #7caed4; | ||
+ | -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 3px; | ||
+ | -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 3px; | ||
+ | -goog-ms-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 3px; | ||
+ | box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 3px; | ||
} | } | ||
Revision as of 16:20, 26 August 2010