changeset 0 | 80c32ef237c6 |
-1:000000000000 | 0:80c32ef237c6 |
---|---|
1 |
|
2 html { |
|
3 /* border-radius: 4px; */ |
|
4 border: 2px solid #333; |
|
5 height: 100%; |
|
6 } |
|
7 |
|
8 body { |
|
9 background-image: url( 'app://img/about/1.jpg' ); |
|
10 width: 600px; |
|
11 height: 432px; |
|
12 text-shadow: none; |
|
13 color: #000; |
|
14 font-size: 14px; |
|
15 height: 100%; |
|
16 margin: 0; |
|
17 padding: 0; |
|
18 } |
|
19 |
|
20 div { |
|
21 padding: 10px; |
|
22 background-color: #fff; |
|
23 border-right: 1px solid #333; |
|
24 opacity: 0.7; |
|
25 max-width: 250px; |
|
26 height: 100%; |
|
27 } |
|
28 |