aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorKatharina Sabel <sabel.katharina@gmail.com>2015-07-27 23:38:57 +0200
committerKatharina Sabel <sabel.katharina@gmail.com>2015-07-27 23:38:57 +0200
commit1b27bb8147bf68e9ad0030d759bb5ffaf904aab0 (patch)
tree69a0e1890a19f048e9bf6ca8e1b9e1899c5927ff /static
parent1f60d92c83407bc8a0f89a4ca63ec0b07034b644 (diff)
Making some adjustments for my personal website.
Diffstat (limited to 'static')
-rw-r--r--static/css/nest.css30
1 files changed, 19 insertions, 11 deletions
diff --git a/static/css/nest.css b/static/css/nest.css
index 400ce05..d1ac984 100644
--- a/static/css/nest.css
+++ b/static/css/nest.css
@@ -131,28 +131,35 @@ h2 {
margin-top: 40px;
margin-bottom: 40px;
}
-h2:after {
+h2:after { /* This is the little bar under titles*/
display: block;
content: " ";
margin-top: 10px;
- width: 40px;
- border-bottom: 3px solid rgba(235,35,68,1);
+ width: 40px;
+ border-bottom: 3px solid #E65C00;
/*border-bottom: 3px solid rgba(0,0,0,0.2);*/
}
-h3 {
- font-size: 16px;
+h3 { /* Custom h3 */
+ font-size: 20px;
line-height: 1.285714285714286em;
font-weight: 600;
- margin-top: 30px;
+ margin-top: 30px;
margin-bottom: 30px;
}
+/*h3 {
+ font-size: 18px;
+ line-height: 1.285714285714286em;
+ font-weight: 600;
+ margin-top: 30px;
+ margin-bottom: 30px;
+}*/
h3:after {
display: block;
content: " ";
margin-top: 10px;
width: 40px;
- border-bottom: 3px solid rgba(235,35,68,1);
+ /*border-bottom: 3px solid rgba(235,35,68,1);*/
}
h4 {
@@ -218,7 +225,8 @@ h4:after {
.header-container {
background: #f5f5f5;
padding: 0;
- min-height: 360px;
+ min-height: 150px;
+ /* max-height: 300px; NOTE: This might cause horrible anal leakage */
}
.header-wrapper{
padding-left: 40px;
@@ -244,12 +252,12 @@ h4:after {
color: #fff;
text-decoration: underline;
}
-.header-underline {
+.header-underline { /* NOTE: This is one value I want to tweak */
display: inline-block;
margin-top: 10px;
margin-bottom: 15px;
width: 50px;
- border-bottom: 3px solid #eb2344;
+ border-bottom: 3px solid #E65C00;
}
.header-subtitle {
font-size: 14px;
@@ -406,7 +414,7 @@ blockquote{
/* Gradients */
.gradient {
- background-color: #356689;
+ background-color: #000A14;
}
/* Footer */