|
1 | 1 | body { |
2 | | - background: -webkit-gradient(linear, left top, left 400, from(#1C4070), to(#fff)); |
| 2 | + background: -webkit-gradient(linear, left top, left 100, from(#bbb), to(#fff)); |
3 | 3 | background-repeat: no-repeat; |
4 | 4 | margin: 0px; |
| 5 | + font-family: sans-serif; |
| 6 | + font-size: 12px; |
5 | 7 | } |
6 | 8 |
|
7 | | -.bar { |
| 9 | +body > div { |
8 | 10 | border-top: 1px solid white; |
9 | 11 | border-bottom: 1px solid black; |
10 | | - text-align: right; |
| 12 | + text-align: center; |
11 | 13 | background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#888)); |
12 | 14 | -webkit-background-origin: padding; -webkit-background-clip: content; |
13 | 15 | } |
14 | | -.bar button { |
| 16 | +body > div button { |
15 | 17 | margin: 5px; |
16 | 18 | } |
17 | 19 |
|
18 | | -.bar span { |
| 20 | +body > div span:FIRST-CHILD { |
19 | 21 | float: left; |
20 | 22 | font-family: monospace; |
21 | 23 | font-size: 1.5em; |
22 | 24 | color: black; |
| 25 | + padding: 2px 5px; |
23 | 26 | } |
24 | 27 |
|
25 | | -ul.buzz { |
| 28 | +body > div span:last-child { |
| 29 | + float: right; |
| 30 | +} |
| 31 | + |
| 32 | +ul { |
26 | 33 | list-style: none; |
27 | | - padding: 5px; |
| 34 | + padding: 10px; |
28 | 35 | margin: 0; |
29 | 36 | } |
30 | 37 |
|
31 | | -ul.buzz > li { |
32 | | - border: 1px solid yellow; |
33 | | - margin: 5px; |
| 38 | +body > ul > li { |
| 39 | + border: 1px solid black; |
| 40 | + margin: 15px 5px; |
34 | 41 | padding: 0; |
| 42 | + -webkit-box-shadow: 5px 5px 5px #888; |
| 43 | +} |
| 44 | + |
| 45 | +body > ul > li > h1 { |
| 46 | + margin: 0; |
| 47 | + background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#999)); |
| 48 | + font-size: 13px; |
| 49 | + border-bottom: 1px solid black; |
| 50 | +} |
| 51 | + |
| 52 | +h1 > img, |
| 53 | +li > img { |
| 54 | + max-height: 30px; |
| 55 | + max-width: 30px; |
| 56 | + vertical-align: middle; |
| 57 | + padding: 3px; |
35 | 58 | } |
36 | 59 |
|
37 | | -ul.buzz > li > h1 { |
38 | | - border: 1px solid yellow; |
| 60 | +a > img { |
| 61 | + margin-right: 5px; |
| 62 | + margin-top: 5px; |
| 63 | +} |
| 64 | + |
| 65 | +body > ul > li > h1 > a:last-child { |
| 66 | + float: right; |
| 67 | + margin: 10px; |
| 68 | +} |
| 69 | + |
| 70 | +body > ul > li > div { |
| 71 | + background-color: white; |
| 72 | + background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); |
39 | 73 | margin: 0; |
| 74 | + padding: 10px; |
40 | 75 | } |
41 | 76 |
|
42 | | -ul.buzz > li > div { |
43 | | - border: 1px solid yellow; |
| 77 | +body > ul > li ul { |
44 | 78 | margin: 0; |
| 79 | + padding: 0; |
| 80 | + margin-left: 5px; |
| 81 | + border-left: 5px solid lightgray; |
45 | 82 | } |
| 83 | + |
| 84 | +body > ul > li ul > li { |
| 85 | + margin: 0; |
| 86 | + padding: 10px; |
| 87 | + background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); |
| 88 | +} |
| 89 | + |
0 commit comments