[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!
Anti-Spam Guide
wadie
Registered User
Posts: 558
Joined: Sun May 02, 2010 5:05 am
Location: Your ACP
Name: Wadie

Re: [Release] Supernova (3.0.7)

Post by wadie »

Nice style ! :D
Need a custom style made ? want me to install a MOD for you ? Contact me here.
reVvo !
Registered User
Posts: 35
Joined: Mon May 17, 2010 6:34 pm

Re: [Release] Supernova (3.0.7)

Post by reVvo ! »

reVvo ! wrote:Cristian Very good, excellent job!

I'm interested in putting it in my forum

Image

Should I put in my header this?

Code: Select all

    <script type="text/javascript">
    $(document).ready(function() {

    // When the mouse enters div1, show div2
       $('#sn-not-logged-in').mouseenter(function() {
          $('#sn-not-logged-in-hover').fadeIn('medium');
       });

    // When the user's mouse leaves div2, fade it out
       $('#sn-not-logged-in-hover').mouseleave(function() {
          $('#sn-not-logged-in-hover').fadeOut('medium');
       });

    });
    </script>
And this in my style?

Code: Select all

#sn-header {background: url("../images/red/headerbg.png");}
a#sn-logo {background-image: url("../images/red/logo.png");}
#sn-not-logged-in {background-image: url("../images/red/login-notice.png");}
#sn-not-logged-in-hover {background-image: url("../images/red/login-notice-hover.png");}
I seem to miss something because I do not work :?
The hover don't works
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 »

@reVvo !: You'll have to work out how to do it yourself, this topic isn't a personal support bank for using my style elements on your style.
reVvo !
Registered User
Posts: 35
Joined: Mon May 17, 2010 6:34 pm

Re: [Release] Supernova (3.0.7)

Post by reVvo ! »

ok.... :cry:
User avatar
therat
Registered User
Posts: 285
Joined: Sun Apr 07, 2002 6:06 pm

Re: [Release] Supernova (3.0.7)

Post by therat »

Christian 2.0 wrote:Yes, you're absolutely right. My mistake :oops:

Here you go: Image
Excellent, thanks.
68deluxe
Registered User
Posts: 3
Joined: Mon Jun 07, 2010 8:54 pm

Re: [Release] Supernova (3.0.7)

Post by 68deluxe »

Hi Christian,

Brilliant Style, arguably the best avail for phpbb3.

I am trying to make a slight adjustment - I'd like to remove the 'folder' style icons from the index page, and replace with round icons similar to those on the Topics pages. I have tried adjusting some values in content.css >>>

Code: Select all

/* Forum list column styles */
dl.icon {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}
but whenever I got the new index icons in the right place, the topic icons moved across to the right. Could you please let me know what I have to change to get round icons to line up correctly on the Index page?

Thanks in advance for your help!

edit: link to live forum to see what I'm talking about!

http://www.australianminiforum.com/forum/index.php

Tim.
Last edited by 68deluxe on Mon Jun 07, 2010 9:24 pm, edited 1 time in total.
User avatar
therat
Registered User
Posts: 285
Joined: Sun Apr 07, 2002 6:06 pm

Re: [Release] Supernova (3.0.7)

Post by therat »

I've found another small problem. When you look at the Whos online section and click on Whois the popup is missing 3 stylesheets, normal, medium and large.css. Can these be copied from prosilver or should there be specific ones for this style.
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 »

They can be copied over from Prosilver.

@68deluxe: Open: /styles/supernova/template/forumlist_body.html

Find:

Code: Select all

<dl class="icon sn-index-icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat; <!-- IF SCRIPT_NAME eq 'index' or 'viewforum' -->padding-left: 40px;<!-- ENDIF -->">
Replace with:

Code: Select all

<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
68deluxe
Registered User
Posts: 3
Joined: Mon Jun 07, 2010 8:54 pm

Re: [Release] Supernova (3.0.7)

Post by 68deluxe »

brilliant, thanks Christian!
Solofront
Registered User
Posts: 33
Joined: Thu Apr 08, 2010 7:29 pm

Re: [Release] Supernova (3.0.7)

Post by Solofront »

The "useless" space on the sides, are we able to put verticle banners there, separate from the actual forum, whether they be advertising banners or others?
User avatar
Nawid
Registered User
Posts: 329
Joined: Sat Jun 27, 2009 4:32 pm

Re: [Release] Supernova (3.0.7)

Post by Nawid »

Solofront wrote:The "useless" space on the sides, are we able to put verticle banners there, separate from the actual forum, whether they be advertising banners or others?
Also interested in this.
Image
Check SuperNova Orange style on:
SchoolLife.nl
phpBB.com
Solofront
Registered User
Posts: 33
Joined: Thu Apr 08, 2010 7:29 pm

Re: [Release] Supernova (3.0.7)

Post by Solofront »

I want to put tables on one side and advertising banners on the otherside, I'm sure its possible though? :geek:
User avatar
Georgio
Registered User
Posts: 3
Joined: Sun May 09, 2010 11:28 am
Location: Cabanes, Spain
Name: Georgio Iordache

Re: [Release] Supernova (3.0.7)

Post by Georgio »

hi,
how can i modify the width of the entire forum.for exemple in the prosilver_se style i got in common.css:

Code: Select all

#wrap {
	padding: 0 20px;
	min-width: 650px;
	width: 900px;
	margin: 0 auto;
}
where can i do the same thing in supernova

10x in advance & cheers !
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 »

As per the first post (under "Things you should know"), this style does not (and never will) support Fluid Width. In turn, that means there's no way of changing the width.

Sorry :| .
Livirathon
Registered User
Posts: 19
Joined: Fri Apr 16, 2010 5:19 pm

Re: [Release] Supernova (3.0.7)

Post by Livirathon »

hello,Christian
i can't see the "icon_user_warn.png" icon,can you help me to fix this problem?
i'm never use any mod about this forum

Image

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