Themes update for 24.7 (#4044)

This commit is contained in:
René
2024-06-17 16:14:33 +02:00
committed by GitHub
parent 6eb19d223f
commit 68039e95fd
14 changed files with 2100 additions and 578 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= theme-cicada
PLUGIN_VERSION= 1.35
PLUGIN_VERSION= 1.36
PLUGIN_COMMENT= The cicada theme - dark grey onyx
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes
@@ -0,0 +1,299 @@
.fa-spinner {
font-size: 2em;
}
.grid-stack-item-content {
text-align: center;
border-style: solid;
border-color: rgba(25, 25, 25, 0.72);
border-width: 2px;
background-color: #1c1c1c;
border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.widget-content {
position: relative;
width: 100%;
height: 100%;
padding: 1px;
cursor: grab;
}
.widget-header {
margin-top: 0.5em;
margin-left: 1em;
margin-right: 1em;
display: flex;
justify-content: space-between;
align-items: center;
}
.widget-spinner {
margin-top: 20px;
}
.fa-stack.small {
font-size: 0.5em;
}
.close-handle {
vertical-align: middle;
text-align: right;
cursor: pointer;
> i {
font-size: 0.7em;
}
}
.panel-divider {
width: 100%;
text-align: center;
height: 8px;
margin-bottom: 10px;
}
table {
table-layout: fixed;
}
td {
word-break: break-all;
}
.line {
display: inline-block;
height: 1px;
width: 70%;
background: #d94f00;
margin: 5px;
}
.canvas-container {
position: relative;
}
.cpu-canvas-container {
display: flex;
flex-direction: column;
}
.smoothie-container {
width: 100%;
}
.smoothie-chart-tooltip {
z-index: 1;
/* necessary to force to foreground */
background: rgba(50, 50, 50, 0.9);
padding-left: 15px;
padding-right: 15px;
color: white;
font-size: 13px;
border-radius: 0.5em 0.5em 0.5em 0.5em;
pointer-events: none;
}
.flex-container {
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
}
.gateway-info {
margin: 5px;
padding: 5px;
font-size: 13px;
}
.gateway-detail-container {
display: none;
margin: 5px;
}
.interface-info {
display: flex;
flex-wrap: wrap;
align-items: center;
height: 100%;
}
.nowrap {
flex-wrap: nowrap;
}
.gateway-graph {
display: none;
}
.flex-container > .gateway-graph {
font-size: 13px;
}
.vertical-center-row {
height: 100%;
display: inline;
}
.interfaces-info {
margin: 5px;
font-size: 13px;
}
.interface-descr {
margin-left: 10px;
font-size: 15px;
cursor: pointer;
text-decoration: underline;
}
.interfaces-detail-container {
margin: 5px;
display: none;
}
.d-flex {
display: flex;
> {
.justify-content-start {
justify-content: start;
}
.justify-content-end {
justify-content: end;
}
}
}
#chartjs-toolip {
z-index: 20;
}
/* CPU widget */
.cpu-type {
margin-bottom: 10px;
margin-top: 10px;
}
/* ----- */
/* Custom flex table */
div {
box-sizing: border-box;
}
.flextable-container {
display: block;
margin: 2em auto;
width: 95%;
max-width: 1200px;
}
.flextable-header {
display: flex;
flex-flow: row wrap;
transition: 0.5s;
padding: 0.5em 0.5em;
border-top: solid 1px rgba(217, 79, 0, 0.15);
}
.flextable-row {
display: flex;
flex-flow: row wrap;
transition: 0.5s;
padding: 0.5em 0.5em;
border-top: solid 1px rgba(255, 255, 255, 0.06);
align-items: center;
}
.flextable-header .flex-cell {
font-weight: bold;
}
.flextable-row:hover {
background: #242424;
transition: 500ms;
}
.flex-cell {
text-align: left;
word-break: break-word;
}
.column {
display: flex;
flex-flow: column wrap;
width: 50%;
padding: 0;
.flex-cell {
display: flex;
flex-flow: row wrap;
width: 100%;
padding: 0;
border: 0;
border-top: rgb(59, 59, 59);
&:hover {
background: none !important;
transition: 500ms;
}
}
}
.flex-subcell {
width: 100%;
text-align: left;
}
.column .flex-cell:not(:last-child) {
border-bottom: none !important;
}
/* ----- */
/* CSS grid responsive table */
.grid-header-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.grid-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
background-color: #f7e2d6;
/* fade-in color, transitions to transparent */
border-top: 1px solid #f7e2d6;
transition: 0.5s;
opacity: 0.4;
&:hover {
background: #F5F5F5 !important;
transition: 500ms;
}
}
.grid-header {
border-top: 1px solid #f7e2d6;
font-weight: bold;
}
.grid-item {
border: 1 px solid #ccc;
padding: 4px;
text-align: center;
}
/* ----- */
:root {
--chart-js-background-color:#bac3ca;
--chart-js-border-color:#bac3ca;
--chart-js-font-color:#bac3ca;
}
@@ -0,0 +1,173 @@
.tab-content {
padding: 10px;
border-top: 1px solid #191919;
}
.banner {
width: 25%;
}
.stats-element {
height: 5em;
background: #202020;
overflow: hidden;
display: flex;
justify-content: flex-start;
border-radius: .3em;
margin: auto;
border: 1px solid rgb(24, 24, 24);
}
.stats-icon {
height: auto;
width: 50%;
object-fit: cover;
background: #242424;
border-radius: 0 2em 2em 0 / 0 3em 3em 0;
box-shadow: 3px 5px 1px 3px rgb(28, 16, 9);
}
.large-icon {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2em;
}
.stats-text {
height: 5em;
width: 15em;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
flex-direction: column;
}
.stats-counter-text, .stats-inner-text {
margin: 0;
padding: 0;
text-align: center;
font-size: 15px;
}
#bannersub {
text-align: center;
margin: 5px;
}
.list-group-wrapper {
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
.list-item-domain {
height: 2.5em;
}
.list-group-item-border {
border: 1px solid #191919;
&:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 2px solid #1c1c1c;
}
&:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
}
.btn.pull-right {
margin-left: 3px;
}
.odd-bg {
background: #f7f7f7;
}
.top-item {
display: flex;
white-space: nowrap;
}
.group-p {
overflow: hidden;
height: 20px;
margin-right: 5px;
text-overflow: ellipsis;
}
.counter {
position: relative;
top: -3px;
color: #888;
font-size: 14px;
line-height: 1.4;
flex: 1;
text-align: right;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#maintabs > li > a {
border: 1px solid #191919;
}
.query-success {
background-color: rgba(5, 142, 73, 0.3);
}
.query-info {
background-color: rgba(255, 227, 0, 0.3);
}
.query-danger {
background-color: rgba(235, 9, 9, 0.3);
}
.query-warning {
background-color: rgba(255, 131, 0, 0.3);
}
.query-error {
background-color: #402751;
}
#searchFilter {
display: inline-block;
margin: 0 20px 0 0;
vertical-align: middle;
}
.tag {
font-size: 14px;
padding: .3em .4em .4em;
margin: 0 .1em;
a {
color: #bbb;
cursor: pointer;
opacity: 0.9;
margin: 0 0 0 .3em;
fa-times {
color: #fff;
margin-bottom: 2px;
}
}
}
.tooltip-inner {
max-width: 1000px !important;
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,284 @@
.fa-spinner {
font-size: 2em;
}
.grid-stack-item-content {
text-align: center;
border-style: solid;
border-color: rgba(25, 25, 25, 0.72);
border-width: 2px;
background-color: #1c1c1c;
border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.widget-content {
position: relative;
width: 100%;
height: 100%;
padding: 1px;
cursor: grab;
}
.widget-header {
margin-top: 0.5em;
margin-left: 1em;
margin-right: 1em;
display: flex;
justify-content: space-between;
align-items: center;
}
.widget-spinner {
margin-top: 20px;
}
.fa-stack.small {
font-size: 0.5em;
}
.close-handle {
vertical-align: middle;
text-align: right;
cursor: pointer;
}
.close-handle > i {
font-size: 0.7em;
}
.panel-divider {
width: 100%;
text-align: center;
height: 8px;
margin-bottom: 10px;
}
table {
table-layout: fixed;
}
td {
word-break: break-all;
}
.line {
display: inline-block;
height: 1px;
width: 70%;
background: #d94f00;
margin: 5px;
}
.canvas-container {
position: relative;
}
.cpu-canvas-container {
display: flex;
flex-direction: column;
}
.smoothie-container {
width: 100%;
}
.smoothie-chart-tooltip {
z-index: 1; /* necessary to force to foreground */
background: rgba(50, 50, 50, 0.9);
padding-left: 15px;
padding-right: 15px;
color: white;
font-size: 13px;
border-radius: 0.5em 0.5em 0.5em 0.5em;
pointer-events: none;
}
.flex-container {
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
}
.gateway-info {
margin: 5px;
padding: 5px;
font-size: 13px;
}
.gateway-detail-container {
display: none;
margin: 5px;
}
.interface-info {
display: flex;
flex-wrap: wrap;
align-items: center;
height: 100%;
}
.nowrap {
flex-wrap: nowrap;
}
.gateway-graph {
display: none;
}
.flex-container > .gateway-graph {
font-size: 13px;
}
.vertical-center-row {
height: 100%;
display: inline;
}
.interfaces-info {
margin: 5px;
font-size: 13px;
}
.interface-descr {
margin-left: 10px;
font-size: 15px;
cursor: pointer;
text-decoration: underline;
}
.interfaces-detail-container {
margin: 5px;
display: none;
}
.d-flex {
display: flex;
}
.d-flex > .justify-content-start {
justify-content: start;
}
.d-flex > .justify-content-end {
justify-content: end;
}
#chartjs-toolip {
z-index: 20;
}
/* CPU widget */
.cpu-type {
margin-bottom: 10px;
margin-top: 10px;
}
/* ----- */
/* Custom flex table */
div {
box-sizing: border-box;
}
.flextable-container {
display: block;
margin: 2em auto;
width: 95%;
max-width: 1200px;
}
.flextable-header {
display: flex;
flex-flow: row wrap;
transition: 0.5s;
padding: 0.5em 0.5em;
border-top: solid 1px rgba(217, 79, 0, 0.15);
}
.flextable-row {
display: flex;
flex-flow: row wrap;
transition: 0.5s;
padding: 0.5em 0.5em;
border-top: solid 1px rgba(255, 255, 255, 0.06);
align-items: center;
}
.flextable-header .flex-cell {
font-weight: bold;
}
.flextable-row:hover {
background: #242424;
transition: 500ms;
}
.flex-cell {
text-align: left;
word-break: break-word;
}
.column {
display: flex;
flex-flow: column wrap;
width: 50%;
padding: 0;
}
.column .flex-cell {
display: flex;
flex-flow: row wrap;
width: 100%;
padding: 0;
border: 0;
border-top: rgb(59, 59, 59);
}
.column .flex-cell:hover {
background: none !important;
transition: 500ms;
}
.flex-subcell {
width: 100%;
text-align: left;
}
.column .flex-cell:not(:last-child) {
border-bottom: none !important;
}
/* ----- */
/* CSS grid responsive table */
.grid-header-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.grid-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
background-color: #f7e2d6; /* fade-in color, transitions to transparent */
border-top: 1px solid #f7e2d6;
transition: 0.5s;
opacity: 0.4;
}
.grid-row:hover {
background: #F5F5F5 !important;
transition: 500ms;
}
.grid-header {
border-top: 1px solid #f7e2d6;
font-weight: bold;
}
.grid-item {
border: 1 px solid #ccc;
padding: 4px;
text-align: center;
}
/* ----- */
:root {
--chart-js-background-color: #bac3ca;
--chart-js-border-color: #bac3ca;
--chart-js-font-color: #bac3ca;
}
@@ -81,7 +81,7 @@
.list-group-item-border:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 2px solid black;
border-bottom: 2px solid #1c1c1c;
}
.list-group-item-border:last-child {
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= theme-vicuna
PLUGIN_VERSION= 1.45
PLUGIN_VERSION= 1.46
PLUGIN_REVISION= 1
PLUGIN_COMMENT= The vicuna theme - blue sapphire
PLUGIN_MAINTAINER= rene@team-rebellion.net
@@ -0,0 +1,299 @@
.fa-spinner {
font-size: 2em;
}
.grid-stack-item-content {
text-align: center;
border-style: solid;
border-color: rgba(25, 25, 25, 0.72);
border-width: 2px;
background-color: #1a262d;
border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.widget-content {
position: relative;
width: 100%;
height: 100%;
padding: 1px;
cursor: grab;
}
.widget-header {
margin-top: 0.5em;
margin-left: 1em;
margin-right: 1em;
display: flex;
justify-content: space-between;
align-items: center;
}
.widget-spinner {
margin-top: 20px;
}
.fa-stack.small {
font-size: 0.5em;
}
.close-handle {
vertical-align: middle;
text-align: right;
cursor: pointer;
> i {
font-size: 0.7em;
}
}
.panel-divider {
width: 100%;
text-align: center;
height: 8px;
margin-bottom: 10px;
}
table {
table-layout: fixed;
}
td {
word-break: break-all;
}
.line {
display: inline-block;
height: 1px;
width: 70%;
background: #d94f00;
margin: 5px;
}
.canvas-container {
position: relative;
}
.cpu-canvas-container {
display: flex;
flex-direction: column;
}
.smoothie-container {
width: 100%;
}
.smoothie-chart-tooltip {
z-index: 1;
/* necessary to force to foreground */
background: rgba(50, 50, 50, 0.9);
padding-left: 15px;
padding-right: 15px;
color: white;
font-size: 13px;
border-radius: 0.5em 0.5em 0.5em 0.5em;
pointer-events: none;
}
.flex-container {
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
}
.gateway-info {
margin: 5px;
padding: 5px;
font-size: 13px;
}
.gateway-detail-container {
display: none;
margin: 5px;
}
.interface-info {
display: flex;
flex-wrap: wrap;
align-items: center;
height: 100%;
}
.nowrap {
flex-wrap: nowrap;
}
.gateway-graph {
display: none;
}
.flex-container > .gateway-graph {
font-size: 13px;
}
.vertical-center-row {
height: 100%;
display: inline;
}
.interfaces-info {
margin: 5px;
font-size: 13px;
}
.interface-descr {
margin-left: 10px;
font-size: 15px;
cursor: pointer;
text-decoration: underline;
}
.interfaces-detail-container {
margin: 5px;
display: none;
}
.d-flex {
display: flex;
> {
.justify-content-start {
justify-content: start;
}
.justify-content-end {
justify-content: end;
}
}
}
#chartjs-toolip {
z-index: 20;
}
/* CPU widget */
.cpu-type {
margin-bottom: 10px;
margin-top: 10px;
}
/* ----- */
/* Custom flex table */
div {
box-sizing: border-box;
}
.flextable-container {
display: block;
margin: 2em auto;
width: 95%;
max-width: 1200px;
}
.flextable-header {
display: flex;
flex-flow: row wrap;
transition: 0.5s;
padding: 0.5em 0.5em;
border-top: solid 1px rgba(217, 79, 0, 0.15);
}
.flextable-row {
display: flex;
flex-flow: row wrap;
transition: 0.5s;
padding: 0.5em 0.5em;
border-top: solid 1px rgba(255, 255, 255, 0.06);
align-items: center;
}
.flextable-header .flex-cell {
font-weight: bold;
}
.flextable-row:hover {
background: #131c22;
transition: 500ms;
}
.flex-cell {
text-align: left;
word-break: break-word;
}
.column {
display: flex;
flex-flow: column wrap;
width: 50%;
padding: 0;
.flex-cell {
display: flex;
flex-flow: row wrap;
width: 100%;
padding: 0;
border: 0;
border-top: rgb(59, 59, 59);
&:hover {
background: none !important;
transition: 500ms;
}
}
}
.flex-subcell {
width: 100%;
text-align: left;
}
.column .flex-cell:not(:last-child) {
border-bottom: none !important;
}
/* ----- */
/* CSS grid responsive table */
.grid-header-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.grid-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
background-color: #f7e2d6;
/* fade-in color, transitions to transparent */
border-top: 1px solid #f7e2d6;
transition: 0.5s;
opacity: 0.4;
&:hover {
background: #F5F5F5 !important;
transition: 500ms;
}
}
.grid-header {
border-top: 1px solid #f7e2d6;
font-weight: bold;
}
.grid-item {
border: 1 px solid #ccc;
padding: 4px;
text-align: center;
}
/* ----- */
:root {
--chart-js-background-color:#bac3ca;
--chart-js-border-color:#bac3ca;
--chart-js-font-color:#bac3ca;
}
@@ -0,0 +1,173 @@
.tab-content {
padding: 10px;
border-top: 1px solid #191919;
}
.banner {
width: 25%;
}
.stats-element {
height: 5em;
background: #172229;
overflow: hidden;
display: flex;
justify-content: flex-start;
border-radius: .3em;
margin: auto;
border: 1px solid rgb(19, 19, 19);
}
.stats-icon {
height: auto;
width: 50%;
object-fit: cover;
background: #131c22;
border-radius: 0 2em 2em 0 / 0 3em 3em 0;
box-shadow: 3px 5px 1px 3px rgb(15, 24, 30);
}
.large-icon {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2em;
}
.stats-text {
height: 5em;
width: 15em;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
flex-direction: column;
}
.stats-counter-text, .stats-inner-text {
margin: 0;
padding: 0;
text-align: center;
font-size: 15px;
}
#bannersub {
text-align: center;
margin: 5px;
}
.list-group-wrapper {
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
.list-item-domain {
height: 2.5em;
}
.list-group-item-border {
border: 1px solid #191919;
&:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 2px solid black;
}
&:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
}
.btn.pull-right {
margin-left: 3px;
}
.odd-bg {
background: #f7f7f7;
}
.top-item {
display: flex;
white-space: nowrap;
}
.group-p {
overflow: hidden;
height: 20px;
margin-right: 5px;
text-overflow: ellipsis;
}
.counter {
position: relative;
top: -3px;
color: #888;
font-size: 14px;
line-height: 1.4;
flex: 1;
text-align: right;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#maintabs > li > a {
border: 1px solid #191919;
}
.query-success {
background-color: rgba(5, 142, 73, 0.3);
}
.query-info {
background-color: rgba(255, 227, 0, 0.3);
}
.query-danger {
background-color: rgba(235, 9, 9, 0.3);
}
.query-warning {
background-color: rgba(255, 131, 0, 0.3);
}
.query-error {
background-color: #502e62;
}
#searchFilter {
display: inline-block;
margin: 0 20px 0 0;
vertical-align: middle;
}
.tag {
font-size: 14px;
padding: .3em .4em .4em;
margin: 0 .1em;
a {
color: #bbb;
cursor: pointer;
opacity: 0.9;
margin: 0 0 0 .3em;
fa-times {
color: #fff;
margin-bottom: 2px;
}
}
}
.tooltip-inner {
max-width: 1000px !important;
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,284 @@
.fa-spinner {
font-size: 2em;
}
.grid-stack-item-content {
text-align: center;
border-style: solid;
border-color: rgba(25, 25, 25, 0.72);
border-width: 2px;
background-color: #1a262d;
border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.widget-content {
position: relative;
width: 100%;
height: 100%;
padding: 1px;
cursor: grab;
}
.widget-header {
margin-top: 0.5em;
margin-left: 1em;
margin-right: 1em;
display: flex;
justify-content: space-between;
align-items: center;
}
.widget-spinner {
margin-top: 20px;
}
.fa-stack.small {
font-size: 0.5em;
}
.close-handle {
vertical-align: middle;
text-align: right;
cursor: pointer;
}
.close-handle > i {
font-size: 0.7em;
}
.panel-divider {
width: 100%;
text-align: center;
height: 8px;
margin-bottom: 10px;
}
table {
table-layout: fixed;
}
td {
word-break: break-all;
}
.line {
display: inline-block;
height: 1px;
width: 70%;
background: #d94f00;
margin: 5px;
}
.canvas-container {
position: relative;
}
.cpu-canvas-container {
display: flex;
flex-direction: column;
}
.smoothie-container {
width: 100%;
}
.smoothie-chart-tooltip {
z-index: 1; /* necessary to force to foreground */
background: rgba(50, 50, 50, 0.9);
padding-left: 15px;
padding-right: 15px;
color: white;
font-size: 13px;
border-radius: 0.5em 0.5em 0.5em 0.5em;
pointer-events: none;
}
.flex-container {
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
}
.gateway-info {
margin: 5px;
padding: 5px;
font-size: 13px;
}
.gateway-detail-container {
display: none;
margin: 5px;
}
.interface-info {
display: flex;
flex-wrap: wrap;
align-items: center;
height: 100%;
}
.nowrap {
flex-wrap: nowrap;
}
.gateway-graph {
display: none;
}
.flex-container > .gateway-graph {
font-size: 13px;
}
.vertical-center-row {
height: 100%;
display: inline;
}
.interfaces-info {
margin: 5px;
font-size: 13px;
}
.interface-descr {
margin-left: 10px;
font-size: 15px;
cursor: pointer;
text-decoration: underline;
}
.interfaces-detail-container {
margin: 5px;
display: none;
}
.d-flex {
display: flex;
}
.d-flex > .justify-content-start {
justify-content: start;
}
.d-flex > .justify-content-end {
justify-content: end;
}
#chartjs-toolip {
z-index: 20;
}
/* CPU widget */
.cpu-type {
margin-bottom: 10px;
margin-top: 10px;
}
/* ----- */
/* Custom flex table */
div {
box-sizing: border-box;
}
.flextable-container {
display: block;
margin: 2em auto;
width: 95%;
max-width: 1200px;
}
.flextable-header {
display: flex;
flex-flow: row wrap;
transition: 0.5s;
padding: 0.5em 0.5em;
border-top: solid 1px rgba(217, 79, 0, 0.15);
}
.flextable-row {
display: flex;
flex-flow: row wrap;
transition: 0.5s;
padding: 0.5em 0.5em;
border-top: solid 1px rgba(255, 255, 255, 0.06);
align-items: center;
}
.flextable-header .flex-cell {
font-weight: bold;
}
.flextable-row:hover {
background: #131c22;
transition: 500ms;
}
.flex-cell {
text-align: left;
word-break: break-word;
}
.column {
display: flex;
flex-flow: column wrap;
width: 50%;
padding: 0;
}
.column .flex-cell {
display: flex;
flex-flow: row wrap;
width: 100%;
padding: 0;
border: 0;
border-top: rgb(59, 59, 59);
}
.column .flex-cell:hover {
background: none !important;
transition: 500ms;
}
.flex-subcell {
width: 100%;
text-align: left;
}
.column .flex-cell:not(:last-child) {
border-bottom: none !important;
}
/* ----- */
/* CSS grid responsive table */
.grid-header-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.grid-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
background-color: #f7e2d6; /* fade-in color, transitions to transparent */
border-top: 1px solid #f7e2d6;
transition: 0.5s;
opacity: 0.4;
}
.grid-row:hover {
background: #F5F5F5 !important;
transition: 500ms;
}
.grid-header {
border-top: 1px solid #f7e2d6;
font-weight: bold;
}
.grid-item {
border: 1 px solid #ccc;
padding: 4px;
text-align: center;
}
/* ----- */
:root {
--chart-js-background-color: #bac3ca;
--chart-js-border-color: #bac3ca;
--chart-js-font-color: #bac3ca;
}
@@ -9,7 +9,7 @@
.stats-element {
height: 5em;
background: #1b2b35;
background: #172229;
overflow: hidden;
display: flex;
justify-content: flex-start;
@@ -22,7 +22,7 @@
height: auto;
width: 50%;
object-fit:cover;
background: #1a262d;
background: #131c22;
border-radius: 0 2em 2em 0 / 0 3em 3em 0;
box-shadow: 3px 5px 1px 3px rgb(15, 24, 30);
}
File diff suppressed because it is too large Load Diff