From 0cf4bfe7347e050d52d575190a10b1701798d008 Mon Sep 17 00:00:00 2001 From: ballerin Date: Thu, 11 Aug 2016 02:59:22 +0200 Subject: [PATCH 01/10] Created external css sheet --- rasp_app/static/style.css | 39 +++++++++++++++++++++++++++++++++++ rasp_app/templates/index.html | 38 ++-------------------------------- 2 files changed, 41 insertions(+), 36 deletions(-) create mode 100644 rasp_app/static/style.css diff --git a/rasp_app/static/style.css b/rasp_app/static/style.css new file mode 100644 index 0000000..4d66639 --- /dev/null +++ b/rasp_app/static/style.css @@ -0,0 +1,39 @@ +.navbar-title {color: #337ab7; + font-family: Arial;} + +b {color: #ffffff;} + +.col-md-4 {text-align: center; + padding: none;} + +.navbar {margin-bottom: 0; + border: 0;} + +.buttons {background-color: #ffffff;} + +.footer {background-color: #455a64; + height: 20%; + position: absolute; + left: 0; + bottom: auto; + right: 0;} + +.body {min-height: 100%; + height: auto; + height: 100%;} + +.push {height: 480px; + clear: both;} + +.fix {padding-right: 0; + width: auto; + margin: 0;} + +.fix2 {padding-left: 0; + padding-right: 0; + width: auto;} + +.dropdown-menu {width: 100%; + text-align: center;} + +a { text-decoration: none !important;} diff --git a/rasp_app/templates/index.html b/rasp_app/templates/index.html index 42e208f..bbee6fa 100644 --- a/rasp_app/templates/index.html +++ b/rasp_app/templates/index.html @@ -12,44 +12,10 @@ - + - - - +