[Style] Timber 3.0.11
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
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
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 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
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
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
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
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
If you explain better
and you make yourself understood more
i can help you
the problem and the language......
and you make yourself understood more
i can help you
the problem and the language......
[Style] Timber
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
Greets Terr0r
[Style] Timber
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
Open file
Find :
Replace with :
Open file
Find :
Replace with :
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'')
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;
}
Code: Select all
html, body {
background-color: #A0A0A0;
background-attachment: fixed;
background-repeat: repeat;
}
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%;
}
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%;
}
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
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
@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