1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-30 19:24:13 +02:00

[ticket/12769] Delete imageset & consolidate imgs

This commit is contained in:
Michael Miday 2015-09-15 22:43:42 +02:00
parent 956723af0e
commit 5988e3a192
61 changed files with 50 additions and 451 deletions

View File

@ -14,7 +14,7 @@
<ul class="topiclist">
<li class="header">
<!-- EVENT forumlist_body_category_header_row_prepend -->
<dl class="icon">
<dl class="row-item">
<dt><div class="list-inner"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div></dt>
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
@ -31,9 +31,9 @@
<!-- EVENT forumlist_body_forum_row_before -->
<li class="row">
<!-- EVENT forumlist_body_forum_row_prepend -->
<dl class="icon {forumrow.FORUM_IMG_STYLE}">
<dl class="row-item {forumrow.FORUM_IMG_STYLE}">
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
<!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
<!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --><!-- ENDIF -->

View File

@ -24,7 +24,7 @@
<!-- IF .topicrow -->
<ul class="topiclist<!-- IF S_MERGE_SELECT --> missing-column<!-- ENDIF -->">
<li class="header">
<dl class="icon">
<dl class="row-item">
<dt><div class="list-inner">{L_TOPICS}</div></dt>
<dd class="posts">{L_REPLIES}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
@ -36,9 +36,9 @@
<!-- BEGIN topicrow -->
<li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
<dl class="icon {topicrow.TOPIC_IMG_STYLE}">
<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
<dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- EVENT topiclist_row_prepend -->
<!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a>&nbsp;&nbsp; <!-- ENDIF -->

View File

@ -79,7 +79,7 @@
<div class="inner">
<div id="site-description" class="site-description">
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->">{SITE_LOGO_IMG}</a>
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>

View File

@ -51,7 +51,7 @@
<div class="inner">
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dl class="row-item">
<dt><div class="list-inner">{L_TOPICS}</div></dt>
<dd class="posts">{L_REPLIES}</dd>
<dd class="views">{L_VIEWS}</dd>
@ -64,9 +64,9 @@
<!-- BEGIN searchresults -->
<!-- EVENT search_results_topic_before -->
<li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="icon {searchresults.TOPIC_IMG_STYLE}">
<dl class="row-item {searchresults.TOPIC_IMG_STYLE}">
<dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{searchresults.TOPIC_FOLDER_IMG_ALT}">
<!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
<!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- EVENT topiclist_row_prepend -->

View File

@ -16,7 +16,7 @@
<!-- IF .topicrow -->
<ul class="topiclist missing-column">
<li class="header">
<dl class="icon">
<dl class="row-item">
<dt><div class="list-inner">{L_BOOKMARKS}</div></dt>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="mark">{L_MARK}</dd>
@ -34,9 +34,9 @@
<dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
</dl>
<!-- ELSE -->
<dl class="icon {topicrow.TOPIC_IMG_STYLE}">
<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
<dt<!-- IF topicrow.TOPIC_ICON_IMG --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->

View File

@ -13,9 +13,9 @@
<ul class="topiclist cplist two-long-columns">
<!-- BEGIN topicrow -->
<li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="icon {topicrow.TOPIC_IMG_STYLE}">
<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
<dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- IF topicrow.S_UNREAD --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><br />
<!-- IF .topicrow.pagination -->

View File

@ -11,7 +11,7 @@
<!-- IF .forumrow -->
<ul class="topiclist missing-column">
<li class="header">
<dl class="icon">
<dl class="row-item">
<dt><div class="list-inner">{L_WATCHED_FORUMS}</div></dt>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="mark">{L_MARK}</dd>
@ -22,9 +22,9 @@
<!-- BEGIN forumrow -->
<li class="row<!-- IF forumrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="icon {forumrow.FORUM_IMG_STYLE}">
<dl class="row-item {forumrow.FORUM_IMG_STYLE}">
<dt>
<!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
<!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
{forumrow.FORUM_DESC}
@ -47,7 +47,7 @@
<!-- ELSEIF S_FORUM_NOTIFY -->
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dl class="row-item">
<dt>{L_WATCHED_FORUMS}</dt>
</dl>
</li>
@ -59,7 +59,7 @@
<!-- IF .topicrow -->
<ul class="topiclist missing-column">
<li class="header">
<dl class="icon">
<dl class="row-item">
<dt><div class="list-inner">{L_WATCHED_TOPICS}</div></dt>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="mark">{L_MARK}</dd>
@ -70,9 +70,9 @@
<!-- BEGIN topicrow -->
<li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="icon {topicrow.TOPIC_IMG_STYLE}">
<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
<dt<!-- IF topicrow.TOPIC_ICON_IMG --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
@ -124,7 +124,7 @@
<!-- ELSEIF S_TOPIC_NOTIFY -->
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dl class="row-item">
<dt>{L_WATCHED_TOPICS}</dt>
</dl>
</li>

