Commit b6ab3c9c33ef84eb7ecf77e1231b5ea92162424a

nav bar and footer  color changed and #container-content background size changed
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

74 position: relative;74 position: relative;
75 margin-top: -35px;75 margin-top: -35px;
76 height: auto;76 height: auto;
77 background: none repeat scroll 0% 0% rgb(1, 55, 40);
77 background: none repeat scroll 0% 0% rgb(1, 2, 2);
78z-index:1000;78z-index:1000;
79opacity:0.7;79opacity:0.7;
8080
171 background:rgba(0, 0, 0, 0.6);171 background:rgba(0, 0, 0, 0.6);
172 color:white;172 color:white;
173border-radius:3%;173border-radius:3%;
174font-family:'Open Sans', sans-serif;
175font-weight:bold;
174 }176 }
175 .dp177 .dp
176 { 178 {
253 }253 }
254254
255a:link { 255a:link {
256color:black;
256color:rgb(168, 218, 224);
257 }257 }
258258
259a:hover259a:hover
277ul.dropdown-menu { 277ul.dropdown-menu {
278 margin:0;278 margin:0;
279 font-size:smaller;279 font-size:smaller;
280 background-color:rgb(1, 55, 40) ;
280 background-color:rgb(1, 2, 2) ;
281 }281 }
282.dropdown-menu li a { 282.dropdown-menu li a {
283 padding: 3px 20px;
284 width:100%;
283 padding: 0px 15px;
284 width:100%;
285 } 285 }
286li.maintab:hover { 286li.maintab:hover {
287 background-color:#3F3B42;287 background-color:#3F3B42;
478 font-size: 18px;478 font-size: 18px;
479 margin-top: 15px;479 margin-top: 15px;
480 height: 41px;480 height: 41px;
481 background: none repeat scroll 0% 0% rgb(1, 55, 40);
481 background: none repeat scroll 0% 0% rgb(1, 2, 2);
482 margin:0px 0px 0px 20px;482 margin:0px 0px 0px 20px;
483 padding:0px 10px;483 padding:0px 10px;
484 }484 }
492 margin-top: 3px;492 margin-top: 3px;
493 } 493 }
494#collapse-sitemap .panel-body { 494#collapse-sitemap .panel-body {
495 background-color:rgb(1, 55, 40);
495 background-color:rgb(1, 2, 2);
496 padding-bottom:5px;496 padding-bottom:5px;
497opacity:0.9;
497 498
498 }499 }
499#small-footer { 500#small-footer {
1004 font-size: 16px;1004 font-size: 16px;
1005 color:#fff;1005 color:#fff;
1006 height: 35px;1006 height: 35px;
1007 background: none repeat scroll 0% 0% rgb(1, 55, 40);
1007 background: none repeat scroll 0% 0% rgb(1, 2, 2);
1008 padding-top:2px;1008 padding-top:2px;
1009margin-top:0%;
1010 }
1009margin-top:-0.7%;
1010opacity:0.9;
1011 }
10111012
1012.footer-style li { 1013.footer-style li {
1013 width:auto;1014 width:auto;
1147 } 1147 }
11481148
1149#lightbox .close { 1149#lightbox .close {
1150 opacity: 1;
1150 opacity: 0.6;
1151 color: rgb(255, 255, 255);1151 color: rgb(255, 255, 255);
1152 background-color: rgb(25, 25, 25);1152 background-color: rgb(25, 25, 25);
1153 padding: 5px 8px;
1153 padding: 1px 5px;
1154 border-radius: 30px;1154 border-radius: 30px;
1155 border: 2px solid rgb(255, 255, 255);1155 border: 2px solid rgb(255, 255, 255);
1156 position: absolute;1156 position: absolute;
1157 top: -15px;
1158 right: -55px;
1157 top: 34px;
1158 right: -65px;
1159 1159
1160 z-index:1032;1160 z-index:1032;
1161 }1161 }
1211{1211{
1212background-image:url(/static/uploads/stonechariot1.jpg);1212background-image:url(/static/uploads/stonechariot1.jpg);
1213width:100%;1213width:100%;
1214height:687px;
1215background-size:100%
1214background-size:100% 130%;
1216 }1215 }
1217 1216
1218.well1217.well
1219{ 1218{
1220margin-left:5%;1219margin-left:5%;
1221background:rgba(0, 0, 0, 0.6);
1220background:rgba(0, 0, 0, 0.4);
1222color:white;1221color:white;
1223margin-top:5%;1222margin-top:5%;
1224border-radius:7%;
1223border-radius:1%;
1225 }1224 }