View Full Version : Css. .


the funeral
05-04-2005, 05:34 AM
i'm not getting CSS at all! i wish my site could look like http://silencehurts.org/ . but i need to know CSS. i've tried, but it doesn't work.

and another question

how can you get wordpress customized with your layout? my host didn't help me with that.

Alcy
05-04-2005, 06:07 AM
What part of your CSS isn't working? Can you post a link, or the code?


Create, or edit, a theme (http://codex.wordpress.org/Using_Themes) -- they're in the wp-content/themes folder.

You can code your layout like you would normally, but where you want your entry, date, time, etc. to appear you would use template tags (http://codex.wordpress.org/Template_Tags).

the funeral
05-04-2005, 09:06 PM
What part of your CSS isn't working? Can you post a link, or the code?


Create, or edit, a theme (http://codex.wordpress.org/Using_Themes) -- they're in the wp-content/themes folder.

You can code your layout like you would normally, but where you want your entry, date, time, etc. to appear you would use template tags (http://codex.wordpress.org/Template_Tags).

http://adieuamour.org/zelly/style.css that's my style css.

MaGiCSuN
05-04-2005, 10:40 PM
delete:

<style type="text/css">

and:

body{
scrollbar-face-color:#923B31;
scrollbar-highlight-color:#923B31;
scrollbar-3dlight-color:#923B31;
scrollbar-darkshadow-color:#923B31;
scrollbar-Shadow-color:#923B31;
scrollbar-arrow-color:#923B31;
scrollbar-track-color:#923B31;

and change this part:

body {
color: #000000;
font-size: 8pt;
font-family: Verdana;
cursor: default;
background: #675B5B url('http://www.adieuamour.org/zelly/bg.png') repeat-y;
text-align: justify;
line-height :12pt;
}

to this:

body {
color: #000000;
font-size: 8pt;
font-family: Verdana;
cursor: default;
background: #675B5B url('http://www.adieuamour.org/zelly/bg.png') repeat-y;
text-align: justify;
line-height :12pt;
scrollbar-face-color:#923B31;
scrollbar-highlight-color:#923B31;
scrollbar-3dlight-color:#923B31;
scrollbar-darkshadow-color:#923B31;
scrollbar-Shadow-color:#923B31;
scrollbar-arrow-color:#923B31;
scrollbar-track-color:#923B31;
}

Love,
Mirna