MediaWiki:Gadget-GR-aurora.user.css: Difference between revisions
Appearance
style tested today |
Reversedragon changed the content model of the page MediaWiki:Gadget-GR-aurora.user.css from "CSS" to "wikitext": retire page — this swatch has been made official |
(No difference)
| |
Revision as of 03:32, 11 August 2026
/* ==UserStyle== @name gradient - GR, aurora @description displays "field_relativity" swatch including green beam @version 1.0.1 @author reverseDragon @namespace github.com/openstyles/stylus ==/UserStyle== */
/* Gadget "gradient-GR-aurora" - displays both colors on all versions of GR swatch
To turn this on all the time, go to Preferences and select gradient-GR-aurora - [1] To easily toggle this style on and off, install a user styles add-on, and then open this URL: https://research.moraleconomy.au/index.php?action=raw&title=MediaWiki:Gadget-GR-aurora.user.css */
@media screen {
/*.hue li.field_relativity:before, ol.hue li.field_relativity:before, ol.hue li[value].field_relativity:before { /* number list * /
background: ;
}*/
dl.hue.field_relativity .field_relativity .figure, dl.hue.field_relativity .field_relativity:before { background: #374a2b linear-gradient(155deg,#374a2b,#597746,#a1ca58,#3e5132,#374a2b); } /* definition list */
.hue.field_relativity .hue-term .field_relativity { background: #374a2b linear-gradient(150deg,#374a2b,#374a2b,#a1ca58,#374a2b,#374a2b); }
}
/* */