Commit 443c58b5b1722ea89b7cb41c3eaec29cfcb7b66f

+Logo, +navigation styles
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

256#ff-icon {256#ff-icon {
257 background:url("/static/img/frequency-finder.svg") no-repeat;257 background:url("/static/img/frequency-finder.svg") no-repeat;
258 background-size:100%;258 background-size:100%;
259 width:40px;
259}260}
260261
261#ff-icon.active {262#ff-icon.active {
262 background:url("/static/img/frequency-finder-active.svg") no-repeat;263 background:url("/static/img/frequency-finder-active.svg") no-repeat;
263 background-size:100%;264 background-size:100%;
265 width:40px;
264}266}
265267
266#ss-icon {268#ss-icon {
267 background:url("/static/img/signal-strength.svg") no-repeat;269 background:url("/static/img/signal-strength.svg") no-repeat;
268 background-size:100%;270 background-size:100%;
271 width:40px;
269}272}
270273
271#ss-icon.active {274#ss-icon.active {
272 background:url("/static/img/signal-strength-active.svg") no-repeat;275 background:url("/static/img/signal-strength-active.svg") no-repeat;
273 background-size:100%;276 background-size:100%;
277 width:40px;
274}278}
275279
276#gr-icon {280#gr-icon {
277 background:url("/static/img/global-radio-policy.svg") no-repeat;281 background:url("/static/img/global-radio-policy.svg") no-repeat;
278 background-size:100%;282 background-size:100%;
283 width:40px;
279}284}
280285
281#gr-icon.active {286#gr-icon.active {
282 background:url("/static/img/global-radio-policy-active.svg") no-repeat;287 background:url("/static/img/global-radio-policy-active.svg") no-repeat;
283 background-size:100%;288 background-size:100%;
289 width:40px;
284}290}
285291
286#mu-icon {292#mu-icon {
287 background:url("/static/img/mobile-telephony.svg") no-repeat;293 background:url("/static/img/mobile-telephony.svg") no-repeat;
288 background-size:100%;294 background-size:100%;
295 width:40px;
289}296}
290297
291#mu-icon.active {298#mu-icon.active {
292 background:url("/static/img/mobile-telephony-active.svg") no-repeat;299 background:url("/static/img/mobile-telephony-active.svg") no-repeat;
293 background-size:100%;300 background-size:100%;
301 width:40px;
294}302}
295303
296.navicon {304.navicon {
297 width:50px;305 width:50px;
298 height:50px;306 height:50px;
307 margin-top:5px;
299}308}
309
310.navbar-brand {
311 padding-top:8px;
312}
300.icon-resize {313.icon-resize {
301 padding-top:5px;314 padding-top:5px;
302 padding-bottom:5px;315 padding-bottom:5px;
317#navpos {317#navpos {
318 margin-left:15%;318 margin-left:15%;
319 padding-left:3%;319 padding-left:3%;
320 height:35px;
321}
322
323.navbar-nav>li>a {
324 padding-top:0px;
325 padding-bottom:0px;
326}
327
328#rightmenu {
329 padding-top:5px;
330 margin-top:5px;
320}331}
321/* main navigation image style end */332/* main navigation image style end */
322333