You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.3 KiB
CSS
62 lines
1.3 KiB
CSS
body {
|
|
background-color: #eef2ff;
|
|
color: #000000; }
|
|
|
|
h1, h2 {
|
|
color: #af0a0f; }
|
|
|
|
a, a:visited, .broken_link {
|
|
color: #34345c; }
|
|
|
|
a:hover, .quote_link, .quote_link:visited, .broken_link:hover {
|
|
color: #dd0000; }
|
|
|
|
.quote_green {
|
|
color: #789922; }
|
|
|
|
.quote_blue {
|
|
color: #292299; }
|
|
|
|
.announcement {
|
|
color: #af0a0f; }
|
|
|
|
#post_form form .title, .admin_form form .title {
|
|
background-color: #d6bad0;
|
|
border: 1px solid #ba9dbf; }
|
|
|
|
table thead td {
|
|
background-color: #d6daf0;
|
|
border: 1px solid #b7c5d9; }
|
|
table tr:nth-of-type(odd) {
|
|
background-color: #eef2ff; }
|
|
table tr:nth-of-type(even) {
|
|
background-color: #f7f9ff; }
|
|
|
|
.post_container {
|
|
background-color: #d6daf0;
|
|
border-right: 1px solid #b7c5d9;
|
|
border-bottom: 1px solid #b7c5d9; }
|
|
.post_container:target {
|
|
background-color: #d6bad0;
|
|
border-right: 1px solid #ba9dbf;
|
|
border-bottom: 1px solid #ba9dbf; }
|
|
|
|
.post_subject {
|
|
color: #0f0c5d; }
|
|
|
|
.post_name, .post_trip {
|
|
color: #117743; }
|
|
|
|
.post_menu .menu {
|
|
background-color: #d6daf0;
|
|
border: 1px solid #b7c5d9; }
|
|
.post_menu .menu div {
|
|
border-right: 1px solid #b7c5d9;
|
|
border-bottom: 1px solid #b7c5d9; }
|
|
.post_menu .menu div form button {
|
|
color: #34345c; }
|
|
.post_menu .menu div form button:hover {
|
|
color: #dd0000; }
|
|
|
|
/*# sourceMappingURL=yotsuba_b.css.map */
|