From 62fcc5d6245e4c547bb6bbff8f996d7abc7c1885 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sun, 21 Jan 2018 23:45:24 +0100 Subject: Working on the theme redesign --- crumbs/static/css/cr_title.css | 67 ++++++++++++++++++++++++++++++++++++++++++ crumbs/static/css/crums.css | 47 ++++------------------------- crumbs/templates/home.html | 64 +++++++++++++++++++++++++++------------- 3 files changed, 115 insertions(+), 63 deletions(-) create mode 100644 crumbs/static/css/cr_title.css diff --git a/crumbs/static/css/cr_title.css b/crumbs/static/css/cr_title.css new file mode 100644 index 0000000..4f8590c --- /dev/null +++ b/crumbs/static/css/cr_title.css @@ -0,0 +1,67 @@ +/* + +This file contains all definitions are are EXCLUSIVE for the title + +*/ + +.title { + padding-top: 50px; + padding-bottom: 50px; +} + +.title h1 { + font-family: 'Inconsolata', monospace; + font-size: 48px; +} + +.cursor { + animation: flash 0.75s infinite alternate; +} + +@keyframes flash { + 0% { opacity: 1; } + 49% { opacity: 1; } + 50% { opacity: 0; } + 100% { opacity: 0; } +} + +#t-color-red { color: #ef787b; } +#t-color-org { color: #f6915f; } +#t-color-ylw { color: #fdcb71; } +#t-color-grn { color: #99cb9b; } + + +/* This is the block container */ +.colours { + width: 0 auto; + height: 50px; + margin: 0 auto; + display: flex; + padding-bottom: 150px; + } + + /* This is a block */ + .colour { + display: flex; + flex-direction: column; + height: 75px; + width: 75px; + } + + /* Colour defitions */ + .colour1 { background-color: #3c3c3c; } + .colour2 { background-color: #525252; } + .colour3 { background-color: #74736a; } + .colour4 { background-color: #9f9e93; } + .colour5 { background-color: #d2cfc7; } + .colour6 { background-color: #e7e5df; } + .colour7 { background-color: #f1f0ec; } + .colour8 { background-color: #ef787b; } + .colour9 { background-color: #f6915f; } + .colour10 { background-color: #fdcb71; } + .colour11 { background-color: #99cb9b; } + .colour12 { background-color: #6ccaca; } + .colour13 { background-color: #6997c8; } + .colour14 { background-color: #ca98c9; } + .colour15 { background-color: #ce7b59; } + \ No newline at end of file diff --git a/crumbs/static/css/crums.css b/crumbs/static/css/crums.css index 5220117..aa28ff2 100644 --- a/crumbs/static/css/crums.css +++ b/crumbs/static/css/crums.css @@ -10,8 +10,8 @@ body { font-family: 'Montserrat', sans-serif; font-style: normal; font-variant: normal; - /*font-size: 26px;*/ - /*font-weight: 400;*/ + /* font-size: 26px; */ + /* font-weight: 400; */ color: #BEBEBE; background-color: #222222; background-image: none; @@ -21,44 +21,7 @@ body { margin: 0; } - - -/************************************** - - COLOUR BAR DEFINITIONS - -**************************************/ - - -/* This is the block container */ -.colours { - width: 0 auto; - height: 50px; - margin: 0 auto; - display: flex; +p { + font-size: 22px; + font-weight: 300; } - -/* This is a block */ -.colour { - display: flex; - flex-direction: column; - height: 75px; - width: 75px; -} - -/* Colour defitions */ -#colour1 { background-color: #3c3c3c; } -#colour2 { background-color: #525252; } -#colour3 { background-color: #74736a; } -#colour4 { background-color: #9f9e93; } -#colour5 { background-color: #d2cfc7; } -#colour6 { background-color: #e7e5df; } -#colour7 { background-color: #f1f0ec; } -#colour8 { background-color: #ef787b; } -#colour9 { background-color: #f6915f; } -#colour10 { background-color: #fdcb71; } -#colour11 { background-color: #99cb9b; } -#colour12 { background-color: #6ccaca; } -#colour13 { background-color: #6997c8; } -#colour14 { background-color: #ca98c9; } -#colour15 { background-color: #ce7b59; } diff --git a/crumbs/templates/home.html b/crumbs/templates/home.html index 503602b..27fd976 100755 --- a/crumbs/templates/home.html +++ b/crumbs/templates/home.html @@ -10,7 +10,8 @@ - + + @@ -18,6 +19,7 @@ + {% endblock head %} @@ -28,31 +30,51 @@
-

Fun Memory Violations

+ +
+ + +
+

+ # ~ + Fun + Memory + Violations + +

+
+ +
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- -

Hi – Welcome to my dusty internet hangout place.

+

+ Hi – Welcome to my dusty internet hangout place. +

+

+ My name is Katharina Fey and I'm a software developer from Berlin. + I like taking photos, writing stories and starting way too many personal projects. +

+ + + -

I'm a software developer from Berlin. I like taking photos, writing stories and starting way too many personal projects.

-- cgit v1.2.3