prososy listo
This commit is contained in:
@@ -68,7 +68,7 @@ ul {
|
||||
padding: 0;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background: url( #ext candy/res/img/tab-transitions.png) repeat-y left;
|
||||
background: url(/ext/candy/res/img/tab-transitions.png) repeat-y left;
|
||||
border-radius: 0 3px 0 0;
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ ul {
|
||||
}
|
||||
|
||||
#chat-tabs .active .transition {
|
||||
background: url( #ext candy/res/img/tab-transitions.png) repeat-y -50px;
|
||||
background: url(/ext/candy/res/img/tab-transitions.png) repeat-y -50px;
|
||||
}
|
||||
|
||||
#chat-tabs .close:hover {
|
||||
@@ -134,11 +134,11 @@ ul {
|
||||
}
|
||||
|
||||
#chat-toolbar #emoticons-icon {
|
||||
background-image: url( #ext candy/res/img/action/emoticons.png);
|
||||
background-image: url(/ext/candy/res/img/action/emoticons.png);
|
||||
}
|
||||
|
||||
#chat-toolbar .context {
|
||||
background-image: url( #ext candy/res/img/action/settings.png);
|
||||
background-image: url(/ext/candy/res/img/action/settings.png);
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -147,31 +147,31 @@ ul {
|
||||
}
|
||||
|
||||
#chat-sound-control {
|
||||
background-image: url( #ext candy/res/img/action/sound-off.png);
|
||||
background-image: url(/ext/candy/res/img/action/sound-off.png);
|
||||
}
|
||||
|
||||
#chat-sound-control.checked {
|
||||
background-image: url( #ext candy/res/img/action/sound-on.png);
|
||||
background-image: url(/ext/candy/res/img/action/sound-on.png);
|
||||
}
|
||||
|
||||
#chat-autoscroll-control {
|
||||
background-image: url( #ext candy/res/img/action/autoscroll-off.png);
|
||||
background-image: url(/ext/candy/res/img/action/autoscroll-off.png);
|
||||
}
|
||||
|
||||
#chat-autoscroll-control.checked {
|
||||
background-image: url( #ext candy/res/img/action/autoscroll-on.png);
|
||||
background-image: url(/ext/candy/res/img/action/autoscroll-on.png);
|
||||
}
|
||||
|
||||
#chat-statusmessage-control {
|
||||
background-image: url( #ext candy/res/img/action/statusmessage-off.png);
|
||||
background-image: url(/ext/candy/res/img/action/statusmessage-off.png);
|
||||
}
|
||||
|
||||
#chat-statusmessage-control.checked {
|
||||
background-image: url( #ext candy/res/img/action/statusmessage-on.png);
|
||||
background-image: url(/ext/candy/res/img/action/statusmessage-on.png);
|
||||
}
|
||||
|
||||
#chat-toolbar .usercount {
|
||||
background-image: url( #ext candy/res/img/action/usercount.png);
|
||||
background-image: url(/ext/candy/res/img/action/usercount.png);
|
||||
cursor: default;
|
||||
padding-left: 20px;
|
||||
width: auto;
|
||||
@@ -259,17 +259,17 @@ ul {
|
||||
}
|
||||
|
||||
.roster-pane li.role-moderator {
|
||||
background-image: url( #ext candy/res/img/roster/role-moderator.png);
|
||||
background-image: url(/ext/candy/res/img/roster/role-moderator.png);
|
||||
display: block;
|
||||
}
|
||||
|
||||
.roster-pane li.affiliation-owner {
|
||||
background-image: url( #ext candy/res/img/roster/affiliation-owner.png);
|
||||
background-image: url(/ext/candy/res/img/roster/affiliation-owner.png);
|
||||
display: block;
|
||||
}
|
||||
|
||||
.roster-pane li.ignore {
|
||||
background-image: url( #ext candy/res/img/roster/ignore.png);
|
||||
background-image: url(/ext/candy/res/img/roster/ignore.png);
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -470,7 +470,7 @@ ul {
|
||||
}
|
||||
|
||||
.arrow {
|
||||
background: url( #ext candy/res/img/tooltip-arrows.gif) no-repeat left bottom;
|
||||
background: url(/ext/candy/res/img/tooltip-arrows.gif) no-repeat left bottom;
|
||||
height: 5px;
|
||||
display: block;
|
||||
position: relative;
|
||||
@@ -536,27 +536,27 @@ ul {
|
||||
}
|
||||
|
||||
#context-menu .private {
|
||||
background-image: url( #ext candy/res/img/action/private.png);
|
||||
background-image: url(/ext/candy/res/img/action/private.png);
|
||||
}
|
||||
|
||||
#context-menu .ignore {
|
||||
background-image: url( #ext candy/res/img/action/ignore.png);
|
||||
background-image: url(/ext/candy/res/img/action/ignore.png);
|
||||
}
|
||||
|
||||
#context-menu .unignore {
|
||||
background-image: url( #ext candy/res/img/action/unignore.png);
|
||||
background-image: url(/ext/candy/res/img/action/unignore.png);
|
||||
}
|
||||
|
||||
#context-menu .kick {
|
||||
background-image: url( #ext candy/res/img/action/kick.png);
|
||||
background-image: url(/ext/candy/res/img/action/kick.png);
|
||||
}
|
||||
|
||||
#context-menu .ban {
|
||||
background-image: url( #ext candy/res/img/action/ban.png);
|
||||
background-image: url(/ext/candy/res/img/action/ban.png);
|
||||
}
|
||||
|
||||
#context-menu .subject {
|
||||
background-image: url( #ext candy/res/img/action/subject.png);
|
||||
background-image: url(/ext/candy/res/img/action/subject.png);
|
||||
}
|
||||
|
||||
#context-menu .emoticons {
|
||||
@@ -602,7 +602,7 @@ ul {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 90;
|
||||
background-image: url( #ext candy/res/img/overlay.png);
|
||||
background-image: url(/ext/candy/res/img/overlay.png);
|
||||
}
|
||||
|
||||
#chat-modal.modal-login {
|
||||
|
||||
Reference in New Issue
Block a user