deviant ART

[x]

Notices



Advertisement



More Customization News

Hyperdesk - The Review

^mrrste:iconmrrste: reports, May 8
A Hyperdesk review by Mrrste

Handheld Highlights - April 2008

^jbensch:iconjbensch: reports, May 5
Handheld Highlights for April 2008. Items that caught my attention.

Skinmasters #6 - Aydin hagh rahi

^mrrste:iconmrrste: reports, May 5
A series of interviews with top graphic designers and skinners on deviantART

State of Skinning - 2007 Edition

$Moonbeam13:iconMoonbeam13: reports, May 2
State of Skinning - 2007 Edition

Skinmasters #5 - Nigel Evans

^mrrste:iconmrrste: reports, April 22
A series of interviews with top skinners and themers by mrrste

Skinmasters #4 - Ryan Henricus

^mrrste:iconmrrste: reports, April 12
These are a series of interviews of the best skinners on scene.
If you have any suggestions for future issues, please email me mrrste@deviantart.com or send me a note.

Help get a handle on Handhelds

^jbensch:iconjbensch: reports, April 7
Upcoming Handheld gallery re-organization. We need YOUR input!

The Power of Spoken Word

*motionlessSndtrk:iconmotionlessSndtrk: reports, April 6
We know a picture is worth a thousand words -- but, a picture with words, can be indispensable.

Handheld Highlights - March 2008

^jbensch:iconjbensch: reports, April 2
Handheld Features for March 2008

Get your HANDHELDS here!

^jbensch:iconjbensch: reports, March 15
Briefly focusing on the PSP wallpaper subcat. Special note regarding art theft and copyright violation.

Customization News This Week

Hyperdesk - The Review

^mrrste:iconmrrste: reports, May 8
A Hyperdesk review by Mrrste

Skinmasters #6 - Aydin hagh rahi

^mrrste:iconmrrste: reports, May 5
A series of interviews with top graphic designers and skinners on deviantART

Top 20 most stunning of the web (and deviantART!)

~pickupjojo:iconpickupjojo: reports, 1d 20h ago
A personal selection of 20 great wallpapers.

horse

~dustyluver:icondustyluver: reports, May 8
meanist horse on earth

Css Finishing

=DevilsDreamer:iconDevilsDreamer: reports, May 8
Needed: experianced css coder!!!!

DeskScapes 2.0 Released

=Island-Dog:iconIsland-Dog: reports, May 6
DeskScapes 2.0 has been released by Stardock. No longer will animated wallpapers be only for people who invest in Windows Vista Ultimate. With DeskScapes 2.0, all users of Windows Vista can run animated wallpapers.

Customization


Getting the most out of your CSS Journals Part One

*Grayda:iconGrayda: reports, Oct 8, 2006
If you're a subscriber, then no doubt you know all too well what you can now do with your journals. The possibilities are almost endless, limited only by your imagination. And there are some great designs popping up, =NickCreevy, =Nameless-Designer, ^depthskins to name a few. But surely there's more to CSS than just images and such? That's where this guide comes in.

Over a series of weeks, you'll see just what you can do with your CSS journal, from minor tweaks to full-blown redesigns. And you can help too! Just note your tweaks to *Grayda and you can have your tweak included!

Let's begin!

Deviations Box

This is a commonly requested one. This snippet of code will let you display a column to the side of your journal, with some thumbs in there. Much like the little scrolling boxes you see on some people's eBay listing pages. It can display vertical scroll-bars if needed, or hide them completely. Here's the code:

HTML:

<div class="deviationsbox">
Insert your thumb codes in here!
</div>


CSS:

.deviationsbox {
height:400px;
width:200px;
overflow:auto;
}


To hide the scrollbars, change the height to auto (ie. height:auto;) and change the overflow to visible (ie. overflow:visible;). You'll need to manually position it to the right of your journal, or wherever you want it. This code is just the foundation.

Hiding the date and time of your journal

Sometimes the date / time of your journal isn't necessary, or gets in the way of your awesome design. Because the date is contained within a DIV you can't hide (or else it hides the WHOLE journal title and icon and such), we need to make it *almost* invisible. We do this by this little bit of code:

.journalbox .journaltop {
font-size: 0px;
}


Note: This isn't totally perfect. In Internet Explorer, it displays the text, but it's VERY small

Menus

You can now have rollover menus in your journal without too much effort, and all without Javascript too!

HTML:

<div class="links">
Hover here for menu!
[Insert your links here]
[Insert your links here]
[Insert your links here]
</div>


CSS:

div.links {
height:10px;
}

div.links a {
display:none;
background:none;
}

div.links:hover a {
display:block;
background-color:#0099FF;
}

div.links:hover {
display:block;
background-color:#FFFFFF;
height:auto;

}


Please note that this is a VERY simple way to do it. Expansion for this is a must!


That's it for this issue. I hope this is useful for some, and I hope to see more awesome CSS Journals in the future.

Remember, if you have a tip / tweak, note it to *Grayda for inclusion next time.

So until next time, keep on themeing!

Devious Comments

love 3 3 joy 2 2 wow 0 0 mad 0 0 sad 2 2 fear 0 0 neutral 0 0

`emciem:iconemciem: Oct 8, 2006, 7:11:45 AM
good stuff. thanks! :D

--
Buy the ticket, take the ride.
*Grayda:iconGrayda: Oct 8, 2006, 7:23:01 AM
You're very welcome :) I hope these tips help you out :D

--
dC | Fave a journal? | Website | CSS

Chuck Norris puts the FUN in Funeral
`emciem:iconemciem: Oct 8, 2006, 7:43:26 AM
indeed. i've gone with a fairly simple css style for my journal, but would eventually like to expand upon it with some cool features like these.

--
Buy the ticket, take the ride.
~MikkelT:iconMikkelT: Oct 8, 2006, 8:03:47 AM
Can't you do display: none; with:

.journalbox .journaltop {
font-size: 0px;
}


too?

Fine tips - keep it up!

--
Hi, I'm Mikkel!
`lazybutt:iconlazybutt: Oct 8, 2006, 9:43:28 AM Mood: dA Love
This is really nice. There are some helpful hints and tips here that a lot of people could use. Thank you for this.

Though, I'm curious to see what comes out of the next edition! :D

--
=DailyDeviants
--
support.the.community :heart:
*Grayda:iconGrayda: Oct 8, 2006, 6:10:11 PM
As have I. Today I'm going to work on a new design for my friend Hayley, and might include some of my tweaks in the journal. I bought her a subscription the other week and she's been too busy to do a CSS Journal, so I'll take care of that. She'll murder me for it (like she almost did when I bought the sub), but she'll love it :D

--
dC | Fave a journal? | Website | CSS

Chuck Norris puts the FUN in Funeral
*Grayda:iconGrayda: Oct 8, 2006, 6:50:35 PM
I tried that, but it doesn't work because that would hide the whole journal header, title included, not just the date / time text.

And thanks :) Hope you got some use out of them :)

--
dC | Fave a journal? | Website | CSS

Chuck Norris puts the FUN in Funeral
*Grayda:iconGrayda: Oct 8, 2006, 6:51:44 PM
Truth be told, I have NO idea what's to come in the next edition. I'll find some stuff out soonish through experimentation and such, and of course user-submitted ideas / code..

--
dC | Fave a journal? | Website | CSS

Chuck Norris puts the FUN in Funeral
`lazybutt:iconlazybutt: Oct 8, 2006, 6:53:41 PM
Sounds like a good plan. :D

--
=DailyDeviants
--
support.the.community :heart: