From 00dc7622fbb25458f82b8d81dffae6f843dadece Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 7 Mar 2015 22:52:03 +0100 Subject: change system for #1123 and keyboard arrows shortcuts --- themes/baggy/css/main.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'themes/baggy/css') diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 1b221021..5319fd68 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css @@ -873,6 +873,20 @@ blockquote { font-size: 1.5em; } +.leftPosF { + position: fixed; + right: 24%; + bottom: 2em; + font-size: 1.5em; +} + +.rightPosF { + position: fixed; + right: 16%; + bottom: 2em; + font-size: 1.5em; +} + #article_toolbar { margin-bottom: 1em; } @@ -970,6 +984,12 @@ pre code { .topPosF { right: 2.5em; } + .leftPosF { + right: 4.5em; + } + .rightPosF { + right: 0.5em; + } } @media screen and (max-width: 700px) { @@ -1063,6 +1083,14 @@ pre code { display: none; } + #article_toolbar .leftPosF { + display: none; + } + + #article_toolbar .rightPosF { + display: none; + } + #article { width: 100%; } -- cgit v1.2.3