Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d25334c6

Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt

  • ID d25334c6f26a49abac9707a54e5b987bd587d96e
  • Vorgänger e7c11f83
  • Nachfolger 3740d9a0

Aenderungen hpschlaepfer

Unterschiede anzeigen:

css/less/menu.less
18 18
// - - - - List 3rd Level (Vertical)
19 19
//
20 20
// - HTML-MENU
21
// - -
21
// - HTML-MENU (Overrides)
22 22
// ----------------------------------------------------------------------------
23 23

  
24 24

  
......
258 258
      width: 32px
259 259
    }
260 260
    &:hover {
261
      color:blue;
261
      //color:blue;
262 262
      background-color: #d1d1d1;
263 263
      cursor: pointer;
264 264
    }
......
283 283
      margin-bottom: 4px;
284 284
    }
285 285
    &:hover {
286
      color:blue;
286
      //color:blue;
287 287
      background-color: #d1d1d1;
288 288
      cursor: pointer;
289 289
    }
......
311 311
  //  Indention
312 312
  div.s0 { padding-left: 2px ; }
313 313
  div.s1 { padding-left: 8px ; }
314
  div.s2 { padding-left: 16px ; }
314
  div.s2 { padding-left: 22px ; }
315 315

  
316 316

  
317 317
  img { vertical-align: top; border: 0; }
......
340 340

  
341 341

  
342 342

  
343
// --------------------------------------
344
// HTML-MENU (Overrides)
345
// --------------------------------------
346

  
347
#layout-split-left {
348
  width: 180px ;
349
  margin-top: 20px ;
350
  padding: 0 0 0 0 ;
351
  height: 100% ;
352
  overflow: hidden;
353
  display: block ;
354
  
355
  #html-menu {
356
    // Every menu item
357
    .mi {
358
      a.ml {
359
        width: 180px !important;
360
        // Icon
361
        .mii {
362
          display: none;
363
        }
364
        .mic {
365
          width: 180px !important;
366
          display: block;
367
        }
368
      }
369
      // First level menu item
370
      &.s0 {
371
        border-top: 1px #888 solid ;
372
        padding: 0.5em 0 1.0em 0.7em !important;
373
        display: table-cell;
374
        vertical-align: middle;
375
        letter-spacing: 1.4pt;
376
      }
377
      &.s0 a.ml .mic {
378
        font-size: 120%;
379
      }
380
      &.s1,
381
      &.s2 {
382
        padding-top: 0.4em ;
383
        padding-bottom: 0.2em ;
384
      }
385
      &.s2{
386
        padding-left: 32px ;
387
      }
388
      &.sm .ml .mic{
389
        font-style: normal;
390
        font-weight: normal;
391
        display: table-cell;
392
        vertical-align: middle;
393
        &:hover{
394
          color: #000000 ;
395
        }
396
        &:after{
397
          content: " ▼" ;
398
          color: #808080 ;
399
          font-size: 80% ;
400
        }
401
      }
402
    }
403
  } 
404
}
405

  
406

  
407
#layout-split-right {
408
  margin-left: 180px ;
409
  #content h1 {
410
    top: 28px ;
411
  }
412
  #content {
413
    top: 70px ;
414
  }
415
  .layout-actionbar {
416
    top: 36px;
417
  }
418
}
419

  
343 420

  
344 421

  
345 422

  

Auch abrufbar als: Unified diff