Tweak

InsaneJournal

Tweak says, "But why is the rum gone?"

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

Dawn ([info]quillismightier) wrote in [info]rp_tutorials,
@ 2013-01-19 12:01:00

Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Some CSS Help Needed
I just found and implemented this layout I found on [info]rpglayouts in my cdj to test before I try it on other journals. It's beautiful and works well except for one thing: the CSS does not include code to view the calendar correctly. If you look here you will see that it just sort of floats in the background and is nigh impossible to see against the background image.

Is there anything I can insert into the CSS to make this appear in a container box like the entries and so forth do?

I am alright with very basic coding in CSS, but the knowledge to make this work just isn't there. Since the maker's journal has been deleted I cannot ask them any longer.

Any and all suggestions are welcomed.

Thanks in advance!

EDIT: to include the code:


(Post a new comment)

let me know if this doesn't work. i tested it and i got it for me but if you have questions, ask!
[info]corrupt
2013-01-19 11:53 pm UTC (link)
Okay so, in that code under..

/*-----------------------------------------
S I D E B A R
------------------------------------------*/

It has this..

.module-powered, .module-photo, .module-syndicate, .module-pagesummary, .module-calendar {
display: none !important;
}

REMOVE

.module-calendar and the comma before it or it will break that code.

Then below it add this:

.module-calendar {
width: 200px;
margin: 0px;
padding-left: 2px;
}

(Reply to this) (Thread)

Re: let me know if this doesn't work. i tested it and i got it for me but if you have questions, ask
[info]quillismightier
2013-01-20 04:01 am UTC (link)
It works for putting the calendar in the sidebar, but I'm talking about the archive view in the main content area. Like, if I click Archive in the sidebar and it loads the archive/calendar in the main content area. That's what I'm trying to fix and failing.

Thanks, though.

(Reply to this) (Parent) (Thread)


[info]corrupt
2013-01-20 04:51 am UTC (link)
Oh! I completely misunderstood. So sorry!

(Reply to this) (Parent) (Thread)


[info]quillismightier
2013-01-20 02:30 pm UTC (link)
That's ok. I wasn't very clear in explaining it either. I blame the meds I'm on right now. :)

(Reply to this) (Parent)


[info]damosel
2013-01-22 04:20 am UTC (link)
hm. try this?

(Reply to this)



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