From 9631f84cb335c9b2ca01f9ee1ba7a8d4d6858972 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 17 Feb 2024 20:58:22 -0500 Subject: Drop deprecated stuff in the blog directory. --- blog/sbs_1/extras.css | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 blog/sbs_1/extras.css (limited to 'blog/sbs_1/extras.css') diff --git a/blog/sbs_1/extras.css b/blog/sbs_1/extras.css deleted file mode 100644 index 6409ebe..0000000 --- a/blog/sbs_1/extras.css +++ /dev/null @@ -1,50 +0,0 @@ -.CTitle { - color: #fff; -} -.TText { - color: #fff; -} -body { - background: #000; - background-image: url(blossom.png); -} -table { - background: rgba(0,0,0,0.8); -} -p { - text-indent: 2em; -} -note, .note { - vertical-align: super; - font-size: 60%; -} -reduced, .reduced { - font-size: 75%; -} -blockquote { - padding: 1em; - margin-left:4em;margin-right:4em; -} -enlarged, .enlarged { - font-size: 125%; -} -button { - border:none; - color:white; - padding:0.5em 2em; - text-align:center; - background-color:#C6C; - -webkit-transition-duration:0.4s; - transition-duration:0.4s; -} -button:hover { - background-color:#E9E; -} -input { - border: none; - border-bottom: 2px solid #C6C; - outline: none !important; - background-color: rgba(0,0,0,0) !important; - color: white; -} - -- cgit v1.2.3