| Revision 3828,
685 bytes
checked in by yasumichi, 15 years ago
(diff) |
|
add blank line.
|
| Rev | Line | |
|---|
| [1284] | 1 | #dlwin |
|---|
| 2 | { |
|---|
| 3 | position: fixed; |
|---|
| 4 | color: #111122; |
|---|
| 5 | background-color: #BBBBDD; |
|---|
| 6 | width: 550px; |
|---|
| 7 | height: 200px; |
|---|
| 8 | top: 50%; |
|---|
| 9 | left: 50%; |
|---|
| 10 | margin: -100px -275px; |
|---|
| 11 | padding: 10px; |
|---|
| 12 | z-index: 1; |
|---|
| 13 | border-width: 1px 1px 1px 1px; |
|---|
| 14 | border-color: #666699; |
|---|
| 15 | border-style: solid; |
|---|
| 16 | border-radius: 8px; |
|---|
| 17 | -moz-border-radius: 8px; |
|---|
| 18 | -webkit-border-radius: 8px; |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | #dlwin h2 |
|---|
| 22 | { |
|---|
| 23 | color: #fff; |
|---|
| 24 | text-align: center; |
|---|
| 25 | font-size: 14px; |
|---|
| 26 | background-color: #669; |
|---|
| 27 | margin: 0; |
|---|
| 28 | padding: 3px; |
|---|
| 29 | border-style: solid; |
|---|
| 30 | border-width: 0; |
|---|
| 31 | border-radius: 8px; |
|---|
| 32 | -moz-border-radius: 8px; |
|---|
| 33 | -webkit-border-radius: 2px; |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | .btngroup |
|---|
| 37 | { |
|---|
| 38 | text-align: center; |
|---|
| 39 | } |
|---|
| [3828] | 40 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.