From 44477a70639e6b6fff85e57afd1a7952bde993a7 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 29 Nov 2010 15:08:01 -0500 Subject: [PATCH] added copyright, updated --- theme/gnusocial/css/social.css | 69 ++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/theme/gnusocial/css/social.css b/theme/gnusocial/css/social.css index 1198963f47..2cdd2769b3 100755 --- a/theme/gnusocial/css/social.css +++ b/theme/gnusocial/css/social.css @@ -8,6 +8,15 @@ Enable this line to debug: */ +/** theme: GNU social (portions from StatusNet base CSS) + * + * @package GNU social + * @author Matt Lee + * @copyright 2010 Free Software Foundation, Inc + * @copyright 2009-2010 StatusNet, Inc. + * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported + */ + /* stuff we want to hide..... */ legend,.entry-content .source, .entry-content .location, .entry-content .response, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt, .entity_profile dt, .entity_profile h2, .entity_actions h2, .entity_nickname, .entities .nickname, .anon_notice, #content h1, .section h2 { display: none !important; } @@ -336,3 +345,63 @@ font-size:2.75em; .tag-cloud-7 { font-size:3.25em; } + +.entity_actions { +float:right; +margin-left:2%; +margin-bottom:18px; +min-width:21%; +} +.entity_actions h2 { +display:none; +} +.entity_actions ul { +list-style-type:none; +} +.entity_actions li { +margin-bottom:7px; +} +.entity_actions li:first-child { +border-top:0; +} +.entity_actions fieldset { +border:0; +padding:0; +} +.entity_actions legend { +display:none; +} + +.entity_actions input.submit { +display:block; +text-align:left; +width:100%; +} +.entity_actions a { +text-decoration:none; +font-weight:bold; +display:block; +} +.entity_actions a, +.entity_actions input { +border-radius:4px; +-moz-border-radius:4px; +-webkit-border-radius:4px; +} + +.entity_actions a, +.entity_actions input, +.entity_actions p { +border-width:2px; +border-style:solid; +padding-left:23px; +} + +.entity_actions a, +.entity_actions p { +padding:2px 4px 1px 26px; +} + +.entity_actions .accept { +margin-bottom:18px; +}