Mercurial > defr > drupal > popups
comparison skins/basic/basic.css @ 0:76f9b43738f2
Popups 2.0-alpha5
author | Franck Deroche <franck@defr.org> |
---|---|
date | Fri, 31 Dec 2010 13:41:08 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:76f9b43738f2 |
---|---|
1 .popups-box { | |
2 border: 2px solid #EDF5FA; | |
3 -moz-border-radius: 8px; | |
4 -webkit-border-radius: 8px; | |
5 opacity: 0.9; | |
6 } | |
7 .popups-title { | |
8 border-bottom: 1px solid #b4d7f0; | |
9 background-color: #d4e7f3; | |
10 color: #455067; | |
11 margin-bottom: 0.25em; | |
12 padding: 0.25em; | |
13 -moz-border-radius-topleft: 5px; | |
14 -webkit-border-radius-topleft: 5px; | |
15 } | |
16 .popups-title .popups-close a { | |
17 color: red; | |
18 } | |
19 .popups-box input { | |
20 margin: 0.1em; | |
21 } | |
22 .popups-box input[type="text"]:focus, .popups-box input[type="password"]:focus, .popups-box textarea:focus { | |
23 background-color: #FFA; | |
24 outline: thin solid grey; | |
25 } | |
26 a.popups-processed { | |
27 padding-right: 12px; | |
28 background: url(popup-icon.png) no-repeat right; | |
29 } |