From 0e81362953ed2cbeb3d0189e86224e6afdd78706 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 21 Jan 2013 12:29:25 +0000 Subject: [PATCH] Added basic mobile.css for duck's theme --- i2p2www/static/styles/duck/mobile.css | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 i2p2www/static/styles/duck/mobile.css diff --git a/i2p2www/static/styles/duck/mobile.css b/i2p2www/static/styles/duck/mobile.css new file mode 100644 index 00000000..c28671f2 --- /dev/null +++ b/i2p2www/static/styles/duck/mobile.css @@ -0,0 +1,31 @@ +#topbar .title h1 { + display: none; +} + +div#content .main { + padding: 4em 10%; +} + +.main .get-i2p { + margin-bottom: -1.5em; + margin-top: .5em; + position: relative; + right: 0; +} + +div#content .aside { + margin-left: 0%; + width: 100%; +} + +.sig { + display: none; +} + +#global-footer .aside { + width: 49%; +} + +#global-footer .aside.third, #global-footer .aside.fifth { + margin-left: 0; +}