Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e4bcd410

Von Sven Schöling vor etwa 2 Jahren hinzugefügt

  • ID e4bcd410201091bc8ff130fd8c0f8640ce488b11
  • Vorgänger 9a66f1e0
  • Nachfolger ad1cbd59

design40: image pfade

Unterschiede anzeigen:

css/design40/style.css
169 169
  padding-left: 18px;
170 170
  top: 2px;
171 171
  vertical-align: middle;
172
  background-image: url(../image/icons/16x16/phone.png);
172
  background-image: url(../../image/icons/16x16/phone.png);
173 173
  background-repeat: no-repeat;
174 174
}
175 175
.interact {
......
466 466
  margin-left: 1px;
467 467
}
468 468
#menuv3 > ul > li > ul > li div.x {
469
  background: no-repeat right url("../image/menu-arrow-to-right-5.png");
469
  background: no-repeat right url("../../image/menu-arrow-to-right-5.png");
470 470
  padding-right: 2em;
471 471
}
472 472
#menuv3 > ul > li > ul > li:hover {
......
873 873
  border-bottom-right-radius: 4px;
874 874
  padding: 4px;
875 875
  background-color: #ccccbb;
876
  background-image: url("../image/select-down.png");
876
  background-image: url("../../image/select-down.png");
877 877
  background-repeat: no-repeat;
878 878
  background-position: 5px 5px;
879 879
}
......
3870 3870
  vertical-align: middle;
3871 3871
}
3872 3872
input[type="button"].button-image.delete {
3873
  background-image: url("image/cross.png");
3873
  background-image: url("image/cross2.png");
3874 3874
  background-repeat: no-repeat;
3875 3875
  background-position: 0 0;
3876 3876
  color: #fff;
......
3978 3978
  display: block;
3979 3979
}
3980 3980
div.filtered_select input {
3981
  background-image: url(../../image/glass14x14.png);
3981
  background-image: url(../../../image/glass14x14.png);
3982 3982
  background-repeat: no-repeat;
3983 3983
  background-position: 2px 2px;
3984 3984
  border-radius: 0px;
......
4534 4534
  background-position-x: 99% ;
4535 4535
}
4536 4536
.wrapper.toggled > .toggles a.toggle.min {
4537
  background-image: url(../image/toggle-down.png);
4537
  background-image: url(../../image/toggle-down.png);
4538 4538
}
4539 4539
.wrapper.toggled > .toggles a.toggle.max {
4540
  background-image: url(../image/toggle-left.png);
4540
  background-image: url(../../image/toggle-left.png);
4541 4541
}
4542 4542
.wrapper.bordered {
4543 4543
  border: 1px #666633 solid;
......
4778 4778
  width: 98% ;
4779 4779
}
4780 4780
#column-container #tree-column #tree li.flagged > a > ins {
4781
  background-image: url("../image/flag-red.png") !important;
4781
  background-image: url("../../image/flag-red.png") !important;
4782 4782
  background-position: 0;
4783 4783
}
4784 4784
#column-container #content-column {
......
5445 5445
  curser: pointer ;
5446 5446
}
5447 5447
.ui-datepicker .ui-datepicker-header.ui-widget-header .ui-icon {
5448
  background-image: url(ui-lightness/images/ui-icons_222222_256x240.png);
5448
  background-image: url(images/ui-icons_222222_256x240.png);
5449 5449
}
5450 5450
.ui-datepicker .ui-datepicker-header.ui-widget-header .ui-state-hover .ui-icon {
5451
  background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png);
5451
  background-image: url(images/ui-icons_ef8c08_256x240.png);
5452 5452
}
5453 5453
.ui-datepicker table {
5454 5454
  width: 100%;
......
5811 5811
  height: 100%;
5812 5812
}
5813 5813
.ui-progressbar .ui-progressbar-overlay {
5814
  background: url("ui-lightness/images/animated-overlay.gif");
5814
  background: url("images/animated-overlay.gif");
5815 5815
  height: 100%;
5816 5816
  filter: alpha(opacity=25);
5817 5817
  opacity: 0.25;
......
6035 6035
.ui-state-hover .ui-icon,
6036 6036
.ui-state-focus .ui-icon,
6037 6037
.ui-state-active .ui-icon {
6038
  background-image: url(ui-lightness/images/ui-icons_777777_256x240.png) !important;
6038
  background-image: url(images/ui-icons_777777_256x240.png) !important;
6039 6039
}
6040 6040
.ui-state-default {
6041 6041
  border: 1px solid #cccccc;
......
6119 6119
}
6120 6120
.ui-icon,
6121 6121
.ui-widget-content .ui-icon {
6122
  background-image: url(ui-lightness/images/ui-icons_222222_256x240.png);
6122
  background-image: url(images/ui-icons_222222_256x240.png);
6123 6123
}
6124 6124
.ui-widget-header .ui-icon {
6125
  background-image: url(ui-lightness/images/ui-icons_ffffff_256x240.png);
6125
  background-image: url(images/ui-icons_ffffff_256x240.png);
6126 6126
}
6127 6127
.ui-state-default .ui-icon {
6128
  background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png);
6128
  background-image: url(images/ui-icons_ef8c08_256x240.png);
6129 6129
}
6130 6130
.ui-state-hover .ui-icon,
6131 6131
.ui-state-focus .ui-icon {
6132
  background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png);
6132
  background-image: url(images/ui-icons_ef8c08_256x240.png);
6133 6133
}
6134 6134
.ui-state-active .ui-icon {
6135
  background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png);
6135
  background-image: url(images/ui-icons_ef8c08_256x240.png);
6136 6136
}
6137 6137
.ui-state-highlight .ui-icon {
6138
  background-image: url(ui-lightness/images/ui-icons_228ef1_256x240.png);
6138
  background-image: url(images/ui-icons_228ef1_256x240.png);
6139 6139
}
6140 6140
.ui-state-error .ui-icon,
6141 6141
.ui-state-error-text .ui-icon {
6142
  background-image: url(ui-lightness/images/ui-icons_ffd27a_256x240.png);
6142
  background-image: url(images/ui-icons_ffd27a_256x240.png);
6143 6143
}
6144 6144
.ui-icon-blank {
6145 6145
  background-position: 16px 16px;
......
7181 7181
  height: 20px;
7182 7182
  width: 20px;
7183 7183
  cursor: pointer;
7184
  background: url("../image/search.svg") no-repeat center right;
7184
  background: url("../../image/search.svg") no-repeat center right;
7185 7185
  background-size: contain;
7186 7186
}
7187 7187
/* ------------------------------------------------------------- */
......
8021 8021
/* ICONS 16 (icons16.less)                                    */
8022 8022
/* ------------------------------------------------------------- */
8023 8023
.icon16 {
8024
  background: url(../image/maps/icons16.png) 16px 0px no-repeat;
8024
  background: url(../../image/maps/icons16.png) 16px 0px no-repeat;
8025 8025
  padding: 0;
8026 8026
  width: 16px;
8027 8027
  height: 16px;

Auch abrufbar als: Unified diff