HOME | DD

Published: 2009-07-17 05:15:26 +0000 UTC; Views: 27893; Favourites: 654; Downloads: 1259
Redirect to original
Description
Part I.Part II.
************
Journal CSS by ยขmindfuckx
************
UPDATED AGAIN!! - 8.1.09 - fixed the transparent background issue
First draft! -- This kindof sucks, so I will hopefully be updating this with a more clear version Edit -- code comments updated slightly.
Click "Download" for file that includes my test file and a commented version of the code -- that is half the tutorial after all.
And you need a subscription to use journal CSS, btw... @_@
Please be sure to include a link to this tutorial in your new journal layout in your credits!
This is the third and final part, long awaited! The other two parts deal with image preparation and planning, so be sure to check those out. If you find this tutorial helpful, please link back or favourite so other people can find it.
This is less a "copypaste and it will work" kind of thing, more of a "use this to teach yourself something about CSS" kind of thing.
Now get out there and get journalin!
******
Helpful links
******
Lissa Explains - an INVALUABLE guide to CSS/HTML!! (read before asking CSS attribute questions, click "CSS" along the top bar)
DaFont.
CGTextures.
-----
Artwork and content ยฉ Cerena 2008.
Chamma Chamma girl (Devi) is here .
Related content
Comments: 114
MMWoodcock In reply to ??? [2009-08-16 23:18:34 +0000 UTC]
okay, i got the whole picture to appear. But how do i move the Title of the Journal/time of update down from the middle of the journal top ?
*messes around with more code* this is just a test anyways i do it like you told me
๐: 0 โฉ: 1
cerena In reply to MMWoodcock [2009-08-17 00:31:04 +0000 UTC]
Read up on LissaExplains about absolute and relative positioning. The code you'll be adding into your "h2" section, or your heading section, is this:
position:absolute;
top:135px;
left:0;
Or change the left values, etc, to move it away from the side (I have mine all the way to the left, take this 'left' code out entirely if you still want it to be centered)... similarly you can change 'top' to 'bottom' and position it away from the bottom of the entry (like mine is). You can always check out someone's code who has done something you want to incorporate by "viewing source" on it and then trying it or modifying it in your own code--that is how you really learn to code imo. But if you took anything particularly original (especially javascript) be sure to credit, of course.
๐: 0 โฉ: 1
MMWoodcock In reply to cerena [2009-08-17 00:35:19 +0000 UTC]
hahah thanks i got the picture to be centered right and everything else, its just the time and update below the title moved down
but eh, no one needs to know what time i posted a journal anyways
but i'll mess around with it later and see if it works! thanks again for helping me with CSS code you're so kind ">.<"
๐: 0 โฉ: 0
Kitsura-of-the-leaf [2009-08-12 01:16:27 +0000 UTC]
I'm using my CSS using this tutorial. ^^
It's not the final version, but i'm getting really close. ^^
๐: 0 โฉ: 0
Lii-chan [2009-07-22 16:10:24 +0000 UTC]
Thanks so much for making this tutorial - it's very helpful!
๐: 0 โฉ: 0
Phaiyle In reply to ??? [2009-07-18 00:51:51 +0000 UTC]
Does the biggest happy dance in the world!! <3 <3 <3 lol! I'm going to be making a new journal soon! LOL! I'll have to show it to you!
๐: 0 โฉ: 1
cerena In reply to Phaiyle [2009-07-23 22:42:31 +0000 UTC]
Hey, if you notice any places I need to explain more, could you holler at me? I REALLY feel like this part is pretty... crappy, and not well-explained.
So when you are using it, if you notice stuff I should fix, please holler? <3333
๐: 0 โฉ: 1
Phaiyle In reply to cerena [2009-07-24 01:38:36 +0000 UTC]
Of course! ^_^ I'm a little busy lately, but I'll get to making a new one sometime!
๐: 0 โฉ: 0
evafortuna In reply to ??? [2009-07-18 00:14:26 +0000 UTC]
thank you for putting this up! I can't wait to try it out!
๐: 0 โฉ: 0
cerena In reply to CorsaGirl [2009-07-17 17:47:58 +0000 UTC]
No problem! I hope it is helpful even with all the extra text and confusion.
๐: 0 โฉ: 1
<= Prev |