Tweak

InsaneJournal

Tweak says, "Anus"

Username: 
Password:    
Remember Me
  • Create Account
  • IJ Login
  • OpenID Login
Search by : 
  • View
    • Create Account
    • IJ Login
    • OpenID Login
  • Journal
    • Post
    • Edit Entries
    • Customize Journal
    • Comment Settings
    • Recent Comments
    • Manage Tags
  • Account
    • Manage Account
    • Viewing Options
    • Manage Profile
    • Manage Notifications
    • Manage Pictures
    • Manage Schools
    • Account Status
  • Friends
    • Edit Friends
    • Edit Custom Groups
    • Friends Filter
    • Nudge Friends
    • Invite
    • Create RSS Feed
  • Asylums
    • Post
    • Asylum Invitations
    • Manage Asylums
    • Create Asylum
  • Site
    • Support
    • Upgrade Account
    • FAQs
    • Search By Location
    • Search By Interest
    • Search Randomly

run. run, you clever boy. and remember. ([info]souffle) wrote in [info]rp_tutorials,
@ 2011-10-30 15:47:00

Previous Entry  Add to memories!  Tell a Friend!  Next Entry
with some layouts I know people like have minicons replacing the usual (and plain ugly) userinfo/comm icons. and I've managed to transplant the coding for that from one layout to the layout i'm wanting to use (because i'm fairly okay when it comes to modifying most css coding through trial and error).

but i was wondering if anyone here might be able to tell me how to change the icons that denote whether an entry is private or friends only? ...because the eye and lock icons IJ has are ugly :/

thanks for any help :D

edit to make it easier here's the layout code i'm using. :)
edit2 also worded my question a bit better, im not always so good at the explaining/asking of things



(Read comments) - (Post a new comment)


[info]wastintime
2011-10-30 06:47 pm UTC (link)
I was just wanted to point out that to replace the standard images like the mini-icons and the lock/eye, you just need to know the source URL for the image. For the image you want to replace it with, you'll need the URL and the height/width of the image.

So, in your stylesheet you would have...


img[src="ORIGINAL_IMAGE_URL"] {
width: 0;
height: 0;
background: url('NEW_IMAGE_URL') no-repeat !important;
padding: y1 x1 y2 x2;
}



Where y1+y2 = height of your new image and x1 + x2 = width of your new image.

(Reply to this) (Thread)


[info]forsythia
2011-10-30 10:24 pm UTC (link)
You have just made tweaking images in layouts a million times simpler. Thanks for sharing!

(Reply to this) (Parent)


[info]souffle
2011-10-31 03:27 am UTC (link)
Oh wow... that is way simpler.

I'm definitely gonna have to put that somewhere safe for future use.

Thanks :D

(Reply to this) (Parent)


(Read comments) -


Home | Site Map | Manage Account | TOS | Privacy | Support | FAQs