[x]

deviantART

 
[x]  

Notices



More Customization News

So i herd u liek emotes?? - Volume 39

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

So i herd u liek emotes?? - Volume 38

^Synfull:iconSynfull: reports, June 28
38th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

Chance to Shine - Volume V

`LeoLeonardo:iconLeoLeonardo: reports, June 23
Issue number 5 of the Emoticon newsletter: Chance to Shine

This is Dead !

~Mis-kin:iconMis-kin: reports, June 20
About Dead-Man23 ...

So i herd u liek emotes?? - Volume 37

^Synfull:iconSynfull: reports, June 21
37th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

The Future Is Upon Us - Pixel Art/Emoticon Contest

=Sinister-Starfeesh:iconSinister-Starfeesh: reports, June 16
Pixel Art/Emoticonist Contest

The idea of the contest is to create somthing futuristic. This can be your idea of futuristic, or the idea everyone has planted in their head that we will be flying in cars, aliens and dodgey space meals.

So i herd u liek emotes?? - Volume 36

^Synfull:iconSynfull: reports, June 15
36th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

So i herd u liek emotes?? - Volume 35

^Synfull:iconSynfull: reports, June 7
35th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

Gaia 09 online!

*imrik:iconimrik: reports, June 1
Climate change and the conservation of our planet is one of the most important issues facing us today. A group of designers and themers have tried to find a way of contributing their own part. How though could a website about desktop customization help to combat global warming?

I can sing a rainbow, these guys have dolled one!

=PhoeC:iconPhoeC: reports, June 1
A collection of dolls, that are chock full of colour!

Customization News This Week

So i herd u liek emotes?? - Volume 38

^Synfull:iconSynfull: reports, June 28
38th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

So i herd u liek emotes?? - Volume 39

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

`emotes [the big, the bad, the beautiful.]

~Dinosaur-Pants:iconDinosaur-Pants: reports, 1d 21h ago
emotes. the tiny ones. the medium sized. the ginormus ones.

the emotes.
well that sounded dramatic.
a showcase of emotes found from my 'emotes' collection folder. enjoy~

New Club looking for Members!

*lucifers-uke:iconlucifers-uke: reports, June 30
New club looking for new people!

Green Lantern Icon Set

~weirdy182:iconweirdy182: reports, July 1
Here is the download for the Green Lantern Icon Set.

Does stuffs

~pokefanpika1:iconpokefanpika1: reports, June 29
Some news.
1 comment   Customization News  Last +fav: Nobody

Accepting commision work

*horsesinpencil:iconhorsesinpencil: reports, July 1
Accepting commission art work
1 comment   Customization News  Last +fav: Nobody

2 New Signatures Created

~RevampBrush:iconRevampBrush: reports, July 1
2 New Photoshop Signature Gfx
1 comment   Customization News  Last +fav: Nobody

PSD File ( Brushes, Actions, Templates and more+)

*fehimeren:iconfehimeren: reports, 2d 6h ago
PSD File ( Brushes, Actions, Templates and more+)
No comments   Customization News  Last +fav: Nobody

Customization


How to style your Gallery with CSS

=dot-Silver:icondot-Silver: reports, December 13, 2007
Note: Gallery CSS is only available to subscribed members.

So I've figured out how to do the CSS Styling on the Gallery, and it wasn't the easiest to figure out, took quite a bit of peeking, and because of this, I'm here to share some tips on how to style your Gallery. Unfortunately I don't have any images to show you, but I will try and make it as simple as I can when explaining.

To add a CSS style to your gallery, you can only do them the folders, not the main gallery, so go to your folder and click on Edit, then click on Options and Style, you should now see a text box for your CSS to go in. In order to know what each element does, I would suggest in using it, then click on OK, then open up the styles box again and do the next part so you can see what is what. I'm going to start with the main elements for this How to just to get you started.

body
This is what controls the background, fonts and colours. Say you wanted a black background with white text with the font arial.

body{
background: #000000;
color: #ffffff;
font-family: Arial;
font-size: 12px;
}


div.folderview-top
This is the div tag that surrounds the folder title and description, things may get a lil complicated on this one so I'll leave any examples, but others you could do are backgrounds?

div.folderview-top h2
This is the folder title.

div.folderview-top h2 {
color:#2f4e85 !important;
font-weight:100;
}


div.folderview-top .description
This controls the description of the folder.

div.folderview-top .description{
padding: 0 0 20px 0;
border-bottom: 1px solid #8992a2;
}


This will add a 1px line 20px below the description, I have it like this because I've styled mine to allow the folder title and description to be above the thumbnails instead of left or right.

div.folderview-art
This is the area where the thumbnails are shown, so maybe a different background or something? There isn't really anything I can show you an example for.

------------

That's pretty much it, if you use those then you should have a styled gallery. Watch out for the next one where I'll show you how to get the title at the top and the thumbnails below them.

------------

Helpful Links:
Learn CSS
CSS Guide
Colour Schemer
Colour Picker

The colour tools will give you the hex code which is what you need to use. It's the 6 alphanumeric characters to make up a colour.

Devious Comments

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

~Bugx0r:iconBugx0r: Dec 13, 2007, 7:38:33 PM
Nice man =D Now I just have to get a subscription lol!
~nofx-br:iconnofx-br: Dec 13, 2007, 8:32:26 PM
give me a sub please!!! haha
~alias-unr:iconalias-unr: Dec 13, 2007, 9:11:12 PM
Jesus, my sub just ended, then you tell me about this? :(
=Neegee:iconNeegee: Dec 13, 2007, 10:02:17 PM
Very nice article, thanks a lot for the information and help. :aww: I was curious how some people were doing it.

--
This is not what I have always been, but I accept it now, for you, and your life.
Just remember me for I choose to suffer for strangers; I chose to suffer for you.

:heart:*Seiverling:heart:
=badboythemer:iconbadboythemer: Dec 13, 2007, 11:22:13 PM
woot, i did mine already, but this is nice you to share thanks lots

--
Owner / Admin of =AREA01
Catch me on twitter - [link]
=sorcerersapprentice:iconsorcerersapprentice: Dec 15, 2007, 11:31:41 AM
Brilliant! Thanks for this, I tried to figure it out myself, but it really isn't easy! Having this guide is so helpful! :aww:

--
'I believe in God, only I spell it Nature.'
Frank Lloyd Wright (1869 - 1959)


:music:
=StaceyW:iconStaceyW: Dec 15, 2007, 12:17:31 PM
We can put CSS into our galleries now? Coolies!

--
coming back soon
~ccampbell11:iconccampbell11: Dec 15, 2007, 12:18:06 PM
What is CSS? LOL!

--
:O_o: Come visit my gallery :please: : [link]
or even [link]
 

Site Map