diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-05-03 01:14:08 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:31 +0200 |
| commit | 5bcd549ed31e37ac4c01967cf9d6e2f14c8a86e8 (patch) | |
| tree | 75f2bda154c79d5ac5672eee62bd0dd9fd156068 /static/twentyeleven-style-20231107.css | |
| parent | 3d8eeba11fcc5970238dd5511627ba9cf4e800fc (diff) | |
| download | haunt-blog-5bcd549ed31e37ac4c01967cf9d6e2f14c8a86e8.tar.gz haunt-blog-5bcd549ed31e37ac4c01967cf9d6e2f14c8a86e8.tar.bz2 haunt-blog-5bcd549ed31e37ac4c01967cf9d6e2f14c8a86e8.zip | |
CSS: remove unused searchform.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'static/twentyeleven-style-20231107.css')
| -rw-r--r-- | static/twentyeleven-style-20231107.css | 32 |
1 files changed, 0 insertions, 32 deletions
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; } |
