app.css (goaccess-1.6.5) | : | app.css (goaccess-1.7) | ||
---|---|---|---|---|
skipping to change at line 88 | skipping to change at line 88 | |||
height: 100%; | height: 100%; | |||
left: -236px; | left: -236px; | |||
overflow: hidden; | overflow: hidden; | |||
position: fixed; | position: fixed; | |||
top: 0; | top: 0; | |||
transition: left .2s; | transition: left .2s; | |||
width: 300px; | width: 300px; | |||
z-index: 2; | z-index: 2; | |||
} | } | |||
nav .nav-list { | nav .nav-list { | |||
height: 100%; | bottom: 0; | |||
overflow-y: auto; | left: 0; | |||
overflow-y: scroll; | ||||
position: absolute; | ||||
right: -17px; | ||||
top: 0; | ||||
} | } | |||
nav header { | nav header { | |||
margin: 40px 20px 30px; | margin: 40px 20px 30px; | |||
} | } | |||
nav header a { | nav header a { | |||
color: rgba(240,240,240,.7); | color: rgba(240,240,240,.7); | |||
font-size: 2.7em; | font-size: 2.7em; | |||
font-weight: 300; | font-weight: 300; | |||
text-transform: uppercase; | text-transform: uppercase; | |||
} | } | |||
skipping to change at line 353 | skipping to change at line 357 | |||
white-space: nowrap; | white-space: nowrap; | |||
overflow: hidden; | overflow: hidden; | |||
} | } | |||
.wrap-panel table th.sortable { | .wrap-panel table th.sortable { | |||
cursor: pointer; | cursor: pointer; | |||
} | } | |||
.wrap-panel table.table-borderless thead>tr.thead-cols th { | .wrap-panel table.table-borderless thead>tr.thead-cols th { | |||
font-size: 78%; | font-size: 78%; | |||
text-transform: uppercase; | text-transform: uppercase; | |||
} | } | |||
.wrap-panel table .cell-hl { | ||||
padding: 2px 3px; | ||||
color: #FFF; | ||||
border-radius: 5px; | ||||
display: block; | ||||
text-align: center; | ||||
} | ||||
.wrap-panel table .span-hl { | ||||
padding: 2px 3px; | ||||
border-radius: 3px; | ||||
color: #000; | ||||
} | ||||
.wrap-panel table .span-hl.g5 { | ||||
background: #e9ecef; | ||||
} | ||||
.wrap-panel table .cell-hl.b1 { | ||||
background: #7F669D; | ||||
} | ||||
.wrap-panel table .cell-hl.b2 { | ||||
background: #BA94D1; | ||||
} | ||||
.wrap-panel table .cell-hl.b3 { | ||||
background: #DEBACE; | ||||
} | ||||
.wrap-panel table .cell-hl.d1 { | ||||
background: #9d9d9d38; | ||||
} | ||||
.wrap-panel table .cell-hl.d2 { | ||||
background: #9d9d9d61; | ||||
} | ||||
.wrap-panel table .cell-hl.d3 { | ||||
background: #9d9d9d9c; | ||||
} | ||||
.wrap-panel table .cell-hl.d4 { | ||||
background: #9d9d9d; | ||||
} | ||||
/* thead meta */ | /* thead meta */ | |||
.wrap-panel table thead>tr.thead-min th.meta-label, | .wrap-panel table thead>tr.thead-min th.meta-label, | |||
.wrap-panel table thead>tr.thead-avg th.meta-label, | .wrap-panel table thead>tr.thead-avg th.meta-label, | |||
.wrap-panel table tfoot>tr.tfoot-totals th.meta-label, | .wrap-panel table tfoot>tr.tfoot-totals th.meta-label, | |||
.wrap-panel table thead>tr.thead-max th.meta-label { | .wrap-panel table thead>tr.thead-max th.meta-label { | |||
font-weight: bold; | font-weight: bold; | |||
text-transform: uppercase; | text-transform: uppercase; | |||
} | } | |||
.wrap-panel table .thead-min, | .wrap-panel table .thead-min, | |||
.wrap-panel table .thead-avg, | .wrap-panel table .thead-avg, | |||
skipping to change at line 473 | skipping to change at line 514 | |||
.grid-module.gray { | .grid-module.gray { | |||
border-top: 4px solid #9E9E9E; | border-top: 4px solid #9E9E9E; | |||
} | } | |||
.grid-module.red { | .grid-module.red { | |||
border-top: 4px solid #FF303E; | border-top: 4px solid #FF303E; | |||
} | } | |||
.grid-module.blue{ | .grid-module.blue{ | |||
border-top: 4px solid #00D4E1; | border-top: 4px solid #00D4E1; | |||
} | } | |||
.grid-module.green { | .grid-module.green { | |||
border-top: 4px solid #5DB56A; | border-top: 4px solid #229f75; | |||
} | } | |||
@media (max-width: 767px) { | @media (max-width: 767px) { | |||
.panel-plot-wrap { | .panel-plot-wrap { | |||
top: 10px; | top: 10px; | |||
} | } | |||
.powered { | .powered { | |||
bottom: 10px; | bottom: 10px; | |||
left: 25px; | left: 25px; | |||
transform: initial; | transform: initial; | |||
} | } | |||
skipping to change at line 668 | skipping to change at line 709 | |||
} | } | |||
.dark .dropdown-menu>li>a { | .dark .dropdown-menu>li>a { | |||
color: #FFF; | color: #FFF; | |||
} | } | |||
.dark div.wrap-panel > div { | .dark div.wrap-panel > div { | |||
color: #EEE; | color: #EEE; | |||
margin-top: 10px; | margin-top: 10px; | |||
padding: 0 10px; | padding: 0 10px; | |||
border-top: 1px solid rgba(255, 255, 255, 0.15); | border-top: 1px solid rgba(255, 255, 255, 0.15); | |||
} | } | |||
.dark .wrap-panel table .cell-hl.d1 { | ||||
background: #161616; | ||||
} | ||||
.dark .wrap-panel table .cell-hl.d2 { | ||||
background: #3c3c3c; | ||||
} | ||||
.dark .wrap-panel table .cell-hl.d3 { | ||||
background: #5a5a5a; | ||||
} | ||||
.dark .wrap-panel table .cell-hl.d4 { | ||||
background: #7e7e7e; | ||||
} | ||||
/* DARK BLUE THEME */ | /* DARK BLUE THEME */ | |||
html.dark.blue, | html.dark.blue, | |||
.dark.blue body { | .dark.blue body { | |||
background: #252B30; | background: #252B30; | |||
} | } | |||
.dark.blue .container { | .dark.blue .container { | |||
background: #252B30; | background: #252B30; | |||
} | } | |||
.dark.blue .page-header { | .dark.blue .page-header { | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 56 lines changed or added |