Difference between revisions of "MediaWiki:Common.css"
Silversunset (talk | contribs) m |
Silversunset (talk | contribs) |
||
| Line 18: | Line 18: | ||
} | } | ||
*/ | */ | ||
| + | red {color: red;} | ||
| + | blue {color: blue;} | ||
| + | green {color: green;} | ||
| + | orange {color: orange;} | ||
| + | yellow {color: yellow;} | ||
| + | purple {color: purple;} | ||
| + | muted {color: rgba(0,0,0,.5);} | ||
| + | lead {font-size: 1.25rem; font-weight: 300;} | ||
| + | spoiler{color: rgba(255,60,231,0)!important;text-shadow: 1px 0 12px #fff,-1px 0 12px #000;transition: 0.5s all;} | ||
| + | spoiler:hover {color: #000 !important} | ||
Revision as of 12:28, 11 September 2019
/* CSS placed here will be applied to all skins */
.editOptions {color: #c1c1c1;}
#footer-info-lastmod {color: #c1c1c1!important;}
/*
body {
background: url(https://i.imgur.com/cMRgWXI.png) no-repeat scroll left top #000000;
background-image: url(https://i.imgur.com/cMRgWXI.png);
background-position-x: left;
background-position-y: top;
background-size: initial;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: scroll;
background-origin: initial;
background-clip: initial;
background-color: rgb(0, 0, 0);
}
*/
red {color: red;}
blue {color: blue;}
green {color: green;}
orange {color: orange;}
yellow {color: yellow;}
purple {color: purple;}
muted {color: rgba(0,0,0,.5);}
lead {font-size: 1.25rem; font-weight: 300;}
spoiler{color: rgba(255,60,231,0)!important;text-shadow: 1px 0 12px #fff,-1px 0 12px #000;transition: 0.5s all;}
spoiler:hover {color: #000 !important}