Post by • Ambrose • on Apr 5, 2020 13:48:07 GMT -8
I copied some codes from one forum to the other (both mine,) and I noticed this while trying to work on something else. I have no idea what it's used for... Can anyone clarify? I'm trying to debate if I should keep it or if it's meant for something I may already be using.
.info-avies .avatar_size_small img { border-radius: 100%; }
.info_avatar {
width:50px;
padding:15px;
}
.info_avatar .avatar_size_small img { border-radius: 100%; }
.info_newest {
padding:5px;
vertical-align:center;
font-size:11px;
line-height:20px;
text-align:center;
background-color:#fcfcfc;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
.info_recent {
padding:5px;
vertical-align:center;
font-size:11px;
line-height:15px;
text-align:center;
background-color:#fcfcfc;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
.info_recent p {
font-family:arial;
font-size:14px;
}
.info_center {
vertical-align:top;
text-align:center;
font-size:12px;
font-family:georgia;
padding:5px;
background-color:#eeeeee;
margin-bottom:2px;
}
.info_now {
text-align:center;
height:200px;
overflow:auto;
border:3px solid #eeeeee;
padding:5px;
margin-left:6px;
}
.info_24 {
text-align:center;
height:200px;
overflow:auto;
border:3px solid #eeeeee;
padding:5px;
}
.info_24_a { float: left; margin-right: 5px; margin-top: 5px; }
.info_now::-webkit-scrollbar {
width: 3px;
}
.info_now::-webkit-scrollbar-thumb {
background: #2C1D30;
}
.info_24::-webkit-scrollbar {
width: 3px;
}
.info_24::-webkit-scrollbar-thumb {
background: #2C1D30;
}