Tweak

InsaneJournal

Tweak says, "i've came to save the stage"

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

ᴀᴇʀʏɴ ([info]affictitious) wrote in [info]rp_tutorials,
@ 2013-09-23 13:43:00

Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Entry tags:question: layouts

I'm currently using and tweaking this layout from [info]coding. At the moment it looks like this after I tried fiddling with the code, but I would like it to look like this.

A. Is it possible?
B. If it is possible, what part of the code should I actually be working on?
Thank you to anyone that can help me out! :3 And here is my tweaked code:


(Read comments) - (Post a new comment)


[info]stomps
2013-09-23 07:46 pm UTC (link)
The visibility of those tables needs to be hidden, so under GLOBAL_HEAD (and you can erase the 'top main/right navigation links' stuff for a cleaner code, since you'll be hiding them anyway?):
/*hide top nav table*/
tr.caption {visibility: hidden; position: absolute; top: 1px;}
.shadowed td div {display: none; visibility: hidden; position: absolute; top: 1px;}
table table tr.caption td.caption {visibility: hidden;}
table table table table .meta {visibility: hidden; position: absolute; top: 1px;}
table table table table table .meta {visibility: visible; position: relative; top: 1px;}

Getting rid of the usericon is also under GLOBAL_HEAD and is:
.shadowed img {
display:none;
}

However, that will make the Ichabod gif disappear, so go down to LASTN_WEBSITE and where you have the img src, force visibility within the CSS style:


And to center it, go to the table a few lines above and change the table align and td align to "center" instead of "right". It works on my Chrome browser; hopefully it has the same results for yours.

(Reply to this) (Thread)


[info]stomps
2013-09-23 07:47 pm UTC (link)
Haha, oh snap, sorry about that, that gif code should be <img src="http://31.media.tumblr.com/811e6b69bec2e00b9e8f49e1f8931f6d/tumblr_mtgxx4Ezja1qai4qwo2_r2_500.gif" style="width:250px; visibility: visible; display: inline;">

(Reply to this) (Parent) (Thread)


[info]affictitious
2013-09-24 02:49 am UTC (link)
ASLDKJFAL;J! YOU ARE AMAZING! ♥ Thank you, it's worked out perfectly! :3

(Reply to this) (Parent) (Thread)


[info]stomps
2013-09-24 02:51 am UTC (link)
You're welcome, I'm glad I could help!

(Reply to this) (Parent)


(Read comments) -


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