Template:INSA-Lyon/stylegroningen
From 2010.igem.org
(Difference between revisions)
m |
|||
Line 177: | Line 177: | ||
#search-controls { /* google search (display:none -> invisible) */ | #search-controls { /* google search (display:none -> invisible) */ | ||
- | display: none; | + | /* display: none; */ |
+ | position: absolute top right; | ||
+ | margin-top: 30px; | ||
+ | margin-bottom: 30px; | ||
+ | padding: 10px 10px 25px 10px; | ||
+ | border: 3px solid orange; | ||
+ | background: gold; | ||
+ | -moz-border-radius: 10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -goog-ms-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px 3px; | ||
+ | -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px 3px; | ||
+ | -goog-ms-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px 3px; | ||
+ | box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px 7px; | ||
} | } | ||
Revision as of 22:08, 25 August 2010