[x]
News
News
[x]  

Notices



More Help & FAQ News

Weekly Help Desk Updates - July 18th, 2008

$hexentanz:iconhexentanz: reports, July 18
Welcome to the weekly Help Desk Updates. In these weekly updates we will attempt to bring you the most up to date news concerning the Help Desk & FAQ, as well as provide some helpful hints for super duper deviantART fun.

Free V6 Help

^Ikue:iconIkue: reports, July 11
Okay so if you haven't noticed V6 was launched late last night/early morning (depending on your time zone) to mixed reviews.

We as admins have had a little more time with it than the rest of the masses and as such I thought I would volunteer my knowledge with whomever is interested. Rather than complain that everything is different perhaps I can help show you how much more user friendly and easier the site is to navigate.

So... if you have a question concerning V6 please ask it. If you know of someone who is having troubles, please link them here. I will be updating this journal with your questions and hopefully answers to said questions.

Weekly Help Desk Updates - June 20th, 2008

$hexentanz:iconhexentanz: reports, June 20
Welcome to the weekly Help Desk Updates. In these weekly updates we will attempt to bring you the most up to date news concerning the Help Desk & FAQ, as well as provide some helpful hints for super duper deviantART fun.

Weekly Help Desk Updates - June 12th, 2008

$hexentanz:iconhexentanz: reports, June 12
Welcome to the weekly Help Desk Updates. In these weekly updates we will attempt to bring you the most up to date news concerning the Help Desk & FAQ, as well as provide some helpful hints for super duper deviantART fun.

Weekly Help Desk Updates - June 7th, 2008

$hexentanz:iconhexentanz: reports, June 7
Welcome to the weekly Help Desk Updates. In these weekly updates we will attempt to bring you the most up to date news concerning the Help Desk & FAQ, as well as provide some helpful hints for super duper deviantART fun.

Weekly Help Desk Updates - May 8th, 2008

$hexentanz:iconhexentanz: reports, May 8
Welcome to the weekly Help Desk Updates. In these weekly updates we will attempt to bring you the most up to date news concerning the Help Desk & FAQ, as well as provide some helpful hints for super duper deviantART fun.

Weekly Help Desk Updates - April 10th, 2008

$hexentanz:iconhexentanz: reports, April 10
Welcome to the weekly Help Desk Updates. In these weekly updates we will attempt to bring you the most up to date news concerning the Help Desk & FAQ, as well as provide some helpful hints for super duper deviantART fun.

Weekly Help Desk Updates - April 7th, 2008

$hexentanz:iconhexentanz: reports, April 7
Welcome to the weekly Help Desk Updates. In these weekly updates we will attempt to bring you the most up to date news concerning the Help Desk & FAQ, as well as provide some helpful hints for super duper deviantART fun.

Weekly Help Desk Updates - Mar 30th, 2008

$hexentanz:iconhexentanz: reports, March 30
Welcome to the weekly Help Desk Updates. In these weekly updates we will attempt to bring you the most up to date news concerning the Help Desk & FAQ, as well as provide some helpful hints for super duper deviantART fun.

Weekly Help Desk Updates - Mar 22nd, 2008

$hexentanz:iconhexentanz: reports, March 22
Welcome to the weekly Help Desk Updates. In these weekly updates we will attempt to bring you the most up to date news concerning the Help Desk & FAQ, as well as provide some helpful hints for super duper deviantART fun.

Help & FAQ


CSS Journal Help

=dot-Silver:icondot-Silver: reports, September 28, 2006
CSS Journal Tutorial
Ok, this journal is to teach you how to use CSS in your journals, please note that it is only available to senior members and subscribed members. So, when you're in your journal section, add a new one, go to the bottom and click on the Add CSS. There will be some links to CSS help at the end of this journal.

Now, we will first edit the Journal Box, this is where everything of the journal is in. To do this, we use the below, add it to the CSS Box.

.journalbox{

}

And now you are able to add whatever you want in there, background colour, text information, border stuff, etc. Now for the the top journal, this is where the journal title and and entry date is shown. To edit this section, you use the code below.

