mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Added shop categories, mounts and outfits.
Display outfits currently only work in shop.
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user