[ABD] Supernova (phpBB 3.0.11)

Any abandoned 3.0.x Styles will be moved to this forum.
Locked
ziqpy
Registered User
Posts: 17
Joined: Thu Jul 21, 2011 5:40 pm

Re: [Release] Supernova (phpBB 3.0.10)

Post by ziqpy »

Hi,

I'm trying to edit the forum title.

cat-name-r.png is one of the images used, but I can't find any reference to it in any of the HTML or CSS files.

I'm trying to make the text look like 'topic/replies/last post" but no reference as stated.

Would also help towards editing other RTL? based font sizing and images.

Tweaking it to be more to my taste, but loving it so far :)
User avatar
Boardtalk.net
Registered User
Posts: 1243
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette
Contact:

Re: [Release] Supernova (phpBB 3.0.10)

Post by Boardtalk.net »

Hi ziqpy :)
ziqpy wrote:...cat-name-r.png is one of the images used, but I can't find any reference to it in any of the HTML or CSS files...
HTML can be found in template/forumlist_body.html
Find:

Code: Select all

                        	<dd style="width: 55.2%;"><div class="cat-name">
The css can be found in (e.g for the blue colour) theme/colours/blue.css
Find:

Code: Select all

background: transparent url("{T_THEME_PATH}/images/blue/cat-name-r.png") no-repeat scroll top right;
ziqpy wrote:...Would also help towards editing other RTL?...
The style should change to RTL if you are using an RTL language and have it set in the User Control Panel
ziqpy wrote:...font sizing...
All fonts can be found 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 (change font size to your choice):

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: 20px;">
ziqpy wrote:... and images...
If your using the e.g. blue colour you will find many of the images in theme/colours/blue.css

Hope that helps,
;)


P.S. Credit is due to Christian2.0 the original author for some of the above answers
ziqpy
Registered User
Posts: 17
Joined: Thu Jul 21, 2011 5:40 pm

Re: [Release] Supernova (phpBB 3.0.10)

Post by ziqpy »

Brill thankyou.
ziqpy
Registered User
Posts: 17
Joined: Thu Jul 21, 2011 5:40 pm

Re: [Release] Supernova (phpBB 3.0.10)

Post by ziqpy »

Was a niggle getting it the way I like it.

Question regarding sn-shadows.

Image

I changed the fluid nav and logo bar to fixed width but a little advanced the shadows to extend them up to top?
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey
Contact:

Re: [Release] Supernova (phpBB 3.0.10)

Post by noth »

the contrasting backgrounds displayed for the [quote] and quote in quote are superb!!

my members are driving me nuts with their constant [quoting] but at least with Supernova it looks pretty slick :D
User avatar
Boardtalk.net
Registered User
Posts: 1243
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette
Contact:

Re: [Release] Supernova (phpBB 3.0.10)

Post by Boardtalk.net »

noth wrote:the contrasting backgrounds displayed for the
and quote in quote are superb!!

my members are driving me nuts with their constant [quoting] but at least with Supernova it looks pretty slick :D
Christian did a good job on that all right ;)

Hi ziqpy,
Sorry I forgot about your question, hope you got it sorted.
User avatar
nextgen
Registered User
Posts: 2392
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] Supernova (phpBB 3.0.10)

Post by nextgen »

There will be some redesign for this style?
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
Boardtalk.net
Registered User
Posts: 1243
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette
Contact:

Re: [Release] Supernova (phpBB 3.0.10)

Post by Boardtalk.net »

nextgen wrote:There will be some redesign for this style?
Hi Nextgen, :)
Did you have anything in mind? My Summer months are busy and I will get more time in the winter months for working on Supernova.
cossielee
Registered User
Posts: 101
Joined: Tue Jul 13, 2010 12:26 am

Re: [Release] Supernova (phpBB 3.0.10)

Post by cossielee »

Hi mate, Did you ever find a solution to the Gallery Mod new/nonew icon overlapping problem, i PM'd you ages ago about it but then forgot :D
User avatar
Boardtalk.net
Registered User
Posts: 1243
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette
Contact:

Re: [Release] Supernova (phpBB 3.0.10)

Post by Boardtalk.net »

cossielee wrote:Hi mate, Did you ever find a solution to the Gallery Mod new/nonew icon overlapping problem, i PM'd you ages ago about it but then forgot :D
Hi Cossielee,
I was away on holidays this week and am just back, sorry for the delay in replying. I forgot all about the Gallery Mod question you had, leave it with me and will take a look over the coming days.
Thanks
;)
funkyharsh001
Registered User
Posts: 1
Joined: Tue Jul 17, 2012 12:49 pm

How to change the "SUPERNOVA" Icon?

Post by funkyharsh001 »

hello everybody
i need help regarding supernova theme by Cristian bullock i want to change the logoin the header and want to put my own logo.
please help..
thanks you..!!
User avatar
Boardtalk.net
Registered User
Posts: 1243
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette
Contact:

Re: [Release] Supernova (phpBB 3.0.10)

Post by Boardtalk.net »

Hi funkyharsh001,

1.) Make your transparent logo image, width= 484px and height= 100px
and name your new logo to logo-text-only.png

2.) Upload it to styles/supernova/theme/images to overwrite the existing logo image

3.) Open: styles/supernova/template/sn_config.html
Find:

Code: Select all

<!-- DEFINE $SN_LOGO = 'text' -->

Replace with:

Code: Select all

<!-- DEFINE $SN_LOGO = 'logo' -->
Note: you only need to change if its not already set to 'logo'

4.) In your forum's Administration Control Panel > Styles, refresh the Supernova Templates and Themes. Then in the ACP > General, purge the cache.

Hope that helps,
Boardtalk
massimiliano_k
Registered User
Posts: 2
Joined: Sat Jul 28, 2012 5:17 pm

Re: [Release] Supernova (phpBB 3.0.10)

Post by massimiliano_k »

You can enlarge the size of the logo? 484 pixels is not enough for me.

Thank you.
User avatar
Boardtalk.net
Registered User
Posts: 1243
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette
Contact:

Re: [Release] Supernova (phpBB 3.0.10)

Post by Boardtalk.net »

Hi Massimiliano_k,
No, it would involve pulling the header around and I don't have the time. You could give it a try yourself.
Tony´S
Registered User
Posts: 26
Joined: Tue Oct 18, 2011 4:31 am

Re: [Release] Supernova (phpBB 3.0.10)

Post by Tony´S »

The link to the download does not work, any solution? :?
Locked

Return to “[3.0.x] Abandoned Styles”