mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 00:05:49 +02:00
[feature/remove-imagesets] Changing prosilver
Removing imagesets. Changing prosilver PHPBB3-10336
This commit is contained in:
64
phpBB/styles/prosilver/theme/en/stylesheet.css
Normal file
64
phpBB/styles/prosilver/theme/en/stylesheet.css
Normal file
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user