Added shop categories, mounts and outfits.

Display outfits currently only work in shop.
This commit is contained in:
Znote
2017-01-30 06:48:46 +01:00
parent be49eb98e2
commit 695cb58b04
7 changed files with 440 additions and 61 deletions

View File

@@ -653,4 +653,28 @@ div.aspectratio > iframe {
top: 0; bottom: 0; left: 0; right: 0;
width: 100%;
height: 100%;
}
/* SHOP Category style */
#categoryNavigator {
background-color: #555555;
max-width: 650px;
margin-top: 20px;
}
#categoryNavigator a {
color: white;
font-weight: bold;
padding: 10px 15px;
display: inline-block;
text-decoration: none;
border-right: 1px solid #E5E5DB;
}
#categoryNavigator a:hover {
background-color: #ad7400;
}
table.hide {
display: none;
}