From 5214cdac945bc95cc18f449e91188f6f3c53d3e2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 31 May 2018 08:22:26 -0400 Subject: placeholder code for bookmarks - not enabled --- www/css/style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 2847d2be..39cf95b7 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1435,6 +1435,33 @@ fill-opacity: 0.8; } +.bookmarkButton { + width:100%; + height:100px; + background-color:#6e7375; + color: white; + +} + +.bookmarkButton i{ + position: relative; + float: left; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + color: white; + font-size:2em; + text-align:center; + +} + +.bookmark_text { + font-variant:small-caps; + font-size:0.6em; + color:white; + text-align:center; + +} @media (min-width:600px) { -- cgit v1.2.3