A simplification of KB's styling, to better highlight valued data.
Alto-Shaam - Knowledge Base by ashralis
Details
Authorashralis
LicenseNo License
CategoryAlto-Shaam
Created
Updated
Size4.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Alto-Shaam - Knowledge Base
@version 20220915.16.49
@namespace userstyles.world/user/ashralis
@description A simplification of KB's styling, to better highlight valued data.
@author ashralis
@license No License
==/UserStyle== */
@-moz-document url("http://halodev/knowledgebase/search.aspx") {
html {
background-color: #4a4c4f;
overflow-y: scroll;
}
body {
height: initial;
width: initial;
}
#detail > tbody {
display: flex;
flex-wrap: wrap;
}
#detail input,
#detail select {
font-size: 14px;
font-family: sans-serif;
border: none;
}
#detail input {
height: 18px;
}
#detail tr {
margin-bottom: 4px;
}
#detail tr:last-child,
#detail tr td:first-child {
display: none;
}
#Suggestion {
color: lightblue;
}
#up1 > .Contentleft30 > h2 {
display: none;
}
#up1 > .Contentleft30:first-child {
width: 70%;
}
#up1 > .Contentleft30:first-child h2 {
margin: 6px 0 0 0;
min-width: 210px;
}
#up1 > .Contentleft30:nth-child(2) {
display: none;
}
#up1 > .Contentright30:nth-child(3) {
float: right;
}
#up1 > .Contentright30:nth-child(3) a {
padding-right: 10px;
}
#up1 > .contentbot + br,
#up1 > .contentbot + br + br,
#up1 > .contentbot + br + br + br,
#up1 > .contentbot + br + br + br + br,
#ProductLine + br,
#ProductLine + br + br,
#viewProductIndex + br,
#viewProductIndex + br + br,
#SubProductIndex + br,
#SubProductIndex + br + br {
display: none;
}
#up1 > table {
width: 100% !important;
}
.content {
background-color: #4a4c4f;
border: none;
left: 0;
padding: 10px;
position: absolute;
text-align: left;
top: 0;
width: calc(100% - 20px);
}
.whiteback {
font-size: 14px;
}
.whiteback a {
text-decoration: none;
}
.whiteback tbody tr {
border-top: 3px solid #bbb !important;
}
.whiteback tbody tr:last-child {
border-bottom: 3px solid #bbb !important;
}
.whiteback tbody tr td:nth-child(4) {
display: none;
}
.whiteback tr td {
padding: 6px 8px !important;
border-color: #bbb;
}
.paddinleft30 {
padding: 10px;
}
.paddinleft30 h4 {
margin: 4px 0 10px 0;
}
#viewProductIndex::after,
#ProductLine::after,
#SubProductIndex::after {
content: "";
border: 1px solid #bbb;
display: block;
margin: 6px 0;
}
#viewProductCatagory > tbody .paddinleft30 {
background-color: #bbb;
}
#viewProductCatagory > tbody td {
background-color: initial !important;
}
#viewProductCatagory tr tr td:nth-child(4) {
width: 4% !important;
}
input.altologo {
display: none;
}
.Datalistspacer {
padding: 3px;
border: none !important;
}
.coolbtn3 {
margin: 0;
}
.Datalistspacer input,
.coolbtn3 {
background-color: #4a4c4f;
font-size: 14px;
font-weight: 600;
font-family: "Trebuchet MS", Helvetica, sans-serif;
padding: 1px 5px !important;
color: white;
border: 2px solid #4a4c4f;
}
.Datalistspacer:hover input,
.coolbtn3:hover {
background-color: #4a4c4f;
font-size: 14px;
font-weight: 600;
font-family: "Trebuchet MS", Helvetica, sans-serif;
padding: 1px 5px !important;
color: white;
cursor: pointer;
margin: -2px;
border: 4px solid lightblue;
}
.Datalistspacer[style="display:inline-block;background-color:Green;border-width:1px;border-style:Solid;"] {
background-color: initial !important;
}
.Datalistspacer[style="display:inline-block;background-color:Green;border-width:1px;border-style:Solid;"] input,
.Datalistspacer[style="display:inline-block;background-color:Green;border-width:1px;border-style:Solid;"] a {
background-color: lightblue !important;
border-color: lightblue !important;
color: #4a4c4f !important;
}
input[value="SRV service instructions"],
input[value="Display Cases"],
input[value="Cook & Hold"] {
color: #efffa0 !important;
}
input[value="Technical Service manual"],
input[value="Smokers"],
input[value="Xcelerate"] {
color: #ffa0a0 !important;
}
input[value="cheat sheet"],
input[value="Quickchiller"] {
color: #a0c4ff !important;
}
input[value="operation & care manual"],
input[value="Heated Holding"],
input[value="Wells"] {
color: #a0fff3 !important;
}
input[value="spec sheet"],
input[value="Spec Sheet"],
input[value="Convection"] {
color: #a0ffa6 !important;
}
input[value="wire diagram"],
input[value="Wire Diagram"],
input[value="Vector Ovens"],
input[value="Combitherm"] {
color: #ffa0ef !important;
}
input[value="work instructions"],
input[value="Work Instruction"],
input[value="Rotisserie"],
input[value="Parts"] {
color: #ffcfa0 !important;
}
}