On the edit bio list, Beta-reader: doesn't not have the same style as the other ones. Here it is not bolded:

http://www.potionsandsnitches.net/fanfiction/user.php?action=editbio
On the Zenlike skin, it IS bolded, while everything is not, so it's probably a css label missing or something.
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
It's your skin. Your .label class isn't bolded. The yes/no options in the bio fields put the label tag on "yes" and "no" and surround the name of the field with a span of class label.
Thanks Tammy. π What are the bolded ones using with css? For other skins, like my Hedwig skin, they are different colors.
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
They're <label> tags for the field in question. For the yes/no types it made more sense to put the <label> on the radio button than on the question, I think. Most of the skins I created style them the same.
LABEL, .label { font-weight: bold; }
The only problem is, that for the Hedwig skin, I don't want the labels to be bronze. I want them to be black in the story blocks. If I change the labels to match the Edit Bio page, it will change them in the story block as well. The Bronze is only for links in the story blocks.
http://www.potionsandsnitches.net/fanfiction/browse.php?type=recent
I really like the bronze in the Edit Bio page though.
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
Override it for that page.
#editbio LABEL, #editbio .label { color: ###; font-weight: bold; }
Thanks Tammy! π
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
