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, 14h 20m 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, 14h 20m 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, 2d 19h ago
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


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
:iconbugx0r:
Nice man =D Now I just have to get a subscription lol!
:iconnofx-br:
give me a sub please!!! haha
:iconalias-unr:
Jesus, my sub just ended, then you tell me about this? :(
:iconneegee:
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:
:iconbadboythemer:
woot, i did mine already, but this is nice you to share thanks lots

--
Owner / Admin of =AREA01
Catch me on twitter - [link]
:iconsorcerersapprentice:
Brilliant! Thanks for this, I tried to figure it out myself, but it really isn't easy! Having this guide is so helpful! :aww:
:iconstaceyw:
We can put CSS into our galleries now? Coolies!

--
ok i ingore you now
:iconccampbell11:
What is CSS? LOL!

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

Site Map