.ts-Userbox {
border: 1px solid #a2a9b1;
box-sizing: border-box;
color: #000;
display: flex;
flex-direction: column;
font-size: .853em;
margin: 1px;
text-align: center;
width: 100%;
}
.ts-Userbox-caption {
background: #00ff40;
line-height: 1.25em;
padding: .25em .5em;
}
.ts-Userbox-main {
align-items: stretch;
background: #f8f9fa;
display: flex;
flex-direction: row;
justify-content: space-between;
min-height: 45px;
}
.ts-Userbox-id {
align-items: center;
background: #eaecf0;
display: flex;
flex-shrink: 0;
flex-direction: column;
font-size: 14pt;
font-weight: bold;
justify-content: center;
min-width: 45px;
}
.ts-Userbox-info {
align-items: center;
display: flex;
flex-grow: 5;
line-height: 1.25em;
padding: 2pt 4pt;
text-align: left;
}
.ts-Userbox-info > p {
margin: 0;
width: 100%;
}
@media all and ( min-width: 480px ) {
/* @noflip */
.ts-Userbox {
float: right;
clear: right;
width: 240px;
}
/* @noflip */
.ts-Userbox.tleft {
float: left;
clear: left;
}
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */