[Style] Timber 3.0.11

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[Style] Timber 3.0.11

Post 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
Last edited by Galandas on 30 Apr 2013, 11:07, edited 5 times in total.

[Style] Timber

Post by Tigerman75 »

Great Styles My friend! :thumb: :) ;)
Thanks

[Style] Timber

Post 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

Post 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

Post by Terr0r »

Maybe someone else that can help me out whit this ?

Greets Terr0r

[Style] Timber

Post by Galandas »

If you explain better
and you make yourself understood more
i can help you
the problem and the language......

[Style] Timber

Post 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

Post 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

Post 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

Post 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