mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
menu more and tools
- items: allow 'upg' to be an array - filter: fixed logic error in checks - Markup: prevent handling of [menu], as PageTemplate is nyi - Power: advanced features (hide reagents or sellprice; recoloring, renaming, iconizing of links) - search: side-icon for titles - smarty: added template-vars to cache (has to be fixed sooner or later) - identify as HTML5 (fixed a strange bug with displaced list-pegs) - removed several typos
This commit is contained in:
@@ -50,6 +50,7 @@ pre.code
|
||||
line-height: normal;
|
||||
font-family: 'Bitstream Vera Sans Mono','Lucida Console','Courier New', Monaco, Courier, monospace;
|
||||
overflow: auto;
|
||||
white-space:pre-wrap;
|
||||
}
|
||||
|
||||
div.quote
|
||||
@@ -950,6 +951,13 @@ span.menu-buttons span.hassubmenu {
|
||||
}
|
||||
/* end note */
|
||||
|
||||
.tabs, .text ul.tabs, ul.tabs
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.tabs li
|
||||
{
|
||||
float: left;
|
||||
@@ -957,9 +965,20 @@ span.menu-buttons span.hassubmenu {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.tabs li a div, .tabs li a b
|
||||
{
|
||||
color: #FFD100;
|
||||
}
|
||||
|
||||
.tabs li a.selected div, .tabs li a:hover div, .tabs li a.selected b, .tabs li a:hover b
|
||||
{
|
||||
color: white;
|
||||
}
|
||||
|
||||
.tabs a
|
||||
{
|
||||
float: left;
|
||||
font-size: 13px;
|
||||
position: relative;
|
||||
display: block;
|
||||
height: 29px;
|
||||
@@ -969,6 +988,18 @@ span.menu-buttons span.hassubmenu {
|
||||
border-bottom: 1px solid #282828;
|
||||
}
|
||||
|
||||
.tabs a:hover
|
||||
{
|
||||
background-color: #383838;
|
||||
border-bottom: 1px solid #303030;
|
||||
}
|
||||
|
||||
.tabs a.selected, .tabs a.selected:hover
|
||||
{
|
||||
background-color: #404040;
|
||||
border-bottom: 1px solid #404040;
|
||||
}
|
||||
|
||||
.tabs b
|
||||
{
|
||||
padding: 0 5px;
|
||||
@@ -1012,13 +1043,15 @@ span.menu-buttons span.hassubmenu {
|
||||
.tabs-level ul
|
||||
{
|
||||
position: absolute;
|
||||
left: 0;
|
||||
left: 0 !important;
|
||||
margin: 0px !important;
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
.tabbed-contents
|
||||
{
|
||||
border: 1px solid #404040;
|
||||
border-top-width: 3px;
|
||||
border-top-width: 2px;
|
||||
background-color: #141414;
|
||||
padding: 8px;
|
||||
clear: both;
|
||||
@@ -3230,13 +3263,13 @@ a.captcha:hover
|
||||
|
||||
div.captcha-center
|
||||
{
|
||||
width: 318px;
|
||||
margin: 0 auto;
|
||||
width: 318px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#recaptcha_instructions_image
|
||||
{
|
||||
color: #cccccc;
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
h1.h1-icon
|
||||
|
||||
Reference in New Issue
Block a user