You're not allowed to submit wallpapers you did not create. Please read the MT Policy
first warning, any more and you'll be restricted.
All Guestbook Posts made by MapleRose
You're not allowed to submit wallpapers you did not create. Please read the MT Policy
first warning, any more and you'll be restricted.
You're not allowed to submit wallpapers you did not create. Please read the MT Policy
first warning, any more and you'll be restricted.
Quote by Kagallyare these mean by measure the height of this height?
please------------ please reply me!~
No, the height measurements are from the top of the image to those places I've marked, but since you've used the same image
size I did, you can just use what I used :) Just put this in your custom CSS:
Quote: #nav-bar { background-position: 0 -740px; }
#nav-bar ul { background-position: 100% -1180px; }
#backbone { background-position: 0 -790px; }
#tabs { background-position: 100% -1228px; }
Quote by NuallaHi MapleRose! I'm sorry for coming to bother you here on your userpage especially since you said that questions can be asked on your thread. But I came up with more questions and I tried to ask your advice on your tutorial thread about a week ago but I though that maybe you didn't notice it since it combined with my earlier comment. Or that you've been so busy that you haven't had time to answer. I'm really sorry if this sounds like complaining T__T .
But, when someone writes in your guestbook you can see that in the right side of your page is the avatar, name of the person and the date when it's been sent. So how do I change the background to a different colour than the rest of the content background? Now in my page they're all the same colour. And how do you change the colour of the guests name? I'd also like to know that how can you make the advertisement next to the comment box disappear?
Thank you very much in advance! And sorry again for bothering you.
Ah sorry, seems that your post merged >__<
anyway, to make the ad next to comment box disappear, use
Quote: #rectangle {display:none;}
For colour of post background, use
Quote: #posts dd { background: #xxxxxx; }
To change the colour of the guest's name, use
Quote: a.member { color: #xxxxxx; }
(though that won't work for moderators and elite members, 'cause they have special different colours)
Quote by TiferetQuestion! How can I change the color of the comment box on my userpage? I can't seem to find the right code X_o
/*comment textarea, "background" is the bg colour, "color" is the text color */
form input[type="text"], form input[type="password"], textarea, select, #login-form
input[type="text"], #login-form input[type="password"] {
background:#xxxxxx;
color:#xxxxxx;
}
Gallery comments are supposed to be feedback for the artist, not simply a way to gain credits. You're not allowed to copy+paste comments just to get credits. Please read the MT Policy.
first warning, any more and you'll be muted.
Now you're spamming with random links, and copy+pasted comments. The commenting system is not to be abused.
second warning and muted
You're not allowed to submit wallpapers you did not make. Please read the MT Policy
first warning, any more and you'll be restricted.
You're not allowed to submit wallpapers you did not make as scans. Please read the MT Policy
first warning, any more and you'll be restricted
You're not allowed to submit wallpapers you did not make.
first warning, any more and you'll be restricted
You're not allowed to submit wallpapers you did not create. Please read the MT Policy
first warning, any more and you'll be restricted
You're not allowed to submit wallpapers you did not create.
first warning, any more and you'll be restricted
you're still uploading wallpapers you did not create.
second warning, and restricted
You're not allowed to submit wallpapers you did not create. Please read the MT Policy
first warning, any more and you'll be restricted.
You're not allowed to submit art or wallpapers you did not create. Please read the MT Policy
first warning, any more and you'll be restricted.
![]()
Elder brother and younger sister in "Cradle Garden". by adataramayumi look familiar?
You're not allowed to submit wallpapers you did not make. Please read the MT Policy
first warning, any more and you'll be restricted.
Yo, happy birthday!
I'm too lazy to wall you something though... =P
You're not allowed to submit wallpapers you did not make. Please read the MT Policy
first warning, any more and you'll be restricted.
You're not allowed to submit wallpapers you did not make. Please read the MT Policy.
first warning, any more and you'll be restricted.
You're still submitting vectors you did not make.
restricted
hey myrrhlynn, did you ever post up official guidelines/rules of Which?waller round 11? I wanna be motivated to wall again XD
You're not allowed to submit wallpapers you did not create. Please read the MT Policy.
first warning, any more and you'll be restricted.
Quote by sailorchironBugging you again: see how the top right corner of my page isn't quite right? How can I fix that? I tried chaning the bg position to 0px which fixed that corner, but it did bizarre things to the rest of the page.
OMG sorry for the uber late reply, it somehow got lost in my gb ^^;;;
Anyway, I suppose you could try
body {
background: #A5C2D2;
}
but that'll also change the background colour on the left side (to the left of your image).. I think the background colour on the left and the right have to be the same on the top... right now it's using this image: http://static.minitokyo.net/skins/sailorchiron/bg.png , the very bottom section. I *think* that part is cut automatically from the left side of your header image. There *might* be a way to make the left side and right side different colours, but you'd have to ask Sheq >__<
Quote by NuallaThank you very much for this tutorial! It has been very helpful but I have one question. How do you change the colour of the text in the sidebar? I only mean the text were it reads member, pageviews, member since and last online and the numbers beside them. I don't know how to explain it any better so I hope that you can make sense of it ^_^' . Thank you in advance!
For the text on the left side (for example, "#ID", "pageviews" etc), use:
#menu dt {
color:#xxxxxx;
}
For the text on the right side (the actual numbers etc), use:
#menu dd {
color:#xxxxxx;
}