Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 29498fea

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID 29498fea0108e11fcfcdf4435b092b56dfc8c76e
  • Vorgänger 16da593f
  • Nachfolger 2daecdf1

Neues Design Anpassung: #388 Sichtbarkeit der Links verbessert

- Farbspezifikation für Links hinzugefügt
- Links entsprechend angepasst, Schrift fett und unterstrichen
- CSS für Menüs entsprechend angepasst
- less/css neu kompiliert

Unterschiede anzeigen:

css/style.css
424 424
  color: #1b1b0e;
425 425
  text-decoration: none;
426 426
  padding: 0.45em 0.6em 0.58em 1.3em;
427
  font-weight: normal;
427 428
}
428 429
#menuv3 > ul {
429 430
  list-style: none;
......
587 588
#layout-split-left #html-menu .mi a {
588 589
  display: block;
589 590
  word-wrap: break-word;
591
  text-decoration: none;
592
  font-weight: normal;
590 593
}
591 594
#layout-split-left #html-menu .mi:first-child {
592 595
  border-top: 2px #666633 solid;
......
2729 2732
table.tbl-horizontal th {
2730 2733
  color: #292914;
2731 2734
}
2732
table.tbl-horizontal th > a:link,
2733
table.tbl-horizontal th > a:visited {
2734
  text-decoration: none ;
2735
  color: #000000;
2736
}
2737
table.tbl-horizontal th > a:hover,
2738
table.tbl-horizontal th > a:active {
2739
  text-decoration: underline ;
2740
}
2741 2735
table.tbl-horizontal th h4 {
2742 2736
  margin: 0 ;
2743 2737
  padding: 0 ;
......
2913 2907
table.tbl-list thead tr th > a:link,
2914 2908
table.tbl-list thead tr th > a:visited {
2915 2909
  color: #e0e0d6;
2916
  text-decoration: none ;
2910
  text-decoration: underline ;
2917 2911
}
2918 2912
table.tbl-list thead tr th > a:hover {
2919 2913
  color: #e0e0d6;
......
2956 2950
table.tbl-list tbody th {
2957 2951
  color: #292914;
2958 2952
}
2959
table.tbl-list tbody td a,
2960
table.tbl-list tbody th a,
2961
table.tbl-list tbody td a:link,
2962
table.tbl-list tbody th a:link,
2963
table.tbl-list tbody td a:visited,
2964
table.tbl-list tbody th a:visited {
2965
  color: #666633;
2966
}
2967 2953
table.tbl-list tfoot {
2968 2954
  display: table-footer-group;
2969 2955
}
......
4279 4265
  margin-top: 0.2em !important;
4280 4266
}
4281 4267
a {
4282
  text-decoration: none;
4268
  text-decoration: underline;
4269
  font-weight: bold;
4283 4270
}
4284 4271
a:link,
4285 4272
a:visited,
4286 4273
a:active {
4287
  color: #292914;
4274
  color: #2962ce;
4288 4275
}
4289 4276
a:hover {
4290
  color: #000000;
4277
  color: #4e7fdc;
4291 4278
  text-decoration: underline;
4292 4279
}
4293 4280
a.selected:hover {
......
7301 7288
.tabwidget > ul li.ui-state-default a,
7302 7289
.tabwidget > ul li.ui-state-default a:link {
7303 7290
  color: #1b1b0e;
7291
  font-weight: normal;
7304 7292
}
7305 7293
.tabwidget > ul li.ui-state-hover {
7306 7294
  color: #1b1b0e;

Auch abrufbar als: Unified diff