Tweak

InsaneJournal

Tweak says, "And I'm good at it, too."

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
Sorcha ● Forsythia ([info]forsythia) wrote in [info]rp_tutorials,
If I'm not mistaken, you're trying to make the section look like this image shows. To do that, you first need to locate the following section in your code:

.entry-userpic {display:none;
}


Replace it with the following:

.entry-userpic {
width: 104px !Important;
font-size: 10px !important;
text-align: center !important;
}


Now, to make it pretty! Add this to remove the images that indicate journals and communities (the little Tweak etc.):

.entry-userpic img[src="http://www.insanejournal.com/img/userinfo.gif"] {
display: none !important;
}

.entry-userpic img[src="http://www.insanejournal.com/img/community.gif"] {
display: none !important;
}

.entry-userpic img[src="http://www.insanejournal.com/img/syndicated.gif"] {
display: none !important;
}


And then, to remove the word 'in' (such as "[info]theladyunicorn in [info]rp_tutorials") while keeping the links visible, which imo makes the section look more balanced, add this:

.poster {
width: 100px !important;
font-size: 0pt !important;
}

.poster a, .poster a:link, .poster a:hover, .poster a:visited {
font-size: 10px !important;
}


Hope this helps, and that it makes sense. I'm half asleep. xD


(Read comments)

Post a comment in response:

From:
( )Anonymous- this user has disabled anonymous posting.
( )OpenID
Username:
Password:
Don't have an account? Create one now.
Subject:
No HTML allowed in subject
  
Message:
 

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