aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/en/stylesheet.css
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2011-09-04 01:21:07 +0300
committerVjacheslav Trushkin <arty@phpbb.com>2011-09-04 11:05:09 +0300
commit57fac62c0c56e1dda3d0981bdff9b8a35476b6f9 (patch)
treea4934c2fc1496ba53c0406d76670768d528a43a9 /phpBB/styles/prosilver/theme/en/stylesheet.css
parent830c3f4047d0718ed398c38d4640cc0f1fe77a7f (diff)
downloadforums-57fac62c0c56e1dda3d0981bdff9b8a35476b6f9.tar
forums-57fac62c0c56e1dda3d0981bdff9b8a35476b6f9.tar.gz
forums-57fac62c0c56e1dda3d0981bdff9b8a35476b6f9.tar.bz2
forums-57fac62c0c56e1dda3d0981bdff9b8a35476b6f9.tar.xz
forums-57fac62c0c56e1dda3d0981bdff9b8a35476b6f9.zip
[feature/remove-imagesets] Changing prosilver
Removing imagesets. Changing prosilver PHPBB3-10336
Diffstat (limited to 'phpBB/styles/prosilver/theme/en/stylesheet.css')
-rw-r--r--phpBB/styles/prosilver/theme/en/stylesheet.css64
1 files changed, 64 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/en/stylesheet.css b/phpBB/styles/prosilver/theme/en/stylesheet.css
new file mode 100644
index 0000000000..62d6b86726
--- /dev/null
+++ b/phpBB/styles/prosilver/theme/en/stylesheet.css
@@ -0,0 +1,64 @@
+/* Set big button dimensions */
+.buttons div.reply-icon { width: 96px; height: 25px; }
+.buttons div.post-icon { width: 96px; height: 25px; }
+.buttons div.locked-icon { width: 88px; height: 25px; }
+.buttons div.pmreply-icon { width: 96px; height: 25px; }
+.buttons div.newpm-icon { width: 84px; height: 25px; }
+.buttons div.forwardpm-icon { width: 96px; height: 25px; }
+
+/* Set profile icon dimensions */
+ul.profile-icons li.pm-icon { width: 28px; height: 20px; }
+ul.profile-icons li.quote-icon { width: 54px; height: 20px; }
+ul.profile-icons li.edit-icon { width: 42px; height: 20px; }
+
+/* EN Language Pack */
+.imageset.icon_contact_pm {
+ background-image: url("./icon_contact_pm.gif");
+ padding-left: 28px;
+ padding-top: 20px;
+}
+.imageset.icon_post_edit {
+ background-image: url("./icon_post_edit.gif");
+ padding-left: 42px;
+ padding-top: 20px;
+}
+.imageset.icon_post_quote {
+ background-image: url("./icon_post_quote.gif");
+ padding-left: 54px;
+ padding-top: 20px;
+}
+.imageset.icon_user_online {
+ background-image: url("./icon_user_online.gif");
+ padding-left: 58px;
+ padding-top: 58px;
+}
+.imageset.button_pm_forward {
+ background-image: url("./button_pm_forward.gif");
+ padding-left: 96px;
+ padding-top: 25px;
+}
+.imageset.button_pm_new {
+ background-image: url("./button_pm_new.gif");
+ padding-left: 84px;
+ padding-top: 25px;
+}
+.imageset.button_pm_reply {
+ background-image: url("./button_pm_reply.gif");
+ padding-left: 96px;
+ padding-top: 25px;
+}
+.imageset.button_topic_locked {
+ background-image: url("./button_topic_locked.gif");
+ padding-left: 88px;
+ padding-top: 25px;
+}
+.imageset.button_topic_new {
+ background-image: url("./button_topic_new.gif");
+ padding-left: 96px;
+ padding-top: 25px;
+}
+.imageset.button_topic_reply {
+ background-image: url("./button_topic_reply.gif");
+ padding-left: 96px;
+ padding-top: 25px;
+}