Template:Maorwy/main.css: Difference between revisions
Appearance
m Maorwy moved page User:Maorwy.css to Template:Maorwy/main.css without leaving a redirect: Revert |
mNo edit summary |
||
| Line 1: | Line 1: | ||
.bg { | .bg { | ||
position: fixed; | position: fixed; | ||
left: 0; top: 0; right: 0; bottom: 0; | left: 0; top: 0; right: 0; bottom: 0; | ||
background-color: # | background-color: #301940; | ||
} | |||
.centered { | |||
width: 948px; | |||
margin: auto; | |||
} | |||
.strip { | |||
width: 100%; | |||
font-weight: 500; | |||
padding: 50px; | |||
box-sizing: border-box; | |||
margin-bottom: 50px; | |||
} | |||
.strip * { | |||
filter: drop-shadow(0 1px 1px var(--background)); | |||
} | } | ||
.sauce { | .sauce { | ||
position: relative; | position: relative; | ||
color: # | color: #e6e3ed; | ||
} | } | ||
a:link { | a:link { | ||
color: # | color: #fe71eb; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
a:visited { | a:visited { | ||
color: # | color: #c83cb8; | ||
} | } | ||
| Line 32: | Line 45: | ||
aside { | aside { | ||
background-color: # | background-color: #5d3590 !important; | ||
border-radius: 15px; | border-radius: 15px; | ||
} | } | ||
| Line 38: | Line 51: | ||
aside * { | aside * { | ||
background-color: #0000 !important; | background-color: #0000 !important; | ||
color: # | color: #e6e3ed; | ||
} | } | ||
Revision as of 22:49, 13 March 2026
.bg {
position: fixed;
left: 0; top: 0; right: 0; bottom: 0;
background-color: #301940;
}
.centered {
width: 948px;
margin: auto;
}
.strip {
width: 100%;
font-weight: 500;
padding: 50px;
box-sizing: border-box;
margin-bottom: 50px;
}
.strip * {
filter: drop-shadow(0 1px 1px var(--background));
}
.sauce {
position: relative;
color: #e6e3ed;
}
a:link {
color: #fe71eb;
text-decoration: none;
}
a:visited {
color: #c83cb8;
}
a:hover {
text-decoration: underline;
}
h2 {
color: #ccc;
}
aside {
background-color: #5d3590 !important;
border-radius: 15px;
}
aside * {
background-color: #0000 !important;
color: #e6e3ed;
}
@keyframes zoomie {
0% {scale: 1;}
50% {scale: 1.1;}
100% {scale: 1;}
}
.zoomie img {
width: 600px;
animation: zoomie 2.5s ease-in-out infinite;
}