mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12769] Leftover imageset cleanup
This commit is contained in:
parent
14e2631b92
commit
f32df4d949
1 changed files with 61 additions and 106 deletions
|
@ -313,19 +313,6 @@ p.post-notice {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.post-notice.deleted:before {
|
|
||||||
background-image: url("./images/icon_topic_deleted.png");
|
|
||||||
}
|
|
||||||
|
|
||||||
p.post-notice.unapproved:before {
|
|
||||||
background-image: url("./images/icon_topic_unapproved.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
p.post-notice.reported:before, p.post-notice.error:before {
|
|
||||||
background-image: url("./images/icon_topic_reported.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Links on gradient backgrounds */
|
/* Links on gradient backgrounds */
|
||||||
.forumbg .header a, .forabg .header a, th a {
|
.forumbg .header a, .forabg .header a, th a {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
@ -359,14 +346,6 @@ ul.topiclist dd {
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.topiclist li.row dt a.subforum.read {
|
|
||||||
background-image: url("./images/subforum_read.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.topiclist li.row dt a.subforum.unread {
|
|
||||||
background-image: url("./images/subforum_unread.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
li.row {
|
li.row {
|
||||||
border-top-color: #FFFFFF;
|
border-top-color: #FFFFFF;
|
||||||
border-bottom-color: #00608F;
|
border-bottom-color: #00608F;
|
||||||
|
@ -724,93 +703,76 @@ Colours and backgrounds for buttons.css
|
||||||
|
|
||||||
/* Icon images
|
/* Icon images
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.icon-acp { background-image: url("./images/icon_acp.gif"); }
|
|
||||||
.icon-bookmark { background-image: url("./images/icon_bookmark.gif"); }
|
.contact-icon { background-image: url("./images/icons_contact.png"); }
|
||||||
.icon-bump { background-image: url("./images/icon_bump.gif"); }
|
|
||||||
.icon-contact { background-image: url("./images/icon_pm.gif"); }
|
|
||||||
.icon-delete-cookies { background-image: url("./images/icon_delete_cookies.gif"); }
|
|
||||||
.icon-download { background-image: url("./images/icon_download.gif"); }
|
|
||||||
.icon-faq { background-image: url("./images/icon_faq.gif"); }
|
|
||||||
.icon-home { background-image: url("./images/icon_home.gif"); }
|
|
||||||
.icon-logout { background-image: url("./images/icon_logout.gif"); }
|
|
||||||
.icon-mark { background-image: url("./images/icon_mark.gif"); }
|
|
||||||
.icon-mcp { background-image: url("./images/icon_mcp.gif"); }
|
|
||||||
.icon-members { background-image: url("./images/icon_members.gif"); }
|
|
||||||
.icon-notification { background-image: url("./images/icon_notification.gif"); }
|
|
||||||
.icon-pages { background-image: url("./images/icon_pages.gif"); }
|
|
||||||
.icon-pm { background-image: url("./images/icon_pm.gif"); }
|
|
||||||
.icon-print { background-image: url("./images/icon_print.gif"); }
|
|
||||||
.icon-profile { background-image: url("./images/icon_profile.gif"); }
|
|
||||||
.icon-register { background-image: url("./images/icon_register.gif"); }
|
|
||||||
.icon-search,
|
|
||||||
.responsive-search a { background-image: url("./images/icon_search.gif"); }
|
|
||||||
.icon-search-active { background-image: url("./images/subforum_read.gif"); }
|
|
||||||
.icon-search-new { background-image: url("./images/subforum_unread.gif"); }
|
|
||||||
.icon-search-self { background-image: url("./images/icon_topic_latest.gif"); }
|
|
||||||
.icon-search-unanswered { background-image: url("./images/icon_post_target.gif"); }
|
|
||||||
.icon-search-unread { background-image: url("./images/subforum_unread.gif"); }
|
|
||||||
.icon-sendemail { background-image: url("./images/icon_sendemail.gif"); }
|
|
||||||
.icon-subscribe { background-image: url("./images/icon_subscribe.gif"); }
|
|
||||||
.icon-team { background-image: url("./images/icon_team.gif"); }
|
|
||||||
.icon-ucp { background-image: url("./images/icon_ucp.gif"); }
|
|
||||||
.icon-unsubscribe { background-image: url("./images/icon_unsubscribe.gif"); }
|
|
||||||
|
|
||||||
/* Profile & navigation icons */
|
/* Profile & navigation icons */
|
||||||
.contact-icon { background-image: url("./images/icons_contact.png"); }
|
.pm-icon { background-position: 0 0; }
|
||||||
.icon-button:before, .dropdown-select:after { background-image: url("./images/icons_button.png"); }
|
.email-icon { background-position: -21px 0; }
|
||||||
|
.jabber-icon { background-position: -80px 0; }
|
||||||
|
.phpbb_icq-icon { background-position: -61px 0 ; }
|
||||||
|
.phpbb_wlm-icon { background-position: -182px 0; }
|
||||||
|
.phpbb_aol-icon { background-position: -244px 0; }
|
||||||
|
.phpbb_website-icon { background-position: -40px 0; }
|
||||||
|
.phpbb_youtube-icon { background-position: -98px 0; }
|
||||||
|
.phpbb_facebook-icon { background-position: -119px 0; }
|
||||||
|
.phpbb_googleplus-icon { background-position: -140px 0; }
|
||||||
|
.phpbb_skype-icon { background-position: -161px 0; }
|
||||||
|
.phpbb_twitter-icon { background-position: -203px 0; }
|
||||||
|
.phpbb_yahoo-icon { background-position: -224px 0; }
|
||||||
|
|
||||||
/* Forum icons & Topic icons */
|
/* Forum icons & Topic icons */
|
||||||
.global_read { background-image: url("./images/announce_read.gif"); }
|
.global_read { background-image: url("./images/announce_read.gif"); }
|
||||||
.global_read_mine { background-image: url("./images/announce_read_mine.gif"); }
|
.global_read_mine { background-image: url("./images/announce_read_mine.gif"); }
|
||||||
.global_read_locked { background-image: url("./images/announce_read_locked.gif"); }
|
.global_read_locked { background-image: url("./images/announce_read_locked.gif"); }
|
||||||
.global_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
|
.global_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
|
||||||
.global_unread { background-image: url("./images/announce_unread.gif"); }
|
.global_unread { background-image: url("./images/announce_unread.gif"); }
|
||||||
.global_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
|
.global_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
|
||||||
.global_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
|
.global_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
|
||||||
.global_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
|
.global_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
|
||||||
|
|
||||||
.announce_read { background-image: url("./images/announce_read.gif"); }
|
.announce_read { background-image: url("./images/announce_read.gif"); }
|
||||||
.announce_read_mine { background-image: url("./images/announce_read_mine.gif"); }
|
.announce_read_mine { background-image: url("./images/announce_read_mine.gif"); }
|
||||||
.announce_read_locked { background-image: url("./images/announce_read_locked.gif"); }
|
.announce_read_locked { background-image: url("./images/announce_read_locked.gif"); }
|
||||||
.announce_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
|
.announce_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
|
||||||
.announce_unread { background-image: url("./images/announce_unread.gif"); }
|
.announce_unread { background-image: url("./images/announce_unread.gif"); }
|
||||||
.announce_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
|
.announce_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
|
||||||
.announce_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
|
.announce_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
|
||||||
.announce_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
|
.announce_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
|
||||||
|
|
||||||
.forum_link { background-image: url("./images/forum_link.gif"); }
|
.forum_link { background-image: url("./images/forum_link.gif"); }
|
||||||
.forum_read { background-image: url("./images/forum_read.gif"); }
|
.forum_read { background-image: url("./images/forum_read.gif"); }
|
||||||
.forum_read_locked { background-image: url("./images/forum_read_locked.gif"); }
|
.forum_read_locked { background-image: url("./images/forum_read_locked.gif"); }
|
||||||
.forum_read_subforum { background-image: url("./images/forum_read_subforum.gif"); }
|
.forum_read_subforum { background-image: url("./images/forum_read_subforum.gif"); }
|
||||||
.forum_unread { background-image: url("./images/forum_unread.gif"); }
|
.forum_unread { background-image: url("./images/forum_unread.gif"); }
|
||||||
.forum_unread_locked { background-image: url("./images/forum_unread_locked.gif"); }
|
.forum_unread_locked { background-image: url("./images/forum_unread_locked.gif"); }
|
||||||
.forum_unread_subforum { background-image: url("./images/forum_unread_subforum.gif"); }
|
.forum_unread_subforum { background-image: url("./images/forum_unread_subforum.gif"); }
|
||||||
|
|
||||||
.sticky_read { background-image: url("./images/sticky_read.gif"); }
|
.sticky_read { background-image: url("./images/sticky_read.gif"); }
|
||||||
.sticky_read_mine { background-image: url("./images/sticky_read_mine.gif"); }
|
.sticky_read_mine { background-image: url("./images/sticky_read_mine.gif"); }
|
||||||
.sticky_read_locked { background-image: url("./images/sticky_read_locked.gif"); }
|
.sticky_read_locked { background-image: url("./images/sticky_read_locked.gif"); }
|
||||||
.sticky_read_locked_mine { background-image: url("./images/sticky_read_locked_mine.gif"); }
|
.sticky_read_locked_mine { background-image: url("./images/sticky_read_locked_mine.gif"); }
|
||||||
.sticky_unread { background-image: url("./images/sticky_unread.gif"); }
|
.sticky_unread { background-image: url("./images/sticky_unread.gif"); }
|
||||||
.sticky_unread_mine { background-image: url("./images/sticky_unread_mine.gif"); }
|
.sticky_unread_mine { background-image: url("./images/sticky_unread_mine.gif"); }
|
||||||
.sticky_unread_locked { background-image: url("./images/sticky_unread_locked.gif"); }
|
.sticky_unread_locked { background-image: url("./images/sticky_unread_locked.gif"); }
|
||||||
.sticky_unread_locked_mine { background-image: url("./images/sticky_unread_locked_mine.gif"); }
|
.sticky_unread_locked_mine { background-image: url("./images/sticky_unread_locked_mine.gif"); }
|
||||||
|
|
||||||
.topic_moved { background-image: url("./images/topic_moved.gif"); }
|
.topic_moved { background-image: url("./images/topic_moved.gif"); }
|
||||||
.topic_read { background-image: url("./images/topic_read.gif"); }
|
.pm_read,
|
||||||
.topic_read_mine { background-image: url("./images/topic_read_mine.gif"); }
|
.topic_read { background-image: url("./images/topic_read.gif"); }
|
||||||
.topic_read_hot { background-image: url("./images/topic_read_hot.gif"); }
|
.topic_read_mine { background-image: url("./images/topic_read_mine.gif"); }
|
||||||
.topic_read_hot_mine { background-image: url("./images/topic_read_hot_mine.gif"); }
|
.topic_read_hot { background-image: url("./images/topic_read_hot.gif"); }
|
||||||
.topic_read_locked { background-image: url("./images/topic_read_locked.gif"); }
|
.topic_read_hot_mine { background-image: url("./images/topic_read_hot_mine.gif"); }
|
||||||
.topic_read_locked_mine { background-image: url("./images/topic_read_locked_mine.gif"); }
|
.topic_read_locked { background-image: url("./images/topic_read_locked.gif"); }
|
||||||
.topic_unread { background-image: url("./images/topic_unread.gif"); }
|
.topic_read_locked_mine { background-image: url("./images/topic_read_locked_mine.gif"); }
|
||||||
.topic_unread_mine { background-image: url("./images/topic_unread_mine.gif"); }
|
.pm_unread,
|
||||||
.topic_unread_hot { background-image: url("./images/topic_unread_hot.gif"); }
|
.topic_unread { background-image: url("./images/topic_unread.gif"); }
|
||||||
.topic_unread_hot_mine { background-image: url("./images/topic_unread_hot_mine.gif"); }
|
.topic_unread_mine { background-image: url("./images/topic_unread_mine.gif"); }
|
||||||
.topic_unread_locked { background-image: url("./images/topic_unread_locked.gif"); }
|
.topic_unread_hot { background-image: url("./images/topic_unread_hot.gif"); }
|
||||||
.topic_unread_locked_mine { background-image: url("./images/topic_unread_locked_mine.gif"); }
|
.topic_unread_hot_mine { background-image: url("./images/topic_unread_hot_mine.gif"); }
|
||||||
|
.topic_unread_locked { background-image: url("./images/topic_unread_locked.gif"); }
|
||||||
|
.topic_unread_locked_mine { background-image: url("./images/topic_unread_locked_mine.gif"); }
|
||||||
|
|
||||||
.pm_read { background-image: url("./images/topic_read.gif"); }
|
|
||||||
.pm_unread { background-image: url("./images/topic_unread.gif"); }
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
@ -1139,10 +1101,6 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
||||||
color: #0F4987;
|
color: #0F4987;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.search {
|
|
||||||
background-image: url("./images/icon_textbox_search.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
input.disabled {
|
input.disabled {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
@ -1153,9 +1111,6 @@ input.disabled {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-color: #999999;
|
border-color: #999999;
|
||||||
}
|
}
|
||||||
.phpbb_alert .alert_close {
|
|
||||||
background-image: url("./images/alert_close.png");
|
|
||||||
}
|
|
||||||
.darken {
|
.darken {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue