Corners out
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 195 B |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 201 B |
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
@@ -39,18 +39,18 @@
|
|||||||
/* Round cornered boxes and backgrounds
|
/* Round cornered boxes and backgrounds
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
span.portal-corners-top {
|
span.portal-corners-top {
|
||||||
background-image: url("{T_THEME_PATH}/images/portal/corners_left.png");
|
background-image: url("{T_THEME_PATH}/images/corners_left.png");
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
margin: 0 -10px;
|
margin: 0 -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.portal-corners-top span {
|
span.portal-corners-top span {
|
||||||
background-image: url("{T_THEME_PATH}/images/portal/corners_right.png");
|
background-image: url("{T_THEME_PATH}/images/corners_right.png");
|
||||||
background-position: 100% 0;
|
background-position: 100% 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.portal-corners-bottom {
|
span.portal-corners-bottom {
|
||||||
background-image: url("{T_THEME_PATH}/images/portal/corners_left.png");
|
background-image: url("{T_THEME_PATH}/images/corners_left.png");
|
||||||
background-position: 0 100%;
|
background-position: 0 100%;
|
||||||
margin: 0 -10px;
|
margin: 0 -10px;
|
||||||
clear: both;
|
clear: both;
|
||||||
@@ -58,7 +58,7 @@ span.portal-corners-bottom {
|
|||||||
|
|
||||||
|
|
||||||
span.portal-corners-bottom span {
|
span.portal-corners-bottom span {
|
||||||
background-image: url("{T_THEME_PATH}/images/portal/corners_right.png");
|
background-image: url("{T_THEME_PATH}/images/corners_right.png");
|
||||||
background-position: 100% 100%;
|
background-position: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user