1
0
forked from metin2/web

Added older versions of the classic theme.

This commit is contained in:
2024-12-31 20:21:54 +02:00
parent 561ab7ea97
commit 744e55e385
16 changed files with 214 additions and 22 deletions

View File

@ -0,0 +1,21 @@
.header-wrapper {
background: url(../img/header-bg-classic.jpg) no-repeat 50% 0;
height: 250px;
}
#header {
height: 250px;
}
.header-box {
margin: 130px 0 0 199px;
}
.header-box-nav-container{
background: url(../img/header-box.png) no-repeat;
margin: 7px 0 0 6px;
}
.container-wrapper {
background: url(../img/container-bg-top-classic.jpg) no-repeat 50% 0;
}