@@ -124,9 +124,9 @@ ol > li > ol {
124
124
box-sizing : border-box;
125
125
border-radius : 4px ;
126
126
height : 100% ;
127
- }
128
-
129
- .saas-card {
127
+ }
128
+
129
+ .saas-card {
130
130
display : flex;
131
131
}
132
132
@@ -162,22 +162,22 @@ h3.saas-title {
162
162
}
163
163
164
164
165
- a .products-card {
165
+ a .products-card {
166
166
display : block;
167
167
transition : transform 150ms ease-in-out;
168
168
color : # 000 ;
169
- }
170
-
171
- a .products-card : hover {
169
+ }
170
+
171
+ a .products-card : hover {
172
172
opacity : 1 ;
173
173
/* transform: scale(1.03); */
174
174
box-shadow : 0px 5px 10px 0px # 4856650F ;
175
175
box-shadow : 0px 12px 24px 0px # 48566533 ;
176
- }
177
-
178
- .card-img {
176
+ }
177
+
178
+ .card-img {
179
179
background-repeat : no-repeat;
180
- }
180
+ }
181
181
182
182
.card-text-placeholder {
183
183
min-height : 35px ;
@@ -402,7 +402,7 @@ footer a:hover,
402
402
# footer .site-info .footer-text a ,
403
403
# footer .site-info .footer-text a : active ,
404
404
# footer .site-info .footer-text a : hover {
405
- color : # CCCCCC ;
405
+ color : # CCCCCC ;
406
406
}
407
407
408
408
.footer-text ,
@@ -427,10 +427,10 @@ footer a:hover,
427
427
}
428
428
429
429
.footer-head {
430
- font-weight : 700 ;
431
- color : # CCCCCC ;
432
- font-size : 14px ;
433
- line-height : 20px ;
430
+ font-weight : 700 ;
431
+ color : # CCCCCC ;
432
+ font-size : 14px ;
433
+ line-height : 20px ;
434
434
}
435
435
436
436
.nginx-logo-footer {
@@ -704,7 +704,7 @@ redoc {
704
704
}
705
705
706
706
div pre > code {
707
- white-space : pre;
707
+ white-space : pre;
708
708
}
709
709
710
710
.content {
@@ -773,6 +773,7 @@ pre {
773
773
-moz-tab-size : 4 ;
774
774
-o-tab-size : 4 ;
775
775
border-radius : 4px ;
776
+ white-space : pre-wrap;
776
777
}
777
778
778
779
pre .chroma {
@@ -793,11 +794,11 @@ code {
793
794
background : # f1f1f1 ;
794
795
border-radius : 4px ;
795
796
}
796
-
797
+
797
798
a > code : hover {
798
799
color : # 11BD8D ;
799
800
}
800
-
801
+
801
802
.min-page-height {
802
803
min-height : 100vh ;
803
804
}
@@ -1000,7 +1001,6 @@ main a:hover {
1000
1001
}
1001
1002
1002
1003
.l3 , .l3 > a {
1003
-
1004
1004
padding-left : 15px ;
1005
1005
font-weight : normal;
1006
1006
line-height : 20px ;
@@ -1058,7 +1058,6 @@ nav#TableOfContents > ul:not(:first-child) {
1058
1058
1059
1059
}
1060
1060
1061
-
1062
1061
# sidebar .content > ul > li .nginx-toc-link .has-subnav : before {
1063
1062
content : "3" ;
1064
1063
font-family : "nginx-font" !important ;
@@ -1081,10 +1080,10 @@ nav#TableOfContents > ul:not(:first-child) {
1081
1080
1082
1081
a [aria-expanded = true ] .fa-chevron-right {
1083
1082
display : none;
1084
- }
1085
- a [aria-expanded = false ] .fa-chevron-down {
1083
+ }
1084
+ a [aria-expanded = false ] .fa-chevron-down {
1086
1085
display : none;
1087
- }
1086
+ }
1088
1087
1089
1088
a .headerlink {
1090
1089
font-size : 2rem ;
@@ -1097,6 +1096,53 @@ a.headerlink:hover {
1097
1096
opacity : 100% ;
1098
1097
}
1099
1098
1099
+ /* custom-styles shortcode additions */
1100
+ h2 {
1101
+ margin-top : 30px ;
1102
+ margin-bottom : 10px ;
1103
+ }
1104
+
1105
+ main h3 {
1106
+ margin-top : 30px ;
1107
+ margin-bottom : 10px ;
1108
+ font-weight : 300 ;
1109
+ font-size : 1.8em ;
1110
+ }
1111
+
1112
+ main h4 {
1113
+ margin-top : 20px ;
1114
+ font-size : 1.5em ;
1115
+ font-weight : 300 ;
1116
+ }
1117
+
1118
+ h5 {
1119
+ margin-top : 30px ;
1120
+ }
1121
+
1122
+ hr {
1123
+ margin-top : 40px ;
1124
+ margin-bottom : 20px ;
1125
+ }
1126
+
1127
+ td hr {
1128
+ margin-top : 10px ;
1129
+ margin-bottom : 10px ;
1130
+ }
1131
+
1132
+ summary {
1133
+ margin-bottom : 20px ;
1134
+ margin-top : 20px ;
1135
+ font-weight : 300 ;
1136
+ font-size : 15px ;
1137
+ color : green;
1138
+ }
1139
+
1140
+ .fa-circle-check {
1141
+ color : green;
1142
+ }
1143
+
1144
+ /* end custom-styles shortcode additions */
1145
+
1100
1146
/* credit:
1101
1147
Randy_Lough
1102
1148
https://discourse.gohugo.io/t/bootstrap-4-pagination-some-added-functionality/11393
@@ -1131,25 +1177,24 @@ a.headerlink:hover {
1131
1177
}
1132
1178
1133
1179
/* style all input elements with a required attribute */
1134
-
1135
- /**
1180
+ /**
1136
1181
* style input elements that have a required
1137
1182
* attribute and a focus state
1138
1183
*/
1139
- input : required : focus ,
1140
- textarea : required : focus {
1184
+ input : required : focus ,
1185
+ textarea : required : focus {
1141
1186
border : .25px solid red;
1142
1187
outline : none;
1143
- }
1144
-
1145
- /**
1188
+ }
1189
+
1190
+ /**
1146
1191
* style input elements that have a required
1147
1192
* attribute and a hover state
1148
1193
*/
1149
- input : required : hover ,
1150
- textarea : required : hover {
1194
+ input : required : hover ,
1195
+ textarea : required : hover {
1151
1196
opacity : 1 ;
1152
- }
1197
+ }
1153
1198
1154
1199
.btn-outline-success : hover {
1155
1200
background-color : var (--nginx-green );
0 commit comments