From decde989ff7614dc109af1fb42559ff4814ffc7c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 14 Aug 2022 17:25:43 +0200 Subject: Removed search from the blog --- template/style.css | 103 +---------------------------------------------------- 1 file changed, 1 insertion(+), 102 deletions(-) (limited to 'template/style.css') diff --git a/template/style.css b/template/style.css index ebb2b26..20ed862 100755 --- a/template/style.css +++ b/template/style.css @@ -386,80 +386,6 @@ audio { color: #666; } -/* comments */ - -.comments input { - width: 100%; - font: var(--comment-form-font); - border: 1px solid #bbb; - padding: 5px; -} - -.comments textarea { - width: 100%; - height: 100px; - resize: vertical; - font: var(--comment-form-font); - border: 1px solid #bbb; - padding: 5px; -} - -.comments ul { - list-style-type: none; - padding: 0; - margin-top: 30px; -} - -.comments hr { - border: initial !important; - border-top: initial !important; -} - -/* search form */ - -.search-form { - position: fixed; - top: 120px; - left: 50%; - margin-left: -250px; - width: 500px; - padding: 30px; - background: #eee; - border-radius: 5px; -} - -.blur { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - backdrop-filter: blur(15px); -} - -.hidden { - display: none; -} - -.search-form input { - width: 100%; - margin-bottom: 20px; - border: 1px solid #ffffff; - padding: 5px 10px; - border-radius: 3px; - outline: none; -} - -.search-form ul { - list-style-type: none; - padding: 0; - margin: 0; -} - -.search-form ul li { - margin-bottom: 5px; -} - /* responsive */ @media only screen and (max-width: 960px) { @@ -507,31 +433,4 @@ audio { .search-trigger { display: none; } -} - -/* light/dark mode */ - -/*@media (prefers-color-scheme: light) { } - -@media (prefers-color-scheme: dark) { - body { - background: #222; - color: #fff; - } - - time { - color: #fff; - } - - a { - color: #fff !important; - } - - code { - color: #222 !important; - } - - blockquote:before { - background-image: url('/assets/general/alert-dark.svg'); - } -}*/ +} \ No newline at end of file -- cgit v1.2.3