Skip to content

Commit 501c711

Browse files
author
Vlad Balin
committed
Rebuilt docs
1 parent 950e0e6 commit 501c711

File tree

7 files changed

+136
-81
lines changed

7 files changed

+136
-81
lines changed

docs/themes/common/less/_typography.less

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,31 @@ h1, h2, h3, h4, h5, h6 {
2424
}
2525

2626
h1 { // 40px
27-
font-size: 2em;
28-
color: black;
29-
}
30-
31-
h2 { // 30px
32-
font-size: 1.6em;
33-
border-bottom: 1px solid #eee;
27+
font-size: 2em;
3428
color: black;
29+
border-bottom: 1px solid gray;
3530
padding: 5px 0px 5px 20px;
3631
border-top-color: @light;
3732
border-top-width: 6px;
3833
border-top-style: solid;
3934
margin-left: -20px;
4035
margin-right: -20px;
36+
margin-top: 0;
4137
}
4238

43-
h3 { // 26px
39+
h2 { // 30px
4440
font-size: 1.4em;
45-
font-weight: 400;
46-
padding: 3px 0px 7px 0px;
41+
color: black;
42+
border-bottom-style: dotted;
43+
border-bottom-width: 1px;
44+
border-bottom-color: gray;
45+
margin-bottom: 12px;
46+
padding: 5px 0px 3px 20px;
47+
margin-left: -20px;
48+
margin-right: -20px;
4749
}
4850

49-
h4 { // 22px
51+
h3 { // 26px
5052
color: black;
5153
font-size: 1em;
5254
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
@@ -56,6 +58,12 @@ h4 { // 22px
5658
margin-right: -20px;
5759
}
5860

61+
h4 { // 22px
62+
font-size: 1em;
63+
font-weight: bold;
64+
padding: 3px 0px 7px 0px;
65+
}
66+
5967
h5 { // 18px
6068
font-size: 1em;
6169
}

docs/themes/daux/css/theme-blue.min.css

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -569,24 +569,27 @@ h6 {
569569
.s-content h1 {
570570
font-size: 2em;
571571
color: black;
572-
}
573-
.s-content h2 {
574-
font-size: 1.6em;
575-
border-bottom: 1px solid #eee;
576-
color: black;
572+
border-bottom: 1px solid gray;
577573
padding: 5px 0px 5px 20px;
578574
border-top-color: #82becd;
579575
border-top-width: 6px;
580576
border-top-style: solid;
581577
margin-left: -20px;
582578
margin-right: -20px;
579+
margin-top: 0;
583580
}
584-
.s-content h3 {
581+
.s-content h2 {
585582
font-size: 1.4em;
586-
font-weight: 400;
587-
padding: 3px 0px 7px 0px;
583+
color: black;
584+
border-bottom-style: dotted;
585+
border-bottom-width: 1px;
586+
border-bottom-color: gray;
587+
margin-bottom: 12px;
588+
padding: 5px 0px 3px 20px;
589+
margin-left: -20px;
590+
margin-right: -20px;
588591
}
589-
.s-content h4 {
592+
.s-content h3 {
590593
color: black;
591594
font-size: 1em;
592595
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
@@ -595,6 +598,11 @@ h6 {
595598
margin-left: -20px;
596599
margin-right: -20px;
597600
}
601+
.s-content h4 {
602+
font-size: 1em;
603+
font-weight: bold;
604+
padding: 3px 0px 7px 0px;
605+
}
598606
.s-content h5 {
599607
font-size: 1em;
600608
}
@@ -1132,9 +1140,11 @@ Components
11321140
transform: rotate(135deg);
11331141
}
11341142
.Page__header {
1135-
margin: 0 0 10px;
1136-
padding: 0;
1137-
border-bottom: 1px solid #eee;
1143+
border-bottom: 1px solid #82becd;
1144+
font-size: 1.5em;
1145+
padding: 0px 0px 0px 20px;
1146+
margin-left: -20px;
1147+
margin-right: -20px;
11381148
}
11391149
.Page__header::before,
11401150
.Page__header::after {
@@ -1161,6 +1171,7 @@ Components
11611171
}
11621172
.Page__header a {
11631173
text-decoration: none;
1174+
padding-right: 10px;
11641175
}
11651176
.Links {
11661177
padding: 0 20px;

docs/themes/daux/css/theme-green.min.css

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -569,24 +569,27 @@ h6 {
569569
.s-content h1 {
570570
font-size: 2em;
571571
color: black;
572-
}
573-
.s-content h2 {
574-
font-size: 1.6em;
575-
border-bottom: 1px solid #eee;
576-
color: black;
572+
border-bottom: 1px solid gray;
577573
padding: 5px 0px 5px 20px;
578574
border-top-color: #8acc37;
579575
border-top-width: 6px;
580576
border-top-style: solid;
581577
margin-left: -20px;
582578
margin-right: -20px;
579+
margin-top: 0;
583580
}
584-
.s-content h3 {
581+
.s-content h2 {
585582
font-size: 1.4em;
586-
font-weight: 400;
587-
padding: 3px 0px 7px 0px;
583+
color: black;
584+
border-bottom-style: dotted;
585+
border-bottom-width: 1px;
586+
border-bottom-color: gray;
587+
margin-bottom: 12px;
588+
padding: 5px 0px 3px 20px;
589+
margin-left: -20px;
590+
margin-right: -20px;
588591
}
589-
.s-content h4 {
592+
.s-content h3 {
590593
color: black;
591594
font-size: 1em;
592595
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
@@ -595,6 +598,11 @@ h6 {
595598
margin-left: -20px;
596599
margin-right: -20px;
597600
}
601+
.s-content h4 {
602+
font-size: 1em;
603+
font-weight: bold;
604+
padding: 3px 0px 7px 0px;
605+
}
598606
.s-content h5 {
599607
font-size: 1em;
600608
}
@@ -1132,9 +1140,11 @@ Components
11321140
transform: rotate(135deg);
11331141
}
11341142
.Page__header {
1135-
margin: 0 0 10px;
1136-
padding: 0;
1137-
border-bottom: 1px solid #eee;
1143+
border-bottom: 1px solid #8acc37;
1144+
font-size: 1.5em;
1145+
padding: 0px 0px 0px 20px;
1146+
margin-left: -20px;
1147+
margin-right: -20px;
11381148
}
11391149
.Page__header::before,
11401150
.Page__header::after {
@@ -1161,6 +1171,7 @@ Components
11611171
}
11621172
.Page__header a {
11631173
text-decoration: none;
1174+
padding-right: 10px;
11641175
}
11651176
.Links {
11661177
padding: 0 20px;

docs/themes/daux/css/theme-navy.min.css

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -569,24 +569,27 @@ h6 {
569569
.s-content h1 {
570570
font-size: 2em;
571571
color: black;
572-
}
573-
.s-content h2 {
574-
font-size: 1.6em;
575-
border-bottom: 1px solid #eee;
576-
color: black;
572+
border-bottom: 1px solid gray;
577573
padding: 5px 0px 5px 20px;
578574
border-top-color: #7795b4;
579575
border-top-width: 6px;
580576
border-top-style: solid;
581577
margin-left: -20px;
582578
margin-right: -20px;
579+
margin-top: 0;
583580
}
584-
.s-content h3 {
581+
.s-content h2 {
585582
font-size: 1.4em;
586-
font-weight: 400;
587-
padding: 3px 0px 7px 0px;
583+
color: black;
584+
border-bottom-style: dotted;
585+
border-bottom-width: 1px;
586+
border-bottom-color: gray;
587+
margin-bottom: 12px;
588+
padding: 5px 0px 3px 20px;
589+
margin-left: -20px;
590+
margin-right: -20px;
588591
}
589-
.s-content h4 {
592+
.s-content h3 {
590593
color: black;
591594
font-size: 1em;
592595
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
@@ -595,6 +598,11 @@ h6 {
595598
margin-left: -20px;
596599
margin-right: -20px;
597600
}
601+
.s-content h4 {
602+
font-size: 1em;
603+
font-weight: bold;
604+
padding: 3px 0px 7px 0px;
605+
}
598606
.s-content h5 {
599607
font-size: 1em;
600608
}
@@ -1132,9 +1140,11 @@ Components
11321140
transform: rotate(135deg);
11331141
}
11341142
.Page__header {
1135-
margin: 0 0 10px;
1136-
padding: 0;
1137-
border-bottom: 1px solid #eee;
1143+
border-bottom: 1px solid #7795b4;
1144+
font-size: 1.5em;
1145+
padding: 0px 0px 0px 20px;
1146+
margin-left: -20px;
1147+
margin-right: -20px;
11381148
}
11391149
.Page__header::before,
11401150
.Page__header::after {
@@ -1161,6 +1171,7 @@ Components
11611171
}
11621172
.Page__header a {
11631173
text-decoration: none;
1174+
padding-right: 10px;
11641175
}
11651176
.Links {
11661177
padding: 0 20px;

docs/themes/daux/css/theme-red.min.css

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -569,24 +569,27 @@ h6 {
569569
.s-content h1 {
570570
font-size: 2em;
571571
color: black;
572-
}
573-
.s-content h2 {
574-
font-size: 1.6em;
575-
border-bottom: 1px solid #eee;
576-
color: black;
572+
border-bottom: 1px solid gray;
577573
padding: 5px 0px 5px 20px;
578574
border-top-color: #ecb5a1;
579575
border-top-width: 6px;
580576
border-top-style: solid;
581577
margin-left: -20px;
582578
margin-right: -20px;
579+
margin-top: 0;
583580
}
584-
.s-content h3 {
581+
.s-content h2 {
585582
font-size: 1.4em;
586-
font-weight: 400;
587-
padding: 3px 0px 7px 0px;
583+
color: black;
584+
border-bottom-style: dotted;
585+
border-bottom-width: 1px;
586+
border-bottom-color: gray;
587+
margin-bottom: 12px;
588+
padding: 5px 0px 3px 20px;
589+
margin-left: -20px;
590+
margin-right: -20px;
588591
}
589-
.s-content h4 {
592+
.s-content h3 {
590593
color: black;
591594
font-size: 1em;
592595
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
@@ -595,6 +598,11 @@ h6 {
595598
margin-left: -20px;
596599
margin-right: -20px;
597600
}
601+
.s-content h4 {
602+
font-size: 1em;
603+
font-weight: bold;
604+
padding: 3px 0px 7px 0px;
605+
}
598606
.s-content h5 {
599607
font-size: 1em;
600608
}
@@ -1132,9 +1140,11 @@ Components
11321140
transform: rotate(135deg);
11331141
}
11341142
.Page__header {
1135-
margin: 0 0 10px;
1136-
padding: 0;
1137-
border-bottom: 1px solid #eee;
1143+
border-bottom: 1px solid #ecb5a1;
1144+
font-size: 1.5em;
1145+
padding: 0px 0px 0px 20px;
1146+
margin-left: -20px;
1147+
margin-right: -20px;
11381148
}
11391149
.Page__header::before,
11401150
.Page__header::after {
@@ -1161,6 +1171,7 @@ Components
11611171
}
11621172
.Page__header a {
11631173
text-decoration: none;
1174+
padding-right: 10px;
11641175
}
11651176
.Links {
11661177
padding: 0 20px;

docs/themes/daux/less/_components.less

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,11 @@ Components
232232
}
233233

234234
.Page__header {
235-
margin: 0 0 10px;
236-
padding: 0;
237-
border-bottom: 1px solid #eee;
235+
border-bottom: 1px solid @light;
236+
font-size: 1.5em;
237+
padding: 0px 0px 0px 20px;
238+
margin-left: -20px;
239+
margin-right: -20px;
238240

239241
.clearfix();
240242

@@ -249,6 +251,7 @@ Components
249251

250252
a {
251253
text-decoration: none;
254+
padding-right: 10px;
252255
}
253256
}
254257

0 commit comments

Comments
 (0)