[Style] Timber 3.0.11

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
User avatar
Galandas
BBCoder III
BBCoder III
Posts: 129
Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:

[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, 13:07, edited 5 times in total.
User avatar
Tigerman75
BBCoder III
BBCoder III
Posts: 109
Joined: 31 Oct 2011, 14:14
BBCodes: 10
Favourite MOD: Top Staticts
Location: Italy
Contact:

[Style] Timber

Post by Tigerman75 »

Great Styles My friend! :thumb: :) ;)
Thanks
To speak with you use the google translator
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

[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
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Galandas
BBCoder III
BBCoder III
Posts: 129
Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:

[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
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

[Style] Timber

Post by Terr0r »

Maybe someone else that can help me out whit this ?

Greets Terr0r
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Galandas
BBCoder III
BBCoder III
Posts: 129
Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:

[Style] Timber

Post by Galandas »

If you explain better
and you make yourself understood more
i can help you
the problem and the language......
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

[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
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
Galandas
BBCoder III
BBCoder III
Posts: 129
Joined: 07 Mar 2010, 00:08
BBCodes: 35
Favourite BBCode: player yahoo
Favourite MOD: Mod Rey
Location: italy
Contact:

[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%;
}
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[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'')
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

[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
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
Locked