From e3ecf46f78df19c34382f0873f7574fbbab5cd10 Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 27 Feb 2009 17:20:25 +0000 Subject: default theme changed git-svn-id: https://code.elgg.org/elgg/trunk@2988 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/thewire/css.php | 89 ++++++++++++++++++------------- 1 file changed, 52 insertions(+), 37 deletions(-) (limited to 'mod/thewire/views/default') diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php index e628b2b05..2604222f6 100644 --- a/mod/thewire/views/default/thewire/css.php +++ b/mod/thewire/views/default/thewire/css.php @@ -11,23 +11,34 @@ */ ?> - +/* widget */ +.thewire-singlepage { + margin:0 10px 0 10px; +} +.thewire-singlepage .note_body { + background: white; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; +} +.collapsable_box_content .note_body { + line-height:1.2em; +} +.thewire-singlepage .thewire-post { + margin-bottom:5px; + background:transparent url(mod/thewire/graphics/thewire_speech_bubble.gif) no-repeat right bottom; +} .thewire-post { - background:#efefef; + background:#cccccc; margin-bottom:10px; } - .thewire-post .note_date { font-size:90%; color:#666666; - background:#ffffff url(mod/thewire/graphics/thewire_speech_bubble.gif) no-repeat right top; - height:20px; padding:0; } - .thewire_icon { float:left; - margin:4px 10px 4px 4px; + margin:0 8px 4px 2px; } .note_body { margin:0; @@ -35,13 +46,16 @@ min-height: 40px; line-height: 1.4em; } - +.thewire_options { + float:right; + width:65px; +} .thewire-post .reply { font: 11px/100% Arial, Helvetica, sans-serif; font-weight: bold; color: #ffffff; - background:#4690d6; - border: 2px solid #4690d6; + background:#999999; + border: 2px solid #999999; -webkit-border-radius: 4px; -moz-border-radius: 4px; width: auto; @@ -51,40 +65,55 @@ float:right; } .thewire-post .reply:hover { - background: #0054a7; - border: 2px solid #0054a7; + background: #4690d6; + border: 2px solid #4690d6; + color:white; text-decoration: none; } -.thewire_options { +.thewire-post .delete_note { + width:14px; + height:14px; + margin:3px 0 0 0; float:right; } .thewire-post .delete_note a { display:block; - float:right; cursor: pointer; width:14px; height:14px; - margin:3px 3px 0 0; background: url("_graphics/icon_customise_remove.png") no-repeat 0 0; text-indent: -9000px; } .thewire-post .delete_note a:hover { background-position: 0 -16px; } -/*------------------------------- -REPLY DIV AND FORM --------------------------------*/ +/* IE 6 fix */ +* html .thewire-post .delete_note a { background-position-y: 2px; } +* html .thewire-post .delete_note a:hover { background-position-y: -14px; } +.post_to_wire { + background: white; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + margin:0 10px 10px 10px; + padding:10px; +} +.post_to_wire input[type="submit"] { + margin:0; +} -/* used on shout out form, reply form */ +/* reply form */ textarea#thewire_large-textarea { - width: 668px; - height: 80px; + width: 664px; + height: 40px; padding: 6px; font-family: Arial, 'Trebuchet MS','Lucida Grande', sans-serif; font-size: 100%; color:#666666; - margin-bottom:10px; +} +/* IE 6 fix */ +* html textarea#thewire_large-textarea { + width: 642px; } input.thewire_characters_remaining_field { @@ -95,23 +124,9 @@ input.thewire_characters_remaining_field { padding:0 2px 0 0; margin:0; text-align: right; + background: white; } .thewire_characters_remaining { text-align: right; } -input#thewire_submit_button { - background-color: #3399cc;/* blue */ - color:#ffffff; - font-size: 11px; - font-weight: bold; - text-decoration:none; - margin:0; - padding:4px; - border:none; - cursor:pointer; -} - -input#thewire_submit_button:hover { - background-color: #000000; -} \ No newline at end of file -- cgit v1.2.3