« Back to the HTML Forum

"Status/You" Overwrite

Posted by God

posted
updated

Forum: HTML Group

i got frustrated w tha character limit on tha status, so i ended up w this 2 overwrite it ! if anypony has got a better solution feel free 2 share . the status portion will not show up az ur status anywhere but ur profile, 2 b clear . im just gonna b using this 4 lyricz really . u might have 2 mess w tha font size n junk, i tuned it 4 my own profile . my apolocheese !

.details::before {
content: "''your Status text here''";
font-size: 17px;
display: block;
}

.online::before {
content: "your You text here";
font-size: 18px;
color: black;
display: block;
padding-top: 10px;
padding-bottom: 20px;
font-weight: normal;
}

.details p {
display: none;
}
.online {
display: inline!important;
}


Report Topic

1 Reply

Reply by ^^friend of grandpa^^

posted
updated

this is really cool :p


(also omg a will wood fan spotted in the wild)


Permalink Report Reply