--- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -24,6 +24,7 @@ } body{ background-color:#bcc8c0; +overflow-y:scroll; } .navigation-style { @@ -33,7 +34,7 @@ background: none repeat scroll 0% 0% rgb(1, 55, 40); z-index:1000; opacity:0.7; -padding-left:100px; +//padding-left:100px; } .navigation-style > ul > li { @@ -49,6 +50,7 @@ text-decoration: none; display: inline-block; font-size:16px; + float:left; } @@ -64,7 +66,7 @@ } .navigation { -margin-left:7em; +//margin-left:7em; } hr { color:blue; @@ -247,13 +249,6 @@ .header-color{ color:red; } - - - - - - - .col-md-4 { padding:0px 10px 0px 0px; width:14%; @@ -337,7 +332,7 @@ } } /* style map styles end */ -/*dropsown sub menu css */ +/*dropdown sub menu css */ .dropdown-submenu { position: relative; @@ -435,6 +430,262 @@ margin-left:2em; } /* footer style ends here */ + +/* Lightbox styles */ +@import "http://fonts.googleapis.com/css?family=Roboto:300,400,500,700"; + +.mt40 { margin-top: 40px; } + +.panel { position: relative; overflow: hidden; display: block; border-radius: 0 !important; } +.panel-default { border-color: #ebedef !important; } +.panel .panel-body { position: relative; padding: 0 !important; overflow: hidden; height: auto; } +.panel .panel-body a { overflow: hidden; } +.panel .panel-body a img { display: block; margin: 0; width: 100%; height: auto; + transition: all 0.5s; + -moz-transition: all 0.5s; + -webkit-transition: all 0.5s; + -o-transition: all 0.5s; +} +.panel .panel-body a.zoom:hover img { transform: scale(1.3); -ms-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -moz-transform: scale(1.3); } +.panel .panel-body a.zoom span.overlay { position: absolute; top: 0; left: 0; visibility: hidden; height: 100%; width: 100%; background-color: #000; opacity: 0; + transition: opacity .25s ease-out; + -moz-transition: opacity .25s ease-out; + -webkit-transition: opacity .25s ease-out; + -o-transition: opacity .25s ease-out; +} +.panel .panel-body a.zoom:hover span.overlay { display: block; visibility: visible; opacity: 0.55; -moz-opacity: 0.55; -webkit-opacity: 0.55; filter: alpha(opacity=65); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; } +.panel .panel-body a.zoom:hover span.overlay i { position: absolute; top: 45%; left: 0%; width: 100%; font-size: 2.25em; color: #fff !important; text-align: center; + opacity: 1; + -moz-opacity: 1; + -webkit-opacity: 1; + filter: alpha(opacity=1); + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; +} +.panel .panel-footer { padding: 8px !important; background-color: #f9f9f9 !important; border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; } +.panel .panel-footer h4 { display: inline; font: 400 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e margin: 0 !important; padding: 0 !important; } +.panel .panel-footer i.glyphicon { display: inline; font-size: 1.125em; cursor: pointer; } +.panel .panel-footer i.glyphicon-thumbs-up { color: #1abc9c; } +.panel .panel-footer i.glyphicon-thumbs-down { color: #e74c3c; padding-left: 5px; } +.panel .panel-footer div { width: 15px; display: inline; font: 300 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e; text-align: center; background-color: transparent !important; border: none !important; } + +.modal-title { font: 400 normal 1.625em "Roboto",Arial,Verdana,sans-serif; } +.modal-footer { font: 400 normal 1.125em "Roboto",Arial,Verdana,sans-serif; } + +/*! + * Lightbox for Bootstrap 3 by @ashleydw + * https://github.com/ashleydw/lightbox + * + * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE + */.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;padding-top:45%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left} +/* Lightbox styles ends here */ + +/* Carousel styles */ +.transition-timer-carousel .carousel-caption { + background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */ + background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ + width: 100%; + left: 0px; + right: 0px; + bottom: 0px; + text-align: left; + padding-top: 5px; + padding-left: 15%; + padding-right: 15%; +} +.transition-timer-carousel .carousel-caption .carousel-caption-header { + margin-top: 10px; + font-size: 24px; +} + +@media (min-width: 970px) { + /* Lower the font size of the carousel caption header so that our caption + doesn't take up the full image/slide on smaller screens */ + .transition-timer-carousel .carousel-caption .carousel-caption-header { + font-size: 36px; + } +} +.transition-timer-carousel .carousel-indicators { + bottom: 0px; + margin-bottom: 5px; +} +.transition-timer-carousel .carousel-control { + z-index: 11; +} +.transition-timer-carousel .transition-timer-carousel-progress-bar { + height: 5px; + background-color: #5cb85c; + width: 0%; + margin: -5px 0px 0px 0px; + border: none; + z-index: 11; + position: relative; +} +.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{ + /* We make the transition time shorter to avoid the slide transitioning + before the timer bar is "full" - change the 4.25s here to fit your + carousel's transition time */ + -webkit-transition: width 4.25s linear; + -moz-transition: width 4.25s linear; + -o-transition: width 4.25s linear; + transition: width 4.25s linear; +} +/* Carousel styles ends here */ +/* side bar css */ +/* side menu css */ + +#page-content-wrapper { + visibility: hidden; +} + +@media (max-width:767px) { + .wrapper { + padding-left: 70px; +} +.sidebar-wrapper { + left: 70px; +} + +.wrapper.active .container{ + padding-left: 150px; +} + +.wrapper.active .sidebar-wrapper { + left: 150px; + width: 150px; +} + +} + +.sidebar-wrapper .row { + margin: 10px 0; +} + +.link_disabled { + pointer-events: none; + cursor: none; + color: gray; +} + +@media (max-width:450px) { + .thumbnail { + height: 350px; +} + +.caption_heading { + height: 100px; +} + +} +/* -------------end ----------- */ +.wrapper.active { + padding-left: 0px; +// border-right:2px solid #000; +// margin-left:90px; +} + +.wrapper.active .sidebar-wrapper { + left: 250px; + /*border-right:4px solid #727272;*/ +} + +.heading { + border-bottom:1px solid #262525; +} + +#message { + padding-left: 15px; + padding-right: -15px; +} + + +.menu-toggle { + font-size:18px; + color:#000; +} +.menu-icon { + margin-left: -30px; +} +.main_icon { + margin-right:20px; +} + +.personal-info,.server-stats { + list-style: none; + padding-left: 0; +} + +.progress { + + height: 5px; +} + +h5 { + color: #000; +} + +.radio, .checkbox { + color:#000; + margin-left: 10px; +} +.radio label, .checkbox label { + font-size:14px; +} + +.sidebar-wrapper { + /*transform*/ + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -o-transform: translateZ(0); + -ms-transform: translateZ(0); + transform: translateZ(0); + margin-left: -250px; + left: 20px; + margin-top: 30px; + width: 270px; + background: #f0f0f0; + position: fixed; + height: auto; + -ms-overflow-y: auto; + overflow-y: auto; + z-index: 10000; + -webkit-transition: all .4s ease 0s; + -moz-transition: all .4s ease 0s; + -o-transition: all .4s ease 0s; + -ms-transition: all .4s ease 0s; + transition: all .4s ease 0s; + box-shadow: 1px 1px 1px #262525; + border-left: none; + padding-right: 5px; + padding-left: 10px; +} + +.home-icon-title { + /*text-align: center;*/ +} +.sidebar-link a{ + color:#262525; + padding-left:10px; + font-size:16px; +} +.sidebar-link a:hover{ + color:#262525; +} +.sidebar-heading { + color:#1e9e04; + padding-left:10px; + font-size:18px; + +} +.row { + margin-left: 0; + margin-right: 0; +} +/* sidebar css ends here */ /* Search box styles */