Skip to content

Commit 3a99309

Browse files
committed
brand.jquery.org: remove hardcoded Klavika
Ref #451
1 parent 30f3cab commit 3a99309

File tree

1 file changed

+11
-33
lines changed

1 file changed

+11
-33
lines changed

themes/brand.jquery.org/style.css

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -15,39 +15,21 @@ Template: jquery
1515
/* Headlines */
1616

1717
#content h2 {
18-
font-size: 30px;
19-
line-height: 1.8;
20-
color: #333;
2118
text-transform: uppercase;
22-
margin-bottom: 20px;
23-
}
24-
#content h3 {
25-
font-size: 22px;
26-
line-height: 1.5;
27-
color: #444;
2819
}
2920
#content h4 {
3021
font-size: 18px;
31-
line-height: 1.2;
3222
}
3323
#banner-secondary.large-banner h1,
3424
#banner-secondary.large-banner h2 {
3525
font-size: 42px;
3626
text-transform: uppercase;
3727
}
3828

39-
h6.h-klavika {
40-
font-size: 46px;
41-
line-height: 1.2;
42-
margin-bottom: 30px;
43-
}
44-
h6.h-klavika em {
45-
color: #333;
46-
}
47-
48-
h6.h-helvetica {
49-
font: 400 46px/1.2 Helvetica, "Helvetica Neue", Arial, sans-serif !important;
50-
margin-bottom: 30px;
29+
#content .h-h1-size {
30+
font-weight: bold;
31+
line-height: 36px;
32+
font-size: 36px;
5133
}
5234

5335
/* Color Swatches */
@@ -57,19 +39,18 @@ h6.h-helvetica {
5739
color: #fff;
5840
padding: 20px;
5941
}
60-
.color * {
61-
opacity: 0.9;
62-
}
63-
#content .color h6 {
64-
font: 800 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
65-
margin-bottom: 4px;
42+
#content .color h3 {
43+
color: inherit;
6644
}
6745
#content .color ul {
6846
margin: 0;
6947
padding: 0;
7048
}
49+
#content .color li::marker {
50+
content: "":
51+
}
7152
#content .color li {
72-
list-style-type: none;
53+
list-style: none;
7354
background: none;
7455
margin: 0;
7556
padding: 0;
@@ -78,9 +59,6 @@ h6.h-helvetica {
7859
}
7960

8061
/* Misc Content */
81-
p {
82-
font: 16px/1.5 Helvetica, "Helvetica Neue", Arial, sans-serif;
83-
}
8462
.figcaption {
8563
padding-top: 20px;
8664
padding-bottom: 20px;
@@ -89,7 +67,7 @@ p {
8967
#banner-secondary p {
9068
padding-left: 0;
9169
color: #fff;
92-
}
70+
}
9371
hr {
9472
display: block;
9573
clear: both;

0 commit comments

Comments
 (0)