Template:INSA-Lyon/stylegroningen
From 2010.igem.org
(Difference between revisions)
m |
|||
Line 194: | Line 194: | ||
box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 3px; | box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 3px; | ||
} | } | ||
+ | |||
+ | #igemhomepage { /* google search (display:none -> invisible) */ | ||
+ | /* display: none; */ | ||
+ | position: absolute top left; | ||
+ | margin-top: 15px; | ||
+ | margin-right: 4px; | ||
+ | margin-bottom: 30px; | ||
+ | padding: 5px 0px 0px 0px; | ||
+ | background-color: black; | ||
+ | border: 1px solid blue4; | ||
+ | -moz-border-radius: 5px; | ||
+ | -webkit-border-radius: 5px; | ||
+ | -goog-ms-border-radius: 5px; | ||
+ | border-radius: 5px; | ||
+ | -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; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
#mw-searchButton { /* Pour enlever le bouton search qui nous cause des problèmes !!! */ | #mw-searchButton { /* Pour enlever le bouton search qui nous cause des problèmes !!! */ |
Revision as of 15:20, 26 August 2010