[3.0.7] SE Square Left

PhpBB3 Styles Database. Try the Styles here and share Your own Styles
There is no support here! Only Read Access!
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: [3.0.7] SE Square Left

Post by Fire-Fox »

Thank you, that solved it :)
User avatar
Georgio
BBCoder II
BBCoder II
Posts: 53
Joined: 06 Mar 2010, 19:10
Location: Cabanes, Spain
Contact:

Re: [3.0.7] SE Square Left

Post by Georgio »

it is possible to make se_square_left temaplate with the boards rounded?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: [3.0.7] SE Square Left

Post by Stoker »

open styles/se_square_left/theme/colours.css
Find:

Code: Select all

.fieldsbg {

	background-color: #E7E8EA;

}
Add after:

Code: Select all

span.corners-top {
	background-image: url("{T_THEME_PATH}/images/corners_left.png");
}

span.corners-top span {
	background-image: url("{T_THEME_PATH}/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("{T_THEME_PATH}/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("{T_THEME_PATH}/images/corners_right.png");
}
Remove the border from this code, there is 5 instances:

Code: Select all

.headerbar {

   height: 90px;

	background-color: #20354c;

	background-image: url("{T_THEME_PATH}/images/bg_header.gif");

	color: #FFFFFF;

	border: 1px solid #4f91b6; 

}



.navbar {

	background-color: #e5eef5;

	border: 1px solid #bcd4e3; 

}



.forabg {

	background-color: #20354c;

	background-image: url("{T_THEME_PATH}/images/bg_list.gif");

	 border: 1px solid #4f91b6; 

}



.forumbg {

	background-color: #20354c;

	background-image: url("{T_THEME_PATH}/images/bg_header.gif");

	border: 1px solid #4f91b6; 

}



.panel {

	background-color: #ECF1F3;

	color: #28313F;

	border: 1px solid #bcd4e3; 



}
Find:

Code: Select all

.bg1	{ background-color: #f3f7fa; border: 1px solid #bcd4e3;  }

.bg2	{ background-color: #e9f0f5; border: 1px solid #bcd4e3;  }
replace with:

Code: Select all

.bg1	{ background-color: #f3f7fa;  }

.bg2	{ background-color: #e9f0f5;  }
Board rules! No PM support
User avatar
Georgio
BBCoder II
BBCoder II
Posts: 53
Joined: 06 Mar 2010, 19:10
Location: Cabanes, Spain
Contact:

Re: [3.0.7] SE Square Left

Post by Georgio »

i make the edits and i lost the color of the template....
i have the template without color, is ... white
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: [3.0.7] SE Square Left

Post by Stoker »

Please post a link to your board.
Board rules! No PM support
User avatar
Georgio
BBCoder II
BBCoder II
Posts: 53
Joined: 06 Mar 2010, 19:10
Location: Cabanes, Spain
Contact:

Re: [3.0.7] SE Square Left

Post by Georgio »

Stoker » 17 Apr 2010, 07:04 wrote:Please post a link to your board.
i replace the original file. I saw the light rounded borders in boards. But i mean rounded corners something like
prosilver_se.... it's possible? :oops:
I like very much Se_Square_Left template but i am currious how it's with rounded corners.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: [3.0.7] SE Square Left

Post by Stoker »

You know the name is SE Square Left which means no corners.
Sounds like its easier for you to donwload the prosilver_se style and make the changes you want.
Board rules! No PM support
User avatar
Georgio
BBCoder II
BBCoder II
Posts: 53
Joined: 06 Mar 2010, 19:10
Location: Cabanes, Spain
Contact:

Re: [3.0.7] SE Square Left

Post by Georgio »

Stoker » 17 Apr 2010, 18:23 wrote:You know the name is SE Square Left which means no corners.
Sounds like its easier for you to donwload the prosilver_se style and make the changes you want.
i'm sorry. :( i didn't now what means "square" :?
i don't speak very well english, so i am sorry again.
10x 2the support! 8-)

[hrc=red]1[/hrc]

I feel free to say to you your board is very very usefull & here i learn lot of things. Soon i publish my little board. 10x to you and the stuff i created very nice.
Cheers!
Kynetic
BBCoder II
BBCoder II
Posts: 23
Joined: 27 Apr 2010, 22:13
Contact:

Re: [3.0.7] SE Square Left

Post by Kynetic »

an example for button :
button_pm_reply.gif
do you like this style ? (if yes, i'll continue imageset without corners) ;)
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: [3.0.7] SE Square Left

Post by Stoker »

I like the form, it is perfect.
But there is too much hover effect. I think it blend too well because hover color is the same as background color.
Maybe more like the existing prosilver buttons, just square?
Board rules! No PM support
Locked