From 8abf9351860408db930ce9f423f94baa97ed5f56 Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 16 Jan 2009 17:50:14 +0000 Subject: .notice style update --- theme/base/css/display.css | 59 ++++++++++++------------------------------ theme/identica/css/display.css | 5 +--- 2 files changed, 18 insertions(+), 46 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 4d7611b30..2892ca4f1 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -633,11 +633,7 @@ padding-left:28px; .notice .author { -float:left; -width:96px; -width:199px; -margin-left:-217px; -margin-left:-199px; +margin-right:11px; } .notice .author a { } @@ -647,34 +643,29 @@ content:":"; .vcard .photo { display:inline; -margin-right:11px; -margin-right:4px; -vertical-align:top; +margin-right:7px; +margin-bottom:7px; +float:left; } .vcard .url { text-decoration:none; } +.vcard .url:hover { +text-decoration:underline; +} .vcard .fn { -border-bottom-width:1px; -border-bottom-style:dotted; font-style:italic; } .vcard .fn:hover { -border-bottom-width:1px; -border-bottom-style:solid; + } .notice .entry-title { float:left; -margin-bottom:11px; -margin-left:217px; -margin-left:199px; } .notice p.entry-content { -float:left; -width:427px; -width:100%; +display:inline; } .notice_video p.entry-content, @@ -683,8 +674,6 @@ width:100%; .notice_location p.entry-content, .notice_event p.entry-content, .notice_document p.entry-content { -width:322px; -width:75.41%; } #laconicat .notice p.entry-content { /*margin-left:199px;*/ @@ -707,11 +696,7 @@ width:75.41%; /*border:1px solid blue;*/ clear:left; float:left; -margin-left:11px; -margin-left:0; -margin-bottom:4px; -width:199px; -width:149px; +width:48%; } .notice div.entry-content, .notice .notice-options a, @@ -741,12 +726,9 @@ text-transform:lowercase; } .notice div.entry-content a { text-decoration:none; -border-bottom-width:1px; -border-bottom-style:dotted; } .notice div.entry-content a:hover { -border-bottom-width:1px; -border-bottom-style:solid; +text-decoration:underline; } @@ -770,11 +752,7 @@ outline:none; .notice-options { -margin-left:18px; -margin-left:260px; -margin-left:304px; -margin-left:18px; -margin-left:50px; +margin-left:2%; float:left; } .notice-options .reply, @@ -783,6 +761,9 @@ float:left; float:left; margin-right:11px; } +.notice-options .reply { +margin-top:1px; +} .notice-options .reply dt { display:none; } @@ -790,21 +771,15 @@ display:none; .notice-options form input.submit { display:block; border:0; -padding-left:20px; } .notice-options .reply a { text-decoration:none; +padding-left:20px; } .notice-options form input.submit { cursor:pointer; -width:16px; -width:auto; -height:16px; -height:auto; -padding-top:0; -padding-right:0; -padding-bottom:0; +padding:0 0 0 17px; } .notice-options .notice_delete legend, diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 6ae85449a..1eba97a45 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -130,10 +130,8 @@ color:#555; .vcard .fn { -border-bottom-color:#ccc; } .vcard .fn:hover { -border-bottom-color:#555; } @@ -142,10 +140,8 @@ border-bottom-color:#555; /* NOTICES */ .notice div.entry-content a { color:#333; -border-bottom-color:#ccc; } .notice div.entry-content a:hover { -border-bottom-color:#555; } @@ -190,6 +186,7 @@ background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 .notice-options a, .notice-options input { opacity:0.1; +color:#333; } .notices li.hover { background-color:#fcfcfc; -- cgit v1.2.3-54-g00ecf