[ABD] Dark-Shines (for Gold 3.0.2)

Any abandoned 3.0.x Styles will be moved to this forum.
Oddity
Registered User
Posts: 6
Joined: Sun Jul 13, 2008 6:44 pm

Re: [RELEASE] Dark-Shines (for Gold 3.0.1)

Post by Oddity »

Sorry, one more thing: it was mentioned earlier in the thread that someone was trying to center the theme.

I'm looking to have it sit in the center of the screen but currently it sits on the left and I can't work out how to get it to center (Hell, I even tried putting <center> tags around everything and that didn't work :lol: ).

Thoughts?
User avatar
*Christian*
I've Been Banned!
Posts: 884
Joined: Sat Nov 03, 2007 1:35 pm
Location: Location, Location.

Re: [RELEASE] Dark-Shines (for Gold 3.0.1)

Post by *Christian* »

Firstly, thanks for the good feedback about the style :)

Next, have a look at this tutorial -> http://www.phpbb.com/kb/article/fixed-width-prosilver/

It should work with Dark-Shines, as it's based off prosilver. Remember to refresh the theme after making the changes :)
Proud owner of Bertie 3.0
:: No support via PM or IM ::
Oddity
Registered User
Posts: 6
Joined: Sun Jul 13, 2008 6:44 pm

Re: [RELEASE] Dark-Shines (for Gold 3.0.1)

Post by Oddity »

Yeah, that's what I needed to do (I actually figured it out on my own before I came back to check on this, haha).

Was just the 'margin' tag missing that was throwing it off. That's what I get for trying to code while vastly hungover ;)

Thanks again! :D

Also: I gotta say that this is probably my favorite style out of all the many styles I've seen for phpBB!
tab111
Registered User
Posts: 19
Joined: Thu Jul 10, 2008 9:20 am

Re: [RELEASE] Dark-Shines (for Gold 3.0.1)

Post by tab111 »

*Christian* wrote:Firstly, thanks for the good feedback about the style :)

Next, have a look at this tutorial -> http://www.phpbb.com/kb/article/fixed-width-prosilver/

It should work with Dark-Shines, as it's based off prosilver. Remember to refresh the theme after making the changes :)
Thanks the the reply but that is not what I want. I do not want the whole column fixed. I want the whole colume to be 100% width. What I want to change is the profile column to the left that display member info. Currently I think it it fixed. I would like to make it shrinkable or make it narrower. Very oftern I will display pictures that are up to 1000 pixels wide on the right column (content part) and I would like the right column makes some room for the pictures.
User avatar
*Christian*
I've Been Banned!
Posts: 884
Joined: Sat Nov 03, 2007 1:35 pm
Location: Location, Location.

Re: [RELEASE] Dark-Shines (for Gold 3.0.1)

Post by *Christian* »

tab111 wrote:
*Christian* wrote:Firstly, thanks for the good feedback about the style :)

Next, have a look at this tutorial -> http://www.phpbb.com/kb/article/fixed-width-prosilver/

It should work with Dark-Shines, as it's based off prosilver. Remember to refresh the theme after making the changes :)
Thanks the the reply but that is not what I want. I do not want the whole column fixed. I want the whole colume to be 100% width. What I want to change is the profile column to the left that display member info. Currently I think it it fixed. I would like to make it shrinkable or make it narrower. Very oftern I will display pictures that are up to 1000 pixels wide on the right column (content part) and I would like the right column makes some room for the pictures.
Ah, i understand.

Open: /styles/dark-shines/theme/content.css

Find:

Code: Select all

/* Poster profile block
----------------------------------------*/
.postprofile {
/* Also see tweaks.css */
margin: 5px 0 10px 0;
min-height: 80px;
color: #666666;
border-right: 1px solid #FFFFFF;
width: 22%;
float: left;
display: inline;
}
Edit:

Code: Select all

width: 22%;

Style updated to phpBB 3.0.2
Proud owner of Bertie 3.0
:: No support via PM or IM ::
tab111
Registered User
Posts: 19
Joined: Thu Jul 10, 2008 9:20 am

Re: [RELEASE] Dark-Shines (for Gold 3.0.1)

Post by tab111 »

Ah, i understand.
Open: /styles/dark-shines/theme/content.css
Find:

Code: Select all

/* Poster profile block
----------------------------------------*/
.postprofile {
/* Also see tweaks.css */
margin: 5px 0 10px 0;
min-height: 80px;
color: #666666;
border-right: 1px solid #FFFFFF;
width: 22%;
float: left;
display: inline;
}
Edit:

Code: Select all

width: 22%;
Style updated to phpBB 3.0.2
Thanks Christian, you are very helpful. The profile block width issue was resolved but the content on the main block did not line up to the left edge as I hoped. Can you help a bit more? Thank you again and see the following link for what I mean:

http://www.exopic.com/viewtopic.php?f=3 ... 2c2e3c7e62
User avatar
*Christian*
I've Been Banned!
Posts: 884
Joined: Sat Nov 03, 2007 1:35 pm
Location: Location, Location.

