Crepuscule (Talk | contribs) |
Crepuscule (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ||
− | + | ||
+ | |||
+ | |||
+ | |||
+ | /* Pills | ||
+ | ---------------------------------- */ | ||
+ | .nav-pills > li.active > a, | ||
+ | .nav-pills > li.active > a:hover, | ||
+ | .nav-pills > li.active > a:focus, | ||
+ | .nav-pills > li > a:hover { | ||
+ | background-color: #55acee; | ||
+ | border-color: #55acee; | ||
+ | color: #ffffff; | ||
} | } | ||
− | . | + | .nav-pills > li > a { |
− | + | border-radius: 0; | |
+ | padding: 8px 20px; | ||
+ | border: 1px solid #cacaca; | ||
+ | color: #666666; | ||
+ | font-size: 12px; | ||
+ | text-transform: uppercase; | ||
+ | font-weight: 300; | ||
} | } | ||
− | + | ||
− | + | /* Forms | |
− | + | ---------------------------------- */ | |
+ | .form-control { | ||
+ | height: 45px; | ||
+ | -webkit-border-radius: 0px; | ||
+ | -moz-border-radius: 0px; | ||
+ | border-radius: 0px; | ||
} | } | ||
− | + | .form-control-feedback { | |
− | + | color: #cccccc; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | .has-feedback label.sr-only ~ .form-control-feedback { | |
− | + | top: 15px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | textarea { | |
− | + | resize: vertical; | |
− | + | ||
− | + | ||
} | } | ||
− | + | ||
− | + | /* Modals | |
− | + | ---------------------------------- */ | |
+ | .modal-content { | ||
+ | -webkit-border-radius: 0px; | ||
+ | -moz-border-radius: 0px; | ||
+ | border-radius: 0px; | ||
} | } | ||
− | + | .modal-header { | |
− | + | background-color: #55acee; | |
+ | color: #ffffff; | ||
} | } | ||
− | h4{ | + | .modal-header h4 { |
− | + | color: #ffffff; | |
− | + | ||
} | } | ||
− | + | .modal-header .close { | |
− | + | font-weight: 300; | |
− | + | color: #FFFFFF; | |
− | + | text-shadow: none; | |
+ | filter: alpha(opacity=100); | ||
+ | opacity: 1; | ||
} | } | ||
− | + | ||
− | + | /* Large devices (Large desktops 1200px and up) */ | |
+ | @media (min-width:1200px) { | ||
+ | .modal-lg { | ||
+ | width: 1140px; | ||
+ | } | ||
} | } | ||
− | + | ||
− | + | /* Media | |
− | + | ---------------------------------- */ | |
− | + | .media .fa { | |
− | + | font-size: 24px; | |
+ | width: 40px; | ||
+ | height: 25px; | ||
+ | line-height: 25px; | ||
+ | padding: 0 5px; | ||
+ | text-align: center; | ||
} | } | ||
− | + | ||
− | + | /* Navigations | |
+ | ----------------------------------------------------------------------------- */ | ||
+ | .header .navbar { | ||
+ | margin-bottom: 0; | ||
} | } | ||
− | + | .main-navigation .navbar-default { | |
− | + | background-color: transparent; | |
+ | border: none; | ||
} | } | ||
− | a | + | .main-navigation .navbar-default .navbar-nav > li > a { |
− | + | color: #fff; | |
+ | padding: 10px 20px; | ||
+ | font-size: 18px; | ||
+ | font-weight: 300; | ||
} | } | ||
− | a | + | .main-navigation .navbar-default .navbar-nav > li.active > a { |
− | + | background-color: transparent; | |
− | + | color: #55acee; | |
} | } | ||
− | . | + | .main-navigation .navbar-default .navbar-nav > li > a:hover, |
− | + | .main-navigation .navbar-default .navbar-nav > li.active > a:hover { | |
+ | color: #55acee; | ||
} | } | ||
− | + | @media (min-width:768px) { | |
− | + | .main-navigation .navbar-default .navbar-nav > li > a { | |
− | + | padding-top: 30px; | |
− | + | padding-bottom: 30px; | |
+ | -webkit-transition: all 0.3s ease-in-out; | ||
+ | -moz-transition: all 0.3s ease-in-out; | ||
+ | -o-transition: all 0.3s ease-in-out; | ||
+ | -ms-transition: all 0.3s ease-in-out; | ||
+ | transition: all 0.3s ease-in-out; | ||
+ | } | ||
} | } | ||
− | . | + | @media (min-width:768px) and (max-width:991px) { |
− | + | .main-navigation .container-fluid { | |
+ | padding-left: 0; | ||
+ | padding-right: 0; | ||
+ | } | ||
+ | .navbar-nav { | ||
+ | float: left !important; | ||
+ | } | ||
} | } | ||
− | . | + | @media (max-width:767px) { |
− | + | .header.navbar-fixed-top { | |
+ | position: absolute; | ||
+ | } | ||
} | } | ||
− | . | + | |
− | + | /* Fixed Header | |
− | + | ----------------------------------------------------------------------------- */ | |
+ | .fixed-header-on .header { | ||
+ | background-color: rgba(0, 0, 0, 0.95); | ||
+ | padding: 5px 0; | ||
} | } | ||
− | . | + | .fixed-header-on .site-name { |
− | + | font-size: 24px; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .fixed-header-on .logo { |
− | + | -webkit-transform: scale(0.8); | |
+ | transform: scale(0.8); | ||
+ | margin-top: 0; | ||
+ | margin-bottom: 0; | ||
} | } | ||
− | + | @media (min-width:768px) { | |
− | + | .fixed-header-on .navbar-default .navbar-nav > li > a { | |
− | + | padding-top: 20px; | |
− | + | padding-bottom: 20px; | |
+ | } | ||
} | } | ||
− | + | @media (max-width:991px) { | |
− | + | .fixed-header-on .logo, | |
+ | .fixed-header-on .site-name, | ||
+ | .fixed-header-on .site-slogan { | ||
+ | display: none; | ||
+ | } | ||
} | } | ||
− | + | /* Blocks/Widgets | |
− | /* | + | |
----------------------------------------------------------------------------- */ | ----------------------------------------------------------------------------- */ | ||
− | + | /* Logo, Site Name, Site Slogan | |
− | + | ---------------------------------- */ | |
− | + | .logo { | |
− | + | margin: 10px 10px 10px 0; | |
− | + | -webkit-transition: all 0.3s ease-in-out; | |
− | + | -moz-transition: all 0.3s ease-in-out; | |
− | + | -o-transition: all 0.3s ease-in-out; | |
− | + | -ms-transition: all 0.3s ease-in-out; | |
− | + | transition: all 0.3s ease-in-out; | |
} | } | ||
− | . | + | .logo, |
− | + | .site-name-and-slogan { | |
− | + | float: left; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .site-name { |
− | + | font-size: 36px; | |
− | + | -webkit-transition: all 0.3s ease-in-out; | |
− | + | -moz-transition: all 0.3s ease-in-out; | |
+ | -o-transition: all 0.3s ease-in-out; | ||
+ | -ms-transition: all 0.3s ease-in-out; | ||
+ | transition: all 0.3s ease-in-out; | ||
} | } | ||
− | . | + | .site-name a { |
− | + | color: #ffffff; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .site-name a:hover { |
− | + | text-decoration: none; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .site-slogan { |
− | + | font-size: 12px; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | ||
− | + | /* Testimonials | |
− | + | ---------------------------------- */ | |
+ | .testimonial .media-left { | ||
+ | width: 60px; | ||
} | } | ||
− | + | /* Social Links | |
− | + | ---------------------------------- */ | |
− | + | .social-links { | |
− | + | padding: 0; | |
− | + | list-style: none; | |
− | /* | + | margin: 15px 0; |
− | + | ||
− | . | + | |
− | + | ||
− | + | ||
} | } | ||
− | . | + | .social-links li { |
− | + | margin: 10px 25px 10px 0; | |
− | + | display: inline-block; | |
− | + | font-size: 36px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .social-links li a { |
− | + | color: #333333; | |
− | + | -webkit-transition: all 0.2s ease-in-out; | |
− | + | -moz-transition: all 0.2s ease-in-out; | |
+ | -o-transition: all 0.2s ease-in-out; | ||
+ | -ms-transition: all 0.2s ease-in-out; | ||
+ | transition: all 0.2s ease-in-out; | ||
} | } | ||
− | . | + | .social-links li.twitter a:hover { |
− | . | + | color: #55acee; |
− | + | ||
} | } | ||
− | . | + | .social-links li.skype a:hover { |
− | + | color: #00aff0; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .social-links li.linkedin a:hover { |
− | + | color: #0976b4; | |
− | + | ||
} | } | ||
− | . | + | .social-links li.googleplus a:hover { |
− | + | color: #dd4b39; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .social-links li.youtube a:hover { |
− | + | color: #b31217; | |
} | } | ||
− | . | + | .social-links li.flickr a:hover { |
− | + | color: #ff0084; | |
− | + | ||
} | } | ||
− | . | + | .social-links li.facebook a:hover { |
− | + | color: #3b5998; | |
} | } | ||
− | . | + | .social-links li.pinterest a:hover { |
− | + | color: #cb2027; | |
} | } | ||
− | + | /* Isotope Items | |
− | + | ---------------------------------- */ | |
− | /* | + | .filters { |
− | + | margin: 0 0 30px 0; | |
− | . | + | |
− | + | ||
− | + | ||
} | } | ||
− | . | + | .filters .nav-pills > li { |
− | + | margin-right: 2px; | |
− | + | margin-bottom: 2px; | |
− | + | ||
} | } | ||
− | + | .filters .nav-pills > li + li { | |
− | + | margin-left: 0px; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | .text-center.filters .nav-pills > li { | |
+ | margin-right: 2px; | ||
+ | margin-left: 2px; | ||
+ | margin-bottom: 2px; | ||
+ | display: inline-block; | ||
+ | float: none; | ||
} | } | ||
− | . | + | .isotope-container { |
− | + | overflow: hidden; | |
} | } | ||
− | . | + | .isotope-item { |
− | + | margin-bottom: 20px; | |
} | } | ||
− | . | + | .isotope-item .btn-default { |
− | + | color: #999999; | |
} | } | ||
− | . | + | .isotope-item .btn-default:hover { |
− | + | color: #ffffff; | |
} | } | ||
− | + | @media (max-width:480px) { | |
− | - | + | .filters .nav-pills > li { |
− | . | + | width: 100%; |
− | . | + | display: block; |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | ||
− | + | /* Images Overlay | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | /* | + | |
----------------------------------------------------------------------------- */ | ----------------------------------------------------------------------------- */ | ||
− | + | .overlay-container { | |
− | - | + | position: relative; |
− | + | display: block; | |
− | + | overflow: hidden; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .overlay { |
− | + | position: absolute; | |
− | + | top: 0; | |
+ | bottom: -1px; | ||
+ | left: 0; | ||
+ | right: -1px; | ||
+ | background-color: rgba(85, 172, 238, 0.9); | ||
+ | cursor: pointer; | ||
+ | overflow: hidden; | ||
+ | opacity: 0; | ||
+ | filter: alpha(opacity=0); | ||
+ | -webkit-transform: scale(0.8); | ||
+ | transform: scale(0.8); | ||
+ | -webkit-transition: all linear 0.2s; | ||
+ | -moz-transition: all linear 0.2s; | ||
+ | -ms-transition: all linear 0.2s; | ||
+ | -o-transition: all linear 0.2s; | ||
+ | transition: all linear 0.2s; | ||
} | } | ||
− | . | + | .overlay:hover { |
− | + | text-decoration: none; | |
− | + | ||
− | + | ||
} | } | ||
− | + | .overlay span { | |
− | + | position: absolute; | |
− | + | display: block; | |
− | + | bottom: 10px; | |
− | + | text-align: center; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
width: 100%; | width: 100%; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
color: #ffffff; | color: #ffffff; | ||
− | + | font-size: 13px; | |
− | + | font-weight: 300; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .overlay i { |
− | + | ||
− | + | ||
position: absolute; | position: absolute; | ||
− | + | left: 50%; | |
− | + | ||
− | + | ||
top: 50%; | top: 50%; | ||
− | + | font-size: 18px; | |
− | + | line-height: 1x; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
color: #ffffff; | color: #ffffff; | ||
+ | margin-top: -8px; | ||
+ | margin-left: -8px; | ||
+ | text-align: center; | ||
} | } | ||
− | . | + | .overlay-container:hover .overlay { |
− | + | opacity: 1; | |
− | + | filter: alpha(opacity=100); | |
− | + | -webkit-transform: scale(1); | |
− | + | transform: scale(1); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | -- | + | |
− | + | ||
} | } |
Revision as of 12:14, 13 September 2016
/* Pills
*/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover { background-color: #55acee; border-color: #55acee; color: #ffffff; } .nav-pills > li > a { border-radius: 0; padding: 8px 20px; border: 1px solid #cacaca; color: #666666; font-size: 12px; text-transform: uppercase; font-weight: 300; }
/* Forms
*/
.form-control { height: 45px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .form-control-feedback { color: #cccccc; } .has-feedback label.sr-only ~ .form-control-feedback { top: 15px; } textarea { resize: vertical; }
/* Modals
*/
.modal-content { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .modal-header { background-color: #55acee; color: #ffffff; } .modal-header h4 { color: #ffffff; } .modal-header .close { font-weight: 300; color: #FFFFFF; text-shadow: none; filter: alpha(opacity=100); opacity: 1; }
/* Large devices (Large desktops 1200px and up) */ @media (min-width:1200px) { .modal-lg { width: 1140px; } }
/* Media
*/
.media .fa { font-size: 24px; width: 40px; height: 25px; line-height: 25px; padding: 0 5px; text-align: center; }
/* Navigations
*/
.header .navbar { margin-bottom: 0; } .main-navigation .navbar-default { background-color: transparent; border: none; } .main-navigation .navbar-default .navbar-nav > li > a { color: #fff; padding: 10px 20px; font-size: 18px; font-weight: 300; } .main-navigation .navbar-default .navbar-nav > li.active > a { background-color: transparent; color: #55acee; } .main-navigation .navbar-default .navbar-nav > li > a:hover, .main-navigation .navbar-default .navbar-nav > li.active > a:hover { color: #55acee; } @media (min-width:768px) { .main-navigation .navbar-default .navbar-nav > li > a { padding-top: 30px; padding-bottom: 30px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } } @media (min-width:768px) and (max-width:991px) { .main-navigation .container-fluid { padding-left: 0; padding-right: 0; } .navbar-nav { float: left !important; } } @media (max-width:767px) { .header.navbar-fixed-top { position: absolute; } }
/* Fixed Header
*/
.fixed-header-on .header { background-color: rgba(0, 0, 0, 0.95); padding: 5px 0; } .fixed-header-on .site-name { font-size: 24px; } .fixed-header-on .logo { -webkit-transform: scale(0.8); transform: scale(0.8); margin-top: 0; margin-bottom: 0; } @media (min-width:768px) { .fixed-header-on .navbar-default .navbar-nav > li > a { padding-top: 20px; padding-bottom: 20px; } } @media (max-width:991px) { .fixed-header-on .logo, .fixed-header-on .site-name, .fixed-header-on .site-slogan { display: none; } }
/* Blocks/Widgets
*/
/* Logo, Site Name, Site Slogan
*/
.logo { margin: 10px 10px 10px 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .logo, .site-name-and-slogan { float: left; } .site-name { font-size: 36px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .site-name a { color: #ffffff; } .site-name a:hover { text-decoration: none; } .site-slogan { font-size: 12px; }
/* Testimonials
*/
.testimonial .media-left { width: 60px; }
/* Social Links
*/
.social-links { padding: 0; list-style: none; margin: 15px 0; } .social-links li { margin: 10px 25px 10px 0; display: inline-block; font-size: 36px; } .social-links li a { color: #333333; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .social-links li.twitter a:hover { color: #55acee; } .social-links li.skype a:hover { color: #00aff0; } .social-links li.linkedin a:hover { color: #0976b4; } .social-links li.googleplus a:hover { color: #dd4b39; } .social-links li.youtube a:hover { color: #b31217; } .social-links li.flickr a:hover { color: #ff0084; } .social-links li.facebook a:hover { color: #3b5998; } .social-links li.pinterest a:hover { color: #cb2027; }
/* Isotope Items
*/
.filters { margin: 0 0 30px 0; } .filters .nav-pills > li { margin-right: 2px; margin-bottom: 2px; } .filters .nav-pills > li + li { margin-left: 0px; } .text-center.filters .nav-pills > li { margin-right: 2px; margin-left: 2px; margin-bottom: 2px; display: inline-block; float: none; } .isotope-container { overflow: hidden; } .isotope-item { margin-bottom: 20px; } .isotope-item .btn-default { color: #999999; } .isotope-item .btn-default:hover { color: #ffffff; } @media (max-width:480px) { .filters .nav-pills > li { width: 100%; display: block; } }
/* Images Overlay
*/
.overlay-container { position: relative; display: block; overflow: hidden; } .overlay { position: absolute; top: 0; bottom: -1px; left: 0; right: -1px; background-color: rgba(85, 172, 238, 0.9); cursor: pointer; overflow: hidden; opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition: all linear 0.2s; -moz-transition: all linear 0.2s; -ms-transition: all linear 0.2s; -o-transition: all linear 0.2s; transition: all linear 0.2s; } .overlay:hover { text-decoration: none; } .overlay span { position: absolute; display: block; bottom: 10px; text-align: center; width: 100%; color: #ffffff; font-size: 13px; font-weight: 300; } .overlay i { position: absolute; left: 50%; top: 50%; font-size: 18px; line-height: 1x; color: #ffffff; margin-top: -8px; margin-left: -8px; text-align: center; } .overlay-container:hover .overlay { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); }