NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

Post a reply

Write your message and submit
Options
Humanity test

What is five + three?

Go back

Topic review (newest first)

Twighlight
01-06-2009 20:59:41

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

Rage Inflictor
01-06-2009 19:12:41

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.

Twighlight
01-06-2009 17:56:34

yeah, something like that

Rage Inflictor
01-06-2009 00:40:29

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?

Twighlight
01-05-2009 22:25:27

why thank you u_u

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

Rage Inflictor
01-05-2009 18:11:45

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.)

Twighlight
01-05-2009 17:58:36

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?
;;

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB