nekrochan/static/themes/yotsuba.css

40 řádky
1.0 KiB
CSS

:root {
/* General */
--bg: linear-gradient(#fed6af 3rem, #ffffee 230px);
--text: #800000;
--font: Arial, Helvetica, sans-serif;
/* Text */
--link-color: #800000;
--link-hover: #dd0000;
--post-link-color: #000080;
--post-link-hover: #dd0000;
--link-list-color: #bb8866;
--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;
--table-background: #ffffff;
/* 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;
--jannytext-color: #ff0000;
}