Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 54b5a7cf

Von Andreas Rudin vor fast 5 Jahren hinzugefügt

  • ID 54b5a7cff6c154c2432de9dcf212ae437147d8ba
  • Vorgänger 8942b696
  • Nachfolger d7c5b213

Neues Design Bugfix: CVar-Konfiguration: vergessene Fussnoten ergänzt

Ausserdem diverse kleinere Layout- und Sprach-Anpassungen

Unterschiede anzeigen:

css/style.css
330 330
  color: #ffffff;
331 331
  text-decoration: underline;
332 332
  /*underline*/
333

  
334 333
}
335 334
#frame-header span.frame-header-element span.mandate {
336 335
  text-transform: uppercase ;
......
376 375
#frame-header div.frame-header-quicksearch {
377 376
  display: block;
378 377
  overflow: hidden;
379
  margin: 0 auto;
378
  margin: 0.1em auto 0 auto;
380 379
  text-align: center;
381
  width: 70%;
380
  width: auto;
382 381
}
383 382
#frame-header div.frame-header-quicksearch span.frame-header-quicksearch input {
384 383
  font-size: 9pt;
......
439 438
  color: #1b1b0e;
440 439
  vertical-align: middle;
441 440
  /* List 2nd Level (Vertical) */
442

  
443 441
}
444 442
#menuv3 > ul > li:hover {
445 443
  background-color: #ccccbb;
......
1867 1865
table td > span.data {
1868 1866
  display: block;
1869 1867
  overflow: hidden ;
1870
  height: 15.299999999999999pt;
1868
  height: 15.3pt;
1871 1869
  font-size: 9pt;
1872 1870
  color: #1b1b0e;
1873 1871
  border: 1px #ccccbb solid;
......
3369 3367
ul.footnotes {
3370 3368
  list-style-type: none !important ;
3371 3369
  list-style-position: outside ;
3372
  margin: 1.0em 0 0 1.8em !important ;
3370
  margin: 0 0 0 1.8em !important ;
3373 3371
}
3374 3372
ul.footnotes li sup {
3375 3373
  display: inline-block;
......
4803 4801
  font-weight: normal;
4804 4802
  font-size: 100% ;
4805 4803
  /* margin:       0 0 1.2em 0; */
4806

  
4807 4804
  padding: 0 0 0.0em 0;
4808 4805
  display: block;
4809 4806
}
......
5739 5736
ul.context-menu-list li.context-menu-item > .context-menu-list {
5740 5737
  display: none;
5741 5738
  /* re-positioned by js */
5742

  
5743 5739
  right: -5px;
5744 5740
  top: 5px;
5745 5741
}
......
5755 5751
}
5756 5752
ul.context-menu-list .context-menu-input {
5757 5753
  /* vertically align inside labels */
5758

  
5759 5754
  /* position checkboxes and radios as icons */
5760

  
5761 5755
}
5762 5756
ul.context-menu-list .context-menu-input > label > * {
5763 5757
  vertical-align: top;
......
6738 6732
  font: menu;
6739 6733
  font-size: 11pt;
6740 6734
  /*hps: vorher 12px */
6741

  
6742 6735
  line-height: 16px;
6743 6736
  overflow: hidden;
6744 6737
}
......
6766 6759
.ms2side__header {
6767 6760
  color: #666;
6768 6761
  /* hps */
6769

  
6770 6762
  font-size: 9pt;
6771 6763
  line-height: 1.0em;
6772 6764
  padding: 0 0 0.3em 0;
......
6797 6789
  border: 1px solid black;
6798 6790
  width: auto !important;
6799 6791
  /* hps */
6800

  
6801 6792
  background-color: #e0e0d6;
6802 6793
  /* hps */
6803

  
6804 6794
  color: #1b1b0e;
6805 6795
  /* hps */
6806

  
6807 6796
  border-color: 1px #292914 solid;
6808 6797
  /* hps */
6809

  
6810 6798
  border-radius: 3px;
6811 6799
  /* hps */
6812

  
6813 6800
}
6814 6801
.ms2side__options p.ms2side_hover,
6815 6802
.ms2side__updown p.ms2side_hover {
6816 6803
  background-color: #3C3C3B;
6817 6804
  /* hps */
6818

  
6819 6805
  border-color: #000000;
6820 6806
  color: #ffffff ;
6821 6807
  cursor: pointer;
......
6830 6816
.ms2side__div select {
6831 6817
  width: 12.0em;
6832 6818
  /*hps:400px*/
6833

  
6834 6819
  float: left;
6835 6820
}
6836 6821
/* ------------------------------------------------------------- */
......
6845 6830
  color: #fff;
6846 6831
  max-width: 400px ;
6847 6832
  /* Use this next selector to style things like font-size and line-height: */
6848

  
6849 6833
  /* These next classes handle the styles for the little arrow attached to the tooltip. */
6850

  
6851 6834
  /* By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
6852

  
6853 6835
}
6854 6836
.tooltipster-default .tooltipster-content {
6855 6837
  font-size: 10pt;
......
6868 6850
  left: 0;
6869 6851
  z-index: -1;
6870 6852
  /* This next selector defines the color of the border on the outside of the arrow. */
6871

  
6872 6853
  /* This will automatically match the color and size of the border set on the main tooltip styles. */
6873

  
6874 6854
  /* Set display: none; if you would like a border around the tooltip but no border around the arrow */
6875

  
6876 6855
}
6877 6856
/* If you're using the icon option, use this next selector to style them */
6878 6857
.tooltipster-icon {
......
7464 7443
/* ------------------------------------------------------------- */
7465 7444
/* RESPONSIVE (responsive.less)                          */
7466 7445
/* ------------------------------------------------------------- */
7467
@media screen and (max-device-width: 479px) {
7468
  
7469
}
7470 7446
@media screen and (min-device-width: 480px) and (max-device-width: 767px) {
7471 7447
  body #content .tbl-horizontal th {
7472 7448
    width: 208px;
......
7598 7574
  .tbl-horizontal th.wi-verywide {
7599 7575
    width: 208px;
7600 7576
  }
7601
}
7602
@media screen and (min-device-width: 1110px) {
7603
  
7604 7577
}
7605 7578
/* ------------------------------------------------------------- */
7606 7579
/* PRINT (print.less)                                            */
......
7749 7722
    background-color: none !important;
7750 7723
    background: none !important;
7751 7724
    /* rest needed for Firefox: */
7752
  
7753 7725
    overflow: visible    !important;
7754 7726
  }
7755 7727
  #content textarea {

Auch abrufbar als: Unified diff