mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Updated background again
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
BIN
nui/bg_right.png
Normal file
BIN
nui/bg_right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
@@ -68,19 +68,21 @@
|
|||||||
.panel_side {
|
.panel_side {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url( "bg_side.png" );
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
box-shadow: inset 0px 20px 20px -15px rgba( 0, 0, 0, 0.4 );
|
box-shadow: inset 0px 20px 20px -15px rgba( 0, 0, 0, 0.4 );
|
||||||
}
|
}
|
||||||
.panel_left {
|
.panel_left {
|
||||||
clip-path: polygon( 0 30%, 80% 0, 100% 0, 100% 100%, 80% 100%, 0 70% );
|
clip-path: polygon( 0 30%, 80% 0, 100% 0, 100% 100%, 80% 100%, 0 70% );
|
||||||
transform: translateX( 1px );
|
transform: translateX( 1px );
|
||||||
|
background-image: url( "bg_left.png" );
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel_right {
|
.panel_right {
|
||||||
clip-path: polygon( 0 0, 20% 0, 100% 30%, 100% 70%, 20% 100%, 0 100% );
|
clip-path: polygon( 0 0, 20% 0, 100% 30%, 100% 70%, 20% 100%, 0 100% );
|
||||||
transform: translateX( -1px );
|
transform: translateX( -1px );
|
||||||
|
background-image: url( "bg_right.png" );
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
@@ -98,7 +100,7 @@
|
|||||||
|
|
||||||
.active {
|
.active {
|
||||||
color: rgb( 242, 70, 24 );
|
color: rgb( 242, 70, 24 );
|
||||||
text-shadow: 0 0 6px rgba( 235, 62, 15, 0.65 );
|
text-shadow: 0 0 6px rgba( 235, 62, 15, 0.5 );
|
||||||
}
|
}
|
||||||
.active_arrow {
|
.active_arrow {
|
||||||
background-color: rgb( 242, 70, 24 );
|
background-color: rgb( 242, 70, 24 );
|
||||||
|
|||||||
Reference in New Issue
Block a user