diff options
author | hardythe1 | 2015-06-11 17:43:02 +0530 |
---|---|---|
committer | hardythe1 | 2015-06-11 17:43:02 +0530 |
commit | c595c908937b8d10eabf3f01bf77e98861f88282 (patch) | |
tree | 4017e30afd9dddd5a3b4ecfccdf3bdeb59358a46 /website/static | |
parent | a3cf988a04053ed0ca683ef82ad51e0ea0452622 (diff) | |
download | SciPy2015-c595c908937b8d10eabf3f01bf77e98861f88282.tar.gz SciPy2015-c595c908937b8d10eabf3f01bf77e98861f88282.tar.bz2 SciPy2015-c595c908937b8d10eabf3f01bf77e98861f88282.zip |
Color Modifications
Diffstat (limited to 'website/static')
-rw-r--r-- | website/static/css/bootstrap.css | 66 | ||||
-rw-r--r-- | website/static/css/freelancer.css | 67 | ||||
-rw-r--r-- | website/static/img/scipy.png | bin | 0 -> 41671 bytes | |||
-rw-r--r-- | website/static/img/speakers/cabin.png (renamed from website/static/img/portfolio/cabin.png) | bin | 36514 -> 36514 bytes | |||
-rw-r--r-- | website/static/img/speakers/cake.png (renamed from website/static/img/portfolio/cake.png) | bin | 17068 -> 17068 bytes | |||
-rw-r--r-- | website/static/img/speakers/circus.png (renamed from website/static/img/portfolio/circus.png) | bin | 27984 -> 27984 bytes | |||
-rw-r--r-- | website/static/img/speakers/game.png (renamed from website/static/img/portfolio/game.png) | bin | 25896 -> 25896 bytes | |||
-rw-r--r-- | website/static/img/speakers/safe.png (renamed from website/static/img/portfolio/safe.png) | bin | 19240 -> 19240 bytes | |||
-rw-r--r-- | website/static/img/speakers/submarine.png (renamed from website/static/img/portfolio/submarine.png) | bin | 24330 -> 24330 bytes |
9 files changed, 71 insertions, 62 deletions
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/scipy.png b/website/static/img/scipy.png Binary files differnew file mode 100644 index 0000000..0710ad9 --- /dev/null +++ b/website/static/img/scipy.png diff --git a/website/static/img/portfolio/cabin.png b/website/static/img/speakers/cabin.png Binary files differindex c64c59e..c64c59e 100644 --- a/website/static/img/portfolio/cabin.png +++ b/website/static/img/speakers/cabin.png diff --git a/website/static/img/portfolio/cake.png b/website/static/img/speakers/cake.png Binary files differindex a16c3fe..a16c3fe 100644 --- a/website/static/img/portfolio/cake.png +++ b/website/static/img/speakers/cake.png diff --git a/website/static/img/portfolio/circus.png b/website/static/img/speakers/circus.png Binary files differindex b3f5142..b3f5142 100644 --- a/website/static/img/portfolio/circus.png +++ b/website/static/img/speakers/circus.png diff --git a/website/static/img/portfolio/game.png b/website/static/img/speakers/game.png Binary files differindex 85420e8..85420e8 100644 --- a/website/static/img/portfolio/game.png +++ b/website/static/img/speakers/game.png diff --git a/website/static/img/portfolio/safe.png b/website/static/img/speakers/safe.png Binary files differindex 445942c..445942c 100644 --- a/website/static/img/portfolio/safe.png +++ b/website/static/img/speakers/safe.png diff --git a/website/static/img/portfolio/submarine.png b/website/static/img/speakers/submarine.png Binary files differindex 6711d6e..6711d6e 100644 --- a/website/static/img/portfolio/submarine.png +++ b/website/static/img/speakers/submarine.png |