NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 01-05-2009 17:58:36

Twighlight
Member

for comments

of all, id like to remove the post bg, like on here
http://sutaro.com/oekaki/index.php
then, i wanna add a background to the comments themselves, like on here
http://sroekakia.com/oekaki/

think u can help?
;;

Offline

#2 01-05-2009 18:11:45

Re: for comments

Twighlight wrote:

of all, id like to remove the post bg, like on here
http://sutaro.com/oekaki/index.php
then, i wanna add a background to the comments themselves, like on here
http://sroekakia.com/oekaki/

think u can help?
;;

That is fairly simple, you need to edit:

Code:

.commentdata {
    /* The actual comments */
    margin-bottom: 2px;
    padding: 2px 2px 2px 2px;
    text-align: left;
    vertical-align: top;
    color: black;
    background-color: #BACAD8;
    background-image: url("background.png");
    font-size: 9pt;
    border-width: 0 0 0 0;
    border-color: black;
    border-style: solid;
}

The background-color: black; can be altered if you wish to change the colour of the comments, and if you add background-image: url("background.png"); you can add an image to the comments. smile

As for the post BG:

Code:

.postmain {
    /* Container for each post */
    vertical-align: top;
    padding: 11px;
    background-color: black;
    border-width: 1px;
    border-color: white;
    border-style: solid;
}

You do the same thing, if you don't want anything, remove black;
(If you need further help, O-mail me.)

Last edited by Rage Inflictor (01-05-2009 18:42:30)

Offline

#3 01-05-2009 22:25:27

Twighlight
Member

Re: for comments

why thank you u_u

umm, also, i would like to add a sidebar on the left side of the oage.
URL customizable preferebly?

Offline

#4 01-06-2009 00:40:29

Re: for comments

Twighlight wrote:

why thank you u_u

umm, also, i would like to add a sidebar on the left side of the oage.
URL customizable preferebly?

Do you mean like the stars found here: http://moonshineoekaki.net/ ? (I just threw it together D: )

Or something else?

Last edited by Rage Inflictor (01-06-2009 05:16:30)

Offline

#5 01-06-2009 17:56:34

Twighlight
Member

Re: for comments

yeah, something like that

Offline

#6 01-06-2009 19:12:41

Re: for comments

Twighlight wrote:

yeah, something like that

You can do it in your header.php, or your notice. I prefer to do everything in the header.php

Code:

<table width="100%" cellspacing="0" cellpadding="0" colspan="2" align="center"><tr><td width="25" background="http://i152.photobucket.com/albums/s168/Kyoubou/ronz-5.gif"></td><td align="center"><div align="center">

That is the code I used, if you use it, you only need to edit the "25" and the link. smile
In the header.php file, it will place it all the way to the side, but in the notice, there will be a slight indent.

Offline

#7 01-06-2009 20:59:41

Twighlight
Member

Re: for comments

aah!
the strikethrough, bold, underline, and time are back  ;;

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB