mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 09:11:03 +00:00
67 lines
1.1 KiB
CSS
67 lines
1.1 KiB
CSS
.Chains {
|
|
background: #B5AEAE;
|
|
color: #000;
|
|
padding: 0 16px;
|
|
height: 40px;
|
|
min-width: 1318px;
|
|
position: relative;
|
|
}
|
|
|
|
.Chains-chain {
|
|
padding: 0 12px;
|
|
background: #B5AEAE;
|
|
color: #444;
|
|
display: inline-block;
|
|
border-right: 1px solid rgba(255,255,255,0.5);
|
|
height: 40px;
|
|
line-height: 40px;
|
|
cursor: pointer;
|
|
font-size: 0.8em;
|
|
font-weight: bold;
|
|
position: relative;
|
|
}
|
|
|
|
.Chains-chain:first-child {
|
|
border-left: 1px solid rgba(255,255,255,0.5);
|
|
}
|
|
|
|
.Chains-fork-me {
|
|
display: block;
|
|
padding: 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
right: 12px;
|
|
top: 6px;
|
|
}
|
|
|
|
.Chains-fork-me .Icon {
|
|
font-size: 28px;
|
|
margin: 0;
|
|
height: 28px;
|
|
width: 28px;
|
|
color: #3c3c3b;
|
|
}
|
|
|
|
.Chains-node-count {
|
|
display: inline-block;
|
|
padding: 0 0.5em 0.1em;
|
|
border-radius: 1em;
|
|
background: #8C8787;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: rgba(0,0,0,0.5) 0 1px 0;
|
|
font-size: 0.9em;
|
|
line-height: 1.4em;
|
|
margin: 0 -0.3em 0 0.3em;
|
|
}
|
|
|
|
.Chains-chain-selected {
|
|
background: #fff;
|
|
color: #000;
|
|
z-index: 1;
|
|
}
|
|
|
|
.Chains-chain-selected .Chains-node-count {
|
|
background: #E6007A;
|
|
}
|