From 5bcd549ed31e37ac4c01967cf9d6e2f14c8a86e8 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 3 May 2025 01:14:08 +0200 Subject: CSS: remove unused searchform. Signed-off-by: Denis 'GNUtoo' Carikli --- static/twentyeleven-style-20231107.css | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'static/twentyeleven-style-20231107.css') diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index bd950bd..2c654ba 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -271,11 +271,6 @@ body { margin-left: 102px; width: auto; } -/* Make sure the logo and search form don't collide */ -.one-column #branding #searchform { - right: 40px; - top: 4em; -} /* Talking avatars take up too much room at this size */ .one-column .commentlist > li.comment { margin-left: 0; @@ -657,16 +652,6 @@ a.assistive-text:focus, font-weight: bold; } -/* Search Form */ -#branding #searchform { - position: absolute; - top: 3.8em; - right: 7.6%; - text-align: right; -} -#branding #searchform div { - margin: 0; -} #branding #s { float: right; -webkit-transition-duration: 400ms; @@ -687,10 +672,6 @@ a.assistive-text:focus, #branding #searchsubmit { display: none; } -#branding .only-search #searchform { - top: 5px; - z-index: 1; -} #branding .only-search #s { background-color: #666; border-color: #000; @@ -703,12 +684,6 @@ a.assistive-text:focus, #branding .only-search #s:focus { background-color: #bbb; } -#branding .with-image #searchform { - top: auto; - bottom: -27px; - max-width: 195px; - height: 32px; -} #branding .only-search + #access div { padding-right: 205px; } @@ -2372,10 +2347,6 @@ a.comment-reply-link > span { #site-description { margin-right: 0; } - /* Make sure the logo and search form don't collide */ - #branding #searchform { - top: 1.625em !important; - } /* Floated content doesn't work well at this size */ .alignleft, .alignright { @@ -2486,9 +2457,6 @@ a.comment-reply-link > span { #site-description { font-size: 10pt; } - #branding #searchform { - display: none; - } #branding img { display: none; } -- cgit v1.2.3