Lets get the inner corners out in the center boxes - easier to adapt. The gif corners are not needed. :)

http://board3.de/viewtopic.php?p=4469#p4469
This commit is contained in:
Kevin
2008-08-15 17:43:23 +00:00
parent b00e82a30c
commit da9f9b1dbf
5 changed files with 2 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 B

View File

@@ -38,13 +38,6 @@
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
* html span.portal-corners-top, * html span.portal-corners-bottom {
background-image: url("{T_THEME_PATH}/images/portal/corners_left.gif");
}
* html span.portal-corners-top span, * html span.portal-corners-bottom span {
background-image: url("{T_THEME_PATH}/images/portal/corners_right.gif");
}
span.portal-corners-top {
background-image: url("{T_THEME_PATH}/images/portal/corners_left.png");
background-position: 0 0;
@@ -83,36 +76,19 @@ margin: 0 -10px;
/*inner corners*/
* html span.portal-corners-top-inner, * html span.portal-corners-bottom-inner {
background-image: url("{T_THEME_PATH}/images/portal/corners_left1.gif");
}
* html span.portal-corners-top-inner span, * html span.portal-corners-bottom-inner span {
background-image: url("{T_THEME_PATH}/images/portal/corners_right1.gif");
}
span.portal-corners-top-inner {
background-image: url("{T_THEME_PATH}/images/portal/corners_left1.png");
background-position: 0 0;
margin: 0 -10px;
}
span.portal-corners-top-inner span {
background-image: url("{T_THEME_PATH}/images/portal/corners_right1.png");
background-position: 100% 0;
}
span.portal-corners-top-inner span {}
span.portal-corners-bottom-inner {
background-image: url("{T_THEME_PATH}/images/portal/corners_left1.png");
background-position: 0 100%;
margin: 0 -10px;
clear: both;
}
span.portal-corners-bottom-inner span {
background-image: url("{T_THEME_PATH}/images/portal/corners_right1.png");
background-position: 100% 100%;
}
span.portal-corners-bottom-inner span {}
span.portal-corners-top-inner, span.portal-corners-bottom-inner, span.portal-corners-top-inner span, span.portal-corners-bottom-inner span {
font-size: 1px;