Skip to content

Commit 2728ffc

Browse files
cameronoelsenjdfreder
authored andcommitted
Eliminated some CSS
took out unnecessary lines
1 parent ac39367 commit 2728ffc

File tree

4 files changed

+6
-52
lines changed

4 files changed

+6
-52
lines changed

about.html

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
<!-- Bootstrap Core CSS -->
1515
<link href="css/bootstrap.min.css" rel="stylesheet">
16-
<link rel="stylesheet" href="css/animate.css">
1716
<!-- Custom CSS -->
1817
<link href="css/logo-nav.css" rel="stylesheet">
1918
<link rel="icon" type="image/png" href="favicon.ico" />

css/logo-nav.css

+6-49
Original file line numberDiff line numberDiff line change
@@ -150,25 +150,16 @@ animation-delay: 1.1s;
150150
font-size: 15pt;
151151
}
152152
}
153-
.notebook_features {
153+
.notebook_features, .architecture, .about-block, .companyuse, .jupyterhub .container {
154154
padding-top: 10%;
155155
padding-bottom: 10%;
156156
}
157-
.notebook_features .language_set h2{
158-
font-size: 21px;
159-
padding-top: 5px;
160-
color: #766A6A;
161-
}
162-
.notebook_features .share_set h2{
157+
.notebook_features .share_set h2, .notebook_features .language_set h2{
163158
font-size: 21px;
164159
color: #766A6A;
165160
padding-top: 5px;
166161
}
167-
.notebook_features .widget_set h2{
168-
font-size: 21px;
169-
color:#766A6A;
170-
}
171-
.notebook_features .data_set h2{
162+
.notebook_features .data_set h2, .notebook_features .widget_set h2{
172163
font-size: 21px;
173164
color:#766A6A;
174165
}
@@ -190,13 +181,7 @@ animation-delay: 1.1s;
190181
margin: 0 auto;
191182
width: 125px;
192183
}
193-
.notebook_features p {
194-
text-align: center;
195-
}
196-
.notebook_features h2 {
197-
text-align: center;
198-
}
199-
.notebook_preview p {
184+
.notebook_features p, .notebook_features h2, .notebook_preview p {
200185
text-align: center;
201186
}
202187
.share_set, .widget_set, .data_set {
@@ -243,10 +228,6 @@ animation-delay: 1.1s;
243228
margin-top: 20px;
244229
}
245230
}
246-
.companyuse {
247-
margin-top: 10%;
248-
margin-bottom: 10%;
249-
}
250231
.companyuse ul {
251232
text-decoration: none;
252233
padding-left: 0px;
@@ -304,8 +285,6 @@ animation-delay: 1.1s;
304285
border-right-style: none;
305286
border-left-style: none;
306287
border-width: thin;
307-
padding-top: 10%;
308-
padding-bottom:10%;
309288
}
310289
.featuremiddle {
311290
margin-top: 40px;
@@ -351,10 +330,6 @@ animation-delay: 1.1s;
351330
text-align: center;
352331
}
353332
}
354-
.architecture {
355-
padding-top: 10%;
356-
padding-bottom: 10%;
357-
}
358333
.architecturedescription p {
359334
padding-top: 26px;
360335
font-size: 15pt;
@@ -470,22 +445,10 @@ animation-delay: 1.1s;
470445
}
471446
}
472447
@media (min-width: 1200px) {
473-
.notebook_features {
448+
.notebook_features, .companyuse, .jupyterhub .container, .architecture, .install_prompt .content {
474449
padding-top:125px;
475450
padding-bottom: 125px;
476451
}
477-
.companyuse {
478-
margin-top: 125px;
479-
margin-bottom: 125px;
480-
}
481-
.jupyterhub .container{
482-
padding-top: 125px;
483-
padding-bottom: 125px;
484-
}
485-
.architecture {
486-
padding-top: 125px;
487-
padding-bottom: 125px;
488-
}
489452
.install_prompt .content{
490453
padding-top: 40px;
491454
padding-bottom: 40px;
@@ -517,8 +480,6 @@ animation-delay: 1.1s;
517480
}
518481
}
519482
.about-block {
520-
padding-top: 10%;
521-
padding-bottom: 10%;
522483
text-align: center;
523484
}
524485
.about-block img {
@@ -708,14 +669,12 @@ animation-delay: 1.1s;
708669
padding-left: 3px;
709670
height: 20%;
710671
}
711-
.donate-box img {
672+
.donate-box img, .donate-box p, #donate-formatting {
712673
padding-top: 25px;
713674
padding-left: 25px;
714675
}
715676
.donate-box p {
716677
font-size: 15pt;
717-
padding-left: 25px;
718-
padding-top: 25px;
719678
padding-right: 25px;
720679
}
721680
#donate-button {
@@ -728,8 +687,6 @@ animation-delay: 1.1s;
728687
margin-bottom: 25px;
729688
}
730689
#donate-formatting {
731-
padding-left: 25px;
732-
padding-top: 25px;
733690
padding-right: 25px;
734691
}
735692
@media (max-width: 992px) {

donate.html

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
<!-- Bootstrap Core CSS -->
1515
<link href="css/bootstrap.min.css" rel="stylesheet">
16-
<link rel="stylesheet" href="css/animate.css">
1716
<!-- Custom CSS -->
1817
<link href="css/logo-nav.css" rel="stylesheet">
1918
<link rel="icon" type="image/png" href="favicon.ico" />

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<link href="css/bootstrap.min.css" rel="stylesheet">
1616
<!-- Custom CSS -->
1717
<link href="css/logo-nav.css" rel="stylesheet">
18-
<link rel="stylesheet" href="css/animate.css">
1918
<link rel="icon" type="image/png" href="favicon.ico" />
2019
<link href="assets/apple-touch-icon.png" rel="apple-touch-icon" />
2120
<link href="assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" />

0 commit comments

Comments
 (0)