Skip to content

Commit aca428a

Browse files
committed
learn.jquery.com: Replace spaces with tabs in learn site child theme
1 parent c89fedc commit aca428a

File tree

1 file changed

+97
-97
lines changed

1 file changed

+97
-97
lines changed

themes/learn.jquery.com/style.css

Lines changed: 97 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Theme Name: learn-jquery-com
33
Template: jquery
4-
*/
4+
*/
55

66
a {
77
color: #0769AD;
@@ -11,74 +11,74 @@ a {
1111
/* Home Page
1212
/*******************************************************************************/
1313
#home-features aside h3 {
14-
text-align: center;
14+
text-align: center;
1515
}
1616

1717
#home-features aside ul {
18-
list-style-type: none;
19-
text-align: left;
18+
list-style-type: none;
19+
text-align: left;
2020
}
2121
#home-features aside ul li {
22-
margin: 0;
22+
margin: 0;
2323
}
2424

2525
#open-source-content p {
26-
clear: both;
26+
clear: both;
2727
}
2828

2929
/*******************************************************************************/
3030
/* Beta Ribbon
3131
/*******************************************************************************/
3232
.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;
3939
}
4040

4141
.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;
6565
}
6666

6767
.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);
7474
}
7575
#content .beta-ribbon a {
76-
text-decoration: none;
77-
color: #393939;
76+
text-decoration: none;
77+
color: #393939;
7878
}
7979

8080
#content .beta-ribbon:hover a {
81-
text-decoration: underline;
81+
text-decoration: underline;
8282
}
8383
/*******************************************************************************/
8484
/* Sidebar
@@ -91,83 +91,83 @@ a {
9191
}
9292

9393
#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;
9797
}
9898

9999
#sidebar #chapter-listing li.active a i.icon-tasks {
100-
color: #fff;
100+
color: #fff;
101101
}
102102

103103
#sidebar #chapter-listing ul.sub-chapter {
104-
margin: 0;
105-
float: none;
104+
margin: 0;
105+
float: none;
106106
}
107107

108108
#sidebar #chapter-listing ul.sub-chapter li {
109-
border-bottom: none;
109+
border-bottom: none;
110110
}
111111

112112
#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%;
115115
}
116116
/*******************************************************************************/
117117
/* Footer Metadata
118118
/*******************************************************************************/
119119

120120
.entry-meta.row {
121-
min-width: auto;
121+
min-width: auto;
122122
}
123123

124124
.entry-meta aside {
125-
color: #333;
125+
color: #333;
126126
}
127127

128128
.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;
138138
}
139139
.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;
145145
}
146146
.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;
150150
}
151151
.entry-meta aside.meta-details li {
152-
margin-bottom: 0.7em;
152+
margin-bottom: 0.7em;
153153
}
154154
.entry-meta aside.meta-details [class^="icon-"]:before,
155155
.entry-meta aside.meta-details [class*=" icon-"]:before {
156-
margin-top: 0.05em;
156+
margin-top: 0.05em;
157157
}
158158
.entry-meta .github-feedback {
159-
float: right;
160-
text-align: right;
159+
float: right;
160+
text-align: right;
161161
background: #fff url(i/github.png) no-repeat 102% 50%;
162162
text-shadow: 0 1px 1px #fff;
163163
color: #5d5d5d;
164-
padding-top: 1em;
164+
padding-top: 1em;
165165
}
166166
.entry-meta .github-feedback h3 {
167-
padding-right: 0.5em;
167+
padding-right: 0.5em;
168168
}
169169
.entry-meta .github-feedback a {
170-
float: right;
170+
float: right;
171171
}
172172

173173
.meta .github {
@@ -190,27 +190,27 @@ a {
190190
}
191191

192192
.entry-meta aside.meta-details .contributor-list {
193-
list-style-type: none;
194-
margin: 0;
193+
list-style-type: none;
194+
margin: 0;
195195
}
196196
#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;
202202
}
203203

204204
.entry-meta aside.meta-details .contributor-list li a {
205-
text-decoration: none;
205+
text-decoration: none;
206206
}
207207

208208
.entry-meta aside.meta-details .contributor-list li a:hover {
209-
text-decoration: underline;
209+
text-decoration: underline;
210210
}
211211
.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;
214214
}
215215
.meta .feedback {
216216
float: left;
@@ -225,26 +225,26 @@ a {
225225
}
226226

227227
.icon-github {
228-
color:#7ACEF4;
228+
color:#7ACEF4;
229229
}
230230
.entry-meta .bottom-links {
231231
background-image: url(../jquery/images/gauze.png);
232232
border: none;
233233
margin: 2em 0;
234-
clear:both;
234+
clear:both;
235235
}
236236

237237
#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%;
241241
}
242242

243243
#content .bottom-links a:hover {
244-
text-decoration: underline;
244+
text-decoration: underline;
245245
}
246246
#content .bottom-links .prev, #content .bottom-links .next {
247-
color: #333;
247+
color: #333;
248248
}
249249

250250
#content .bottom-links .next {

0 commit comments

Comments
 (0)