Quote by Kagallygee, thanks a
lot one-sama XD. you helped me X3. It's so kind of you *w*.
anou, i have a question here, look at my bg pic.. i mean the main layaout pic (i think you could understand this [the
big bang one]) is being smaller even though i have use the same size as Maplerose's ....
second, how do i want to change the colour at the commenter icon? (i hope u can understand this -_-''). like yours are
white, isn't? which have the "omg, it's a crack"
how is this?
sorry~~~~~~~ my english are bad and i am troubling you too much!
I'm sorry I'm not familiar with the tall headers(main layout pic) yet. Maybe trying to read MapleRose's tutorial agian?
New Layout Customization Tutorial!
This is the part you need to read to edit your header layout pic.
Quote by MapleRose
However, if you want a bigger area on your header, you need to touch the CSS a bit to get the tiled parts where they're
supposed to be.
I'll use my page as an example (that I'm testing on botfreya XD). The image part of the header is about 440px tall ( see
the original image I used) Here's what it looks like after I upload the image. You'll see that the right side doesn't
tile properly. You'll need to use CSS to make it tile better.
After you uploaded the image, go find the sliced background image. It should be located at http://static.minitokyo.net/skins/USERNAME/bg.png (where
USERNAME is your username. For example, mine is at http://static.minitokyo.net/skins/MapleRose/bg.png
)
You'll see a thin and tall image with random patterns on it. Copy that image (or save it), and open it in an
image-editing program. And measure the number of pixels from the top of that image to these places:
A - to the top of the first nav-bar
B - to the top of the first of the tabs
C - to the top of the second nav-bar
D - to the top of the second of the tabs
It's probably confusing to read that XD I don't really know how to explain it... so HERE'S AN IMAGE! (image not to
scale)
Remember those pixel values. You'll need them for the following CSS:
Quote:
#nav-bar { background-position: 0 -AAApx; }
#backbone { background-position: 0 -BBBpx; }
#nav-bar ul { background-position: 100% -CCCpx; }
#tabs { background-position: 100% -DDDpx; }
Where the AAA, BBB, CCC, DDD are the respective pixel values. Don't forget the negative sign!
If it doesn't work the first time, try adjusting the numbers a little bit. It takes a bit of patience. Make sure to save
your CSS in a text editor, in case things mess up >__<
The commenter icon area's background color and get rid of the dark default blue is this code:
/*remove blue background from posts*/
#posts, #posts dd ul:last-child { background: none; }
/*Image behind member posts*/
#posts dt {background: url(direct link goes here); background-repeat: no-repeat;}
No problem your welcome, have a great day! I love big bang also by the way! Smexy they are :P.