Jump to content

⚠ Info: We are working on adding content to this platform.

✔ If you want to share your experience and be an active contributor to this Wiki platform, ✉ contact us

×

Template:Button.css: Difference between revisions

From Idiosymbolia
Dascent-wiki changed the content model of the page Template:Button.css from "wikitext" to "Sanitized CSS"
No edit summary
Line 1: Line 1:
/** CSS Buttons **/
/** CSS Buttons **/
.button {display: inline-block;padding: 8px 12px;background-color: #007bff;color: #fff;text-decoration: none;border-radius: 4px;border: 1px solid #007bff;}
.button a{display: inline-block;padding: 8px 12px;background-color: #007bff;color: #fff;text-decoration: none;border-radius: 4px;border: 1px solid #007bff;}
.button:hover {background-color: #0056b3;border-color: #0056b3;}
.button:hover,.button:hover a:visited,.button a:visited {background-color: #0056b3;border-color: #0056b3;}

Revision as of 16:07, 10 August 2025

/** CSS Buttons **/
.button a{display: inline-block;padding: 8px 12px;background-color: #007bff;color: #fff;text-decoration: none;border-radius: 4px;border: 1px solid #007bff;}
.button:hover,.button:hover a:visited,.button a:visited {background-color: #0056b3;border-color: #0056b3;}