Added older versions of the classic theme.
60
public/assets/main/css/header-classic-btn.css
Normal file
@ -0,0 +1,60 @@
|
||||
.header-wrapper {
|
||||
background: url(../img/header-bg-classic-btn.jpg) no-repeat 50% 0;
|
||||
height: 230px;
|
||||
}
|
||||
|
||||
.header-box {
|
||||
margin: 160px 0 0 199px;
|
||||
}
|
||||
|
||||
#userBox {
|
||||
background: url(../img/user-box.jpg) no-repeat;
|
||||
height:66px;
|
||||
margin:125px 0 0 159px;
|
||||
padding:10px 40px;
|
||||
width:535px;
|
||||
}
|
||||
|
||||
#regBtn {
|
||||
background:url(../img/reg-btn-classic.jpg) no-repeat;
|
||||
display:block;
|
||||
color:#f2e69f;
|
||||
font-size:18px;
|
||||
font-weight:bold;
|
||||
height:38px;
|
||||
line-height:38px;
|
||||
margin:0 auto;
|
||||
text-align:center;
|
||||
text-decoration:none;
|
||||
text-shadow:2px 2px 5px #000000;
|
||||
width:320px;
|
||||
}
|
||||
#regBtn:hover {background-position:0 -38px;}
|
||||
|
||||
.header-box-nav-container{
|
||||
background: url(../img/header-box.png) no-repeat;
|
||||
margin: 2px 0 0 6px;
|
||||
}
|
||||
|
||||
.welcome-text-left, .welcome-text-right{
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.container-wrapper {
|
||||
background: url(../img/container-bg-top-classic-btn.jpg) no-repeat 50% 0;
|
||||
}
|
||||
|
||||
.col-1, .col-3 {
|
||||
margin: -42px 0 0 11px;
|
||||
}
|
||||
|
||||
.col-3 {
|
||||
margin: -42px 9px 0 0;
|
||||
}
|
||||
|
||||
.boxes-top {
|
||||
background: url(../img/box-top-1-classic-btn.jpg) no-repeat;
|
||||
}
|
||||
.col-3 .boxes-top {
|
||||
background: url(../img/box-top-2-classic-btn.jpg) no-repeat;
|
||||
}
|
21
public/assets/main/css/header-classic.css
Normal 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;
|
||||
}
|
BIN
public/assets/main/img/box-top-1-classic-btn.jpg
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
public/assets/main/img/box-top-2-classic-btn.jpg
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
public/assets/main/img/container-bg-top-classic-btn.jpg
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
public/assets/main/img/container-bg-top-classic.jpg
Normal file
After Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 83 KiB |
BIN
public/assets/main/img/header-bg-classic-btn.jpg
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
public/assets/main/img/header-bg-classic.jpg
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
public/assets/main/img/reg-btn-classic.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
public/assets/main/img/user-box.jpg
Normal file
After Width: | Height: | Size: 22 KiB |