Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/static/dayman.css

17 lines
305 B
CSS
Raw Normal View History

/*
dayman
fighter of the night man
champion of the sun
*/
2016-03-09 04:02:33 +05:00
body {
background-color: #FFEFC9;
background-repeat: no-repeat;
background-attachment: fixed;
2016-03-09 04:09:27 +05:00
background-size: 100% 100%;
2016-03-09 04:02:33 +05:00
background-image: url('maymface.png');
2016-03-09 04:09:27 +05:00
}
.reply, .ukko_thread_header {
2016-03-09 04:10:03 +05:00
background-color: #FBFFC9;
2016-03-09 04:02:33 +05:00
}