Join for FREE | Take the Tour Lost Password?
[x]

deviantART

 
[x]  

Link




Share


  Share on twitter Share on Facebook Share on reddit Share on digg

Notices



More Customization News

So i herd u liek emotes?? - Volume 56

`Synfull:iconSynfull: reports, 1d 10h ago
56th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

So i herd u liek emotes?? - Volume 55

`Synfull:iconSynfull: reports, November 15
55th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

So i herd u liek emotes?? - Volume 54

`Synfull:iconSynfull: reports, November 8
54th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

So i herd u liek emotes?? - Volume 53

`Synfull:iconSynfull: reports, November 1
53rd volume in a weekly series focused on promoting emotes and emoticonists from the dA community

Free Halloween Avatars!

=FreeAvatarProject:iconFreeAvatarProject: reports, October 27
Looking for a cool avatar for Halloween? Curious to know how some Halloween traditions got started? Come see a huge selection of free Halloween avatars, and read about some of our favorite Halloween icons!

So i herd u liek emotes?? - Volume 52

`Synfull:iconSynfull: reports, October 25
52nd volume in a weekly series focused on promoting emotes and emoticonists from the dA community.

Free Avatars 4 Breast Cancer Awareness!

=FreeAvatarProject:iconFreeAvatarProject: reports, October 21
Find some of dA's pinkest FREE avatars to help raise breast cancer awareness and support for those whose lives have been impacted by breast cancer. Also, find useful links to help fight against breast cancer.

So i herd u liek emotes?? - Volume 51

`Synfull:iconSynfull: reports, October 18
51st volume in a weekly series focused on promoting emotes and emoticonists from the dA community.

So i herd u liek interviews? - BlissfullySarcastic

`Synfull:iconSynfull: reports, October 16
18th edition of the twice monthly interview with emoticonists from around the site

So i herd u liek emotes?? - Volume 50

`Synfull:iconSynfull: reports, October 12
50th volume in a weekly series focused on promoting emotes and emoticonists from the dA community. This week we hit our 1 year anniversary :la:

Customization News This Week

So i herd u liek emotes?? - Volume 56

`Synfull:iconSynfull: reports, 1d 10h ago
56th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

WindowBlinds 7 Released!

`Island-Dog:iconIsland-Dog: reports, November 17
Stardock released WindowBlinds 7 today. WindowBlinds is a program that allows users to customize the user interface of Microsoft Windows. By applying “skins,” WindowBlinds can easily change nearly every element of the Windows experience including the task bar, Start menu, window borders, scrollbars, push buttons, and much more.

Presents :3

*isarulz:iconisarulz: reports, November 20
I'm going to the US. There i'll buy stuff for my friends to give them as a christmas gift :3

Plus, i'll make some drawings for the dA community, that means that if you want a drawing or a photography or a certain thing, send me a note and i'll do it for you :3

*Sora*

Customization


Getting the most out of your CSS Journals Five

=Grayda:iconGrayda: reports, November 28, 2006
Ah yes welcome back! Yes it's been two weeks already, and a day over too. Sorry about that. But all that aside, let's begin with part five (wow!) of Getting the Most out of your CSS Journals. If you want to read the rest of the series before you look here, make sure to read: Getting the most out of your CSS Journals!

Side menus

^guruubii suggested this, and I thought I'd give it a shot. It's the standard Side menu. Nothing flashy about it, it's just a menu at the side that holds your links, stamps and whatever. This code can easily be adapted to hold your other information, or whatever you like:

CSS:

.menu {
width:20%;
right:0px;
position:absolute;
background-color:#FFFFFF;
text-align:center;
}


HTML:


<div class="menu">
Put your information in here
</div>


It's really that simple! Just make sure to pretty it up with some background images (background-image:url(whatever.gif); ) and position it wherever you like. I hope you all get some use out of that :)

Custom bulleted lists

This can really add some nice effects to your journal. It lets you take lists, and change the bullet to a little picture. This saves using :bulletred:. Here is all you need to make your lists pretty:

CSS:


li {
list-style-image: url(yourfilehere.gif);
}


HTML:

[ul]
[li]Item[/li]
[li]Item[/li]
[/ul]


And whenever you use the LI tag, you'll see your lovely little bullet images instead of the generic black dot. Much nicer :)

Remember to change the [ to < and ] to > for the HTML example to work

First-letter fun

The first letter pseudo-element for CSS can be very useful to add a little bit of shine to your journal. Mozilla Firefox seems to support the first-letter element for most tags. You can do cool things like making the first letter of a paragraph bigger, a different colour, and more. You can also use the first-line to make the whole first line stylable. It all goes a little something like this:

CSS:

