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

39 lines
692 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-07-13 18:14:39 +05:00
#postform_container {
background-color: rgba(0,0,0,0);
}
.post:target {
background-color: #ffda9b;
box-shadow: 0px 0px 5px 1px;
}
img#nntpchan_banner {
box-shadow: 0px 0px 10px 0px #FFECBE;
}
#postform_inner {
box-shadow: 0px 1px 5px 1px;
}
2016-07-13 18:02:26 +05:00
.navbar, table, thead, th, table, pre, .op {
2016-03-09 04:11:48 +05:00
background: #FFECBE;
2016-03-09 04:18:28 +05:00
}