


phpBB en Españolleviatan21 wrote:What about New template variables
Use much less css instead duplicated code for different languages

nickvergessen wrote:leviatan21 wrote:What about New template variables
Use much less css instead duplicated code for different languages
the only thing that is duplicated for different languages are the language strings themselves

root/styles/prosilver/theme/en/stylesheet.css are wrong :.imageset.button_topic_new {.post-icon span {root/styles/prosilver/theme/en/stylesheet.css to another language and put your images inside that folder are never used, at least for big buttons and post buttons in prosilver style./* 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; }
/* ES Language Pack */
.pm-icon, .pm-icon a {
background-image: url("./icon_contact_pm.gif");
}
.edit-icon, .edit-icon a {
background-image: url("./icon_post_edit.gif");
}
.quote-icon, .quote-icon a {
background-image: url("./icon_post_quote.gif");
}
.forwardpm-icon span {
background-image: url("./button_pm_forward.gif");
}
.newpm-icon span {
background-image: url("./button_pm_new.gif");
}
.pmreply-icon span {
background-image: url("./button_pm_reply.gif");
}
.online {
background-image: url("./icon_user_online.gif");
}
.locked-icon span {
background-image: url("./button_topic_locked.gif");
}
.post-icon span {
background-image: url("./button_topic_new.gif");
}
.reply-icon span {
background-image: url("./button_topic_reply.gif");
}Return to [3.1/Ascraeus] Merged RFCs
Users browsing this forum: DavidIQ, ForumsFaciles, KnocksX and 4 guests