aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-05-06 01:40:54 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-05-06 01:40:54 +0000
commitfc79bc4ed8d52b39a0021744cab5a601a7dd8108 (patch)
treeaa1cebeb28063a8205edd3b14323b1511f98c007 /phpBB/styles/prosilver
parentdd00ce06dd25ade4925a5eb020c3dc48dceca45f (diff)
downloadforums-fc79bc4ed8d52b39a0021744cab5a601a7dd8108.tar
forums-fc79bc4ed8d52b39a0021744cab5a601a7dd8108.tar.gz
forums-fc79bc4ed8d52b39a0021744cab5a601a7dd8108.tar.bz2
forums-fc79bc4ed8d52b39a0021744cab5a601a7dd8108.tar.xz
forums-fc79bc4ed8d52b39a0021744cab5a601a7dd8108.zip
Usability enhancement, actually make use of existing, differing CSS classes to style subforum links differently. Am currently "ghetto-ing" it by reusing viewtopic icons within the imageset. Like it or loath it? If the former, will go about getting the imageset update with new appropiate extra mini-icons. :)
git-svn-id: file:///svn/phpbb/trunk@7481 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css8
-rw-r--r--phpBB/styles/prosilver/theme/content.css7
2 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index c10300405e..370c9f4b4d 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -372,6 +372,14 @@ ul.topiclist dd {
border-left-color: #FFFFFF;
}
+ul.topiclist li.row dt a.subforum.read {
+ background-image: url("{T_IMAGESET_PATH}/icon_post_target.gif.gif");
+}
+
+ul.topiclist li.row dt a.subforum.unread {
+ background-image: url("{T_IMAGESET_PATH}/icon_post_target_unread.gif");
+}
+
li.row {
border-top-color: #FFFFFF;
border-bottom-color: #00608F;
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 1145a55f41..1feec4b2cb 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -47,6 +47,13 @@ ul.topiclist dfn {
display: none;
}
+ul.topiclist li.row dt a.subforum {
+ background-image: none;
+ background-position: 0pt 50%;
+ background-repeat: no-repeat;
+ padding: 0 0 0 12px;
+}
+
li.row {
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #8f8f8f;