diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-31 08:22:26 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-31 08:22:26 -0400 |
| commit | 5214cdac945bc95cc18f449e91188f6f3c53d3e2 (patch) | |
| tree | b40baf3db7a893a68d5c0aaf4286324cb7457bec /www/css | |
| parent | 49263c5ddd92c4374b23cff4273c1e6460823f80 (diff) | |
placeholder code for bookmarks - not enabled
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 27 |
1 files changed, 27 insertions, 0 deletions
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) { |