.journaltop{

}
Use this bit to edit the background, any borders, entry date font, etc.

.journaltop h2{

}
Edit the journal header text with this.

Now this next one I didn't use, because I used a different way, but journal text is the body area of the journal, it covers the whole part of header, journal entry and footer.

.journaltext{

}

I'm sure you want to be able to change the "Currently" list, such as listening to, mood, reading, etc. To do this, you can use the following

.list {

}

.list a{

}
This will change the background colour, etc.

.list li{

}
The listing of the boxes.

What else do we need? How can you make it like mine, well, i've used my own divs. To do this, we'll use an example for my header section. In the header, add something like, with no spaces:

<d iv cl ass="header">Text here</di v>

Then in the Edit CSS section, add this

.Header {
background-color: #aec3b8;
padding: 1px;
color: #709164;
font-family: tahoma;
font-size: 9px;
text-decoration: none;
border-left: dashed 2px;
border-right: dashed 1px;
border-top: dashed 1px;
border-bottom: dashed 1px;
text-align: center;
}

So what does all this mean?

background-color: #aec3b8;
The colour of the background, the #****** is a hexidecimal colour number, there is a link at the bottom of this journal.

padding: 1px;
The padding of the div, this makes it so that the text isn't right next to the end.

color: #709164;
Colour of the text that you want.

font-family: tahoma;
The family or face or name of the text that you want, such as Verdana, or tahoma, or Arial, etc.

font-size: 9px;
The size of the fone.

text-decoration: none;
We don't want anything on the font, no decorations.

border-left: dashed 2px;
Border on the left, a dashed border 2px wide.

border-right: dashed 1px;
The right border, dashed 1px.

border-top: solid 1px;
The top border, solid line 1 px.

border-bottom: dashed 1px;
Bottom border, dashed 1px.

text-align: center;
Everything will be in centered.

border-color: #709164;
The colour of the borders you want.

I hope this has helped you and if you have ANY questions at all regarding the Journal CSS, then please feel free to ask.

Another journal done by myself can be seen at *Magicka

Links
Each link will take you to their CSS section.
HTML Help
w3schools
Zengarden

Hex Colour Picker

Devious Comments

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

*stormyblueyz:iconstormyblueyz: Oct 24, 2006, 8:53:24 PM
Wow thanks for this! This is like...I had no idea about CSS until I started with this article.

-duh?- CSS illiterate. :rofl:

--
"Love is when your puppy licks your face even after you left him alone all day."
~Mary Ann, Age 4
~TURAN:iconTURAN: Feb 23, 2007, 2:19:12 AM
that was pretty helpful O_O

Thank you :hug:
=Dolphins-Dream:iconDolphins-Dream: Apr 25, 2007, 2:45:29 PM Mood: Wow!
Oh this is exactly what i was looking for to figure out what all the different boxes meant LOL!

--
Mel :)

Suppose what we call "evidence' (the things we believe to be true) is only what we see because it is the only thing we know to look for?
*BaGgY666:iconBaGgY666: Jun 8, 2007, 3:04:01 PM
i think i'm doing something wrong.

I want to put in sub divisions but the code keeps appearing on the journal, rather that the sub div box, eg.

<d iv cl ass="header">Text here</di v>

i'm putting it in the header bit and making sure there are no spaces between the letters ( like it says) but its not working - or am i doing something wrong?

A little help pleez if you could spare a moment :cry:

--
Does Commissions for pennies

*~~"I was gifted with wings, and for my impertinence, i was damned"~~*

:floating: ~~BaGgY~~ :floating:
*Animae-sparkles:iconAnimae-sparkles: Aug 4, 2008, 9:36:08 AM
Thankyou! =)

--
avatar made by angelishi, to deviation: [link] to profile: [link]
*Animae-sparkles:iconAnimae-sparkles: 2 days 22 hours ago
i'm confused with ".list li" how does that work, what is the listing of the boxes?

--
avatar made by angelishi, to deviation: [link] to profile: [link]