... | ... |
@@ -33,59 +33,6 @@ input#gotonewpost { |
33 | 33 |
margin-top: 10px; |
34 | 34 |
} |
35 | 35 |
|
36 |
-input.almostrounded { |
|
37 |
- border: 1px solid #ccc; |
|
38 |
- -moz-border-radius: 2px; |
|
39 |
- -webkit-border-radius: 2px; |
|
40 |
- border-radius: 2px; |
|
41 |
- -moz-box-shadow: 0px 0px 3px #666; |
|
42 |
- -webkit-box-shadow: 0px 0px 3px #666; |
|
43 |
- box-shadow: 0px 0px 3px #666; |
|
44 |
- font-size: 20px; |
|
45 |
- padding: 4px 7px; |
|
46 |
- outline: 0; |
|
47 |
- -webkit-appearance: none; |
|
48 |
-} |
|
49 |
- |
|
50 |
-input.almostrounded:focus { |
|
51 |
- border-color: #339933; |
|
52 |
-} |
|
53 |
- |
|
54 |
-div.centered { |
|
55 |
-/* gradient */ |
|
56 |
-background-image: -webkit-gradient( |
|
57 |
- linear, |
|
58 |
- left bottom, |
|
59 |
- left bottom, |
|
60 |
- color-stop(0.11, #C7C7C7), |
|
61 |
- color-stop(0.81, #EEEEEE) |
|
62 |
-); |
|
63 |
-background-image: -o-linear-gradient(left bottom, #C7C7C7 11%, #EEEEEE 81%); |
|
64 |
-background-image: -moz-linear-gradient(left bottom, #C7C7C7 11%, #EEEEEE 81%); |
|
65 |
-background-image: -webkit-linear-gradient(left bottom, #C7C7C7 11%, #EEEEEE 81%); |
|
66 |
-background-image: -ms-linear-gradient(left bottom, #C7C7C7 11%, #EEEEEE 81%); |
|
67 |
-background-image: linear-gradient(to left bottom, #C7C7C7 11%, #EEEEEE 81%); |
|
68 |
-/* border */ |
|
69 |
- border: 1px solid #ccc; |
|
70 |
- -moz-border-radius: 2px; |
|
71 |
- -webkit-border-radius: 2px; |
|
72 |
- border-radius: 2px; |
|
73 |
- -moz-box-shadow: 0px 0px 3px #666; |
|
74 |
- -webkit-box-shadow: 0px 0px 3px #666; |
|
75 |
- box-shadow: 0px 0px 3px #666; |
|
76 |
- font-size: 20px; |
|
77 |
- padding: 16px 24px; |
|
78 |
- outline: 0; |
|
79 |
- -webkit-appearance: none; |
|
80 |
-} |
|
81 |
- |
|
82 |
-div.centered { |
|
83 |
- text-align: center; |
|
84 |
- width: 450px; |
|
85 |
- margin-left: auto; |
|
86 |
- margin-right: auto; |
|
87 |
-} |
|
88 |
- |
|
89 | 36 |
div.centeredbutton { |
90 | 37 |
text-align: center; |
91 | 38 |
width: 450px; |
... | ... |
@@ -93,17 +40,6 @@ div.centeredbutton { |
93 | 40 |
margin-right: auto; |
94 | 41 |
} |
95 | 42 |
|
96 |
-.aligned { |
|
97 |
- list-style-type: none; |
|
98 |
- padding-left: 30px; |
|
99 |
-} |
|
100 |
- |
|
101 |
-.aligned .label { |
|
102 |
- float: left; |
|
103 |
- width: 50px; |
|
104 |
- padding: 4px 10px 0px 0px; |
|
105 |
-} |
|
106 |
- |
|
107 | 43 |
div.post { |
108 | 44 |
padding: 10px 10px 20px 10px; |
109 | 45 |
width: 800px; |
... | ... |
@@ -254,7 +190,6 @@ span.newerolder { |
254 | 190 |
/* HEADER_START */ |
255 | 191 |
div.header { |
256 | 192 |
background: #fbfbfb; |
257 |
- /*background: #3b3b3b;*/ |
|
258 | 193 |
margin: 0px; |
259 | 194 |
padding: 0px; |
260 | 195 |
border-style: none solid solid solid; |
... | ... |
@@ -270,7 +205,6 @@ div.header { |
270 | 205 |
a#account { |
271 | 206 |
padding: 4px; |
272 | 207 |
color: #8080a5; |
273 |
- /*color: #f0f0f0;*/ |
|
274 | 208 |
text-decoration: none; |
275 | 209 |
font-weight: bold; |
276 | 210 |
} |