Page 1 of 2

Darkness Theme

PostPosted: Fri Dec 28, 2007 5:06 pm
Author: sammyboy405
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.

Re: Darkness Theme

PostPosted: Fri Dec 28, 2007 5:18 pm
Author: Helter
im not sure if Michealo has released the updated subsilver2 template for Stargate yet, but the template edits should be very similar.

Re: Darkness Theme

PostPosted: Fri Dec 28, 2007 5:26 pm
Author: sammyboy405
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.

Re: Darkness Theme

PostPosted: Fri Dec 28, 2007 5:54 pm
Author: sammyboy405
ok I checked and Johnnytheone was making a subsilver2 but havent said any more about it.

Re: Darkness Theme

PostPosted: Fri Dec 28, 2007 6:48 pm
Author: Helter
Well, it was a pretty quick task, so I updated the template and ported it to Stargate
Darkness

Re: Darkness Theme

PostPosted: Sun Dec 30, 2007 10:54 am
Author: sammyboy405
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

Re: Darkness Theme

PostPosted: Sun Dec 30, 2007 11:09 am
Author: sammyboy405
I Found it.. Its in the Stylesheet.css

Look after line 978

I replaced those lines with

.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

Re: Darkness Theme

PostPosted: Sun Dec 30, 2007 11:39 am
Author: sammyboy405
Is there a way to make page Wider? Seems so Skinny? or is that just a limitation from the Header Image?

Re: Darkness Theme

PostPosted: Sun Dec 30, 2007 2:02 pm
Author: Helter
open Darkness/theme/stylesheet.css
find

#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

#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

img_site_logo = main_logo.jpg*250*800


replace with

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

Re: Darkness Theme

PostPosted: Sun Dec 30, 2007 8:23 pm
Author: sammyboy405
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..