REALLY????? some of the changes are just plain foolish as i have 2 buttons in a different order or an extra TAB space in something. this is just crap in my opinion and what is the point of trying to make something the way you want it. needless to say, i'm just going to keep doing things how i do it and not even bother with phpBB's style system
- Dont use the phpBB version in the version of your style. Check The Styles Submission Policy about To submit an UPDATED style:
Dont forget to add the correct version number in the zipped package.
- For small updates (for example, code updates to match an updated phpBB release) increment the third number (1.0.0 to 1.0.1).
- For more significant updates (for example, updated images, updated color schemes, layout modifications, etc.) increment the second number (1.0.0 to 1.1.0).
- For substantial updates (for example, major layout changes, total revisions, new versions, etc.) increment the first number (1.0.0 to 2.0.0).
- Delete all the
Thumbs.db
files in the package.- The image
imageset/download.png
contains text, considering move the image to the language directory (imageset/en/
).- Also, fix the following errors and problems:
Openimageset/imageset.cfg
Find:Code: Select allReplace with:img_icon_topic_attach = icon_topic_attach.gif*10*7
Code: Select allFind:img_icon_topic_attach = icon_topic_attach.gif*10*6
Code: Select allReplace with:img_icon_topic_reported = icon_topic_reported.png*16*16
Code: Select allNote: Please consider using a smaller image.img_icon_topic_reported = icon_topic_reported.png*48*48
Opentemplate/overall_header.html
Find:Code: Select allReplace with:Modified by: spaceace ( http://www.livemembersonly.com/ )
Code: Select allOpenModified by: spaceace ( http://www.livemembersonly.com/ )
template/ucp_agreement.html
Find:Code: Select allReplace with:<input type="submit" name="not_agreed" value="{L_NOT_AGREE}" class="button1" /> <input type="submit" name="agreed" id="agreed" value="{L_AGREE}" class="button2" />
Code: Select allOpen<input type="submit" name="agreed" id="agreed" value="{L_AGREE}" class="button1" /> <input type="submit" name="not_agreed" value="{L_NOT_AGREE}" class="button2" />
theme/bidi.css
Find:Code: Select allReplace with:/* proSilver RTL definitions
Code: Select allFind:/* RTL definitions
Code: Select allReplace with:/* proSilver Control Panel Styles
Code: Select allOpen/* Control Panel Styles
theme/buttons.css
Find:Code: Select allReplace with:/* Prospace Button Styles
Code: Select allOpen/* Button Styles
theme/colours.css
Find:Code: Select allReplace with:.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
Code: Select allFind:.pagination span a, .pagination span a:link, .pagination span a:visited {
Code: Select allBefore add:/* Pagination in viewforum for multipage topics */
Code: Select allFind:.pagination span a:active { color: #FFFFFF; background-color: #780000; border-color: #620D0D; }
Code: Select allReplace with:.signature a, .signature a:visited, .signature a:active, .signature a:hover {
Code: Select allFind:.signature a, .signature a:visited, .signature a:hover, .signature a:active {
Code: Select allReplace with:.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
Code: Select allFind:.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
Code: Select allBefore add:/* Profile searchresults */
Code: Select allFind:.postprofile a:active { color: #D69A4A; }
Code: Select allReplace with:background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
Code: Select allOpenbackground-image: url("{IMG_ICON_USER_ONLINE_SRC}");
theme/common.css
Find:Code: Select allReplace with:/* General Prospace Markup Styles
Code: Select allOpen/* General Markup Styles
theme/content.css
Find:Code: Select allReplace with:/* Prospace Content Styles
Code: Select allOpen/* Content Styles
theme/cp.css
Find:Code: Select allReplace with:/* Prospace Control Panel Styles
Code: Select allFind:/* Control Panel Styles
Code: Select allReplace with:.pmlist li.bg1 { border: solid 3px transparent; border-width: 0 3px; } .pmlist li.bg2 { border: solid 3px transparent; border-width: 0 3px; }
Code: Select allFind:.pmlist li.bg1 { padding: 0 3px; } .pmlist li.bg2 { padding: 0 3px; }
Code: Select allReplace with:.pmlist li.pm_replied_colour, .pm_replied_colour { border: solid 3px #620D0D; border-width: 0 3px; } .pmlist li.pm_friend_colour, .pm_friend_colour { border: solid 3px #620D0D; border-width: 0 3px; } .pmlist li.pm_foe_colour, .pm_foe_colour { border: solid 3px #620D0D; border-width: 0 3px; }
Code: Select all.pmlist li.pm_replied_colour, .pm_replied_colour { padding: 0; border: solid 3px #620D0D; border-width: 0 3px; } .pmlist li.pm_friend_colour, .pm_friend_colour { padding: 0; border: solid 3px #620D0D; border-width: 0 3px; } .pmlist li.pm_foe_colour, .pm_foe_colour { padding: 0; border: solid 3px #620D0D; border-width: 0 3px; }
Opentheme/forms.css
Find:Code: Select allReplace with:/* Prospace Form Styles
Code: Select allOpen/* Form Styles
theme/links.css
Find:Code: Select allReplace with:/* Prospace Link Styles
Code: Select allFind:/* Link Styles
Code: Select allReplace with:.postlink:visited { color: #E7C292; border-bottom-style: dotted; border-bottom-color: #666666; }
Code: Select allFind:/* .postlink:visited { color: #E7C292; } */
Code: Select allReplace with:.signature a, .signature a:visited, .signature a:active, .signature a:hover {
Code: Select allFind:.signature a, .signature a:visited, .signature a:hover, .signature a:active {
Code: Select allReplace with:.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
Code: Select allFind:.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
Code: Select allBefore add:/* Profile searchresults */
Code: Select allOpen/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */ /* See http://www.phpbb.com/bugs/phpbb3/59685 */ .postprofile a:active { font-weight: bold; color: #d69a4a; text-decoration: none; }
theme/print.css
Find:Code: Select allReplace with:/* Prospace Print Style Sheet ------------------------------------------------- Author: subBlue ( http://www.subBlue.com/ ) Version: 25 August 2004 Copyright 2004 phpBB Group -------------------------------------------------*/
Code: Select allOpen/* Print Style Sheet ---------------------------------------- */
theme/stylesheet.css
Find:Code: Select allReplace with:Style name: Prospace Based on style: prosilver (the default phpBB 3.0.x style) Original author: Tom Beddard ( http://www.subblue.com/ ) Modified by: spaceace ( http://www.livemembersonly.com )
Code: Select allOpenStyle name: Prospace Based on style: prosilver (the default phpBB 3.0.x style) Original author: Tom Beddard ( http://www.subblue.com/ ) Modified by: spaceace ( http://www.livemembersonly.com )
theme/tweaks.css
Find:Code: Select allReplace with:/* Prospace Style Sheet Tweaks
Code: Select all/* Style Sheet Tweaks