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

22 lines
417 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
}
2016-03-09 04:18:28 +05:00
.reply, .ukko_thread_header, th, .postform > tr , tbody > tr:nth-of-type( even ) {
2016-03-09 04:11:48 +05:00
background: #FBFFC9;
}
2016-03-09 04:18:28 +05:00
.navbar, table, thead, th, table {
2016-03-09 04:11:48 +05:00
background: #FFECBE;
2016-03-09 04:18:28 +05:00
}