diff options
author | Sashi20 | 2019-09-03 11:04:12 +0530 |
---|---|---|
committer | Sashi20 | 2019-09-03 11:04:12 +0530 |
commit | 0e1d7a701336e4c102934e9e46134a23d255e63c (patch) | |
tree | ce04187b2f956a82fbe9abf0bbd7914369134628 /static/website/bootstrap-css/assets/css | |
parent | 8dd2b6becdc02423db0be289bfe6396c9db93cc6 (diff) | |
download | SciPy2019-0e1d7a701336e4c102934e9e46134a23d255e63c.tar.gz SciPy2019-0e1d7a701336e4c102934e9e46134a23d255e63c.tar.bz2 SciPy2019-0e1d7a701336e4c102934e9e46134a23d255e63c.zip |
Modify photos on landing page
Diffstat (limited to 'static/website/bootstrap-css/assets/css')
-rw-r--r-- | static/website/bootstrap-css/assets/css/main.css | 42 |
1 files changed, 20 insertions, 22 deletions
diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css index eea0f6d..2184ff2 100644 --- a/static/website/bootstrap-css/assets/css/main.css +++ b/static/website/bootstrap-css/assets/css/main.css @@ -145,31 +145,17 @@ ul li { } .section-title { - - color: #ffffff; - letter-spacing: 1px; - text-transform: uppercase; - text-align: left; - -display: block; - +display: inline-block; background: #552505; - padding-left: 20px; - padding-right: 20px; - -width: -moz-fit-content; - +padding-bottom: 3px; +padding-top: 2px; } - - - - .btn-white { color: #000; @@ -181,9 +167,21 @@ background-color: #ceab6a; } .btn-info{ color: #000; - background-color: #b1c533; + background-color: #ceab6a; +} +.btn-info:hover { + color: #fff; + background-color: #552505; +} +btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus +, .btn-info:active:focus, .btn-info:active:hover, + .open > .dropdown-toggle.btn-info.focus, + .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover + .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info + .btn-info.focus, .btn-info:focus{ + color: #fff !important; + background-color: #552505 !important; } - .facts i { color: #ceab6a; @@ -259,7 +257,7 @@ background-color: #552505; }*/ .btn-white:hover, .btn-white:focus { color: #000; - background-color: #fff; + background-color: #ceab6a; } /* .btn-black { @@ -267,8 +265,8 @@ background-color: #552505; background-color: #000; }*/ .btn-black:hover, .btn-black:focus { - color: #fff; - background-color: #000; + color: #000; + background-color: #ceab6a; } /* |