17 lines
294 B
CSS
17 lines
294 B
CSS
/*
|
|
dayman
|
|
fighter of the night man
|
|
champion of the sun
|
|
*/
|
|
|
|
body {
|
|
background-color: #FFEFC9;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: 100% 100%;
|
|
background-image: url('maymface.png');
|
|
}
|
|
|
|
.reply, .ukko_thread_header {
|
|
color: #FBFFC9;
|
|
} |