Commit ae71bedb0ba3550517798d1700c4370d2de913bd
- Diff rendering mode:
- inline
- side by side
mouchak/static/css/main.css
(84 / 8)
  | |||
25 | 25 | body { | |
26 | 26 | margin: 0; | |
27 | 27 | padding: 0; | |
28 | |||
28 | 29 | } | |
29 | 30 | .container { | |
30 | 31 | margin-right:0; | |
31 | 32 | } | |
32 | 33 | .navigation-style { | |
33 | 34 | width: 960px; | |
34 | line-height: 30px; | ||
35 | // line-height: 30px; | ||
35 | 36 | position: relative; | |
36 | 37 | font-family: Arial,Helvetica,sans-serif; | |
37 | 38 | font-size: 12px; | |
38 | 39 | // float: left; | |
39 | 40 | margin-top: 25px; | |
40 | height: 43px; | ||
41 | height: 41px; | ||
41 | 42 | background: none repeat scroll 0% 0% #011100; | |
42 | 43 | } | |
43 | 44 | .navigation-style li { | |
… | … | ||
56 | 56 | ||
57 | 57 | .navigation-style li a { | |
58 | 58 | width:auto; | |
59 | color:red; | ||
59 | color:white; | ||
60 | 60 | } | |
61 | 61 | ||
62 | 62 | .navigation-style li:hover a{ | |
… | … | ||
92 | 92 | } | |
93 | 93 | ul.dropdown-menu li { | |
94 | 94 | // background:!important none repeat scroll 0% 0% rgb(255, 255, 255); | |
95 | border-bottom: 1px inset rgb(188, 181, 215); | ||
95 | // border-bottom: 1px inset rgb(188, 181, 215); | ||
96 | 96 | filter: none; | |
97 | 97 | font-size: 14px; | |
98 | 98 | display: block; | |
… | … | ||
105 | 105 | ul.dropdown-menu { | |
106 | 106 | margin:0; | |
107 | 107 | font-size:smaller; | |
108 | background-color:#c00000; | ||
108 | 109 | } | |
109 | 110 | .dropdown-menu li a { | |
110 | line-height:20px; | ||
111 | line-height:15px; | ||
112 | padding: 3px 20px; | ||
111 | 113 | } | |
114 | li.maintab:hover { | ||
115 | background-color:#c00000; | ||
116 | color:yellow; | ||
117 | } | ||
112 | 118 | .navigation-style ul li a:hover { | |
113 | 119 | color: white; | |
114 | 120 | text-decoration: none; | |
115 | 121 | } | |
116 | 122 | ||
117 | 123 | /*testing hover */ | |
118 | body{margin-top:0px;overflow-y:scroll;} | ||
124 | body{margin-top:0px; | ||
125 | overflow-y:scroll; | ||
126 | background-color:#ccc; | ||
127 | } | ||
119 | 128 | .glyphicon { margin-right:10px; } | |
120 | 129 | .panel-body { padding:0px; } | |
121 | 130 | .panel-body table tr td { padding-left: 15px } | |
122 | 131 | .panel-body .table {margin-bottom: 0px; } | |
123 | 132 | ||
133 | .col-md-12 { | ||
134 | width:85%; | ||
135 | } | ||
124 | 136 | .col-sm-3 col-md-3{ | |
125 | 137 | margin:0px 0px 0px -30px; | |
126 | 138 | } | |
… | … | ||
147 | 147 | .header-color{ | |
148 | 148 | color:red; | |
149 | 149 | } | |
150 | .well well-sm { | ||
150 | .well { | ||
151 | 151 | background-color:#fff; | |
152 | 152 | } | |
153 | |||
153 | /* Site Map style */ | ||
154 | .dropdown-large { | ||
155 | position: static !important; | ||
156 | } | ||
157 | .dropdown-menu-large { | ||
158 | margin-left: 16px; | ||
159 | margin-right: 16px; | ||
160 | padding: 20px 0px; | ||
161 | } | ||
162 | .dropdown-menu-large > li > ul { | ||
163 | padding: 0; | ||
164 | margin: 0; | ||
165 | } | ||
166 | .dropdown-menu-large > li > ul > li { | ||
167 | list-style: none; | ||
168 | } | ||
169 | .dropdown-menu-large > li > ul > li > a { | ||
170 | display: block; | ||
171 | padding: 3px 20px; | ||
172 | clear: both; | ||
173 | font-weight: normal; | ||
174 | line-height: 1.428571429; | ||
175 | color: #333333; | ||
176 | white-space: normal; | ||
177 | } | ||
178 | .dropdown-menu-large > li ul > li > a:hover, | ||
179 | .dropdown-menu-large > li ul > li > a:focus { | ||
180 | text-decoration: none; | ||
181 | color: #262626; | ||
182 | background-color: #f5f5f5; | ||
183 | } | ||
184 | .dropdown-menu-large .disabled > a, | ||
185 | .dropdown-menu-large .disabled > a:hover, | ||
186 | .dropdown-menu-large .disabled > a:focus { | ||
187 | color: #999999; | ||
188 | } | ||
189 | .dropdown-menu-large .disabled > a:hover, | ||
190 | .dropdown-menu-large .disabled > a:focus { | ||
191 | text-decoration: none; | ||
192 | background-color: transparent; | ||
193 | background-image: none; | ||
194 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | ||
195 | cursor: not-allowed; | ||
196 | } | ||
197 | .dropdown-menu-large .dropdown-header { | ||
198 | color: #428bca; | ||
199 | font-size: 18px; | ||
200 | } | ||
201 | @media (max-width: 768px) { | ||
202 | .dropdown-menu-large { | ||
203 | margin-left: 0 ; | ||
204 | margin-right: 0 ; | ||
205 | } | ||
206 | .dropdown-menu-large > li { | ||
207 | margin-bottom: 30px; | ||
208 | } | ||
209 | .dropdown-menu-large > li:last-child { | ||
210 | margin-bottom: 0; | ||
211 | } | ||
212 | .dropdown-menu-large .dropdown-header { | ||
213 | padding: 3px 15px !important; | ||
214 | } | ||
215 | } | ||
216 | /* style map styles end */ | ||
154 | 217 | ||
155 | 218 | ||
156 | 219 |
mouchak/static/img/fb.png
(3 / 0)
Binary files differ
mouchak/static/img/in.png
(3 / 0)
Binary files differ
Binary files differ