Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tanklovesyou (talk | contribs) (Created page with "#content { background-color: #000000; background-image: url("https://wildrp.com/dist/img/cover.jpg"); } #content { color: #E4B85D; } #content p { color: #E4B85D; } #content h...") |
Tanklovesyou (talk | contribs) |
||
| Line 3: | Line 3: | ||
#content { color: #E4B85D; } | #content { color: #E4B85D; } | ||
| − | #content p { color: # | + | #content p { color: #FFFFFF; } |
#content h1 { color: #E4B85D; } | #content h1 { color: #E4B85D; } | ||
#content h2 { color: #E4B85D; } | #content h2 { color: #E4B85D; } | ||
Revision as of 15:46, 26 February 2021
#content { background-color: #000000;
background-image: url("https://wildrp.com/dist/img/cover.jpg"); }
#content { color: #E4B85D; }
#content p { color: #FFFFFF; }
#content h1 { color: #E4B85D; }
#content h2 { color: #E4B85D; }
#mw-head-base { background-color: #050B0B; }
#content a:link { color: #E4B85D; }
#mw-body-content a:link { color: #E4B85D; }
#p-navigation a:link { color: #E4B85D; }
#p-tb .body { color: #E4B85D; }
#p-tb a:link { color: #E4B85D; }
#p-tb a:hover { color: #FFFFFF; }
#p-tb a:visited { color: #CCCCCC; }
body {
background-color: #050B0B;
background-image: url("https://wildrp.com/dist/img/cover.jpg")
}
h1 {
color: #E4B85D;
}
h5 {
color: #E4B85D;
}
p {
color: #FDFDFD;
font-family: Ariel;
}
html {
background: #000000;
background-image: url("https://wildrp.com/dist/img/cover.jpg");
margin: 0;
padding: 0 0 20px;
}
a {
color: #E4B85D;
&:visited {
color: #CCCCCC;
}
}