.mytext:first-letter {
color:#FFFFFF;
}

.myline:first-line {
font-weight:bolder;
}


HTML:


<f class="mytext">This is some text. Notice how the first letter is white?</f>
<f class="myline">This is some more text.
This text is on another line. Notice how the first line is bold
But none of the other lines are bold?
</f>


Just change <f to < p and /f to /p to make the above example work (Damn dA's parsing system :P)

And there we go. As the text explains, one paragraph will have the first letter white, and the second will have the whole first line bold. You can use this to style the header of your journal, by using something like:

CSS:


h2:first-letter {
font-size:larger;
}


to make the first letter of your journal title a shade larger.

Journal features!

Yessir! More journal featuring goodness! This week we showcase some nice designs that will no doubt make you salivate!

=csjwcr

Best viewed at it's full ([link]), csjwcr's journal features a nice bold header that draws you in, the content is laid out VERY well, and it's easy on the eyes. All this makes for a wonderful and pleasing journal to read. Make sure you check him out. You won't regret it!

=NickCreevy

I might have mentioned this deviant before, but their journal needs another mention ;D

Nick has created a nice and easy on the eye journal, integrating a modern look with photography and a basic scheme that looks damn good. His website work is incredible too. A must see!

The CSS Gallery

Don't forget the Journal CSS Gallery. You can find heaps of exciting journals in there, some you can even use as your own journals. Check it out!
[link]



And that's it for this week. Hopefully in two weeks time I'll have something totally awesome and mind-blowing for you. Feel free to note me your ideas, and journals to be featured. Make sure you do! I'm counting on you! :P

Comments and questions are welcome, like always! Good luck, and make sure to note me with your tweaks so I can see them in action ;D

Devious Comments

love 0 0 joy 0 0 wow 0 0 mad 0 0 sad 0 0 fear 2 2 neutral 0 0
:iconmirrorkills:
i like the idea of the menu thing, may have to give it a whirl next update..

--
go to hell... in style
[`mirrorkills]
:icongrayda:
Glad you liked it :) The thought of doing a basic menu never hit me until ^guruubii mentioned that she'd love to know how a fellow deviant did the menu, so I mocked it up, and it worked a treat!

Next week I should look at gathering some scraper tools and regurgitating photos from like google images or something..

--
Social Networking 2.0? | Fave a journal? | dC | CSS
:iconbadfurday:
Hmmm, yeah, I've been using menus for a while, and they can get pretty much annoying: When you have a menu on the right and text on the left, they can get on eachother, so you have to cut your text yourself... :/
To fix this, I used a lyrics box on the left of the menu, but I'd definitely suggest you'd give a tip next time on how to fill up the space next to your menu ^^

Nice stuff anyway :D
:iconalteru:
:boogie: First letter fun eh? :D

--
Though we travel the world over to find the beautiful,
we must carry it with us,
or we find it not.

EMERSON
:icongrayda:
Well you can always enclose your main text in a DIV called say.. maintext, then set Maintext's width to something like 80% or whatever, so it wraps itself, and you don't have to mess with too much formatting.. that's the way I do it..

I hope this is what you meant :XD:, and thanks!

--
Social Networking 2.0? | Fave a journal? | dC | CSS
:icongrayda:
Would 'first-time fun' be more appropriate? :P

But yes First Letter fun is great, only with some song titles however, like Foxtrot Unicorn Charlie Kilo by Bloodhound Gang..

err.. yes. Hope you got some use out of this ;D

--
Social Networking 2.0? | Fave a journal? | dC | CSS
:iconsilwenka:
I know this is stupid question but.. ^^;
CSS code for menu I put in CSS 'place' under the journal..
and HTML part? In HTML frame or also in CSS?
and where I put this 'menu code'.. I mean: on top? o the bottom of script? whereever? Thanks for answering!


--
"Are you hungry for a little more
than what you've had before?
Are you hungry for a taste of life?
whet your appetite?"

Main account =silwena Photo account ~SilenBlues
:icongrayda:
The HTML part can go anywhere. In the header, the footer, the main text.. it doesn't really matter too much where it goes, as long as the HTML is outside of the CSS bit and in the other bit.. Hope that helps :)

--
Social Networking 2.0? | Fave a journal? | dC | CSS
:iconsilwenka:
Yes! Thank You! :D

--
"Are you hungry for a little more
than what you've had before?
Are you hungry for a taste of life?
whet your appetite?"

Main account =silwena Photo account ~SilenBlues
:iconboffinbrain:
For those who are trying to click on the Journal CSS link, you need to add an extra slash on the end to make it work. :)

Always remember the trailing slash, kids! :lol:
 

Site Map