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:
Sarjuuk
2014-03-22 19:15:10 +01:00
parent f236d7ae93
commit 93cc42407c
65 changed files with 1074 additions and 249 deletions

View File

@@ -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