Re: [RELEASE] Dark-Shines (for Gold 3.0.2)

Post by *Christian* »

How could i forget that? :oops:

In content.css, find:

Code: Select all

/* Post body styles
----------------------------------------*/
.postbody {
    padding: 0;
    line-height: 1.48em;
    color: #333333;
    width: 76%;
    float: right;
    clear: both;
}
Edit:

Code: Select all

    width: 76%;
Remember to keep this 1% smaller than the width of the profile block, this will keep a nice little gap between them both :)
Proud owner of Bertie 3.0
:: No support via PM or IM ::
tab111
Registered User
Posts: 19
Joined: Thu Jul 10, 2008 9:20 am

Re: [RELEASE] Dark-Shines (for Gold 3.0.2)

Post by tab111 »

*Christian* wrote:How could i forget that? :oops:

In content.css, find:

Code: Select all

/* Post body styles
----------------------------------------*/
.postbody {
    padding: 0;
    line-height: 1.48em;
    color: #333333;
    width: 76%;
    float: right;
    clear: both;
}
Edit:

Code: Select all

    width: 76%;
Remember to keep this 1% smaller than the width of the profile block, this will keep a nice little gap between them both :)
Very nice now. You have the greatest black style for phpBB.

Thank you again
Oddity
Registered User
Posts: 6
Joined: Sun Jul 13, 2008 6:44 pm

Re: [RELEASE] Dark-Shines (for Gold 3.0.2)

Post by Oddity »

Hrm, I've just noticed (and noticed that it's been brought up before) that there is no register link appearing.

Could you take a look at this?


I checked the overall header and from what I can see, I'd expect it to be there but I don't know nearly enough about phpbb3 themes so I can't say lol.
User avatar
prototech
Former Team Member
Posts: 5406
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

Re: [RELEASE] Dark-Shines (for Gold 3.0.2)

Post by prototech »

Oddity wrote:Hrm, I've just noticed (and noticed that it's been brought up before) that there is no register link appearing.
Update your board to 3.0.2 and it should reappear.
Need help with MOD/style installations or other phpBB problems? Contact me for a quote.
Oddity
Registered User
Posts: 6
Joined: Sun Jul 13, 2008 6:44 pm

Re: [RELEASE] Dark-Shines (for Gold 3.0.2)

Post by Oddity »

Upgrading to 3.02 turned out to be a bad idea. Wound up with this massive bug not letting people log in:

http://www.phpbb.com/community/viewtopi ... &sk=t&sd=a


-_-
highdrake
Registered User
Posts: 7
Joined: Sun May 20, 2007 5:37 am
Contact:

Re: [RELEASE] Dark-Shines (for Gold 3.0.1)

Post by highdrake »

*Christian* wrote:You need to make the new logo the same image size as the old one, or increase the size of the placeholder in imageset.cfg (let me know if you need help with this) :)
How do I do this. http://www.bradriffic.com/forum

Also I'd Like to get rid of the phbb icon on the top left
User avatar
*Christian*
I've Been Banned!
Posts: 884
Joined: Sat Nov 03, 2007 1:35 pm
Location: Location, Location.

Re: [RELEASE] Dark-Shines (for Gold 3.0.1)

Post by *Christian* »

Unfortunately, i cannot help you with the login problems.
highdrake wrote:
*Christian* wrote:You need to make the new logo the same image size as the old one, or increase the size of the placeholder in imageset.cfg (let me know if you need help with this) :)
How do I do this. http://www.bradriffic.com/forum

Also I'd Like to get rid of the phbb icon on the top left
What exactly do you want to do here?

Firstly you say you want to replace the image, then you want to get rid of it :?
Proud owner of Bertie 3.0
:: No support via PM or IM ::
highdrake
Registered User
Posts: 7
Joined: Sun May 20, 2007 5:37 am
Contact:

Re: [RELEASE] Dark-Shines (for Gold 3.0.1)

Post by highdrake »

*Christian* wrote:Unfortunately, i cannot help you with the login problems.
highdrake wrote:
*Christian* wrote:You need to make the new logo the same image size as the old one, or increase the size of the placeholder in imageset.cfg (let me know if you need help with this) :)
How do I do this. http://www.bradriffic.com/forum

Also I'd Like to get rid of the phbb icon on the top left
What exactly do you want to do here?

Firstly you say you want to replace the image, then you want to get rid of it :?
Sorry, forgot to edit... I removed the phbb and replaced my logo.. but I would like to center the logo and make it bigger.
fberci
Registered User
Posts: 77
Joined: Sat Jan 01, 2005 12:09 pm
Location: Budapest, Hungary
Name: Bertalan Fodor
Contact:

Re: [RELEASE] Dark-Shines (for Gold 3.0.2)

Post by fberci »

Hi *Christian*,

This style looks really great, and I would like to use it for a Hungarian board. If you have a .psd, could you send it to me, so I could create Hungarian buttons for it?
Locked

Return to “[3.0.x] Abandoned Styles”