From 73191ad0f31c92d258cc40819f2ebc4be849540b Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 12 Jan 2013 14:13:45 +0000 Subject: Fancyred - get likes/dislikes almost, but not quite, right. --- view/theme/fancyred/css/style.css | 42 +++++++-- view/theme/fancyred/tpl/conv_item.tpl | 117 ------------------------ view/theme/fancyred/tpl/smarty3/conv_item.tpl | 122 -------------------------- 3 files changed, 33 insertions(+), 248 deletions(-) delete mode 100644 view/theme/fancyred/tpl/conv_item.tpl delete mode 100644 view/theme/fancyred/tpl/smarty3/conv_item.tpl (limited to 'view') diff --git a/view/theme/fancyred/css/style.css b/view/theme/fancyred/css/style.css index c9da4b730..dbf028dda 100644 --- a/view/theme/fancyred/css/style.css +++ b/view/theme/fancyred/css/style.css @@ -315,6 +315,7 @@ nav #nav-link-wrapper .nav-link { box-shadow: 5px 5px 5px #444; margin-left: 8px; padding: 4px; + text-align: center; } .tab:hover, .tab.active:hover { background: #d00; @@ -1301,8 +1302,7 @@ width: 90%; .wall-item-body { /* float: left; */ /*width: 450px;*/ - margin-top: 10px; - margin-right: 10px; + margin: 10px 10px 30px; } .wall-item-tools { @@ -1311,18 +1311,32 @@ width: 90%; background-position: 0 -20px; background-repeat: repeat-x; background: #eee; - padding: 5px 10px; + padding: 2px; border-radius: 0px 0px 10px 10px; border: 1px #eec solid; } -.wall-item-like { -margin: 15px; -opacity: 0.6; +.wall-item-like, .wall-item-dislike { + font-size: 0.8em; + color: #878883; + position: relative; + bottom: 50px; + margin-left: 120px; + float:left; + opacity: 0.6; } -.wall-item-like:hover { -margin: 15px; +/* +.wall-item-dislike { + font-size: 0.8em; + color: #878883; + position: relative; + bottom: 50px; + margin-left: 120px; +} + +*/ +.wall-item-like:hover, .wall-item-dislike:hover{ opacity: 1; } @@ -2834,10 +2848,20 @@ aside input[type='text'] { #event-summary { width: 400px; + font-weight: bold; + font-size:2em; } .vevent { - border: 1px solid #CCCCCC; + background: -moz-radial-gradient(#2e2f2e, #000); +background: -ms-radial-gradient(#2e2f2e, #000); +background: -webkit-radial-gradient(#2e2f2e, #000); +border-radius: 100px; +padding: 80px; +font-weight: bold; +text-align: center; +color: #fff; + } .vevent .event-summary { diff --git a/view/theme/fancyred/tpl/conv_item.tpl b/view/theme/fancyred/tpl/conv_item.tpl deleted file mode 100644 index 4e877bb07..000000000 --- a/view/theme/fancyred/tpl/conv_item.tpl +++ /dev/null @@ -1,117 +0,0 @@ -{{if $item.comment_firstcollapsed}} -
- $item.num_comments $item.hide_text -
- {{endif}} diff --git a/view/theme/fancyred/tpl/smarty3/conv_item.tpl b/view/theme/fancyred/tpl/smarty3/conv_item.tpl deleted file mode 100644 index 7b719fb60..000000000 --- a/view/theme/fancyred/tpl/smarty3/conv_item.tpl +++ /dev/null @@ -1,122 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{if $item.comment_firstcollapsed}} -
- {{$item.num_comments}} {{$item.hide_text}} -
- {{/if}} -- cgit v1.2.3