Commit ae71bedb0ba3550517798d1700c4370d2de913bd
- mouchak/static/css/main.css 92 --------++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- mouchak/static/img/fb.png 0
- mouchak/static/img/in.png 0
- mouchak/static/img/twitter.png 0
- Diff rendering mode:
- inline
- side by side
mouchak/static/css/main.css
25 | body { | 25 | body { |
---|---|---|---|
26 | margin: 0; | 26 | margin: 0; |
27 | padding: 0; | 27 | padding: 0; |
28 | |||
28 | } | 29 | } |
29 | .container { | 30 | .container { |
30 | margin-right:0; | 31 | margin-right:0; |
31 | } | 32 | } |
32 | .navigation-style { | 33 | .navigation-style { |
33 | width: 960px; | 34 | width: 960px; |
34 | 35 | // line-height: 30px; | |
35 | position: relative; | 36 | position: relative; |
36 | font-family: Arial,Helvetica,sans-serif; | 37 | font-family: Arial,Helvetica,sans-serif; |
37 | font-size: 12px; | 38 | font-size: 12px; |
38 | // float: left; | 39 | // float: left; |
39 | margin-top: 25px; | 40 | margin-top: 25px; |
40 | 41 | height: 41px; | |
41 | background: none repeat scroll 0% 0% #011100; | 42 | background: none repeat scroll 0% 0% #011100; |
42 | } | 43 | } |
43 | .navigation-style li { | 44 | .navigation-style li { |
… | … | ||
56 | 56 | ||
57 | .navigation-style li a { | 57 | .navigation-style li a { |
58 | width:auto; | 58 | width:auto; |
59 | 59 | color:white; | |
60 | } | 60 | } |
61 | 61 | ||
62 | .navigation-style li:hover a{ | 62 | .navigation-style li:hover a{ |
… | … | ||
92 | } | 92 | } |
93 | ul.dropdown-menu li { | 93 | ul.dropdown-menu li { |
94 | // background:!important none repeat scroll 0% 0% rgb(255, 255, 255); | 94 | // background:!important none repeat scroll 0% 0% rgb(255, 255, 255); |
95 | 95 | // border-bottom: 1px inset rgb(188, 181, 215); | |
96 | filter: none; | 96 | filter: none; |
97 | font-size: 14px; | 97 | font-size: 14px; |
98 | display: block; | 98 | display: block; |
… | … | ||
105 | ul.dropdown-menu { | 105 | ul.dropdown-menu { |
106 | margin:0; | 106 | margin:0; |
107 | font-size:smaller; | 107 | font-size:smaller; |
108 | background-color:#c00000; | ||
108 | } | 109 | } |
109 | .dropdown-menu li a { | 110 | .dropdown-menu li a { |
110 | 111 | line-height:15px; | |
112 | padding: 3px 20px; | ||
111 | } | 113 | } |
114 | li.maintab:hover { | ||
115 | background-color:#c00000; | ||
116 | color:yellow; | ||
117 | } | ||
112 | .navigation-style ul li a:hover { | 118 | .navigation-style ul li a:hover { |
113 | color: white; | 119 | color: white; |
114 | text-decoration: none; | 120 | text-decoration: none; |
115 | } | 121 | } |
116 | 122 | ||
117 | /*testing hover */ | 123 | /*testing hover */ |
118 | 124 | body{margin-top:0px; | |
125 | overflow-y:scroll; | ||
126 | background-color:#ccc; | ||
127 | } | ||
119 | .glyphicon { margin-right:10px; } | 128 | .glyphicon { margin-right:10px; } |
120 | .panel-body { padding:0px; } | 129 | .panel-body { padding:0px; } |
121 | .panel-body table tr td { padding-left: 15px } | 130 | .panel-body table tr td { padding-left: 15px } |
122 | .panel-body .table {margin-bottom: 0px; } | 131 | .panel-body .table {margin-bottom: 0px; } |
123 | 132 | ||
133 | .col-md-12 { | ||
134 | width:85%; | ||
135 | } | ||
124 | .col-sm-3 col-md-3{ | 136 | .col-sm-3 col-md-3{ |
125 | margin:0px 0px 0px -30px; | 137 | margin:0px 0px 0px -30px; |
126 | } | 138 | } |
… | … | ||
147 | .header-color{ | 147 | .header-color{ |
148 | color:red; | 148 | color:red; |
149 | } | 149 | } |
150 | 150 | .well { | |
151 | background-color:#fff; | 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
1 | PNG | ||
---|---|---|---|
2 | |||
3 |