From 9464718cc21d044ae2b1561cff6c51c1f8f33e89 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Sun, 9 Jun 2019 21:34:01 +0500 Subject: [PATCH] Fix style changes introduced by tipue --- static/tipuesearch/tipuesearch.css | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/static/tipuesearch/tipuesearch.css b/static/tipuesearch/tipuesearch.css index 0d4ea279..5ef64e74 100755 --- a/static/tipuesearch/tipuesearch.css +++ b/static/tipuesearch/tipuesearch.css @@ -12,26 +12,6 @@ http://www.tipue.com/search /* search box */ -#tipue_search_input -{ - float: left; - font: 15px 'Open Sans', sans-serif; - color: #333; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - width: 230px; - background-color: #f3f3f3; - border: none; - padding: 9px 0 10px 18px; - height: 56px; - border-radius: 3px; - -moz-appearance: none; - -webkit-appearance: none; - box-sizing: border-box; - box-shadow: none; - outline: 0; - margin: 0; -} #tipue_search_input:-webkit-autofill, #tipue_search_input:-webkit-autofill:hover, #tipue_search_input:-webkit-autofill:focus @@ -86,7 +66,7 @@ http://www.tipue.com/search } .tipue_search_content_title { - font: 300 32px/1.4 Merriweather, serif; + font: 300 31.5px/40px Baskerville,Garamond,Georgia,'DejaVu Serif','Times New Roman',Times,Serif; color: #111; } .tipue_search_content_title a @@ -124,7 +104,6 @@ http://www.tipue.com/search } .tipue_search_content_url a, .tipue_search_note a, .tipue_search_related a, #tipue_search_replace a, #tipue_search_replace a:hover { - color: #339e41; text-decoration: none; } .tipue_search_content_url a:hover, .tipue_search_note a:hover, .tipue_search_related a:hover @@ -142,7 +121,7 @@ http://www.tipue.com/search } .tipue_search_content_text { - font: 300 18px/1.6 Merriweather, serif; + font: 1.2em/1.6em 'PT Serif',Georgia,'Times New Roman',Times,Serif; color: #333; word-wrap: break-word; hyphens: auto; @@ -151,6 +130,7 @@ http://www.tipue.com/search .tipue_search_content_bold { font-weight: 400; + font-family: 'Open Sans', sans-serif; color: #333; } .tipue_search_content_debug