[identity profile] j-sei.livejournal.com 2013-09-16 03:13 pm (UTC)(link)
Oh, useful for beginner ^^ Though still a long way till I can made my own..

btw, can I ask you something about CSS although it's not from yours? Tried a bit and ask the creator but found out she's not around since 2012..

[identity profile] j-sei.livejournal.com 2013-09-17 01:04 am (UTC)(link)
I hope it's okay to link back to the post where I take my layout from. It's here (http://abellalayouts.livejournal.com/19007.html)

The post include the code and the preview.
The problem with that code after I installed is the title and subtitle which is messed up in every entry. I've check my page, friends page, entry page but all is different maybe except the subtitle..

The post said that should adjust the "right: 00px" under ".title" and ".subtitle" in your code; which have no different and still messed the title and subtitle.

This is what I changed from that code.
.title, .subtitle {position: absolute; color: #E8917B; font-size: 26px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); writing-mode: lr-tb; letter-spacing: -1px}
.title {position: absolute; right: 240px; top: 690px;}
.subtitle {position: absolute; right: 180px; top: 690px;}

Added the top because I use the header with 300px height. I hope you can help me with this problem.

[identity profile] j-sei.livejournal.com 2013-09-17 06:52 pm (UTC)(link)
Ah, I'm sorry, wrong post there.. I mean from this layout : http://abellalayouts.livejournal.com/18781.html

The title and the subtitle is a bit messed up in my journal. It's okay in the front page (http://j-sei.livejournal.com) but messed up if I opened my own entry (http://j-sei.livejournal.com/6736.html) or friends page (http://j-sei.livejournal.com/friends)

Sorry for the confusion before..

[identity profile] j-sei.livejournal.com 2013-09-18 02:34 am (UTC)(link)
Ah, is that so? >.< That's why it keep changing..
Oh, it works! Thank you so much for your help ^^