HOME | DD

#basics #blue #css #fantasy #introduction #simple #standards #tutorial #fantasyblue #csstutorial
Published: 2007-07-06 02:27:09 +0000 UTC; Views: 49884; Favourites: 1054; Downloads: 13064
Redirect to original
Description
Hello my friends!Long have you waited but finally I finished the first part of the CSS tutorial. This introduction is designed for absolute CSS beginners and will show you step by step the ways of CSS coding and also a bit of designing a basic graphic layout.
Hit the Download button!
I wrote the document for this tutorial in Adobe InDesign and converted it into a pdf-file. You will find it together with some stock examples in the zip-folder when you download it.
Note: You need Acrobat Reader to open the document!!! It's free software.
Continuations of the basic tutorial will be:
- Part II: Advanced CSS
- Part III: Smart Tricks
I hope my demonstrations will be useful for you! Good luck and much fun learning CSS for DeviantART!!!
Related content
Comments: 419
KararaFromKeron In reply to ??? [2010-07-15 19:28:24 +0000 UTC]
Okay I'll figure my CSS out and then ask you. Sorry for the trouble and thanks for your help! ^^
👍: 0 ⏩: 1
KararaFromKeron In reply to KararaFromKeron [2010-07-16 14:19:51 +0000 UTC]
This is my CSS...Does this make a difference?
.journalbox{
background-color:#000000;
border-width:4px;
border-color:#0EBFE9;
border-style:solid;
}
.journalbox .list li{
background-color:#000000;
text-align:center;
color:#0EBFE9;
}
.journalbox .list li.a{
background-color:#000000;
text-align:center;
color:#0EBFE9;
}
.journalbox h2{
color:#0EBFE9;
font-size:24px;
}
.journalbox .journaltop{
text-align:right;
color:#0EBFE9;
background-color:#000000;
background-image:url([link] );
background-repeat:no-repeat;
background-position:left;
height:170px;
border-bottom:4px solid #0EBFE9;
}
.journalbox a{
color:#FFFFFF;
}
.journalbox a:hover{
color:#0EBFE9;
}
.journalbox .journalbottom a.commentslink{
color:#0EBFE9;
}
.journalbox .journalbottom a.prevlink{
color:#0EBFE9;
}
.journalbox .journalbottom a.commentlink:hover{
text-decoration:underline;
}
.journalbox .journalbottom a.prevlink:hover{
text-decoration:underline;
}
.journalbox .journaltext{
color:#0EBFE9;
border-bottom: 4px #0EBFE9 solid;
font-size:14px;
}
.journalbox .journaltop img{
display:none
}
.journalbox .title{
color:#0EBFE9;
font-size:22px;
font-weight:bold;
text-align:center;
letter-spacing:2px
background-color:#transparent;
}
.textareascrollbox{
height: 200px;
overflow: auto;
padding: 10px;
margin-top: -30px;
color:#0EBFE9;
font-size:14px;
background-color:#000000;
text-align:left;
border-width:2px;
border-color:#0EBFE9;
border-style:solid;
}
.textareascroll{
margin: 20px 0 0 20px;
_margin: 10 0 0 -10px;
padding: 5px 0 0 5px;
background-color:#000000;
}
.journalbox .textarea{
color:#0EBFE9;
font-size:14px;
background-color:#000000;
text-align:left;
padding:5px 5px 5px 5px!important;
margin:20px 20px 20px 0px!important;
border-width:2px;
border-color:#0EBFE9;
border-style:solid;
}
.linkbar{
background-color:#000000;
height:45px;
border-width:2px;
border-color:#0EBFE9;
border-style:solid;
text-align:center;
}
.stampbox{
height:80px;
width:120px:
overflow:auto;
padding:10px;
margin-top:-30px;
color:#0EBFE9;
font-size:14px;
background-color:#000000;
text-align:center;
border-width:2px;
border-color:#0EBFE9;
border-style:solid;
margin: 20px 0 0 20px;
_margin: 10 0 0 -10px;
padding: 5px 0 0 5px;
background-color:#000000;
}
.credit {
color:#FFFFFF!important;
font-size:12px;
font-family:rockwell;
text-decoration:none;
text-align:center;
}
👍: 0 ⏩: 0
Jedi-of-Shadows [2010-06-24 17:53:39 +0000 UTC]
ohh Man, thank you!! I have been looking for something like this... Thanx!!!
👍: 0 ⏩: 0
lenoueveo [2009-11-18 16:29:53 +0000 UTC]
Thank you for such a well written and presented Tutorial, I used to be quite technical but over the years have slowed down a lot , This is just at my pace and well explained.. Thanks... now all I need is the brain cells to complete hat I have learned lol.. Really apprecviate your hard work... Oh if one comment, oldies like me love to have paper in front of us with a few images for illustration.. The blue background although very artistic is a bit heavy on the old printer ink.. lol but hey I am still so grateful
Paul
👍: 0 ⏩: 1
DeeRose [2009-10-18 12:10:25 +0000 UTC]
You mention that you can omit the little journal icon or use another one. How do you go about making your own and coding it to show up?
Thanks! ♥
👍: 0 ⏩: 1
Lilyas In reply to DeeRose [2009-10-24 20:35:07 +0000 UTC]
The code to remove the default icon is this:
.journalbox .journaltop img {display:none;}
Creating your own icon is another topic, you can use any other icon as well. To incorporate your new icon into the layout you add a background to the ".journalbox .journaltop h2" part. It's like
background: transparent url(url of your image) top left no-repeat !important;
👍: 0 ⏩: 1
Willow141 [2009-08-15 16:28:22 +0000 UTC]
good tutorial... but i don't really understand it =/... I dunno if it's just the way youre wording everything, or if you're describing everything too complicated... or if its just the fact that its all so technical and i dont understand it even if i tried... i dunno...
I dont even understand the first step of the basics:
"For optimal web display you should select a minimum width of 1000 pixels. It depends on the size of your web browser window and your screen how much of the layout will be visable"
Are you trying to say that you create the whole of the design of the layout in a graphics software? And do you have to create the layout to the size it will be as the DA journal entry, or doesnt it matter? =/
Sorry bout that, its just really confusing... and i can see im not the only one who's confused
👍: 0 ⏩: 1
Lilyas In reply to Willow141 [2009-09-03 12:53:10 +0000 UTC]
To create your alyout you should have graphic software, yes. And for the coding a little understanding of HTML and CSS. Sorry that you have problems.
👍: 0 ⏩: 0
1001G [2009-08-11 18:08:43 +0000 UTC]
i need to learn this.........come winter i will take the time
👍: 0 ⏩: 0
Leedlpuff [2009-07-25 03:29:20 +0000 UTC]
I tried the footer, but it ended up being used as the whole background.
👍: 0 ⏩: 0
kamali-chan [2009-06-29 17:16:11 +0000 UTC]
This is really helpful! I was able to understand a lot of new things about CSS that I didn't get before. xD Thank you so much! <3
👍: 0 ⏩: 1
phoenixleo [2009-05-29 21:10:59 +0000 UTC]
i am not a subscriber but can i make CSS journal skins and submit them
👍: 0 ⏩: 1
Lilyas In reply to phoenixleo [2009-05-29 23:11:23 +0000 UTC]
Yes, I think you can. But maybe it's a bit difficult to submit to the "Install to Journal" skin gallery because you normally put your CSS into your journal to be able to save the code as that file (which is a little different from your original code) you have to upload for the deviation. But you can't do that when you are not subscribed. Though you can ask a subscriber to save the deviation file for you if you give them your code.
👍: 0 ⏩: 1
phoenixleo In reply to Lilyas [2009-05-31 20:48:45 +0000 UTC]
hmmmmm. then i think i will ask someone to submit it for me when i make one
thanks so much
👍: 0 ⏩: 0
jleighbean [2009-04-28 01:30:25 +0000 UTC]
Whoo-hoo! I used this tut to create my own journal CSS! You should check it out!
👍: 0 ⏩: 2
Lilyas In reply to jleighbean [2009-04-30 22:57:52 +0000 UTC]
Very nice. I am glad it worked out.
👍: 0 ⏩: 1
jleighbean In reply to jleighbean [2009-04-29 19:48:17 +0000 UTC]
And it's been updated! And you're given credit, too.
👍: 0 ⏩: 0
SweetDuke In reply to ??? [2009-04-26 02:43:32 +0000 UTC]
wow, thank you so much for this tutorial!! it is amazingly helpful and simple to follow; i understand so much more of the basics now.
👍: 0 ⏩: 1
RetiredVelocity [2009-03-25 03:20:39 +0000 UTC]
I owe you my first born child.
Wait, that wouldn't exactly be a "reward..."
Well, thank you so much for this guide. I was able to follow it and get the basic gist of simple journal css in a day! I used this in conjunction with your Blue Fantasy css to be learn how to customize my journal!
Great stuff, and I am SO looking forward to your advance journal css tutorial!
👍: 0 ⏩: 1
Lilyas In reply to RetiredVelocity [2009-03-25 10:51:40 +0000 UTC]
I am glad it was helpful for you!
👍: 0 ⏩: 0
Avatarded99 [2009-03-14 22:04:34 +0000 UTC]
You don't know how much I love u right now. Thankx for this!
👍: 0 ⏩: 1
SeaWhisper In reply to ??? [2009-03-10 21:29:29 +0000 UTC]
I think I need to look closer Seems very interesting.
👍: 0 ⏩: 0
Momma--G [2009-01-15 09:45:40 +0000 UTC]
Is there any way to get *this* design fro my journal?
👍: 0 ⏩: 1
Lilyas In reply to Momma--G [2009-01-15 15:01:14 +0000 UTC]
This is my personal style that I used on my stock account *LilyStox .
👍: 0 ⏩: 1
Momma--G In reply to Lilyas [2009-01-15 19:03:01 +0000 UTC]
Ohh!! I see! Good choice! You do beautiful work. Thank you for replying.
👍: 0 ⏩: 0
sametimenxtyr In reply to ??? [2009-01-10 19:27:55 +0000 UTC]
Cool................... Thank you for sharing!!
👍: 0 ⏩: 1
Pieces-Of-My-Heart In reply to ??? [2009-01-05 08:37:05 +0000 UTC]
Thanks so much for sharing your knowledge and taking the time to put this together
👍: 0 ⏩: 0
EosFoxx In reply to ??? [2009-01-04 18:40:28 +0000 UTC]
most helpfull tutorial I found.
Thank you a lot
👍: 0 ⏩: 1
No-where-man In reply to ??? [2008-12-17 02:02:09 +0000 UTC]
finally i can make my own css!!!
👍: 0 ⏩: 0
bluepulse In reply to ??? [2008-12-14 13:15:23 +0000 UTC]
Thank you so much for this! I've been running in circles.
👍: 0 ⏩: 0
| Next =>