Added classes for Threads stats
This commit is contained in:
parent
20de673e18
commit
ee3a2db157
1 changed files with 53 additions and 1 deletions
|
@ -431,7 +431,7 @@ img {
|
||||||
.helpb:hover {
|
.helpb:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.helpd {
|
.hiddiv {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: auto;
|
height: auto;
|
||||||
transition: height 1s;
|
transition: height 1s;
|
||||||
|
@ -484,6 +484,58 @@ img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ms_leg_tab {
|
||||||
|
display: table;
|
||||||
|
table-layout: fixed;
|
||||||
|
height: 14px;
|
||||||
|
border-collapse: collapse;
|
||||||
|
margin: 0.5em 0 0.5em 0;
|
||||||
|
}
|
||||||
|
.ms_leg_td {
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
/*font-family: "sans";*/
|
||||||
|
font-size: 11pt;
|
||||||
|
line-height: 1.2em;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
.ms_cont {
|
||||||
|
display: table;
|
||||||
|
table-layout: fixed;
|
||||||
|
padding: 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
margin: 0.5em 0 0.5em 0;
|
||||||
|
}
|
||||||
|
.ms_suspending, .ms_silencing, .ms_notsuspsil, .ms_suspending_u, .ms_silencing_u, .ms_notsuspsil_u, .ms_unknown, .ms_unknown_u {
|
||||||
|
background-color: #008000;
|
||||||
|
height: 24px;
|
||||||
|
width: 24px;
|
||||||
|
}
|
||||||
|
.ms_silencing {
|
||||||
|
background-color: #FF6600;
|
||||||
|
}
|
||||||
|
.ms_notsuspsil {
|
||||||
|
background-color: #550000;
|
||||||
|
}
|
||||||
|
.ms_suspending_u {
|
||||||
|
background-color: #00AAD4;
|
||||||
|
}
|
||||||
|
.ms_silencing_u {
|
||||||
|
background-color: #AB37C8;
|
||||||
|
}
|
||||||
|
.ms_notsuspsil_u {
|
||||||
|
background-color: #808080;
|
||||||
|
}
|
||||||
|
.ms_unknown {
|
||||||
|
background-color: #808080;
|
||||||
|
}
|
||||||
|
.ms_unknown_u {
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width:540pt) {
|
@media only screen and (max-width:540pt) {
|
||||||
.intro, .introe {
|
.intro, .introe {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
|
Loading…
Reference in a new issue