Bl@ck

All 3.0.x styles released in our Styles Database can be found here. All discussion or support regarding an individual style should take place in that style's own area in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of releases and/or updates for styles. Any style support should be obtained through the Customisations Database in the support area designated for each style.

A direct link to support for each Style is in the first post of the respective topic.
Locked
Styles Robot
Styles Queue Bot
Styles Queue Bot
Posts: 5947
Joined: Sat Nov 29, 2003 12:21 pm

Bl@ck

Post by Styles Robot »

Style name: Bl@ck
Author: sevenalive
Style description: Prosilver based style that features rounded corners, and grey/black in color. It uses the prosilver template.

Internet Explorer does not yet support CSS3 text-shadow. Recommended Browsers for all features are Chrome and Firefox.
Style version: 1.2.4
Tested on phpBB version: 3.0.10

Download file: bl@ck_1.2.4.zip
File size: 189.2 KiB

Style overview page: View

The phpBB Team is not responsible nor required to provide support for this Style. By installing this Style, you acknowledge that the phpBB Support Team or phpBB Style Customisations Team may not be able to provide support.

-->Style support<--
Last edited by Styles Robot on Mon Sep 19, 2022 7:33 pm, edited 25 times in total.
(this is a non-active account manager for the phpBB Styles Team)
User avatar
Erisar
Former Team Member
Posts: 4270
Joined: Thu Nov 07, 2002 7:01 pm
Location: Ft. Lauderdale, Florida
Name: Eric Sarmany
Contact:

Bl@ck

Post by Erisar »

Style validated/released

Notes:
My Twitter · Erisar Design [Web Development and Graphic Design]
sevenalive
Registered User
Posts: 437
Joined: Thu Feb 07, 2008 4:45 am

Bl@ck

Post by sevenalive »

Q: What Template is this Based on:
A: Prosilver, you can use your own prosilver template just by making the changes below.

Q: I did some width edits and they did not work, why isn't it working?
A: Check the theme/Borders.css file and find the width and border settings.

Q: How can i adjust the width of my forum:
A: Open Bl@ck/theme/borders.css

Code: Select all

.outside {
   margin:0 auto;
   min-width:1000px; // Keep this!, Don't remove, instead lower it to 900px or 950px,
   max-width:1360px; // You can remove this but i recommend you keep it for high resolution monitors
   width:90%; // Change to 100%
}
Q: How can i ad ads or other content to this style:
A: Almost all mods/edits for prosilver based styles will work with Bl@ck.

Q: Is there a Bl@ck style for the ACP
A: Yes there is, however it is not validated by the styles team, you can download it here and install it in automod.

Q: How can i update the template to the latest version or use my own modded prosilver template
A: Bl@ck uses template inheritance, it only modifies overall_header, overall_footer, simple_header, and simple_footer. Here is how you can add borders to your own style:

Open: prosilver/template/overall_header.html
Find:

Code: Select all

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
After add:

Code: Select all

<div class="outside">
    <div class="top-left"></div><div class="top-center"></div><div class="top-right"></div>
    <div class="inside">
        <div class="notopgap">
Open: prosilver/template/overall_footer.html
Find:

Code: Select all

	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
        </div>
After add:

Code: Select all

        </div>
        <div class="nobottomgap"></div>
    </div>
    <div class="bottom-left"></div><div class="bottom-center"></div><div class="bottom-right"></div>
</div>
Open: prosilver/template/simple_header.html
Find:

Code: Select all

<body id="phpbb" class="{S_CONTENT_DIRECTION}">
After add:

Code: Select all

<div class="outside">
    <div class="top-left"></div><div class="top-center"></div><div class="top-right"></div>
    <div class="inside">
        <div class="notopgap">
Open: prosilver/template/simple_footer.html
Find:

Code: Select all

		<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
	</div>
</div>
After add:

Code: Select all

        </div>
        <div class="nobottomgap"></div>
    </div>
    <div class="bottom-left"></div><div class="bottom-center"></div><div class="bottom-right">
    </div>
</div>

Code: Select all

Copy Bl@ck/theme/borders.css to prosilver/theme/borders.css
Copy Bl@ck/theme/images/corners_top.png to prosilver/theme/images/corners_top.png
Copy Bl@ck/theme/images/corners_bottom.png to prosilver/theme/images/corners_bottom.png
Copy Bl@ck/theme/images/bg_headers.gif to prosilver/theme/images/bg_headers.gif 
Copy Bl@ck/theme/images/bg_footers.gif to prosilver/theme/images/bg_footers.gif
Open prosilver/theme/stylesheet.css
Add on new line:

