1,393
edits
m |
m |
||
Line 1: | Line 1: | ||
/* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */ | /* Lin's magic custom CSS! ORIGINAL CHARACTER DON'T STEAL */ | ||
body | body { | ||
{ | |||
background-color: #0f0f0f; | background-color: #0f0f0f; | ||
background-image: url('http://wiki.aetolia.com/mediawiki/images/0/0b/BGGradient.png'); | background-image: url('http://wiki.aetolia.com/mediawiki/images/0/0b/BGGradient.png'); | ||
Line 8: | Line 7: | ||
background-position: bottom; | background-position: bottom; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | |||
.title { | |||
font-size: 200%; | |||
} | } |