diff options
| author | mion <> | 2026-02-11 23:07:17 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-11 23:07:17 +0000 |
| commit | 18798b4fe566aaf510caaf4843cdd1fdfc1a40a3 (patch) | |
| tree | 11a7ab8b835b3de3ac56cbf3d91d5284b05e1106 /html/chan.css | |
| parent | 7b20c4b86c198ead941fe37507d806a19ee3711f (diff) | |
help
Diffstat (limited to 'html/chan.css')
| -rw-r--r-- | html/chan.css | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/html/chan.css b/html/chan.css deleted file mode 100644 index 5e0422e..0000000 --- a/html/chan.css +++ /dev/null @@ -1,103 +0,0 @@ -body { - background: #ffe; - color: #800000; - font-family: serif; - font-size: 16px; -} -div.title h1 { - font-size: 24px; -} -div.title p { - font-size: 10px; -} -a:link, a:visited, .intro a.email span.name { - color: #0000ff; -} -a:link:hover { - color: #d00; -} -a.post_no { - color: #800000; -} -div.post.reply { - background: #f0e0d6; - border-color: #d9bfb7; -} -div.post.reply.highlighted { - background: #f0c0b0; - border-color: #d9bfb7; -} -div.post.reply div.body a { - color: navy; -} -.intro span.subject { - color: #d00; -} -form table tr th { - background: #EA8; -} -div.ban h2 { - background: #FCA; - color: inherit; -} -div.ban { - border-color: #800; -} -div.ban p { - color: black; -} -div.pages { - padding: 7px 5px; - color: maroon; - font-size: 12pt; - - background: none; - border-width: 1px; - border-style: inset; - -} -div.pages a.selected { - color: #800; -} -hr { - border-width: 1px; - border-style: inset; -} -div.boardlist { - color: #B86; -} -div.boardlist a { - color: #800; -} -unimportant, .unimportant * { - font-size: 13px; -} -table.modlog tr th { - background: #EA8; -} - -.desktop-style div.boardlist:nth-child(1) { - text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px; -} - - -.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { - background-color: rgba(90%, 90%, 90%, 0.55); -} - -/* options.js */ -#options_div, #alert_div { - background: rgb(240, 224, 214); -} -.options_tab_icon { - border: 1px solid transparent; - border-width: 0px 1px 1px 0px; -} -.options_tab_icon:hover { - border-color: #d9bfb7; - border-width: 0px 1px 1px 0px; -} -.options_tab_icon.active { - border-color: #d9bfb7; - border-width: 1px 0px 0px 1px; -}
\ No newline at end of file |
