Commit 5d9542e0fd4a6be95eb833aef23f889389a6d8e0

styles change
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

22 font-size: 1em;22 font-size: 1em;
23 line-height: 1.4;23 line-height: 1.4;
24}24}
25body{
26background-color:#bcc8c0;
27 }
2528
26.navigation-style {29.navigation-style {
27 position: relative;30 position: relative;
28 margin-top: -20px;
31 margin-top: -60px;
29 height: 41px;32 height: 41px;
30 background: none repeat scroll 0% 0% rgb(1, 55, 40);33 background: none repeat scroll 0% 0% rgb(1, 55, 40);
34z-index:1000;
35opacity:0.7;
36padding-left:100px;
3137
32padding-left:150px;
33
34}38}
35.navigation-style > ul > li {39.navigation-style > ul > li {
36 font-size:18px;40 font-size:18px;
62 text-decoration: none;62 text-decoration: none;
63 display: inline-block;63 display: inline-block;
64}64}
65.navigation
66{
67margin-left:7em;
68 }
65hr {69hr {
66 color:blue;70 color:blue;
67}71}
185}185}
186186
187a:link {187a:link {
188color: #c00000;
188color: rgb(1, 55, 40);
189}189}
190190
191a:hover191a:hover
209ul.dropdown-menu {209ul.dropdown-menu {
210 margin:0;210 margin:0;
211 font-size:smaller;211 font-size:smaller;
212 background-color:rgb(1, 55, 49) ;
212 background-color:rgb(1, 55, 40) ;
213}213}
214.dropdown-menu li a {214.dropdown-menu li a {
215 padding: 3px 20px;215 padding: 3px 20px;
227 background-color:#3f3b42;227 background-color:#3f3b42;
228}228}
229.dropdown-menu > li > a:focus {229.dropdown-menu > li > a:focus {
230 background-color:#c00000;
230 background-color:#3f3b42;
231}231}
232.dropdown-menu232.dropdown-menu
233{ 233{
259margin-left:15%;259margin-left:15%;
260margin-top:2%;260margin-top:2%;
261text-align:center;261text-align:center;
262color:rgb(1, 55, 40);
262}263}
263/* Site Map style */264/* Site Map style */
264.dropdown-large {265.dropdown-large {
274}274}
275.col-lg-12 {275.col-lg-12 {
276 list-style:none;276 list-style:none;
277font-size:16px;
277}278}
278.dropdown-menu-large > li > ul {279.dropdown-menu-large > li > ul {
279 padding: 0;280 padding: 0;
431#small-footer {431#small-footer {
432 font-size:12px;432 font-size:12px;
433 margin-top:10px;433 margin-top:10px;
434margin-left:2em;
434}435}
435/* footer style ends here */436/* footer style ends here */
436437
635#quote-carousel .carousel-control.left 635#quote-carousel .carousel-control.left
636{ 636{
637 left: -12px;637 left: -12px;
638background-image:url( );
639 }638 }
640/* Next button */639/* Next button */
641#quote-carousel .carousel-control.right 640#quote-carousel .carousel-control.right
651 top: auto;651 top: auto;
652 bottom: 0px;652 bottom: 0px;
653 margin-right: -19px;653 margin-right: -19px;
654margin-bottom:-19px;
654 }655 }
655/* Changes the color of the indicators */656/* Changes the color of the indicators */
656#quote-carousel .carousel-indicators li 657#quote-carousel .carousel-indicators li
687 }687 }
688688
689689
690
691.img-heading
692{
693color:rgb(1, 55, 40);
694
695 }
690/**696/**
691 MEDIA QUERIES697 MEDIA QUERIES
692*/698*/
762position:absolute;762position:absolute;
763top: 1%;763top: 1%;
764padding-left: 10px; 764padding-left: 10px;
765 }
766.img-size
767{
768height:154px;
765 }769 }
766770
767/* ==========================================================================771/* ==========================================================================