MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 18: | Line 18: | ||
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {color:white;} | .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {color:white;} | ||
.skin-vector-legacy a.new{color:white} | .skin-vector-legacy a.new{color:white} | ||
a{color:#FFFDD0} | a, a:visited{color:#FFFDD0} | ||
p{color:white} | p{color:white} | ||
.mw-footer li{color:white} | .mw-footer li{color:white} | ||
| Line 43: | Line 43: | ||
} | } | ||
h3{color:#FFFDD0} | h3{color:#FFFDD0} | ||
h4{color:#FFFDD0} | |||
.catlinks{background-color: transparent;} | .catlinks{background-color: transparent;} | ||
.thumbcaption{color: black;} | .thumbcaption{color: black;} | ||
.mw-parser-output a.extiw, .mw-parser-output a.external {color:#FFFDD0} | |||
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {color:#FFFDD0} | |||
li{color:#FFFDD0} | |||
ul li::before {color: #FFFDD0;} | |||
@keyframes blinkAnimation { | |||
0%, 100% { opacity: 1; } | |||
50% { opacity: 0; } | |||
} | |||
.animatedText { | |||
color: green; | |||
animation: blinkAnimation 2s linear infinite; | |||
} | |||
.blurry-text { filter: blur(1.75px);} | |||
.divine-text { | |||
font-family: 'Cinzel', serif; | |||
background: linear-gradient(45deg, #00b3ff, #ff0099, #f6ff00); | |||
-webkit-background-clip: text; | |||
-webkit-text-fill-color: transparent; | |||
position: relative; | |||
} | |||
.divine-text::before { | |||
content: attr(data-text); | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
z-index: -1; | |||
filter: blur(8px); | |||
opacity: 0.7; | |||
background: linear-gradient(45deg, #00b3ff, #ff0099, #f6ff00); | |||
-webkit-background-clip: text; | |||
-webkit-text-fill-color: transparent; | |||
} | |||
.divine-text::after { | |||
content: attr(data-text); | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
z-index: -2; | |||
filter: blur(16px); | |||
opacity: 0.4; | |||
background: linear-gradient(45deg, #00b3ff, #ff0099, #f6ff00); | |||
-webkit-background-clip: text; | |||
-webkit-text-fill-color: transparent; | |||
} | |||
.divine-text { | |||
animation: glow 2s ease-in-out infinite alternate; | |||
} | |||
@keyframes glow { | |||
from { | |||
text-shadow: 0 0 5px #00b3ff, 0 0 10px #ff0099, 0 0 15px #f6ff00, 0 0 20px #00b3ff, 0 0 25px #ff0099, 0 0 30px #f6ff00; | |||
} | |||
to { | |||
text-shadow: 0 0 10px #00b3ff, 0 0 20px #ff0099, 0 0 30px #f6ff00, 0 0 40px #00b3ff, 0 0 50px #ff0099, 0 0 60px #f6ff00; | |||
} | |||
} | |||
.flicker-text-hidden {opacity: 0; transition: opacity 0.15s ease-in-out;} | |||
.flicker-text-hidden:hover {animation: flicker 1s infinite;} | |||
.flicker-text {opacity: 100;} | |||
.flicker-text:hover {animation: flicker 1s infinite;} | |||
@keyframes flicker {0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {opacity: 1; color: yellow;} | |||
20%, 21.999%, 63%, 63.999%, 65%, 69.999% {opacity: 0;}} | |||
.light-text { | |||
font-family: 'Cinzel', serif; | |||
-webkit-background-clip: text; | |||
-webkit-text-fill-color: transparent; | |||
position: relative; | |||
animation: glow 2s ease-in-out infinite alternate; | |||
user-select: none; | |||
} | |||
.light-text::before { | |||
content: attr(data-text); | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
z-index: -1; | |||
filter: blur(12px); | |||
opacity: 0.8; | |||
background: linear-gradient(45deg, #00b3ff, #ff0099, #f6ff00); | |||
-webkit-background-clip: text; | |||
-webkit-text-fill-color: transparent; | |||
} | |||
.light-text::after { | |||
content: attr(data-text); | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
z-index: -2; | |||
filter: blur(24px); | |||
opacity: 0.6; | |||
background: linear-gradient(45deg, #00b3ff, #ff0099, #f6ff00); | |||
-webkit-background-clip: text; | |||
-webkit-text-fill-color: transparent; | |||
} | |||
@keyframes glow { | |||
from { | |||
text-shadow: | |||
0 0 10px #feffd9, | |||
0 0 20px #5e4b75, | |||
0 0 30px #fffff7, | |||
0 0 40px #feffd9, | |||
0 0 50px #5e4b75, | |||
0 0 60px #fffff7, | |||
0 0 70px #feffd9, | |||
0 0 80px #5e4b75, | |||
0 0 90px #fffff7; | |||
} | |||
to { | |||
text-shadow: | |||
0 0 30px #feffd9, | |||
0 0 60px #5e4b75, | |||
0 0 90px #fffff7, | |||
0 0 120px #feffd9, | |||
0 0 150px #5e4b75, | |||
0 0 180px #fffff7, | |||
0 0 210px #feffd9, | |||
0 0 240px #5e4b75, | |||
0 0 270px #fffff7; | |||
} | |||
} | |||
.sinister-text { | |||
font-family: 'Cinzel', serif; | |||
color: #3f4f41; | |||
text-shadow: | |||
0 0 2px #1a1a1a, | |||
0 0 10px #000000, | |||
0 0 2px #4c7550, | |||
0 0 7px #4c7550, | |||
0 0 8px #4c7550; | |||
transition: color 0.5s ease-in-out; | |||
} | |||
Latest revision as of 09:30, 18 November 2024
/* CSS placed here will be applied to all skins */
#content { background-color: #4a2c2a;}
body{background-color:#4a2c2a}
#mw-head-base { background-color: #4a2c2a; }
#mw-panel {
background-color: white;
border: 3px solid #556270;
padding-bottom: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.mw-body-content p {color:white;}
.mw-body, .parsoid-body {color:white;}
.mw-body h1, .mw-body-content h1 {color:white;}
.mw-body-content h2 {color:white}
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {color:white;}
.skin-vector-legacy a.new{color:white}
a, a:visited{color:#FFFDD0}
p{color:white}
.mw-footer li{color:white}
#footer-places-privacy {display: none;}
#footer-places-about {display: none;}
#footer-places-disclaimer {display: none;}
.mw-search-profile-tabs{background-color:#3a2c2a}
.search-types .current a {color:white}
#filetoc {background-color:transparent}
.mw_metadata td, .mw_metadata th {background-color:transparent}
.wikitable{background-color:transparent}
.toc, .toccolours {background-color:transparent}
.mw-message-box-warning, .warningbox {background-color:transparent}
.tocnumber{color:white}
.spoiler-text {
background: black;
color: black;
cursor: help;
transition: background 0.3s ease 0.2s, color 0.2s ease 0.25s;
}
.spoiler-text:hover, .spoiler-text:focus {color: white;}
#ca-talk {
display: none !important;
}
h3{color:#FFFDD0}
h4{color:#FFFDD0}
.catlinks{background-color: transparent;}
.thumbcaption{color: black;}
.mw-parser-output a.extiw, .mw-parser-output a.external {color:#FFFDD0}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {color:#FFFDD0}
li{color:#FFFDD0}
ul li::before {color: #FFFDD0;}
@keyframes blinkAnimation {
0%, 100% { opacity: 1; }
50% { opacity: 0; }
}
.animatedText {
color: green;
animation: blinkAnimation 2s linear infinite;
}
.blurry-text { filter: blur(1.75px);}
.divine-text {
font-family: 'Cinzel', serif;
background: linear-gradient(45deg, #00b3ff, #ff0099, #f6ff00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
}
.divine-text::before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
filter: blur(8px);
opacity: 0.7;
background: linear-gradient(45deg, #00b3ff, #ff0099, #f6ff00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.divine-text::after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -2;
filter: blur(16px);
opacity: 0.4;
background: linear-gradient(45deg, #00b3ff, #ff0099, #f6ff00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.divine-text {
animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
from {
text-shadow: 0 0 5px #00b3ff, 0 0 10px #ff0099, 0 0 15px #f6ff00, 0 0 20px #00b3ff, 0 0 25px #ff0099, 0 0 30px #f6ff00;
}
to {
text-shadow: 0 0 10px #00b3ff, 0 0 20px #ff0099, 0 0 30px #f6ff00, 0 0 40px #00b3ff, 0 0 50px #ff0099, 0 0 60px #f6ff00;
}
}
.flicker-text-hidden {opacity: 0; transition: opacity 0.15s ease-in-out;}
.flicker-text-hidden:hover {animation: flicker 1s infinite;}
.flicker-text {opacity: 100;}
.flicker-text:hover {animation: flicker 1s infinite;}
@keyframes flicker {0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {opacity: 1; color: yellow;}
20%, 21.999%, 63%, 63.999%, 65%, 69.999% {opacity: 0;}}
.light-text {
font-family: 'Cinzel', serif;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
animation: glow 2s ease-in-out infinite alternate;
user-select: none;
}
.light-text::before {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
filter: blur(12px);
opacity: 0.8;
background: linear-gradient(45deg, #00b3ff, #ff0099, #f6ff00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.light-text::after {
content: attr(data-text);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -2;
filter: blur(24px);
opacity: 0.6;
background: linear-gradient(45deg, #00b3ff, #ff0099, #f6ff00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@keyframes glow {
from {
text-shadow:
0 0 10px #feffd9,
0 0 20px #5e4b75,
0 0 30px #fffff7,
0 0 40px #feffd9,
0 0 50px #5e4b75,
0 0 60px #fffff7,
0 0 70px #feffd9,
0 0 80px #5e4b75,
0 0 90px #fffff7;
}
to {
text-shadow:
0 0 30px #feffd9,
0 0 60px #5e4b75,
0 0 90px #fffff7,
0 0 120px #feffd9,
0 0 150px #5e4b75,
0 0 180px #fffff7,
0 0 210px #feffd9,
0 0 240px #5e4b75,
0 0 270px #fffff7;
}
}
.sinister-text {
font-family: 'Cinzel', serif;
color: #3f4f41;
text-shadow:
0 0 2px #1a1a1a,
0 0 10px #000000,
0 0 2px #4c7550,
0 0 7px #4c7550,
0 0 8px #4c7550;
transition: color 0.5s ease-in-out;
}