| |

Darkseeker
|
Desktop wallpaper size? There isnt a set dimension.
|
|
|
| |

Darkseeker
|
Vennenum said: Desktop wallpaper size? There isnt a set dimension.
The image I was using was about that size but the image was repeating.
|
|  |
|
| |

Neutral
|
make it bigger until it doesnt do that
|
|
|
| |

Darkseeker
|
Carpe Noctem, You add, background-repeat: no-repeat; Hope that helps!
|
|
|
| |

Darkseeker
|
Fair Phantom said: Carpe Noctem, You add, background-repeat: no-repeat; Hope that helps!
Thank you!
|
|  |
|
| |

Neutral
|
Eternity said: Vennenum said: Is it not in the OP?
No, that's just the background colour. I need the text/font colour. [At least in my code? I'm not sure, might've broken something] I appreicate the responses, but I'm referring to the text/font colour, I've changed the background colour. 
.errormsg {font-family:*font of your choosing*; font-size:15px; color:#______; background-color:#______;} .validmsg {font-family:*font of your chosing*; font-size:15px; color:#______; background-color:#______;} Edited at May 1, 2024 02:23 PM by ~♥Nux♥~
|
|
|
| |

Darkseeker
|
los campesinos! said: also, how do i hide the border on the right of the page background? this one. i have all the other borders removed but that one seems to be different for some reason? also sooo annoys me how it cuts off at the top for whatever reason 
I hate this for real ;-; to get rid of it : #rightcolumn div {border: none!important;} OR #rightcolumn div {border-color: #HEX!important;} If you want to put a color to match it to the background
|
|
|
| |

Art Team Darkseeker
|
Very late but thank you Nux! I'm back with more questions 😭 Anyone know the code for this line of text here?  Annnd also if there's uh,, anyway to get text back here.  Not sure if there's a way to change the box colour or if it's because my font colour is white. Is the only way to prevent this changing my font colour? Same goes for the news page.  Any help is hugely appreciated. I'd love if I can change the container colour rather than needing to change the text colour.
|
|
|
| |

Lightbringer
|
Does anyone know the coding for the new moderator/admin layout? It's bugging me so much, I loved the original better. Thanks in advance!! (The background and fonts.)
|
|  |
|
| |

Darkseeker
|
Aurelius said: Does anyone know the coding for the new moderator/admin layout? It's bugging me so much, I loved the original better. Thanks in advance!! (The background and fonts.) Hey! Is this for the chat / den page icons? If so it's .forummod { background-color: #HEX; border: 1px solid #000; color: white; -moz-border-radius: 3px; border-radius: 3px; padding: 2px;} You can do it for the others as well, just change the .forummod to .staff | .mod | .admin | With the same code as above and that should change it ^^ Edited at June 30, 2024 01:51 AM by Eno
|
|
|