1
- html
2
- {
3
- background : # eee
1
+ html {
2
+ background : # eee ;
4
3
}
5
4
6
- body
7
- {
5
+ body {
8
6
font : 11px Verdana, Arial, sans-serif;
9
- color : # 333
7
+ color : # 333;
10
8
}
11
9
12
- .sf-exceptionreset , .sf-exceptionreset .block , .sf-exceptionreset # message
13
- {
14
- margin : auto
10
+ .sf-exceptionreset , .sf-exceptionreset .block , .sf-exceptionreset # message {
11
+ margin : auto;
15
12
}
16
13
17
- img
18
- {
14
+ img {
19
15
border : 0 ;
20
16
}
21
17
22
- .clear
23
- {
24
- clear : both;
25
- height : 0 ;
26
- font-size : 0 ;
27
- line-height : 0 ;
18
+ .clear {
19
+ clear : both;
20
+ height : 0 ;
21
+ font-size : 0 ;
22
+ line-height : 0 ;
28
23
}
29
24
30
- .clear_fix : after
31
- {
32
- content : "\0020" ;
33
- display : block;
34
- height : 0 ;
35
- clear : both;
36
- visibility : hidden;
37
- }
38
-
39
- .clear_fix
40
- {
41
- display : inline-block;
25
+ .clear_fix : after {
26
+ content : "\0020" ;
27
+ display : block;
28
+ height : 0 ;
29
+ clear : both;
30
+ visibility : hidden;
42
31
}
43
-
44
- * html .clear_fix
45
- {
46
- height : 1% ;
32
+ .clear_fix {
33
+ display : inline-block;
47
34
}
48
-
49
- .clear_fix
50
- {
51
- display : block;
35
+ * html .clear_fix {
36
+ height : 1% ;
52
37
}
53
-
54
- .header
55
- {
56
- padding : 30px 30px 20px 30px ;
38
+ .clear_fix {
39
+ display : block;
57
40
}
58
41
59
- .header_logo
60
- {
61
- float : left;
42
+ .header {
43
+ padding : 30px 30px 20px 30px ;
62
44
}
63
45
64
- .search
65
- {
66
- float : right;
46
+ .header_logo {
47
+ float : left;
67
48
}
68
49
69
- .search
70
- {
71
- padding-top : 20px ;
50
+ .search {
51
+ float : right;
52
+ padding-top : 20px ;
72
53
}
73
54
74
- .search label
75
- {
76
- line-height : 28px ;
77
- vertical-align : middle;
55
+ .search label {
56
+ line-height : 28px ;
57
+ vertical-align : middle;
78
58
}
79
59
80
- .search input
81
- {
82
- width : 188px ;
83
- margin-right : 10px ;
84
- font-size : 12px ;
85
- border : 1px solid # dadada ;
86
- background : # FFFFFF url(../ images/input_bg.gif) repeat-x left top;
87
- padding : 5px 6px ;
88
- color : # 565656 ;
60
+ .search input {
61
+ width : 188px ;
62
+ margin-right : 10px ;
63
+ font-size : 12px ;
64
+ border : 1px solid # dadada ;
65
+ background : # FFFFFF url(../ images/input_bg.gif) repeat-x left top;
66
+ padding : 5px 6px ;
67
+ color : # 565656 ;
89
68
}
90
69
91
- .search input [type = "search" ]
92
- {
70
+ .search input [type = "search" ] {
93
71
-webkit-appearance : textfield;
94
72
}
95
73
96
- .search button
97
- {
74
+ .search button {
98
75
-webkit-appearance : button-bevel;
99
76
float : none;
100
77
padding : 0 ;
111
88
background : none;
112
89
}
113
90
114
- .search button : -moz-focus-inner
115
- {
116
- padding : 0 ;
117
- border : none;
91
+ .search button : -moz-focus-inner {
92
+ padding : 0 ;
93
+ border : none;
118
94
}
119
95
120
- .search button : hover
121
- {
96
+ .search button : hover {
122
97
text-decoration : none;
123
98
}
124
99
125
100
.search button span span ,
126
- .search button span span span
127
- {
128
- position : static;
101
+ .search button span span span {
102
+ position : static;
129
103
}
130
104
131
- .search button span
132
- {
105
+ .search button span {
133
106
position : relative;
134
107
text-decoration : none;
135
108
display : block;
@@ -139,23 +112,20 @@ img
139
112
background : transparent url(../ images/border_l.png) no-repeat top left;
140
113
}
141
114
142
- .search button span span
143
- {
115
+ .search button span span {
144
116
padding : 0 8px 0 0 ;
145
117
background : transparent url(../ images/border_r.png) right to p no-repeat;
146
118
}
147
119
148
- .search button span span span
149
- {
120
+ .search button span span span {
150
121
padding : 0 7px ;
151
122
font : bold 11px Arial, Helvetica, sans-serif;
152
123
color : # 6b6b6b ;
153
124
line-height : 28px ;
154
125
background : transparent url(../ images/btn_bg.png) repeat-x top left;
155
126
}
156
127
157
- # content
158
- {
159
- width : 970px ;
160
- margin : 0 auto;
128
+ # content {
129
+ width : 970px ;
130
+ margin : 0 auto;
161
131
}
0 commit comments