diff options
| author | Horus3 | 2015-03-20 18:05:18 +0100 |
|---|---|---|
| committer | Horus3 | 2015-03-20 18:05:18 +0100 |
| commit | 17bea88eb3f6e2bc5f63641437a997cc8bd32881 (patch) | |
| tree | b683c2db5abdd134bd5e41ced9e257655fe40578 /static/css/style.css | |
| parent | 410504e069d37c522dca6bf820e9fc4cea2de871 (diff) | |
| download | freemail-17bea88eb3f6e2bc5f63641437a997cc8bd32881.tar.gz | |
Too much CSS for now.
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..aa4cb9c --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,89 @@ +.navbar-default .navbar-brand { + color: white; +} +.navbar-default .navbar-nav > li > a { + color: white; +} +.navbar-default .navbar-nav > li > a:hover { + color: white; + text-decoration: underline; +} +.noscript { + background-color: #dd5148; + color: white; +} +.alert { + border-radius: 5px; +} + +.alert-success { + background-color: #d0e9c6 !important; + color: #473835; +} +.panel-danger > .panel-heading { + /* + background-color: #dd5148;*/ + color: #473835; + background-color: #ebcccc; +} +.delete { + padding-top: 10%; +} +.alert-danger { + background-color: #ebcccc; + color: #473835; +} +textarea { + box-shadow: 0 0px 10px rgba(0, 0, 0, 0.23), 0 0px 10px rgba(0, 0, 0, 0.16) !important; + background-color: #fff; + width: 100% !important; + height:200px !important; +} +.hide { + display: none ; +} + +.underline { + text-decoration: underline; +} + +.shadow-y-2{box-shadow:0 -3px 10px rgba(0,0,0,.23),0 -3px 10px rgba(0,0,0,.16)} + +.center { + position: absolute; + top: 50%; + transform: translate(0, -50%); +/* width: 100%;*/ + height: 20px; + /*padding-right: 20px;*/ +} +.footer { + background-color: #009587; + border-color: #009587; + background: #009587; + color: white ; + position: absolute; + bottom: 0; + width: 100%; + height: 40px; +} +.footer-div { + padding-top: 10%; +} +.footer-a { + color: white; +} + +.footer-a:hover { + color: white; + text-decoration: underline; +} +.admin-link { + position: absolute; + bottom: 50px; + color: #009587; + /* + top: 100%; + padding-bottom: 0; + */ +} |
