I really don't see what that has to do with creating a style, if you need help with any of those things you will have to ask in the appropriate forum!Bullseye » 15 Apr 2010, 00:06 wrote:....all I need help with now is installing the last topic title on the index and I need a little help with installing AJAX chat.....
Creating a style....
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Re: Creating a style....
Re: Creating a style....
I will, I was just telling Steve how far I had got, he said he's going to help me with rounding the corners, then the style is pretty much done......
Last edited by Bullseye on 15 Apr 2010, 11:04, edited 1 time in total.
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Creating a style....
rounded corners the easy way
open styles/your style/template overall_header.html
find:
add after:
open styles/your style/template overall_footer.html
find:
Add before:
open styles/your style/theme/colours.css
find:
add after:
open styles/your style/theme/common.css
find:
add after:
upload these two images to your style/theme/images/*.*
refresh template and theme in acp ,and web browser
should look like this ?
open styles/your style/template overall_header.html
find:
Code: Select all
<div id="wrap">
Code: Select all
<div class="inner"><span class="corners-topb"><span></span></span>
find:
Code: Select all
<div>
<a id="bottom" name="bottom" accesskey="z"></a>
Code: Select all
<span class="corners-bottomb"><span></span></span></div>
find:
Code: Select all
span.corners-bottom span {
background-image: url("{T_THEME_PATH}/images/corners_right.png");
}
Code: Select all
/*--- bigger corners --*/
span.corners-topb {
background-image: url("{T_THEME_PATH}/images/corners_leftb.png");
}
span.corners-topb span {
background-image: url("{T_THEME_PATH}/images/corners_rightb.png");
}
span.corners-bottomb {
background-image: url("{T_THEME_PATH}/images/corners_leftb.png");
}
span.corners-bottomb span {
background-image: url("{T_THEME_PATH}/images/corners_rightb.png");
}
find:
Code: Select all
.rules span.corners-top {
margin: 0 -10px 5px -10px;
}
.rules span.corners-bottom {
margin: 5px -10px 0 -10px;
}
Code: Select all
/*--- bigger corners --*/
span.corners-topb, span.corners-bottomb, span.corners-topb span, span.corners-bottomb span {
font-size: 1px;
line-height: 1px;
display: block;
height: 10px;
background-repeat: no-repeat;
}
span.corners-topb {
background-image: none;
background-position: 0 0;
margin: 0 -21px;
}
span.corners-topb span {
background-image: none;
background-position: 100% 0;
}
span.corners-bottomb {
background-image: none;
background-position: 0 100%;
margin: 0 -21px;
clear: both;
}
span.corners-bottomb span {
background-image: none;
background-position: 100% 100%;
}
should look like this ?
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Creating a style....
heres your site logo how to
open your style/imageset/imageset.cfg
find:
replace with:
upload the new resized logo to your style/imageset/*.*
refresh imageset in admin
let me know when this far we will do the menu part
open your style/imageset/imageset.cfg
find:
Code: Select all
img_site_logo = site_logo.gif*52*139
Code: Select all
img_site_logo = site_logo.png*207*843
let me know when this far we will do the menu part
Re: Creating a style....
I just tried it and it doesn't work, despite refreshing in both the browser and the ACP.....................
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Creating a style....
lets refresh the template in acpanel or did you ?
* edit i see the images folder is not downloaded yet. or the smaller site logo ........
* edit i see the images folder is not downloaded yet. or the smaller site logo ........
Re: Creating a style....
yes I did, the corners are still square....
this may sound daft, but when it say 'find' and then 'add after' does it mean add after the code that has been found and is it suppose to be on the same line or on a new one?
*edit:
I changed the logo last night.....
this may sound daft, but when it say 'find' and then 'add after' does it mean add after the code that has been found and is it suppose to be on the same line or on a new one?
*edit:
I changed the logo last night.....
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Creating a style....
I've tried it about 15 times, its still not working, I'm so sorry to be a pain.....
Am I doing properly
For example when it says:
find:
add after:
When its done should it look like this?:
Because that's how I've been doing it and I also added the images, thinking that's where I went wrong, but the corners are still square....
I've been editing in 'wordpad' is that the problem?
Thank you for your patience.
Am I doing properly
For example when it says:
find:
Code: Select all
<div id="wrap">
Code: Select all
<div class="inner"><span class="corners-topb"><span></span></span>
When its done should it look like this?:
Code: Select all
<div id="wrap">
<div class="inner"><span class="corners-topb"><span></span></span>
I've been editing in 'wordpad' is that the problem?
Thank you for your patience.
Last edited by Bullseye on 16 Apr 2010, 02:43, edited 1 time in total.
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Creating a style....
That edits correct ,be sure the images for round corners are in your style/theme/images folder.
Be sure you are refreshing the template and theme.
use this for editing files > http://notepad-plus.sourceforge.net/uk/site.htm
this does work your just doing summit wrong. Keep practicing
Be sure you are refreshing the template and theme.
use this for editing files > http://notepad-plus.sourceforge.net/uk/site.htm
this does work your just doing summit wrong. Keep practicing