summaryrefslogtreecommitdiff
path: root/static/css/own-style.css
diff options
context:
space:
mode:
authorHorus32015-03-20 18:05:18 +0100
committerHorus32015-03-20 18:05:18 +0100
commit17bea88eb3f6e2bc5f63641437a997cc8bd32881 (patch)
treeb683c2db5abdd134bd5e41ced9e257655fe40578 /static/css/own-style.css
parent410504e069d37c522dca6bf820e9fc4cea2de871 (diff)
downloadfreemail-17bea88eb3f6e2bc5f63641437a997cc8bd32881.tar.gz
Too much CSS for now.
Diffstat (limited to 'static/css/own-style.css')
-rw-r--r--static/css/own-style.css72
1 files changed, 72 insertions, 0 deletions
diff --git a/static/css/own-style.css b/static/css/own-style.css
new file mode 100644
index 0000000..2da531b
--- /dev/null
+++ b/static/css/own-style.css
@@ -0,0 +1,72 @@
+html {
+ position: relative;
+ min-height: 100%;
+}
+
+body {
+ margin-bottom: 60px;
+}
+
+a {
+ color: #3083D6;
+}
+
+/* navbar */
+
+.navbar-default {
+ background-color: #3083D6 ;
+ border-color: #3083D6 ;
+ background: #3083D6 ;
+}
+
+.navbar-default .navbar-brand {
+ color: white;
+}
+
+.navbar-default .navbar-brand:hover,
+.navbar-default .navbar-brand:focus {
+}
+
+.navbar-default .navbar-nav > li > a {
+ color: white;
+}
+
+.noscript {
+ background-color: #dd5148;
+ color: white;
+}
+
+/* footer */
+
+.footer {
+ background-color: #3083D6 ;
+ border-color: #3083D6 ;
+ background: #3083D6 ;
+ color: white ;
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+}
+
+.footer-a {
+ color: white;
+}
+
+.footer-a:hover {
+ color: white;
+ text-decoration: underline;
+}
+
+.underline {
+ text-decoration: underline;
+}
+
+.actives {
+ color: white !important;
+/* text-decoration: underline; */
+ font-weight: bold;
+}
+
+.grey {
+ color: #737373;
+}