1
1
/*
2
2
Theme Name: learn-jquery-com
3
3
Template: jquery
4
- */
4
+ */
5
5
6
6
a {
7
7
color : # 0769AD ;
11
11
/* Home Page
12
12
/*******************************************************************************/
13
13
# home-features aside h3 {
14
- text-align : center;
14
+ text-align : center;
15
15
}
16
16
17
17
# home-features aside ul {
18
- list-style-type : none;
19
- text-align : left;
18
+ list-style-type : none;
19
+ text-align : left;
20
20
}
21
21
# home-features aside ul li {
22
- margin : 0 ;
22
+ margin : 0 ;
23
23
}
24
24
25
25
# open-source-content p {
26
- clear : both;
26
+ clear : both;
27
27
}
28
28
29
29
/*******************************************************************************/
30
30
/* Beta Ribbon
31
31
/*******************************************************************************/
32
32
.beta-ribbon-wrapper {
33
- width : 85px ;
34
- height : 88px ;
35
- overflow : hidden;
36
- position : absolute;
37
- top : 0 ;
38
- right : 0 ;
33
+ width : 85px ;
34
+ height : 88px ;
35
+ overflow : hidden;
36
+ position : absolute;
37
+ top : 0 ;
38
+ right : 0 ;
39
39
}
40
40
41
41
.beta-ribbon {
42
- font-weight : bold;
43
- text-align : center;
44
- text-shadow : rgba (255 , 255 , 255 , 0.5 ) 0px 1px 0px ;
45
- -webkit-transform : rotate (45deg );
46
- -moz-transform : rotate (45deg );
47
- -ms-transform : rotate (45deg );
48
- -o-transform : rotate (45deg );
49
- position : relative;
50
- padding : 7px 0 ;
51
- left : -5px ;
52
- top : 15px ;
53
- width : 120px ;
54
- background-color : # ffea94 ;
55
- background-image : -webkit-gradient (linear, left top, left bottom, from (# ffea94 ), to (# FFEA5E ));
56
- background-image : -webkit-linear-gradient (top, # ffea94, # FFEA5E );
57
- background-image : -moz-linear-gradient (top, # ffea94, # FFEA5E );
58
- background-image : -ms-linear-gradient (top, # ffea94, # FFEA5E );
59
- background-image : -o-linear-gradient (top, # ffea94, # FFEA5E );
60
- color : # 6a6340 ;
61
- -webkit-box-shadow : 0px 0px 3px rgba (0 , 0 , 0 , 0.3 );
62
- -moz-box-shadow : 0px 0px 3px rgba (0 , 0 , 0 , 0.3 );
63
- box-shadow : 0px 0px 3px rgba (0 , 0 , 0 , 0.3 );
64
- cursor : pointer;
42
+ font-weight : bold;
43
+ text-align : center;
44
+ text-shadow : rgba (255 , 255 , 255 , 0.5 ) 0px 1px 0px ;
45
+ -webkit-transform : rotate (45deg );
46
+ -moz-transform : rotate (45deg );
47
+ -ms-transform : rotate (45deg );
48
+ -o-transform : rotate (45deg );
49
+ position : relative;
50
+ padding : 7px 0 ;
51
+ left : -5px ;
52
+ top : 15px ;
53
+ width : 120px ;
54
+ background-color : # ffea94 ;
55
+ background-image : -webkit-gradient (linear, left top, left bottom, from (# ffea94 ), to (# FFEA5E ));
56
+ background-image : -webkit-linear-gradient (top, # ffea94, # FFEA5E );
57
+ background-image : -moz-linear-gradient (top, # ffea94, # FFEA5E );
58
+ background-image : -ms-linear-gradient (top, # ffea94, # FFEA5E );
59
+ background-image : -o-linear-gradient (top, # ffea94, # FFEA5E );
60
+ color : # 6a6340 ;
61
+ -webkit-box-shadow : 0px 0px 3px rgba (0 , 0 , 0 , 0.3 );
62
+ -moz-box-shadow : 0px 0px 3px rgba (0 , 0 , 0 , 0.3 );
63
+ box-shadow : 0px 0px 3px rgba (0 , 0 , 0 , 0.3 );
64
+ cursor : pointer;
65
65
}
66
66
67
67
.beta-ribbon : hover {
68
- background-color : # ffea5e ;
69
- background-image : -webkit-gradient (linear, left top, left bottom, from (# ffea94 ), to (# FFEA5E ));
70
- background-image : -webkit-linear-gradient (top, # ffea5e, # FFea94 );
71
- background-image : -moz-linear-gradient (top, # ffea5e, # FFea94 );
72
- background-image : -ms-linear-gradient (top, # ffea5e, # FFea94 );
73
- background-image : -o-linear-gradient (top, # ffea5e, # FFea94 );
68
+ background-color : # ffea5e ;
69
+ background-image : -webkit-gradient (linear, left top, left bottom, from (# ffea94 ), to (# FFEA5E ));
70
+ background-image : -webkit-linear-gradient (top, # ffea5e, # FFea94 );
71
+ background-image : -moz-linear-gradient (top, # ffea5e, # FFea94 );
72
+ background-image : -ms-linear-gradient (top, # ffea5e, # FFea94 );
73
+ background-image : -o-linear-gradient (top, # ffea5e, # FFea94 );
74
74
}
75
75
# content .beta-ribbon a {
76
- text-decoration : none;
77
- color : # 393939 ;
76
+ text-decoration : none;
77
+ color : # 393939 ;
78
78
}
79
79
80
80
# content .beta-ribbon : hover a {
81
- text-decoration : underline;
81
+ text-decoration : underline;
82
82
}
83
83
/*******************************************************************************/
84
84
/* Sidebar
91
91
}
92
92
93
93
# sidebar # chapter-listing li .active a {
94
- background : # 212121 ;
95
- color : # fff ;
96
- text-shadow : none;
94
+ background : # 212121 ;
95
+ color : # fff ;
96
+ text-shadow : none;
97
97
}
98
98
99
99
# sidebar # chapter-listing li .active a i .icon-tasks {
100
- color : # fff ;
100
+ color : # fff ;
101
101
}
102
102
103
103
# sidebar # chapter-listing ul .sub-chapter {
104
- margin : 0 ;
105
- float : none;
104
+ margin : 0 ;
105
+ float : none;
106
106
}
107
107
108
108
# sidebar # chapter-listing ul .sub-chapter li {
109
- border-bottom : none;
109
+ border-bottom : none;
110
110
}
111
111
112
112
# sidebar # chapter-listing ul .sub-chapter li a {
113
- padding : 1% 10% 1% 15% ;
114
- width : 100% ;
113
+ padding : 1% 10% 1% 15% ;
114
+ width : 100% ;
115
115
}
116
116
/*******************************************************************************/
117
117
/* Footer Metadata
118
118
/*******************************************************************************/
119
119
120
120
.entry-meta .row {
121
- min-width : auto;
121
+ min-width : auto;
122
122
}
123
123
124
124
.entry-meta aside {
125
- color : # 333 ;
125
+ color : # 333 ;
126
126
}
127
127
128
128
.entry-meta aside .meta-details {
129
- float : left;
130
- -webkit-box-shadow : 0 0 5px -0.5px # ddd ;
131
- box-shadow : 0 0 5px -0.5px # ddd ;
132
- border : 1px solid white;
133
- background : # fff7e3 ;
134
- background : -webkit-linear-gradient (top, # fffaf5 0% , # fff7e3 100% , # fff7e3 100% );
135
- background : linear-gradient (to bottom, # fffaf5 0% , # fff7e3 100% , # fff7e3 100% );
136
- margin-bottom : 1.8em ;
137
- padding : 1em 1em 0 1em ;
129
+ float : left;
130
+ -webkit-box-shadow : 0 0 5px -0.5px # ddd ;
131
+ box-shadow : 0 0 5px -0.5px # ddd ;
132
+ border : 1px solid white;
133
+ background : # fff7e3 ;
134
+ background : -webkit-linear-gradient (top, # fffaf5 0% , # fff7e3 100% , # fff7e3 100% );
135
+ background : linear-gradient (to bottom, # fffaf5 0% , # fff7e3 100% , # fff7e3 100% );
136
+ margin-bottom : 1.8em ;
137
+ padding : 1em 1em 0 1em ;
138
138
}
139
139
.entry-meta aside .meta-details h3 {
140
- color : # 303030 ;
141
- font-weight : normal;
142
- padding-left : 0.4em ;
143
- padding-bottom : 0.2em ;
144
- border-bottom : 1px solid # ccc ;
140
+ color : # 303030 ;
141
+ font-weight : normal;
142
+ padding-left : 0.4em ;
143
+ padding-bottom : 0.2em ;
144
+ border-bottom : 1px solid # ccc ;
145
145
}
146
146
.entry-meta aside .meta-details ul {
147
- font-size : 140% ;
148
- color : # 666 ;
149
- margin-left : 1.7em ;
147
+ font-size : 140% ;
148
+ color : # 666 ;
149
+ margin-left : 1.7em ;
150
150
}
151
151
.entry-meta aside .meta-details li {
152
- margin-bottom : 0.7em ;
152
+ margin-bottom : 0.7em ;
153
153
}
154
154
.entry-meta aside .meta-details [class ^= "icon-" ]: before ,
155
155
.entry-meta aside .meta-details [class *= " icon-" ]: before {
156
- margin-top : 0.05em ;
156
+ margin-top : 0.05em ;
157
157
}
158
158
.entry-meta .github-feedback {
159
- float : right;
160
- text-align : right;
159
+ float : right;
160
+ text-align : right;
161
161
background : # fff url (i/github.png) no-repeat 102% 50% ;
162
162
text-shadow : 0 1px 1px # fff ;
163
163
color : # 5d5d5d ;
164
- padding-top : 1em ;
164
+ padding-top : 1em ;
165
165
}
166
166
.entry-meta .github-feedback h3 {
167
- padding-right : 0.5em ;
167
+ padding-right : 0.5em ;
168
168
}
169
169
.entry-meta .github-feedback a {
170
- float : right;
170
+ float : right;
171
171
}
172
172
173
173
.meta .github {
@@ -190,27 +190,27 @@ a {
190
190
}
191
191
192
192
.entry-meta aside .meta-details .contributor-list {
193
- list-style-type : none;
194
- margin : 0 ;
193
+ list-style-type : none;
194
+ margin : 0 ;
195
195
}
196
196
# content .entry-meta aside .meta-details .contributor-list li {
197
- font-size : 14px ;
198
- line-height : 24px ;
199
- margin : 0 0 4px 0 ;
200
- background : none;
201
- padding-left : 0 ;
197
+ font-size : 14px ;
198
+ line-height : 24px ;
199
+ margin : 0 0 4px 0 ;
200
+ background : none;
201
+ padding-left : 0 ;
202
202
}
203
203
204
204
.entry-meta aside .meta-details .contributor-list li a {
205
- text-decoration : none;
205
+ text-decoration : none;
206
206
}
207
207
208
208
.entry-meta aside .meta-details .contributor-list li a : hover {
209
- text-decoration : underline;
209
+ text-decoration : underline;
210
210
}
211
211
.entry-meta aside .meta-details .contributor-list li img {
212
- vertical-align : middle;
213
- margin-right : 4px ;
212
+ vertical-align : middle;
213
+ margin-right : 4px ;
214
214
}
215
215
.meta .feedback {
216
216
float : left;
@@ -225,26 +225,26 @@ a {
225
225
}
226
226
227
227
.icon-github {
228
- color : # 7ACEF4 ;
228
+ color : # 7ACEF4 ;
229
229
}
230
230
.entry-meta .bottom-links {
231
231
background-image : url(../ jquery/images/gauze.png);
232
232
border : none;
233
233
margin : 2em 0 ;
234
- clear : both;
234
+ clear : both;
235
235
}
236
236
237
237
# content .bottom-links a {
238
- line-height : 2 ;
239
- text-decoration : none;
240
- font-size : 140% ;
238
+ line-height : 2 ;
239
+ text-decoration : none;
240
+ font-size : 140% ;
241
241
}
242
242
243
243
# content .bottom-links a : hover {
244
- text-decoration : underline;
244
+ text-decoration : underline;
245
245
}
246
246
# content .bottom-links .prev , # content .bottom-links .next {
247
- color : # 333 ;
247
+ color : # 333 ;
248
248
}
249
249
250
250
# content .bottom-links .next {
0 commit comments