mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-09 06:57:58 +00:00
103 lines
1.5 KiB
CSS
103 lines
1.5 KiB
CSS
.Chain-header {
|
|
width: 100%;
|
|
height: 108px;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
color: #000;
|
|
min-width: 1350px;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
.Chain-tabs {
|
|
position: absolute;
|
|
right: 9px;
|
|
bottom: 0;
|
|
height: 36px;
|
|
width: 200px;
|
|
text-align: right;
|
|
}
|
|
|
|
.Chain-tab-unit {
|
|
display: inline-block;
|
|
}
|
|
|
|
.Chain-tab-unit .Icon {
|
|
margin-right: 1px;
|
|
font-size: 24px;
|
|
padding: 6px;
|
|
background: #ccc;
|
|
color: #555;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.Chain-tab-unit-on .Icon {
|
|
background: #222;
|
|
color: #fff;
|
|
}
|
|
|
|
.Chain-content-container {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 148px;
|
|
}
|
|
|
|
.Chain-content {
|
|
width: 100%;
|
|
min-width: 1350px;
|
|
min-height: 100%;
|
|
background: #222;
|
|
color: #fff;
|
|
box-shadow: rgba(0,0,0,0.5) 0 3px 30px;
|
|
}
|
|
|
|
.Chain-map {
|
|
min-width: 1350px;
|
|
background: url('../../assets/world-map.svg') no-repeat;
|
|
background-size: contain;
|
|
background-position: center;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.Chain-node-list {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.Chain-node-list thead {
|
|
background: #3c3c3b;
|
|
}
|
|
|
|
.Chain-node-list tbody {
|
|
font-family: monospace, sans-serif;
|
|
}
|
|
|
|
.Chain-node-list th, .Chain-node-list td {
|
|
text-align: left;
|
|
padding: 0.5em 1em;
|
|
}
|
|
|
|
.Chain-settings {
|
|
text-align: center;
|
|
}
|
|
|
|
.Chain-settings-category {
|
|
text-align: left;
|
|
width: 500px;
|
|
margin: 0 auto;
|
|
padding: 2em 0;
|
|
}
|
|
|
|
.Chain-settings-category h2 {
|
|
padding: 0;
|
|
margin: 0 0 0.5em 0;
|
|
font-size: 20px;
|
|
font-weight: 100;
|
|
}
|