Dawn & Twilight Compatibility Tracker

Asch

❮ Administrator ❯
Staff
Messages
65
Gold
0
Mastery
0
Valor
0
Event
0
Special
0
Ello, I need help making sure all the padding and spacing on "Dawn" be the same as Twilight, if you notice anything that looks off in your posts or previous template, please report them here.

The goal is to make Dawn more like Twilight since the latter is the new default design.
 
Last edited:
Messages
16
Gold
550
Mastery
275
Valor
0
Event
0
Special
0
first post
potential culprit: .fit inside .t-box and .t-box classes

fix on dawn:
- margin on .t-box is 10px 40px, should be 10px 30px
- margin on .fit inside .t-box is -15px -40px 0 -40px !important, should be -10px -32px 0px -32px !important
WXxbYHI.png

IJTb0iI.png
 

Ash Vargold

❮ Dissonant Exterminator ❯
B
NG+
Messages
665
Gold
0
Mastery
0
Valor
25
Event
0
Special
0
OOC
Storage
Tarkya
Affected post: https://terrarp.com/threads/ash-vargold.144/post-516
Edit: Surprise! It's Firefox.
Edit 2: This only seems to affect profile pages???

When editing a post in Twilight, the preview uses a light background, and boxes are a light grey.

C8hF3zog_o.png


Div class card-container is inheriting colors from .fr-box.fr-basic.is-preview in css.php, which is where the grey background color is coming from.

The color of the edit field seems to be in inheritence issue for .fr-box.fr-basic.is-preview, where inline CSS is overwriting css.php.

Pn9ts49U_o.png


If the inline css is removed, the edit field is the proper color.
 
Last edited:
Top