User:Mooncloud/Sandbox: Difference between revisions

Saving edit for security
(Added temp css)
(Saving edit for security)
Line 1:
{{#css:
<!-- Headers -->
#firstHeading, #secondHeading, #thirdHeading, .mw-headline {
font-family: "Arial", sans-serif;
font-weight: bold;
color: #f5f5f5;
}
 
<!-- Body text -->
#mw-content {
body, #personal {
background: ;
font-family: "Arial", sans-serif;
font-weight: 400;
font-style: normal;
color: #f5f5f5;
font-size: 16px;
}
 
<!-- Links & Redlinks -->
#mw-content-block {
a {
background: ;
color:;
}
 
.new a {
#mw-header, #mw-header-container {
color:;
background: ;
}
 
<!-- Site Styling -->
#mw-header, #mw-header-container, #mw-content {
border:transparent;
background: #11141a ;
}
 
#mw-content-block {
background: #17202e ;
}
 
.color-middle, .color-left, .color-right {
background: #324769 ; !important
}
}}