Code: Select all

@import url("borders.css");
Last edited by sevenalive on Mon Mar 01, 2010 2:59 am, edited 28 times in total.
m u r
Registered User
Posts: 46
Joined: Wed Aug 24, 2005 6:55 pm
Contact:

Re: Bl@ck

Post by m u r »

I keep editing the "colours.css" but it doesn't seem to make any difference. I've refreshed the template and still nothing changes.
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: Bl@ck

Post by Raimon »

If you edit your theme, you need to refresh your theme ( acp -> styles -> themes -> refresh ) .
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
m u r
Registered User
Posts: 46
Joined: Wed Aug 24, 2005 6:55 pm
Contact:

Re: Bl@ck

Post by m u r »

I tried that...still doesn't do anything. The colors of links don't change regardless of which style I choose? Is it impossible to change the color of the username who last posted in the right column, users online, etc.? I refreshed the style in templates, themes, and imagesets...nothing changes!!!

Well, the links seem to have changed but the usernames are still showing up red and green. Is there any way to change this?
sevenalive
Registered User
Posts: 437
Joined: Thu Feb 07, 2008 4:45 am

Re: Bl@ck

Post by sevenalive »

Thats in the ACP not the style. You need to edit rank colors in the ACP.
fozzybear
Registered User
Posts: 23
Joined: Wed Aug 29, 2007 2:04 pm

Re: Bl@ck

Post by fozzybear »

love the tempate thanks.

quick question

my forum here
http://www.uk-mtb.com/index.php?option= ... &Itemid=53
inside joomla i want to remove the outer gray boarder as if you look it's causing a few errors with display and i think it would look nicer as white but keeping the rest as you designed it.

could you tell me where to look to change the outer gray to white?

thanks
User avatar
Erisar
Former Team Member
Posts: 4270
Joined: Thu Nov 07, 2002 7:01 pm
Location: Ft. Lauderdale, Florida
Name: Eric Sarmany
Contact:

Re: Bl@ck

Post by Erisar »

Style has been updated. Download link in first post has been updated.
My Twitter · Erisar Design [Web Development and Graphic Design]
setabkcin
Registered User
Posts: 7
Joined: Tue Oct 14, 2008 3:30 am

Re: Bl@ck

Post by setabkcin »

I've loaded this template for my forum, but when I post, there is no "Edit Post" button (no image, no text). Also, the "Post New Topic" and "Post Reply" buttons are only text. There are no graphics for them. Which files to I need to fix this in and where does it go? Thanks for the help!
setabkcin
Registered User
Posts: 7
Joined: Tue Oct 14, 2008 3:30 am

Re: Bl@ck

Post by setabkcin »

Also, there is no "Quote" button or PM button.
setabkcin
Registered User
Posts: 7
Joined: Tue Oct 14, 2008 3:30 am

Re: Bl@ck

Post by setabkcin »

I fixed the "Post Topic" and "Post Reply" buttons. Now it's just the buttons that have graphics in the "EN" folder in the "Imagesets" directory. Anyone know why these aren't working?
sevenalive
Registered User
Posts: 437
Joined: Thu Feb 07, 2008 4:45 am

Re: Bl@ck

Post by sevenalive »

You must not be using that language. the phbbb default locale is en, there must be a subfolder called en with those buttons. So if your using United States English or another language you need have have another folder with that locale name, en_us, for example.
So if you changed your board or user language to another besides british english you need to include buttons for that locale, that goes for all of your styles

Its not a problem with Bl@ck.
setabkcin
Registered User
Posts: 7
Joined: Tue Oct 14, 2008 3:30 am

Re: Bl@ck

Post by setabkcin »

Thank you. Problem solved. :D
zuan
Registered User
Posts: 4
Joined: Wed Oct 15, 2008 7:40 pm

Re: Bl@ck

Post by zuan »

love the styles just one question how do i change the board width with this styles? being looking around but can't find the answer if possible I want my board have the same width as the default proSilver styles (wide) or like
fozzybear wrote:love the tempate thanks.
my forum here
http://www.uk-mtb.com/index.php?option= ... &Itemid=53
this guy forum here :)
Locked

Return to “[3.0.x] Styles Database Releases”