From fbca74ccec2622b9a359e1596e3e714b168beca3 Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Sat, 5 Dec 2015 18:30:51 +0100 Subject: [PATCH] Back to blog from RCC --- rcc/index.php | 8 ++++++++ rcc/res/rcc.css | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/rcc/index.php b/rcc/index.php index c52a198..198c130 100644 --- a/rcc/index.php +++ b/rcc/index.php @@ -32,6 +32,7 @@ THE SOFTWARE.
Rangitaki Control Center + Back to the blog
+
+
Back
+

+ Go back to your blog. +

+ GO BACK +
diff --git a/rcc/res/rcc.css b/rcc/res/rcc.css index 8893fbe..31da3c7 100644 --- a/rcc/res/rcc.css +++ b/rcc/res/rcc.css @@ -63,6 +63,16 @@ body{ position: absolute; } +.back { + color: #fff; + font-size: 18px; + text-decoration: none; + line-height: 64px; + vertical-align: middle; + right: 75px; + position: absolute; +} + /* MAIN */ .card{ @@ -244,4 +254,14 @@ form{ left: 25px; } + .back { + display: none; + } + +} + +@media screen and (min-width: 721px) { + #back-card { + display: none; + } } \ No newline at end of file