forked from metin2/web
Shop improvements, renamed "shop" to "mall", support for Argon2ID
This commit is contained in:
142
public/assets/mall/css/purchase.css
Normal file
142
public/assets/mall/css/purchase.css
Normal file
@ -0,0 +1,142 @@
|
||||
#mainContent h1 span
|
||||
{
|
||||
float: right;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#mainContent .purchaseHeadline h1
|
||||
{
|
||||
background:url(../img/purchaseHeadline.png) no-repeat transparent;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.purchase-dyn-content
|
||||
{
|
||||
float: left;
|
||||
width: 520px;
|
||||
overflow-y: auto;
|
||||
padding-left: 10px;
|
||||
background:transparent url(../img/dynContentSmall.png) repeat-y;
|
||||
}
|
||||
|
||||
.purchasesContent
|
||||
{
|
||||
width: 555px;
|
||||
height: 345px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
.purchase-endContent {
|
||||
width: 547px;
|
||||
height: 13px;
|
||||
line-height: 13px;
|
||||
overflow: hidden;
|
||||
background:transparent url(../img/endContentSmall.png) no-repeat;
|
||||
margin-top: 26px;
|
||||
margin-bottom: -15px;
|
||||
}
|
||||
|
||||
.purchase-table-header{
|
||||
line-height: 26px;
|
||||
color: #6C0404;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.purchase-table
|
||||
{
|
||||
width: 521px;
|
||||
margin-left: -8px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.purchase-header-col
|
||||
{
|
||||
padding-left: 5px;
|
||||
background-color: #e7d4aa;
|
||||
}
|
||||
|
||||
.show-purchase-button-close, .show-purchase-button-open
|
||||
{
|
||||
background:url(../img/groupItemClosed.png) no-repeat transparent;
|
||||
height: 26px;
|
||||
width: 525px;
|
||||
float: left;
|
||||
margin-left: -6px;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
padding-left: 25px;
|
||||
line-height: 29px;
|
||||
}
|
||||
|
||||
.show-purchase-button-open
|
||||
{
|
||||
background:url(../img/groupItemOpened.png) no-repeat transparent;
|
||||
}
|
||||
|
||||
|
||||
.purchase-item{
|
||||
float: left;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.purchase-date-header-img
|
||||
{
|
||||
float: left;
|
||||
padding-top: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.purchase-date-header
|
||||
{
|
||||
float: left;
|
||||
color: #ffffff;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
.purchase-article-name
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #6C0404;
|
||||
}
|
||||
|
||||
.show-purchase-button
|
||||
{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.item-img{
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
.row-empty{
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.row{
|
||||
line-height: 15px;
|
||||
background-color: #white;
|
||||
}
|
||||
.img-col{
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
padding-left: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.col{
|
||||
padding-left: 5px;
|
||||
margin-top: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.buy-col{
|
||||
width: 129px;
|
||||
}
|
Reference in New Issue
Block a user