Page 1 of 2

[Style] Timber 3.0.11

Posted: 15 Dec 2011, 00:43
by Galandas
Author: Rey, Galandas
Style Name: Timber
Style version : 1.0.3
PhpBB version: 3.0.11
languages: EN ITA
Description: A light fixed-width phpBB3 style and theme in brown wood. Prosilver based layout with rounded corners
Progress
[anipro]200,100[/anipro]
Demo: click here

[hsimg]http://farm8.staticflickr.com/7143/6512 ... 392b_b.jpg[/hsimg]


Download: CLIKKA

[Style] Timber

Posted: 15 Dec 2011, 00:44
by Tigerman75
Great Styles My friend! :thumb: :) ;)
Thanks

[Style] Timber

Posted: 15 Dec 2011, 00:59
by Terr0r
Nice Style

Only one thing I have 2 27 inch monitors and 1 23 inch monitor and the background image is for me to small

I have a question about the style

How thit you that whit the background image that if you scroll down or up the background image state on same place can you tell how you thit that ?

Can you share the code for that please ?

Greets Terr0r

[Style] Timber

Posted: 15 Dec 2011, 02:24
by Galandas
I'm sorry but I did not understand
What did you say
if you find that the background image
is small, try downloading the style
and look
the only way you can understand how I used
css code

[Style] Timber

Posted: 15 Dec 2011, 02:33
by Terr0r
Maybe someone else that can help me out whit this ?

Greets Terr0r

[Style] Timber

Posted: 15 Dec 2011, 02:51
by Galandas
If you explain better
and you make yourself understood more
i can help you
the problem and the language......

[Style] Timber

Posted: 15 Dec 2011, 14:40
by Terr0r
So as I say you have a background image on your style and if you scroll down or up the background image state on same place can you tell how you thit that ?

Greets Terr0r

[Style] Timber

Posted: 15 Dec 2011, 19:25
by Galandas
I used these parameters for the background

Code: Select all

html, body {
	color: #756443;
	background-color: #FFFFFF;
	background-image:   url("{T_THEME_PATH}/images/sfondo_timber.jpg");
    background-attachment: fixed;
	background-position: top center;
    background-repeat: no-repeat;
    max-height:     100%;
}

[Style] Timber

Posted: 15 Dec 2011, 19:27
by FTH
Open file styles/Timber/theme/borders.css

Find :

Code: Select all

html, body {
	background-color: #A0A0A0;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
Replace with :

Code: Select all

html, body {
	background-color: #A0A0A0;
	background-attachment: fixed;
	background-repeat: repeat;
}
Open file styles/Timber/theme/colours.css

Find :

Code: Select all

html, body {
	color: #756443;
	background-color: #FFFFFF;
	background-image:   url('{T_THEME_PATH}/images/sfondo_timber.jpg');
    background-attachment: fixed;
    max-height:     100%;
}
Replace with :

Code: Select all

html, body {
	color: #756443;
	background-color: #FFFFFF;
	background-image:   url('{T_THEME_PATH}/images/sfondo_timber.jpg');
    background-attachment: fixed;
	background-repeat: repeat;
    max-height:     100%;
}
Upload the background image and replace...
http://i41.tinypic.com/5uzk4.jpg

I rebuild the background for add a repeat function without "cut"... ;)

Now you can see the nice style under large resolution (over 22'')

[Style] Timber

Posted: 15 Dec 2011, 19:42
by Terr0r
Thanks

@Galandas and FTH

Greets Terr0r

EDIT

This is for the Timber style the edits is it possible style to made it for prosilver and prosilver se style

I have no border.css in the prosilver style and prosilver se style

Greets Terr0r