source: trunk/forum/styles/wowgold/imageset/imageset.cfg

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 3.7 KB
Line 
1#
2# phpBB Imageset Configuration File
3#
4# @package phpBB3
5# @copyright (c) 2005 phpBB Group
6# @license http://opensource.org/licenses/gpl-license.php GNU Public License
7#
8#
9# At the left is the name, please do not change this
10# At the right the value is entered
11# For on/off options the valid values are on, off, 1, 0, true and false
12#
13# Values get trimmed, if you want to add a space in front or at the end of
14# the value, then enclose the value with single or double quotes.
15# Single and double quotes do not need to be escaped.
16#
17#
18
19# General Information about this style
20name = wowgold
21copyright = © phpBB Group, 2003
22version = 3.0.0
23
24# Images
25img_site_logo = site_logo.gif*94*170
26img_upload_bar = upload_bar.gif*16*280
27img_poll_left = poll_left.gif*12*4
28img_poll_center = poll_center.gif*12*
29img_poll_right = poll_right.gif*12*4
30img_icon_friend =
31img_icon_foe =
32
33img_forum_link = forum_link.gif*25*46
34img_forum_read = forum_read.gif*25*46
35img_forum_read_locked = forum_read_locked.gif*25*46
36img_forum_read_subforum = forum_read_subforum.gif*25*46
37img_forum_unread = forum_unread.gif*25*46
38img_forum_unread_locked = forum_unread_locked.gif*25*46
39img_forum_unread_subforum = forum_unread_subforum.gif*25*46
40
41img_topic_moved = topic_moved.gif*18*19
42
43img_topic_read = topic_read.gif*18*19
44img_topic_read_mine = topic_read_mine.gif*18*19
45img_topic_read_hot = topic_read_hot.gif*18*19
46img_topic_read_hot_mine = topic_read_hot_mine.gif*18*19
47img_topic_read_locked = topic_read_locked.gif*18*19
48img_topic_read_locked_mine = topic_read_locked_mine.gif*18*19
49
50img_topic_unread = topic_unread.gif*18*19
51img_topic_unread_mine = topic_unread_mine.gif*18*19
52img_topic_unread_hot = topic_unread_hot.gif*18*19
53img_topic_unread_hot_mine = topic_unread_hot_mine.gif*18*19
54img_topic_unread_locked = topic_unread_locked.gif*18*19
55img_topic_unread_locked_mine = topic_unread_locked_mine.gif*18*19
56
57img_sticky_read = sticky_read.gif*18*19
58img_sticky_read_mine = sticky_read_mine.gif*18*19
59img_sticky_read_locked = sticky_read_locked.gif*18*19
60img_sticky_read_locked_mine = sticky_read_locked_mine.gif*18*19
61img_sticky_unread = sticky_unread.gif*18*19
62img_sticky_unread_mine = sticky_unread_mine.gif*18*19
63img_sticky_unread_locked = sticky_unread_locked.gif*18*19
64img_sticky_unread_locked_mine = sticky_unread_locked_mine.gif*18*19
65
66img_announce_read = announce_read.gif*18*19
67img_announce_read_mine = announce_read_mine.gif*18*19
68img_announce_read_locked = announce_read_locked.gif*18*19
69img_announce_read_locked_mine = announce_read_locked_mine.gif*18*19
70img_announce_unread = announce_unread.gif*18*19
71img_announce_unread_mine = announce_unread_mine.gif*18*19
72img_announce_unread_locked = announce_unread_locked.gif*18*19
73img_announce_unread_locked_mine = announce_unread_locked_mine.gif*18*19
74
75img_global_read = announce_read.gif*18*19
76img_global_read_mine = announce_read_mine.gif*18*19
77img_global_read_locked = announce_read_locked.gif*18*19
78img_global_read_locked_mine = announce_read_locked_mine.gif*18*19
79img_global_unread = announce_unread.gif*18*19
80img_global_unread_mine = announce_unread_mine.gif*18*19
81img_global_unread_locked = announce_unread_locked.gif*18*19
82img_global_unread_locked_mine = announce_unread_locked_mine.gif*18*19
83
84img_subforum_read =
85img_subforum_unread =
86
87img_pm_read = topic_read.gif*18*19
88img_pm_unread = topic_unread.gif*18*19
89
90img_icon_back_top =
91
92img_icon_post_target = icon_post_target.gif*9*12
93img_icon_post_target_unread = icon_post_target_unread.gif*9*12
94
95img_icon_topic_attach = icon_topic_attach.gif*18*14
96img_icon_topic_latest = icon_topic_latest.gif*9*18
97img_icon_topic_newest = icon_topic_newest.gif*9*18
98img_icon_topic_reported = icon_topic_reported.gif*18*19
99img_icon_topic_unapproved = icon_topic_unapproved.gif*18*19
100
Note: See TracBrowser for help on using the repository browser.