From 6715c400be1c13dde04294e39de12667421b0382 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 20 Dec 2012 19:14:23 +0000 Subject: Make showmore irritating. --- view/theme/fancyred/css/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'view/theme/fancyred') diff --git a/view/theme/fancyred/css/style.css b/view/theme/fancyred/css/style.css index 95c38f888..05f234492 100644 --- a/view/theme/fancyred/css/style.css +++ b/view/theme/fancyred/css/style.css @@ -1240,6 +1240,30 @@ input#dfrn-url { box-shadow: none; } +a.divgrow-showmore { +bottom: 0pt; +left: 0pt; +cursor: pointer; +/*TODO make this work in not-Firefox */ +background-image: -moz-linear-gradient(center top, #ccc 0%, #000 95%); +height: 30px; +text-shadow: 0pt 0pt 7px #000; +background-color: transparent; +border-radius: 0pt 0pt 3px 3px; +border-bottom: 2px solid #ff0; +color: #ff0; +font-size: 0.8em; +line-height: 48px; +text-align: center; +right: 0pt; +position: absolute; +/*Stop it blocking wall-item-tools*/ +margin-bottom: 24px; +/*Make it work with non-shiny posts */ +opacity: 0.6; + +} + .wall-item-title { float: left; font-weight: bold; -- cgit v1.2.3