Commit 760ee773e0ca9faeb90f2acc9649c81d772d4be3

css is changed for navigation bar,footer,and the container and side bar is added
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

70 transition: 0.5s;70 transition: 0.5s;
71 } 71 }
7272
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103.navigation-style { 73.navigation-style {
104 position: relative;74 position: relative;
105 margin-top: -35px;75 margin-top: -35px;
106 height: 35px;
76 height: auto;
107 background: none repeat scroll 0% 0% rgb(1, 55, 40);77 background: none repeat scroll 0% 0% rgb(1, 55, 40);
108z-index:1000;78z-index:1000;
109opacity:0.7;79opacity:0.7;
11080
111padding-left:80px;
81padding-left:20%;
112width:auto; 82width:auto;
113 }83 }
114 84
1000 height: 35px;1000 height: 35px;
1001 background: none repeat scroll 0% 0% rgb(1, 55, 40);1001 background: none repeat scroll 0% 0% rgb(1, 55, 40);
1002 padding-top:2px;1002 padding-top:2px;
1003margin-top:4%;
1003margin-top:0%;
1004 } 1004 }
10051005
1006.footer-style li { 1006.footer-style li {
12021202
1203#content-container1203#content-container
1204{1204{
1205background-image:url()
1205background-image:url(/static/uploads/stonechariot1.jpg);
1206width:100%;
1207height:687px;
1208background-size:100%
1206 }1209 }
1207 1210
1208.well1211.well
1209{ 1212{
1210margin-left:8%;
1213margin-left:20%;
1214background:rgba(0, 0, 0, 0.6);
1215color:white;
1216margin-top:5%;
1217border-radius:7%;
1211 }1218 }