Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

If youd rather they be green, have at it! Want your common main table cells to have a purple dotted border, and the table headers top/bottom-ed in red?

0
Posted

If youd rather they be green, have at it! Want your common main table cells to have a purple dotted border, and the table headers top/bottom-ed in red?

0

table.data td { border: 1px dotted purple; } table.data th { border-bottom: 1px solid red; border-top: 1px solid red; } A note on this last example: this will modify most all tables in your guild site (check out the “Roster” page after making the above edit, for instance), but not those on the main home page. To modify those you need to override the specific definitions within each content module (remember that talk on “specificity” above?). So to make the same change above for your voice server content module, you’d look at guild-global.css and see: div#guildMain div.voiceServerNib td { border: 1px solid black; padding: 2px; vertical-align: bottom; } and then in your stylesheet you’d put: div#guildMain div.voiceServerNib td { border: 1px dotted purple; } This may seem annoying, but the idea is that it allows the base stylesheet to specify each of the content modules on the home page separately, and gives you the flexibility to change how just one of them looks without changing all of

Related Questions

Thanksgiving questions

*Sadly, we had to bring back ads too. Hopefully more targeted.