Darkness Theme

Got a favorite forum template you would like ported to phpBB or IntegraMOD?

Darkness Theme

Postby sammyboy405 » Fri Dec 28, 2007 5:06 pm

hey Helter,

Looking for a theme called Darkness for stargate portal Demo can be found here
http://www.tdmdesigns.net/styles/viewforum.php?f=4

When i ran straight phpbb3 I used it and had it customized pretty well the way I liked it. and I cant seem to figure out where everything goes for stargate.

Any help would be appreciated.

sammyboy405
 
Posts: 8
Joined: Fri Dec 28, 2007 4:59 pm
Blog: View Blog (0)

Re: Darkness Theme

Postby Helter » Fri Dec 28, 2007 5:18 pm

im not sure if Michealo has released the updated subsilver2 template for Stargate yet, but the template edits should be very similar.

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: Darkness Theme

Postby sammyboy405 » Fri Dec 28, 2007 5:26 pm

HelterSkelter wrote:im not sure if Michealo has released the updated subsilver2 template for Stargate yet, but the template edits should be very similar.


lemme double check the forums.. I think someone posted a Subsilver2 post with an attatchment.. I know Porfavor did a complete prosilver been tring to modify it.. I just dont have the patients for themes.. I rather write code.

sammyboy405
 
Posts: 8
Joined: Fri Dec 28, 2007 4:59 pm
Blog: View Blog (0)

Re: Darkness Theme

Postby sammyboy405 » Fri Dec 28, 2007 5:54 pm

ok I checked and Johnnytheone was making a subsilver2 but havent said any more about it.

sammyboy405
 
Posts: 8
Joined: Fri Dec 28, 2007 4:59 pm
Blog: View Blog (0)

Re: Darkness Theme

Postby Helter » Fri Dec 28, 2007 6:48 pm

Well, it was a pretty quick task, so I updated the template and ported it to Stargate
Darkness

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: Darkness Theme

Postby sammyboy405 » Sun Dec 30, 2007 10:54 am

Helter. Having an issue with the announcements and news Blocks on the theme.

Im looking for the color stuff im sure its just a CSS deal. but here is what it does.

ss.jpg
Screen shot of Portal Page.
ss.jpg (92.68 KiB) Viewed 8907 times

sammyboy405
 
Posts: 8
Joined: Fri Dec 28, 2007 4:59 pm
Blog: View Blog (0)

Re: Darkness Theme

Postby sammyboy405 » Sun Dec 30, 2007 11:09 am

I Found it.. Its in the Stylesheet.css

Look after line 978

I replaced those lines with

Code: Select all
.bg1   {
   background-color: #000000;
}
.bg2   {
   background-color: #000000;
}
.bg3   {
   background-color: #000000;
}


I just cant find the Title Color

Found that as well

around line 1036

sammyboy405
 
Posts: 8
Joined: Fri Dec 28, 2007 4:59 pm
Blog: View Blog (0)

Re: Darkness Theme

Postby sammyboy405 » Sun Dec 30, 2007 11:39 am

Is there a way to make page Wider? Seems so Skinny? or is that just a limitation from the Header Image?

sammyboy405
 
Posts: 8
Joined: Fri Dec 28, 2007 4:59 pm
Blog: View Blog (0)

Re: Darkness Theme

Postby Helter » Sun Dec 30, 2007 2:02 pm

open Darkness/theme/stylesheet.css
find

Code: Select all
#wrapheader {
   min-height: 250px;
   height: auto !important;
   height: 250px;
   width: 800px;
   padding: 0;
   margin-right:auto;
   margin-left:auto;
}

#wrapcentre {
   width: 800px;
   margin-right:auto;
   margin-left:auto;
   align: center;
}

#wrapfooter {
   width: 800px;
   margin-right:auto;
   margin-left:auto;
   text-align: center;
   clear: both;
}


replace with

Code: Select all
#wrapheader {
   min-height: 270px;
   height: auto !important;
   height: 270px;
   width: 1000px;
   padding: 0;
   margin-right:auto;
   margin-left:auto;
}

#wrapcentre {
   width: 1000px;
   margin-right:auto;
   margin-left:auto;
   align: center;
}

#wrapfooter {
   width: 1000px;
   margin-right:auto;
   margin-left:auto;
   text-align: center;
   clear: both;
}


open Darkness/imageset/imageset.cfg

find

Code: Select all
img_site_logo = main_logo.jpg*250*800


replace with

Code: Select all
img_site_logo = main_logo.jpg*270*1000


Right click the image, choose "view image" Right click the full size image, choose "save as"
upload this header image to Darkness/imageset/main_logo.jpg

Image

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: Darkness Theme

Postby sammyboy405 » Sun Dec 30, 2007 8:23 pm

Is there anywhere else besides the imageset.cfg that the main_logo size is? Its still comming up as 250*800

ive cleared cache on my side and sever side just encase. I will keep looking and see if i can find maybe its hard coded in the header..

sammyboy405
 
Posts: 8
Joined: Fri Dec 28, 2007 4:59 pm
Blog: View Blog (0)

Re: Darkness Theme

Postby Helter » Sun Dec 30, 2007 10:38 pm

acp/styles/
on the left, under "Style components" click imageset
on the right, choose Darkness - "Refresh"

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner

Re: Darkness Theme

Postby sammyboy405 » Mon Dec 31, 2007 5:15 am

HelterSkelter wrote:acp/styles/
on the left, under "Style components" click imageset
on the right, choose Darkness - "Refresh"


Doh!

Forgot all about that refresh.. Thanks. Fixed

sammyboy405
 
Posts: 8
Joined: Fri Dec 28, 2007 4:59 pm
Blog: View Blog (0)

Re: Darkness Theme

Postby Helter » Mon Dec 31, 2007 9:02 am

no prob. nearly anything that changes imageset requires a refresh

User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner



Post a reply



Return to Template/Theme Requests

Who is online

Users browsing this forum: No registered users and 2 guests

cron