From c595c908937b8d10eabf3f01bf77e98861f88282 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 11 Jun 2015 17:43:02 +0530 Subject: Color Modifications --- website/static/css/bootstrap.css | 66 ++++++++++++------------ website/static/css/freelancer.css | 67 ++++++++++++++----------- website/static/img/portfolio/cabin.png | Bin 36514 -> 0 bytes website/static/img/portfolio/cake.png | Bin 17068 -> 0 bytes website/static/img/portfolio/circus.png | Bin 27984 -> 0 bytes website/static/img/portfolio/game.png | Bin 25896 -> 0 bytes website/static/img/portfolio/safe.png | Bin 19240 -> 0 bytes website/static/img/portfolio/submarine.png | Bin 24330 -> 0 bytes website/static/img/scipy.png | Bin 0 -> 41671 bytes website/static/img/speakers/cabin.png | Bin 0 -> 36514 bytes website/static/img/speakers/cake.png | Bin 0 -> 17068 bytes website/static/img/speakers/circus.png | Bin 0 -> 27984 bytes website/static/img/speakers/game.png | Bin 0 -> 25896 bytes website/static/img/speakers/safe.png | Bin 0 -> 19240 bytes website/static/img/speakers/submarine.png | Bin 0 -> 24330 bytes website/templates/base.html | 78 ++++++++++++++--------------- 16 files changed, 110 insertions(+), 101 deletions(-) delete mode 100644 website/static/img/portfolio/cabin.png delete mode 100644 website/static/img/portfolio/cake.png delete mode 100644 website/static/img/portfolio/circus.png delete mode 100644 website/static/img/portfolio/game.png delete mode 100644 website/static/img/portfolio/safe.png delete mode 100644 website/static/img/portfolio/submarine.png create mode 100644 website/static/img/scipy.png create mode 100644 website/static/img/speakers/cabin.png create mode 100644 website/static/img/speakers/cake.png create mode 100644 website/static/img/speakers/circus.png create mode 100644 website/static/img/speakers/game.png create mode 100644 website/static/img/speakers/safe.png create mode 100644 website/static/img/speakers/submarine.png diff --git a/website/static/css/bootstrap.css b/website/static/css/bootstrap.css index a920210..b525752 100644 --- a/website/static/css/bootstrap.css +++ b/website/static/css/bootstrap.css @@ -3025,7 +3025,8 @@ select[multiple].form-group-lg .form-control { .btn:hover, .btn:focus, .btn.focus { - color: #ffffff; + background-color: #ffca39; + color: #3676ab; text-decoration: none; } .btn:active, @@ -3046,9 +3047,9 @@ fieldset[disabled] .btn { box-shadow: none; } .btn-default { - color: #ffffff; - background-color: #95a5a6; - border-color: #95a5a6; + color: #3676ab; + background-color: #ffca39; + border-color: #3676ab; } .btn-default:hover, .btn-default:focus, @@ -3056,9 +3057,9 @@ fieldset[disabled] .btn { .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { - color: #ffffff; - background-color: #798d8f; - border-color: #74898a; + color: #ffca39; + background-color: #3676ab; + border-color: #ffca39; } .btn-default:active, .btn-default.active, @@ -3083,17 +3084,17 @@ fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { - background-color: #95a5a6; - border-color: #95a5a6; + background-color: #3676ab; + border-color: #ffca39; } .btn-default .badge { - color: #95a5a6; - background-color: #ffffff; + color: #ffca39; + background-color: #3676ab; } .btn-primary { - color: #ffffff; - background-color: #2c3e50; - border-color: #2c3e50; + color: #ffca39; + background-color: #3676ab; + border-color: #ffca39; } .btn-primary:hover, .btn-primary:focus, @@ -3101,9 +3102,9 @@ fieldset[disabled] .btn-default.active { .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { - color: #ffffff; - background-color: #1a242f; - border-color: #161f29; + color: #3676ab; + background-color: #ffca39; + border-color: #3676ab; } .btn-primary:active, .btn-primary.active, @@ -3128,17 +3129,17 @@ fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { - background-color: #2c3e50; - border-color: #2c3e50; + background-color: #3676ab; + border-color: #ffca39; } .btn-primary .badge { - color: #2c3e50; - background-color: #ffffff; + color: #ffca39; + background-color: #3676ab; } .btn-success { - color: #ffffff; - background-color: #18bc9c; - border-color: #18bc9c; + color: #3676ab; + background-color: #ffca39; + border-color: #3676ab; } .btn-success:hover, .btn-success:focus, @@ -3146,9 +3147,9 @@ fieldset[disabled] .btn-primary.active { .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { - color: #ffffff; - background-color: #128f76; - border-color: #11866f; + color: #ffca39; + background-color: #3676ab; + border-color: #ffca39; } .btn-success:active, .btn-success.active, @@ -4198,6 +4199,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { .navbar > .container-fluid .navbar-brand { margin-left: -15px; margin-top: -30px; + color: #3676ab; } } .navbar-toggle { @@ -4410,26 +4412,26 @@ select[multiple].input-group-sm > .input-group-btn > .btn { } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { - color: #18bc9c; + color: #3676ab; background-color: transparent; } .navbar-default .navbar-text { color: #777777; } .navbar-default .navbar-nav > li > a { - color: #ffffff; + color: #3676ab; margin-top: -25px; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { - color: #18bc9c; + color: #3767ab; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { - color: #ffffff; - background-color: #1a242f; + color: #ffca39; + background-color: #3676ab; margin-top: -25px; } .navbar-default .navbar-nav > .disabled > a, diff --git a/website/static/css/freelancer.css b/website/static/css/freelancer.css index f5d72b2..4750a6e 100644 --- a/website/static/css/freelancer.css +++ b/website/static/css/freelancer.css @@ -36,19 +36,23 @@ h6 { font-weight: 700; } +hr +{ + color: #3676ab; +} + hr.star-light, hr.star-primary { margin: 25px auto 30px; padding: 0; max-width: 250px; border: 0; - border-top: solid 5px; + border-top: solid 3px; text-align: center; } hr.star-light:after, hr.star-primary:after { - content: "\f005"; display: inline-block; position: relative; top: -.8em; @@ -58,20 +62,20 @@ hr.star-primary:after { } hr.star-light { - border-color: #fff; + border-color: #3676ab; } hr.star-light:after { - color: #fff; - background-color: #18bc9c; + color: #3676ab; + background-color: #fffff; } hr.star-primary { - border-color: #2c3e50; + border-color: #3676ab; } hr.star-primary:after { - color: #2c3e50; + color: #3676ab; background-color: #fff; } @@ -81,8 +85,8 @@ hr.star-primary:after { header { text-align: center; - color: #fff; - background: #18bc9c; + color: #3676ab; + background: #fffff; } header .container { @@ -166,6 +170,8 @@ header .intro-text .skills { font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; height: 45px; + background-color: #ffca39; + color: #3676ab; } .navbar a:focus { @@ -192,11 +198,12 @@ section { section h2 { margin: 0; font-size: 3em; + color: #3676ab; } section.success { - color: #fff; - background: #18bc9c; + color: #3676ab; + background: #fffff; } section.success a, @@ -218,19 +225,19 @@ section.success a.active { } } -#portfolio .portfolio-item { +#speakers .speakers-item { right: 0; margin: 0 0 15px; } -#portfolio .portfolio-item .portfolio-link { +#speakers .speakers-item .speakers-link { display: block; position: relative; margin: 0 auto; max-width: 400px; } -#portfolio .portfolio-item .portfolio-link .caption { +#speakers .speakers-item .speakers-link .caption { position: absolute; width: 100%; height: 100%; @@ -241,11 +248,11 @@ section.success a.active { transition: all ease .5s; } -#portfolio .portfolio-item .portfolio-link .caption:hover { +#speakers .speakers-item .speakers-link .caption:hover { opacity: 1; } -#portfolio .portfolio-item .portfolio-link .caption .caption-content { +#speakers .speakers-item .speakers-link .caption .caption-content { position: absolute; top: 50%; width: 100%; @@ -256,21 +263,21 @@ section.success a.active { color: #fff; } -#portfolio .portfolio-item .portfolio-link .caption .caption-content i { +#speakers .speakers-item .speakers-link .caption .caption-content i { margin-top: -12px; } -#portfolio .portfolio-item .portfolio-link .caption .caption-content h3, -#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 { +#speakers .speakers-item .speakers-link .caption .caption-content h3, +#speakers .speakers-item .speakers-link .caption .caption-content h4 { margin: 0; } -#portfolio * { +#speakers * { z-index: 2; } @media(min-width:767px) { - #portfolio .portfolio-item { + #speakers .speakers-item { margin: 0 0 30px; } } @@ -409,7 +416,7 @@ footer .footer-below { outline: 0; } -.portfolio-modal .modal-content { +.speakers-modal .modal-content { padding: 100px 0; min-height: 100%; border: 0; @@ -420,20 +427,20 @@ footer .footer-below { box-shadow: none; } -.portfolio-modal .modal-content h2 { +.speakers-modal .modal-content h2 { margin: 0; font-size: 3em; } -.portfolio-modal .modal-content img { +.speakers-modal .modal-content img { margin-bottom: 30px; } -.portfolio-modal .modal-content .item-details { +.speakers-modal .modal-content .item-details { margin: 30px 0; } -.portfolio-modal .close-modal { +.speakers-modal .close-modal { position: absolute; top: 25px; right: 25px; @@ -443,11 +450,11 @@ footer .footer-below { cursor: pointer; } -.portfolio-modal .close-modal:hover { +.speakers-modal .close-modal:hover { opacity: .3; } -.portfolio-modal .close-modal .lr { +.speakers-modal .close-modal .lr { z-index: 1051; width: 1px; height: 75px; @@ -458,7 +465,7 @@ footer .footer-below { transform: rotate(45deg); } -.portfolio-modal .close-modal .lr .rl { +.speakers-modal .close-modal .lr .rl { z-index: 1052; width: 1px; height: 75px; @@ -468,7 +475,7 @@ footer .footer-below { transform: rotate(90deg); } -.portfolio-modal .modal-backdrop { +.speakers-modal .modal-backdrop { display: none; opacity: 0; } diff --git a/website/static/img/portfolio/cabin.png b/website/static/img/portfolio/cabin.png deleted file mode 100644 index c64c59e..0000000 Binary files a/website/static/img/portfolio/cabin.png and /dev/null differ diff --git a/website/static/img/portfolio/cake.png b/website/static/img/portfolio/cake.png deleted file mode 100644 index a16c3fe..0000000 Binary files a/website/static/img/portfolio/cake.png and /dev/null differ diff --git a/website/static/img/portfolio/circus.png b/website/static/img/portfolio/circus.png deleted file mode 100644 index b3f5142..0000000 Binary files a/website/static/img/portfolio/circus.png and /dev/null differ diff --git a/website/static/img/portfolio/game.png b/website/static/img/portfolio/game.png deleted file mode 100644 index 85420e8..0000000 Binary files a/website/static/img/portfolio/game.png and /dev/null differ diff --git a/website/static/img/portfolio/safe.png b/website/static/img/portfolio/safe.png deleted file mode 100644 index 445942c..0000000 Binary files a/website/static/img/portfolio/safe.png and /dev/null differ diff --git a/website/static/img/portfolio/submarine.png b/website/static/img/portfolio/submarine.png deleted file mode 100644 index 6711d6e..0000000 Binary files a/website/static/img/portfolio/submarine.png and /dev/null differ diff --git a/website/static/img/scipy.png b/website/static/img/scipy.png new file mode 100644 index 0000000..0710ad9 Binary files /dev/null and b/website/static/img/scipy.png differ diff --git a/website/static/img/speakers/cabin.png b/website/static/img/speakers/cabin.png new file mode 100644 index 0000000..c64c59e Binary files /dev/null and b/website/static/img/speakers/cabin.png differ diff --git a/website/static/img/speakers/cake.png b/website/static/img/speakers/cake.png new file mode 100644 index 0000000..a16c3fe Binary files /dev/null and b/website/static/img/speakers/cake.png differ diff --git a/website/static/img/speakers/circus.png b/website/static/img/speakers/circus.png new file mode 100644 index 0000000..b3f5142 Binary files /dev/null and b/website/static/img/speakers/circus.png differ diff --git a/website/static/img/speakers/game.png b/website/static/img/speakers/game.png new file mode 100644 index 0000000..85420e8 Binary files /dev/null and b/website/static/img/speakers/game.png differ diff --git a/website/static/img/speakers/safe.png b/website/static/img/speakers/safe.png new file mode 100644 index 0000000..445942c Binary files /dev/null and b/website/static/img/speakers/safe.png differ diff --git a/website/static/img/speakers/submarine.png b/website/static/img/speakers/submarine.png new file mode 100644 index 0000000..6711d6e Binary files /dev/null and b/website/static/img/speakers/submarine.png differ diff --git a/website/templates/base.html b/website/templates/base.html index 40184e1..f8b2c00 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -56,7 +56,7 @@
SciPy India is a conference providing opportunities to spread the use of the Python programming language in the Scientific Computing community in India.