No edit summary |
No edit summary |
||
| Line 54: | Line 54: | ||
border-radius: 15px; | border-radius: 15px; | ||
box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75);*/ | box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75);*/ | ||
} | |||
body { | |||
background-color: #00151b; | |||
background-image: radial-gradient(#00203c,black 100%); | |||
font-family: 'IBM VGA 8x16', monospace; | |||
font-size: 16px; | |||
line-height: 20px; | |||
color: #D3D3D3; | |||
} | } | ||
| Line 69: | Line 78: | ||
} | } | ||
/*.mw-body { | /*.mw-body { | ||
Revision as of 08:28, 16 March 2022
/* All CSS here will be loaded for users of the Timeless skin */
p {
color: #D3D3D3;
line-height: 20px;
margin: 0 0 18px;
}
h1 {
font-size: 2.5rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
h2 {
font-size: 2rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
h3 {
font-size: 1.7rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
h4 {
font-size: 1.25rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
h5 {
font-size: 0.83rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
h6 {
font-size: 0.67rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
#mw-content-container {
background-color: #00151b;
background-image: radial-gradient(#00203c,black 100%);
}
#mw-content{
background-color: #007ad0;
background-image: radial-gradient(#02131fd9,#000 200%);
/*border: 1px solid #00c5ffa3;
border-radius: 15px;
box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75);*/
}
body {
background-color: #00151b;
background-image: radial-gradient(#00203c,black 100%);
font-family: 'IBM VGA 8x16', monospace;
font-size: 16px;
line-height: 20px;
color: #D3D3D3;
}
body::after {
content: "";
position: fixed;
top: 0;
left: 0;
margin: 0;
width: 100vw;
height: 100vh;
background: repeating-linear-gradient(0deg,rgba(0,128,255,0),rgba(0,128,255,0.1) 4px,rgba(0,128,255,0.1) 4px,rgba(0,128,255,0) 7px);
pointer-events: none;
z-index: 100;
}
/*.mw-body {
background-color: #007ad0;
background-image: radial-gradient(#02131fd9,#000 200%);
/*border: 1px solid #00c5ffa3;
border-radius: 15px;
box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75);*/
}
*/
/*#mw-page-base {
background-color: #00151b;
background-image: radial-gradient(#00203c,black 100%);
}
*/