Robyn (
arobynsung
) wrote
in
style_system
2010-09-12 08:45 pm (UTC)
no subject
The code's pretty much like LJ's with a few replacements of img urls. Here's a sample for user/community icons and locked posts:
.ljuser img { width: 0; height: 0; background: transparent url(http://s.dreamwidth.org/img/silk/identity/user.png) no-repeat 0 0; padding: 10px 10px 0 2px !important; vertical-align: baseline !important; } .ljuser img[src*="http://s.dreamwidth.org/img/silk/identity/user.png"] { background: transparent url(http://i29.tinypic.com/2u5upgp.png) no-repeat 0 0 !important; padding: 10px 10px 0 2px !important; } .ljuser img[src*="http://s.dreamwidth.org/img/silk/identity/community.png"] { width: 0; height: 0; background: transparent url(http://i29.tinypic.com/1zu6fs.png) no-repeat scroll 0 0 !important; padding: 10px 10px 0 2px !important; } .subject img { vertical-align: middle !important; } img[src*="icon_protected.gif"]{ width: 0; height: 0; padding: 16px 16px 0px 0px !important; background: transparent url(http://s.dreamwidth.org/img/silk/entry/locked.png) no-repeat scroll 0 0; } img[src*="http://s.dreamwidth.org/img/silk/entry/private.png"]{ width: 0; height: 0; padding: 16px 16px 0px 0px !important; background: transparent url(http://i35.tinypic.com/2mqroux.png) no-repeat scroll 0 0; }
Just replace the urls of the background images with whatever tiny icons you'd prefer :)
(
7 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
Just replace the urls of the background images with whatever tiny icons you'd prefer :)