From 59e42b766e6edc89accf55ea6a0fc6bbc769a8bf Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 1 Feb 2009 05:08:36 +0000 Subject: Ticket #1045 -- Added borders to all sides of the pagination anchor. --- theme/base/css/display.css | 17 +++++++---------- theme/identica/css/display.css | 7 ++++--- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 166044c71..e1f04ac58 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1024,21 +1024,18 @@ display:block; text-decoration:none; font-weight:bold; padding:7px; -border:1px dotted #D1D9E4; -border-bottom:0; +border-width:1px; +border-style:solid; +-moz-border-radius:7px; +-webkit-border-radius:7px; +border-radius:7px; } .pagination .nav_prev a { --moz-border-radius-topright:7px; --webkit-border-top-right-radius:7px; -padding-left:20px; -border-left:0; +padding-left:30px; } .pagination .nav_next a { --moz-border-radius-topleft:7px; --webkit-border-top-left-radius:7px; -padding-right:20px; -border-right:0; +padding-right:30px; } /* END: NOTICE */ diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 15c22148d..5c394533e 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -65,7 +65,7 @@ color:#002E6E; .notice, .profile { -border-top-color:#D1D9E4; +border-top-color:#CEE1E9; } .section .notice, .section .profile { @@ -274,12 +274,13 @@ background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 4 .pagination .nav_prev a, .pagination .nav_next a { background-repeat:no-repeat; +border-color:#CEE1E9; } .pagination .nav_prev a { background-image:url(../images/icons/twotone/green/arrow-left.gif); -background-position:0 45%; +background-position:10% 45%; } .pagination .nav_next a { background-image:url(../images/icons/twotone/green/arrow-right.gif); -background-position:100% 45%; +background-position:90% 45%; } -- cgit v1.2.3-54-g00ecf From 533f9933de81a37bc060889a4296934c0e1c93dc Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 1 Feb 2009 06:28:16 +0000 Subject: Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn --- theme/base/css/display.css | 34 ++++++++++++++-------------------- theme/base/css/ie.css | 4 ---- theme/base/css/ie6.css | 5 ++++- 3 files changed, 18 insertions(+), 25 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e1f04ac58..460b551f2 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -507,50 +507,43 @@ position:relative; width:475px; min-height:123px; float:left; -margin-bottom:17px; +margin-bottom:18px; margin-left:0; } .entity_profile dt, #entity_statistics dt { font-weight:bold; } +.entity_profile dd { +display:inline; +} + .entity_profile .entity_depiction { float:left; -position:absolute; -top:0; -left:0; width:96px; +margin-right:18px; +margin-bottom:18px; } + .entity_profile .entity_fn, .entity_profile .entity_nickname, .entity_profile .entity_location, .entity_profile .entity_url, .entity_profile .entity_note, .entity_profile .entity_tags { -float:left; -clear:left; margin-left:113px; -width:322px; margin-bottom:4px; +width:322px; } .entity_profile .entity_fn, .entity_profile .entity_nickname { -width:auto; -clear:none; -} - -.entity_profile .entity_fn { margin-left:11px; -margin-right:4px; -} -.entity_profile .entity_fn .fn { +display:inline; font-weight:bold; -font-style:normal; } -.entity_profile .nickname { -font-style:italic; -font-weight:bold; +.entity_profile .entity_nickname { +margin-left:0; } .entity_profile .entity_fn dd:before { @@ -568,13 +561,14 @@ display:none; .entity_profile h2 { display:none; } + /* entity_profile */ /*entity_actions*/ .entity_actions { float:right; - +margin-left:28px; } .entity_actions h2 { display:none; diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index 08b027b59..ffa8bedea 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -24,7 +24,3 @@ margin-left:-7px; .notice div.entry-content .timestamp a { margin-right:4px; } - -.entity_profile .entity_nickname { -padding-right:3px; -} diff --git a/theme/base/css/ie6.css b/theme/base/css/ie6.css index 4a2316903..10b31cbcb 100644 --- a/theme/base/css/ie6.css +++ b/theme/base/css/ie6.css @@ -4,5 +4,8 @@ .entity_profile .entity_url, .entity_profile .entity_note, .entity_profile .entity_tags { -margin-left:55px; +margin-left:0; +} +.entity_profile .entity_depiction { +margin-bottom:123px; } -- cgit v1.2.3-54-g00ecf From add0b7f329d444f747ee7aca04cea94db8791b69 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 1 Feb 2009 18:04:56 +0000 Subject: Resaved identica logo as transparent PNG24 in order to handle various background colours without having to explicitly apply anti-aliasing. Updated colour information in identica theme. Removed ie7 base stylesheet that's no longer required. Added ie identica stylesheet to handle solid background colour for --- lib/action.php | 2 ++ theme/base/css/ie.css | 1 - theme/base/css/ie7.css | 5 ----- theme/identica/css/display.css | 16 ++++++++-------- theme/identica/logo.png | Bin 2215 -> 4988 bytes 5 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 theme/base/css/ie7.css diff --git a/lib/action.php b/lib/action.php index 8f02b36bf..4d4c3d4c9 100644 --- a/lib/action.php +++ b/lib/action.php @@ -162,6 +162,8 @@ class Action extends HTMLOutputter // lawsuit 'media' => 'screen, projection, tv')); $this->comment('[if IE]>comment('[if IE]> Date: Sun, 1 Feb 2009 18:09:56 +0000 Subject: Moved theme rules from base to identica stylesheet --- theme/identica/css/ie.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 theme/identica/css/ie.css diff --git a/theme/identica/css/ie.css b/theme/identica/css/ie.css new file mode 100644 index 000000000..2f463bb44 --- /dev/null +++ b/theme/identica/css/ie.css @@ -0,0 +1,9 @@ +/* IE specific styles */ + +.notice-options input.submit { +color:#fff; +} + +#site_nav_local_views a { +background-color:#D0DFE7; +} -- cgit v1.2.3-54-g00ecf From 804dc7cdb95b54dbd4c4fc362cf79c5ff47b14be Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 1 Feb 2009 19:06:08 +0000 Subject: Ticket 1071 - Set overflow:auto for long non-breaking strings. This is the most cross-browser safe method unless the string is broken into chunks at the time of output from backend. --- theme/base/css/display.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 460b551f2..809c1ba6f 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -790,6 +790,7 @@ text-decoration:underline; .notice .entry-title { float:left; width:100%; +overflow:auto; } #shownotice .notice .entry-title { font-size:2.2em; -- cgit v1.2.3-54-g00ecf