|
Darkseeker
|
How do I change the color and font of the submit/post buttons? I've been trying and can't seem to find the right code.
|
|
|
|
Game Moderator Darkseeker
|
Use ".iclass" for the textboxes. Buttons are a little more complicated because they don't all use the same code, but I'd try "button.main", see if that works.
|
|
|
|
Darkseeker
|
Thank you! That seemed to work. Also how does one code in a new cursor? Vennenum said: Use ".iclass" for the textboxes. Buttons are a little more complicated because they don't all use the same code, but I'd try "button.main", see if that works.
|
|
|
|
Neutral
|
I dont know if this has been asked but thare are 33 pages and well heh I don't plan to go threw 33 pages today. The menu bar, when it drops down I know you can change the color of it. But I have seen whare some have an image how do I do that?
|
|
|
|
Game Moderator Darkseeker
|
|
|
Darkseeker
|
have been struggling with this a hot second. does anyone know what the code is for this table on the battle page in explore? Is it possible to change it from the default white?
|
| |
|
|
Darkseeker
|
Eno, These are the codes I've found so far to help with the battle page. They seem to work for me if used together, but I haven't figured out how to make the tables to where they're not transparent yet. Hope that helps! :) .wolfhealth tbody { background-color: rgba(0, 0, 0, 1); } .wolfhealth table { border-spacing: 0px; } .enemyhealth tbody { background-color: rgba(0, 0, 0, 1); color: #1ee029; } .enemyhealth table { border-spacing: 0px; }
|
|
|
|
Darkseeker
|
Fair Phantom said: Eno, These are the codes I've found so far to help with the battle page. They seem to work for me if used together, but I haven't figured out how to make the tables to where they're not transparent yet. Hope that helps! :) .wolfhealth tbody { background-color: rgba(0, 0, 0, 1); } .wolfhealth table { border-spacing: 0px; } .enemyhealth tbody { background-color: rgba(0, 0, 0, 1); color: #1ee029; } .enemyhealth table { border-spacing: 0px; } Ah thank you! it worked <3
|
| |
|
|
Darkseeker
|
|
|
Darkseeker
|
Sorry if this has been asked already, I checked through all the pages and can't seem to find an answer, how do I change the buttons right below the chatbox and at the bottom of my den page? I've been able to change other buttons but not those. Edited at May 30, 2023 09:13 AM by avelexa
|
|
|