nekrochan/static/themes/yotsuba.css

40 řádky
1.0 KiB
CSS
Surový Normální zobrazení Historie

2023-12-11 15:18:43 +00:00
:root {
/* General */
2023-12-25 13:53:44 +00:00
--bg: linear-gradient(#fed6af 3rem, #ffffee 230px);
2023-12-11 15:18:43 +00:00
--text: #800000;
--font: Arial, Helvetica, sans-serif;
/* Text */
--link-color: #800000;
--link-hover: #dd0000;
--post-link-color: #000080;
--post-link-hover: #dd0000;
2024-02-17 21:24:39 +00:00
--link-list-color: #bb8866;
2023-12-11 15:18:43 +00:00
--title-color: #af0a0f;
--title-font: tahoma;
--hr-color: #d9bfb7;
--name-color: #117743;
--trip-color: #117743;
--capcode-color: #cc1105;
/* Tables */
--table-head: #ffccaa;
--table-border: #800000;
2024-02-17 21:24:39 +00:00
--table-background: #ffffff;
2023-12-11 15:18:43 +00:00
/* Forms */
--input-color: #ffffff;
--input-border: #808080;
/* Box™ */
--box-color: #f0e0d6;
--box-border: #d9bfb7;
--hl-box-color: #f0c0b0;
--hl-box-border: #d99f91;
/* Formatting */
--dead-quote-color: #2e2e2e;
--greentext-color: #008000;
--orangetext-color: #ff5100;
--redtext-color: #af0a0f;
--bluetext-color: #0000ff;
--uh-oh-color: #ffffff;
--uh-oh-text: #0038b8;
2024-01-20 13:35:20 +00:00
--jannytext-color: #ff0000;
2023-12-11 15:18:43 +00:00
}