From 2451a0f29c08e23ff36ef113082c112224f7e576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81abanowski?= Date: Sat, 22 Dec 2012 20:20:18 +0100 Subject: [PATCH] Expandable boardlist for desktops --- stylesheets/img/arrow.png | Bin 0 -> 159 bytes stylesheets/style.css | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 stylesheets/img/arrow.png diff --git a/stylesheets/img/arrow.png b/stylesheets/img/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..f7403695517d2611fac33182b85af78287c00e91 GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ-0U~39{!9Z>EX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+8+PZ!4!iK)5gZ}T!3usB?do-BDb!|d|>tW`fIT6|>UXqzxunyX=^ z>6yMZ@sO<#TIIQSR3DnO(n2@>eano08Q;@$5^qU%PuqJt0B9J4r>mdKI;Vst02CE5 AlmGw# literal 0 HcmV?d00001 diff --git a/stylesheets/style.css b/stylesheets/style.css index 2facbdfe..bd5bd4d6 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -281,6 +281,7 @@ span.spoiler:hover, div.post.reply div.body span.spoiler:hover a { div.styles { float: right; padding-bottom: 20px; + } div.styles a { margin: 0 10px; @@ -400,3 +401,34 @@ table.mod.config-editor td { table.mod.config-editor input[type="text"] { width: 98%; } + +.desktop-style div.boardlist:nth-child(1) { + position: fixed; + top: 0px; + left: 0px; + right: 0px; + /*text-shadow: white 1px 0px 6px, white 1px 0px 6px, black 1px 0px 3px;*/ + margin-top: 0px; +} +.desktop-style div.boardlist:nth-child(1):hover { + background-color: rgba(90%, 90%, 90%, 0.6); +} + +.desktop-style body { + padding-top: 20px; +} + +.desktop-style .sub { + background: inherit; +} +.desktop-style .sub .sub { + display: inline-block; + text-indent: -9000px; + width: 7px; + background: url('img/arrow.png') right center no-repeat; +} +.desktop-style .sub .sub:hover { + display: inline; + text-indent: 0px; + background: inherit; +}