| |

Neutral
|
How do I get rid of this black border around the background? It's really bugging me! Edited at September 25, 2020 07:29 AM by Petal in the Wind
|
|
|
| |

Neutral
|
you could've just asked me, y'know- under the four "mainscreen" sections, add <border: 0!important> (but withouth the <>) Petal in the Wind said: How do I get rid of this black border around the background? It's really bugging me!
background-attachment: fixed Shadows At Twilight said: How do you make the background scroll? Because how my background looks right now is kinda ugly in my opinion~
|
|
|
| |

Neutral
|
How can I change the color of the chat texbox? Like, where you type
|
|
|
| |

Neutral
|
If you mean the text ~ ***** Change your chat text color: .smalltextblack {
color: #055474 } ***** If you mean the BG colors~ /*-------------------------------------------------- Chat Colors --------------------------------------------------*/ .main { background-color:#b8cca7; } .sales { background-color:#efecc8; } - Both from Venn's 1st and 2ed post Skeptical said: How can I change the color of the chat texbox? Like, where you type
|
|
|
| |

Neutral
|
Oh,no, i meant the part where you type your message
|
|
|
| |

Neutral
|
Oh, that would be where :#cbe0eb is in this, Also from Venn's post /*-------------------------------------------------- Set the form color --------------------------------------------------*/ .iclass {background-color:#cbe0eb; color:#0f2734; -moz-border-radius: 7px; border-radius: 7px; border-width:1px;} Skeptical said: Oh,no, i meant the part where you type your message
|
|
|
| |

Neutral
|
Is there a specific size needed for the background image?
|
|
|
| |

Darkseeker
|
Generally the larger the better. If you have a small image, it's probably going to stretch and get blurry.
|
|
|
| |

Game Moderator Darkseeker
|
Dulling Melodies said: so that it doesint move- Nevermind figured it out- how do you make things transparent ;-;
Howd you do it?
|
|  |
|
| |

Neutral
|
background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; border: 0px; Specifically the first line of code, but the rest is useful with bg images too. Just put that within the { }'s Demon Mistress said: Dulling Melodies said: so that it doesint move- Nevermind figured it out- how do you make things transparent ;-;
Howd you do it?
|
|
|