CoolFace
Apppublic

kenken999/php

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
custom_users.css28 linesDownload Raw Back to public
1<style>2[data-field="timeperiod"]{3	width:140px!important;4}5#value_timeperiod_1{6    margin-left: 75px!important;7}8.online{9	background-color: LimeGreen;10}11	12.offline{13    background-color: #3f0e40;14		border:1px solid white;15}16.offline2{17    background-color: red;18		border:1px solid white;19}20.ind_state{21	width: 20px;22	height: 20px;23	position: relative;24	border-radius: 50%;25  top: 1px;26  left: 15px;27}28</style>