View File

@ -57,9 +57,9 @@
<!-- BEGIN messagerow -->
<li class="row<!-- IF messagerow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF messagerow.PM_CLASS --> {messagerow.PM_CLASS}<!-- ENDIF -->">
<dl class="icon {messagerow.FOLDER_IMG_STYLE}">
<dl class="row-item {messagerow.FOLDER_IMG_STYLE}">
<dt<!-- IF messagerow.PM_ICON_URL and S_PM_ICONS --> style="background-image: url({messagerow.PM_ICON_URL}); background-repeat: no-repeat;"<!-- ENDIF -->>
<!-- IF messagerow.S_PM_UNREAD and not messagerow.S_PM_DELETED --><a href="{messagerow.U_VIEW_PM}" class="icon-link"></a><!-- ENDIF -->
<!-- IF messagerow.S_PM_UNREAD and not messagerow.S_PM_DELETED --><a href="{messagerow.U_VIEW_PM}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- IF messagerow.S_PM_DELETED -->

View File

@ -134,8 +134,8 @@
<div class="inner">
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt<!-- IF S_DISPLAY_ACTIVE --> id="active_topics"<!-- ENDIF -->><div class="list-inner"><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) -->{L_ANNOUNCEMENTS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --></div></dt>
<dl class="row-item">
<dd class="posts">{L_REPLIES}</dd>
<dd class="views">{L_VIEWS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
@ -146,9 +146,9 @@
<!-- ENDIF -->
<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_GLOBAL --> global-announce<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
<dl class="icon {topicrow.TOPIC_IMG_STYLE}">
<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- EVENT topiclist_row_prepend -->
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>

View File

@ -159,21 +159,6 @@ ul.linklist.bulletin > li.small-icon:before {
clear: left;
}
/* Profile icons */
.pm-icon { background-position: 0 0; }
.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; }
/* Post control buttons
--------------------------------------------- */
.post-buttons {
@ -215,21 +200,6 @@ ul.linklist.bulletin > li.small-icon:before {
margin-left: 0;
}
.quote-icon:before { background-position: -122px 0; }
.quote-icon:hover:before { background-position: -122px -21px; }
.edit-icon:before { background-position: -137px 0; }
.edit-icon:hover:before { background-position: -137px -21px; }
.warn-icon:before { background-position: -208px 0; }
.warn-icon:hover:before { background-position: -208px -21px; }
.delete-icon:before { background-position: -152px 0; }
.delete-icon:hover:before { background-position: -152px -21px; }
.report-icon:before { background-position: -165px 0; }
.report-icon:hover:before { background-position: -165px -21px; }
.info-icon:before { background-position: -175px 0; }
.info-icon:hover:before { background-position: -175px -21px; }
.button.responsive-menu-link:before { background-position: -191px 0; }
.button.responsive-menu-link:hover:before { background-position: -191px -21px; }
/* Responsive buttons in post body */
.post-buttons .dropdown {
top: 18px;

View File

@ -110,6 +110,10 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
background-color: #E7E8EA;
}
.site_logo {
background-image: url("./images/site_logo.gif");
}
/* Horizontal lists
----------------------------------------*/

View File

@ -164,6 +164,12 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
text-decoration: none;
}
.site_logo {
display: inline-block;
width: 149px;
height: 52px;
}
/* Site description and logo */
.site-description {
float: left;

View File

@ -129,36 +129,36 @@ li.header dd {
box-sizing: border-box;
}
li.header dl.icon dt, li.header dl.icon dd {
li.header dl.row-item dt, li.header dl.row-item dd {
min-height: 0;
}
li.header dl.icon dt .list-inner {
li.header dl.row-item dt .list-inner {
/* Tweak for headers alignment when folder icon used */
padding-left: 0;
padding-right: 50px;
}
/* Forum list column styles */
dl.icon {
dl.row-item {
background-position: 10px 50%; /* Position of folder icon */
background-repeat: no-repeat;
}
dl.icon dt {
dl.row-item dt {
background-repeat: no-repeat;
background-position: 5px 95%; /* Position of topic icon */
}
dl.icon dt .list-inner {
dl.row-item dt .list-inner {
padding-left: 45px; /* Space for folder icon */
}
dl.icon dt, dl.icon dd {
dl.row-item dt, dl.row-item dd {
min-height: 35px;
}
dl a.icon-link { /* topic row icon links */
dl a.row-item-link { /* topic row icon links */
display: block;
width: 30px;
height: 30px;
@ -182,13 +182,13 @@ dd.posts, dd.topics, dd.views {
}
/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
dl.row-item dt ol,
dl.row-item dt ul {
list-style-position: inside;
margin-left: 1em;
}
dl.icon dt li {
dl.row-item dt li {
display: list-item;
list-style-type: inherit;
}

View File

@ -1,8 +1,2 @@
/* Online image */
.online { background-image: url("./icon_user_online.gif"); }
.imageset.icon_user_online {
background-image: url("./icon_user_online.gif");
padding-left: 58px;
padding-top: 58px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1009 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

View File

@ -1,376 +0,0 @@
/* Former imageset */
span.imageset {
display: inline-block !important;
background: transparent none 0 0 no-repeat;
margin: 0;
padding: 0;
width: 0;
height: 0;
overflow: hidden;
}
/* Global imageset items */
.imageset.site_logo {
background-image: url("./images/site_logo.gif");
padding-left: 149px;
padding-top: 52px;
}
.imageset.forum_link {
background-image: url("./images/forum_link.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.forum_read {
background-image: url("./images/forum_read.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.forum_read_locked {
background-image: url("./images/forum_read_locked.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.forum_read_subforum {
background-image: url("./images/forum_read_subforum.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.forum_unread {
background-image: url("./images/forum_unread.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.forum_unread_locked {
background-image: url("./images/forum_unread_locked.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.forum_unread_subforum {
background-image: url("./images/forum_unread_subforum.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_moved {
background-image: url("./images/topic_moved.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_read {
background-image: url("./images/topic_read.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_read_mine {
background-image: url("./images/topic_read_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_read_hot {
background-image: url("./images/topic_read_hot.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_read_hot_mine {
background-image: url("./images/topic_read_hot_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_read_locked {
background-image: url("./images/topic_read_locked.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_read_locked_mine {
background-image: url("./images/topic_read_locked_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_unread {
background-image: url("./images/topic_unread.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_unread_mine {
background-image: url("./images/topic_unread_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_unread_hot {
background-image: url("./images/topic_unread_hot.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_unread_hot_mine {
background-image: url("./images/topic_unread_hot_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_unread_locked {
background-image: url("./images/topic_unread_locked.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.topic_unread_locked_mine {
background-image: url("./images/topic_unread_locked_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.sticky_read {
background-image: url("./images/sticky_read.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.sticky_read_mine {
background-image: url("./images/sticky_read_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.sticky_read_locked {
background-image: url("./images/sticky_read_locked.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.sticky_read_locked_mine {
background-image: url("./images/sticky_read_locked_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.sticky_unread {
background-image: url("./images/sticky_unread.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.sticky_unread_mine {
background-image: url("./images/sticky_unread_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.sticky_unread_locked {
background-image: url("./images/sticky_unread_locked.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.sticky_unread_locked_mine {
background-image: url("./images/sticky_unread_locked_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.announce_read {
background-image: url("./images/announce_read.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.announce_read_mine {
background-image: url("./images/announce_read_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.announce_read_locked {
background-image: url("./images/announce_read_locked.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.announce_read_locked_mine {
background-image: url("./images/announce_read_locked_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.announce_unread {
background-image: url("./images/announce_unread.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.announce_unread_mine {
background-image: url("./images/announce_unread_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.announce_unread_locked {
background-image: url("./images/announce_unread_locked.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.announce_unread_locked_mine {
background-image: url("./images/announce_unread_locked_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.global_read {
background-image: url("./images/announce_read.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.global_read_mine {
background-image: url("./images/announce_read_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.global_read_locked {
background-image: url("./images/announce_read_locked.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.global_read_locked_mine {
background-image: url("./images/announce_read_locked_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.global_unread {
background-image: url("./images/announce_unread.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.global_unread_mine {
background-image: url("./images/announce_unread_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.global_unread_locked {
background-image: url("./images/announce_unread_locked.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.global_unread_locked_mine {
background-image: url("./images/announce_unread_locked_mine.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.subforum_read {
background-image: url("./images/subforum_read.gif");
padding-left: 11px;
padding-top: 9px;
}
.imageset.subforum_unread {
background-image: url("./images/subforum_unread.gif");
padding-left: 11px;
padding-top: 9px;
}
.imageset.pm_read {
background-image: url("./images/topic_read.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.pm_unread {
background-image: url("./images/topic_unread.gif");
padding-left: 27px;
padding-top: 27px;
}
.imageset.icon_back_top {
background-image: url("./images/icon_back_top.gif");
padding-left: 11px;
padding-top: 11px;
}
.imageset.phpbb_aol-icon, .imageset.icon_contact_aim {
background-image: url("./images/icon_contact_aim.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_contact_email {
background-image: url("./images/icon_contact_email.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_contact_icq, .imageset.phpbb_icq-icon {
background-image: url("./images/icon_contact_icq.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_contact_jabber {
background-image: url("./images/icon_contact_jabber.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.phpbb_wlm-icon, .imageset.icon_contact_msnm {
background-image: url("./images/icon_contact_msnm.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_contact_www, .imageset.phpbb_website-icon {
background-image: url("./images/icon_contact_www.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_contact_yahoo, .imageset.phpbb_yahoo-icon {
background-image: url("./images/icon_contact_yahoo.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_post_delete {
background-image: url("./images/icon_post_delete.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_post_info {
background-image: url("./images/icon_post_info.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_post_report {
background-image: url("./images/icon_post_report.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_post_target {
background-image: url("./images/icon_post_target.gif");
padding-left: 11px;
padding-top: 9px;
}
.imageset.icon_post_target_unread {
background-image: url("./images/icon_post_target_unread.gif");
padding-left: 11px;
padding-top: 9px;
}
.imageset.icon_topic_attach {
background-image: url("./images/icon_topic_attach.gif");
padding-left: 7px;
padding-top: 10px;
}
.imageset.icon_topic_latest {
background-image: url("./images/icon_topic_latest.gif");
padding-left: 11px;
padding-top: 9px;
}
.imageset.icon_topic_newest {
background-image: url("./images/icon_topic_newest.gif");
padding-left: 11px;
padding-top: 9px;
}
.imageset.icon_topic_reported {
background-image: url("./images/icon_topic_reported.gif");
padding-left: 16px;
padding-top: 14px;
}
.imageset.icon_topic_deleted {
background-image: url("./images/icon_topic_deleted.png");
padding-left: 16px;
padding-top: 14px;
}
.imageset.icon_topic_unapproved {
background-image: url("./images/icon_topic_unapproved.gif");
padding-left: 16px;
padding-top: 14px;
}
.imageset.icon_topic_poll {
background-image: url("./images/icon_topic_poll.gif");
padding-left: 11px;
padding-top: 10px;
}
.imageset.icon_user_warn {
background-image: url("./images/icon_user_warn.gif");
padding-left: 20px;
padding-top: 20px;
}
.imageset.icon_contact {
background-image: url("./images/icon_contact.png");
padding-left: 16px;
padding-top: 12px;
}
/* English images for fallback */
.imageset.icon_user_online {
background-image: url("./en/icon_user_online.gif");
padding-left: 58px;
padding-top: 58px;
}

View File

@ -17,4 +17,3 @@
@import url("cp.css");
@import url("forms.css");
@import url("colours.css");
@import url("imageset.css");

View File

@ -1912,6 +1912,8 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
'POST_ID' => $row['post_id'],
'POST_NUMBER' => $i + $start + 1,
'POSTER_ID' => $poster_id,
'MINI_POST' => ($post_unread) ? $user->lang['UNREAD_POST'] : $user->lang['POST'],
'S_HAS_ATTACHMENTS' => (!empty($attachments[$row['post_id']])) ? true : false,
'S_MULTIPLE_ATTACHMENTS' => !empty($attachments[$row['post_id']]) && sizeof($attachments[$row['post_id']]) > 1,