|
|
Line 1: |
Line 1: |
| /*background border*/
| | body { font-size: 15px; } |
| .theme-fandomdesktop-dark .page main.page__main {
| | mw_content { background-color: #e7fce3; } |
| background-color: rgba(var(--theme-page-background-color--rgb), 0.70);
| |
| border: 3px outset #3C9343;
| |
| box-shadow: 0 0 20px #3C9343;
| |
| } | |
| .fandom-community-header .wds-button.wds-is-secondary {
| |
| border-radius: 20px;
| |
| border-width: 2px;
| |
| margin: 3px;
| |
| } | |
|
| |
|
| /*round header button*/
| | .portable-infobox.pi-theme-delta .pi-secondary-background { |
| .fandom-community-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button { | | background-color: #000080; |
| border: solid 2px;
| |
| border-radius: 10px; | |
| margin: 3px;
| |
| }
| |
| | |
| @keyframes glow {
| |
| 0% {
| |
| filter: drop-shadow(0 0 10px #ff00e7);
| |
| }
| |
| 33% {
| |
| filter: drop-shadow(0 0 10px #ff0000);
| |
| }
| |
| 67% {
| |
| filter: drop-shadow(0 0 10px #ffe600);
| |
| }
| |
| 100% {
| |
| filter: drop-shadow(0 0 10px #b623ff);
| |
| }
| |
| }
| |
| .fandom-community-header__image img {
| |
| animation-name: glow;
| |
| animation-duration: 4s;
| |
| animation-iteration-count: 30;
| |
| animation-direction: alternate;
| |
| animation-timing-function: linear;
| |
| box-shadow: unset;
| |
| } | | } |
Revision as of 23:03, 28 September 2024
body { font-size: 15px; }
mw_content { background-color: #e7fce3; }
.portable-infobox.pi-theme-delta .pi-secondary-background {
background-color: #000080;
}