[Release] Supernova (phpBB 3.0.8)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Ideas Centre
User avatar
callumacrae
Former Team Member
Posts: 2662
Joined: Tue Feb 12, 2008 12:28 pm
Location: London, UK
Name: Callum Macrae

Re: [Release] Supernova (3.0.7)

Post by callumacrae »

Boardtalk.net wrote:Hi Christian,

In IE the Advertisement Management Mod on the top of the index page displays incorrectly, it looks fine in Firefox, G Chrome and A Safari. In IE it sit’s a little under and behind the first forum category.

Image

I've tried placing the {ADS_1} code in various places around the area below but it makes no difference in IE.
overall_header.html

Code: Select all

</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) or U_RESTORE_PERMISSIONS -->
<!-- INCLUDE arcade/arcade_info_body.html -->

<div class="sn-header-alert">
<!-- IF S_BOARD_DISABLED --><img src="{T_THEME_PATH}/images/exclamation.png" width="16" height="16" alt="" /> {L_INFORMATION}: {L_BOARD_DISABLED}<!-- ENDIF --><!-- IF S_BOARD_DISABLED and U_RESTORE_PERMISSIONS -->&nbsp;&bull;&nbsp;<!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><img src="{T_THEME_PATH}/images/user_go.png" width="16" height="16" alt="" /> <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
</div><!-- /sn-header-alert -->
		{ADS_1}
<!-- ENDIF -->

<div id="sn-header">

<a id="top" name="top" accesskey="t"></a>
<div id="sn-header-content">
<a id="sn-logo" href="{U_INDEX}"><img src="{T_IMAGESET_PATH}/site-logo-{SITE_LOGO_RANDOM}.png" width="484" height="100" alt="" /></a>

<div id="sn-controlbox">

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT --
Thanks again,
;)
I believe that's the responsibility of the MOD author, not the style author.

~Callum
macr.ae = my website. you probably won't like it.
Proud user ofProud user of
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: [Release] Supernova (3.0.7)

Post by Nawid »

tiwul wrote:hi Christian,
your style so nice. great job :P

how to change font size.? i want to change smaller font size for total post and total topic.
Image

thank you very much

There you go :)
Christian 2.0 wrote: All can be changed in colours.css

Topic text:

Code: Select all

.content {
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px !important;
}
Topic titles:

Code: Select all

a.topictitle {
	color: #105289;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
Forum names:

Code: Select all

a.forumtitle {
	color: #0f5493;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -0.5px;
}
Who is online uses the global body { selector, although you can give it its own font-size. Open: index_body.html

Find:

Code: Select all

<!-- IF S_DISPLAY_ONLINE_LIST -->
<div class="sn-stat-info" style="background-image: url('{T_THEME_PATH}/images/who-is-online.png');">
Replace with:

Code: Select all

<!-- IF S_DISPLAY_ONLINE_LIST -->
<div class="sn-stat-info" style="background-image: url('{T_THEME_PATH}/images/who-is-online.png'); font-size: 10px;">
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
Freezak
Registered User
Posts: 4
Joined: Sat Jun 19, 2010 5:36 pm

Re: [Release] Supernova (3.0.7)

Post by Freezak »

Christian and others i have 2 questions:

1. I have one problem:
[center]Image[/center]
How i can fix it?

2. In PSD: where is red buttons? I must have it.
reVvo !
Registered User
Posts: 35
Joined: Mon May 17, 2010 6:34 pm

Re: [Release] Supernova (3.0.7)

Post by reVvo ! »

Would not it be convenient to add this line in sn-nli-form ?

cursor: text;
Freezak
Registered User
Posts: 4
Joined: Sat Jun 19, 2010 5:36 pm

Re: [Release] Supernova (3.0.7)

Post by Freezak »

where???? ? How i can fix it? I have button and text on button. I want only button.
Freezak
Registered User
Posts: 4
Joined: Sat Jun 19, 2010 5:36 pm

Re: [Release] Supernova (3.0.7)

Post by Freezak »

Thanks all for help i fixed it. In style's folder i made folder "pl" ("en" folders content) and it works. thanks.
reVvo !
Registered User
Posts: 35
Joined: Mon May 17, 2010 6:34 pm

Re: [Release] Supernova (3.0.7)

Post by reVvo ! »

Can you please make me a text for the logo.

Just write Rush 4 Fail

Thanks in advance !

Is there any possibility of increasing the width of the topic buttons?

I need to make a button for "RESPUESTA RAPIDA"
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: [Release] Supernova (3.0.7)

Post by PlanetStyles.net »

User avatar
callumacrae
Former Team Member
Posts: 2662
Joined: Tue Feb 12, 2008 12:28 pm
Location: London, UK
Name: Callum Macrae

Re: [Release] Supernova (3.0.7)

Post by callumacrae »

That's -nearly- invisible on the white background of safari :)

~Callum
macr.ae = my website. you probably won't like it.
Proud user ofProud user of
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: [Release] Supernova (3.0.7)

Post by PlanetStyles.net »

Yeah, but sometimes people prefer to just right-click and save as instead of browsing to the image and doing the same. The logo will be fine on Supernova's dark header background. :)
User avatar
callumacrae
Former Team Member
Posts: 2662
Joined: Tue Feb 12, 2008 12:28 pm
Location: London, UK
Name: Callum Macrae

Re: [Release] Supernova (3.0.7)

Post by callumacrae »

Christian 2.0 wrote:Yeah, but sometimes people prefer to just right-click and save as instead of browsing to the image and doing the same. The logo will be fine on Supernova's dark header background. :)
I now have both of your styles installed on my forum :)

~Callum
macr.ae = my website. you probably won't like it.
Proud user ofProud user of
reVvo !
Registered User
Posts: 35
Joined: Mon May 17, 2010 6:34 pm

Re: [Release] Supernova (3.0.7)

Post by reVvo ! »

Thank you so much!
I ask a question, why are some buttons PNG and other GIF ?
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: [Release] Supernova (3.0.7)

Post by PlanetStyles.net »

Cheers Callum :)
reVvo ! wrote:Thank you so much!
I ask a question, why are some buttons PNG and other GIF ?
Because .png supports transparency a lot better than .gif. Additionally .png creates a better quality images, and using Photoshop's "Save for Web" feature you can maintain a 100% quality whilst keeping the file size remarkably low.
reVvo !
Registered User
Posts: 35
Joined: Mon May 17, 2010 6:34 pm

Re: [Release] Supernova (3.0.7)

Post by reVvo ! »

Ok :D Thank you very much

My site [LINK REMOVED] :)

I am installing a mod and tell me locate the following line

Code: Select all

				<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
			<span class="corners-bottom"><span></span></span></div>
		</div>
		<!-- ENDIF -->
I can not find the line

Ready, after the line

<div id="page-body">

Paste the code

<!-- INCLUDE announcement_centre.html -->

RESULT:

Image
Last edited by bonelifer on Tue Jun 22, 2010 5:32 am, edited 1 time in total.
Reason: Removed Link, not required.
Freezak
Registered User
Posts: 4
Joined: Sat Jun 19, 2010 5:36 pm

Re: [Release] Supernova (3.0.7)

Post by Freezak »

Christian, do you have red buttons psd files??? i need it.

Return to “[3.0.x] Styles in Development”