diff options
| author | Horus3 | 2016-12-02 19:48:19 +0100 |
|---|---|---|
| committer | Horus3 | 2016-12-02 19:48:19 +0100 |
| commit | 0e26026355120d1fa7478a5d5bf8b7bd407a2696 (patch) | |
| tree | be532d95784dfa6c9ffdcfca2f7d41619b1ea12c | |
| parent | ea6c2daf95fbab4bfe491e2d1464ea641bfe67f8 (diff) | |
| download | gospeladlershof.de-0e26026355120d1fa7478a5d5bf8b7bd407a2696.tar.gz | |
Spaltet die CSS-Dateien auf.
| -rw-r--r-- | gospeladlershof.de/layouts/partials/header.tmpl | 3 | ||||
| -rw-r--r-- | gospeladlershof.de/static/css/chor.css | 38 | ||||
| -rw-r--r-- | gospeladlershof.de/static/css/theme.css | 37 |
3 files changed, 40 insertions, 38 deletions
diff --git a/gospeladlershof.de/layouts/partials/header.tmpl b/gospeladlershof.de/layouts/partials/header.tmpl index 7884bfe..c2fe605 100644 --- a/gospeladlershof.de/layouts/partials/header.tmpl +++ b/gospeladlershof.de/layouts/partials/header.tmpl @@ -33,7 +33,8 @@ <!--link rel="stylesheet" href="{{.Site.BaseURL}}css/animate.min.css" type="text/css"--> <!-- Custom CSS --> - <link rel="stylesheet" href="{{.Site.BaseURL}}css/gc.css" type="text/css"> + <link rel="stylesheet" href="{{.Site.BaseURL}}css/theme.css" type="text/css"> + <link rel="stylesheet" href="{{.Site.BaseURL}}css/chor.css" type="text/css"> {{ else }} <link rel="stylesheet" href="{{.Site.BaseURL}}css/css.css" type="text/css"> {{ end }} diff --git a/gospeladlershof.de/static/css/chor.css b/gospeladlershof.de/static/css/chor.css new file mode 100644 index 0000000..c503fde --- /dev/null +++ b/gospeladlershof.de/static/css/chor.css @@ -0,0 +1,38 @@ +.small-h1 { + font-size: 4em !important; +} +/* +.btn-white{ + opacity: 0.8; + background-color: #fff; + color: #222; + -webkit-transition: all 0.35s; + -moz-transition: all 0.35s; + transition: all 0.35s; +} + */ +.text-dark { + color: #333 !important; +} +.img-responsive-center { + margin: 0 auto; +} +.footer > .container { + padding-left: 0; +} +.sticky-footer { + margin: 10px 0; + margin-left: 5; + margin-right: 5; +} +.bg-grey { + background-color: #eee; + color: #222; +} +.footer-text { + font-size: 0.8em !important; +} +.hidden { + display:none; +} + diff --git a/gospeladlershof.de/static/css/theme.css b/gospeladlershof.de/static/css/theme.css index 83edce9..27bde7b 100644 --- a/gospeladlershof.de/static/css/theme.css +++ b/gospeladlershof.de/static/css/theme.css @@ -353,40 +353,3 @@ img::-moz-selection { body { webkit-tap-highlight-color: #222222; } -.small-h1 { - font-size: 4em !important; -} -/* -.btn-white{ - opacity: 0.8; - background-color: #fff; - color: #222; - -webkit-transition: all 0.35s; - -moz-transition: all 0.35s; - transition: all 0.35s; -} - */ -.text-dark { - color: #333 !important; -} -.img-responsive-center { - margin: 0 auto; -} -.footer > .container { - padding-left: 0; -} -.sticky-footer { - margin: 10px 0; - margin-left: 5; - margin-right: 5; -} -.bg-grey { - background-color: #eee; - color: #222; -} -.footer-text { - font-size: 0.8em !important; -} -.hidden { - display:none; -} |
