Page 4 of 8

Re: [3.0.7] SE Square Left

Posted: 13 Apr 2010, 19:51
by Fire-Fox
Thank you, that solved it :)

Re: [3.0.7] SE Square Left

Posted: 16 Apr 2010, 15:47
by Georgio
it is possible to make se_square_left temaplate with the boards rounded?

Re: [3.0.7] SE Square Left

Posted: 16 Apr 2010, 21:12
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;  }

Re: [3.0.7] SE Square Left

Posted: 17 Apr 2010, 01:54
by Georgio
i make the edits and i lost the color of the template....
i have the template without color, is ... white

Re: [3.0.7] SE Square Left

Posted: 17 Apr 2010, 07:04
by Stoker
Please post a link to your board.

Re: [3.0.7] SE Square Left

Posted: 17 Apr 2010, 17:27
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.

Re: [3.0.7] SE Square Left

Posted: 17 Apr 2010, 18:23
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.

Re: [3.0.7] SE Square Left

Posted: 17 Apr 2010, 21:43
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!

Re: [3.0.7] SE Square Left

Posted: 18 May 2010, 22:27
by Kynetic
an example for button :
button_pm_reply.gif
do you like this style ? (if yes, i'll continue imageset without corners) ;)

Re: [3.0.7] SE Square Left

Posted: 19 May 2010, 10:54
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?