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/groups/graphics/defaultlarge.gif | Bin 12871 -> 4939 bytes mod/groups/graphics/defaultmedium.gif | Bin 4976 -> 2336 bytes mod/groups/graphics/defaultsmall.gif | Bin 1836 -> 1127 bytes mod/groups/graphics/defaulttiny.gif | Bin 1307 -> 782 bytes mod/groups/views/default/groups/css.php | 245 ++++++++++----------- mod/logbrowser/views/default/logbrowser/css.php | 32 +-- .../views/default/notifications/css.php | 14 ++ mod/profile/graphics/defaultlarge.gif | Bin 0 -> 2924 bytes mod/profile/graphics/defaultlarge.jpg | Bin 5072 -> 0 bytes mod/profile/graphics/defaultmaster.gif | Bin 0 -> 43 bytes mod/profile/graphics/defaultmaster.jpg | Bin 304 -> 0 bytes mod/profile/graphics/defaultmedium.gif | Bin 0 -> 2855 bytes mod/profile/graphics/defaultmedium.jpg | Bin 2640 -> 0 bytes mod/profile/graphics/defaultsmall.gif | Bin 0 -> 1027 bytes mod/profile/graphics/defaultsmall.jpg | Bin 1400 -> 0 bytes mod/profile/graphics/defaulttiny.gif | Bin 0 -> 745 bytes mod/profile/graphics/defaulttiny.jpg | Bin 1053 -> 0 bytes mod/profile/graphics/defaulttopbar.gif | Bin 0 -> 599 bytes mod/profile/graphics/defaulttopbar.jpg | Bin 837 -> 0 bytes .../views/default/icon/user/default/large.php | 2 +- .../views/default/icon/user/default/master.php | 2 +- .../views/default/icon/user/default/medium.php | 2 +- .../views/default/icon/user/default/small.php | 2 +- .../views/default/icon/user/default/tiny.php | 2 +- .../views/default/icon/user/default/topbar.php | 2 +- mod/profile/views/default/profile/css.php | 30 ++- .../views/default/reportedcontent/css.php | 70 +----- .../views/default/riverdashboard/css.php | 97 ++++++-- mod/thewire/graphics/thewire_speech_bubble.gif | Bin 286 -> 560 bytes mod/thewire/views/default/thewire/css.php | 89 ++++---- 30 files changed, 326 insertions(+), 263 deletions(-) create mode 100644 mod/profile/graphics/defaultlarge.gif delete mode 100644 mod/profile/graphics/defaultlarge.jpg create mode 100755 mod/profile/graphics/defaultmaster.gif delete mode 100644 mod/profile/graphics/defaultmaster.jpg create mode 100644 mod/profile/graphics/defaultmedium.gif delete mode 100644 mod/profile/graphics/defaultmedium.jpg create mode 100644 mod/profile/graphics/defaultsmall.gif delete mode 100644 mod/profile/graphics/defaultsmall.jpg create mode 100644 mod/profile/graphics/defaulttiny.gif delete mode 100644 mod/profile/graphics/defaulttiny.jpg create mode 100644 mod/profile/graphics/defaulttopbar.gif delete mode 100644 mod/profile/graphics/defaulttopbar.jpg (limited to 'mod') diff --git a/mod/groups/graphics/defaultlarge.gif b/mod/groups/graphics/defaultlarge.gif index b633ed02b..b0921b8d8 100644 Binary files a/mod/groups/graphics/defaultlarge.gif and b/mod/groups/graphics/defaultlarge.gif differ diff --git a/mod/groups/graphics/defaultmedium.gif b/mod/groups/graphics/defaultmedium.gif index bdfae0163..ae230a3d7 100644 Binary files a/mod/groups/graphics/defaultmedium.gif and b/mod/groups/graphics/defaultmedium.gif differ diff --git a/mod/groups/graphics/defaultsmall.gif b/mod/groups/graphics/defaultsmall.gif index 4b64736ab..81d89110d 100644 Binary files a/mod/groups/graphics/defaultsmall.gif and b/mod/groups/graphics/defaultsmall.gif differ diff --git a/mod/groups/graphics/defaulttiny.gif b/mod/groups/graphics/defaulttiny.gif index 8de554560..86dc96ae4 100644 Binary files a/mod/groups/graphics/defaulttiny.gif and b/mod/groups/graphics/defaulttiny.gif differ diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php index d5dd374b8..28330de0f 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -1,24 +1,26 @@ - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ */ ?> #content_area_group_title h2 { - padding:5px; - margin:0 0 10px 0; + color:#0054A7; font-size:1.35em; line-height:1.2em; - color:#333333; - border-bottom:1px solid #999999; + margin:0 0 0 8px; + padding:5px; +} +#topic_posts #content_area_group_title h2 { + margin:0 0 0 0; } #two_column_left_sidebar_maincontent #owner_block_content { @@ -77,91 +79,50 @@ #right_column { clear:left; float:right; - width:350px; + width:340px; margin:0 10px 0 0; } #left_column { - width:350px; + width:340px; float:left; - margin:0 0 0 0; + margin:0 10px 0 10px; } /* IE 6 fixes */ * html #left_column { - /* width:328px; */ + margin:0 0 0 5px; } * html #right_column { - /* width:328px; */ + margin:0 5px 0 0; } #group_members h2, #right_column h2, -#left_column h2 { +#left_column h2, +#fullcolumn h2 { margin:0 0 10px 0; padding:5px; color:#0054A7; font-size:1.25em; line-height:1.2em; } -#left_column h2 { - padding:0px; +#fullcolumn .contentWrapper { + margin:0 10px 20px 10px; + padding:0 0 5px; } -#left_column #mb_input_wrapper { - border:none; - padding:5px; - margin:0 10px 10px 10px !important; -} -#left_column #mb_input_wrapper #testing.input_textarea { - width:306px; - /* margin:6px 0 0 0; */ -} -#left_column #mb_input_wrapper #postit { - margin:10px 0 0 0; -} -#left_column #messageboard_wrapper { - padding:0 !important; -} -#left_column #mb_input_wrapper #messageboard_widget_menu { - text-align: right; -} .member_icon { margin:0 0 6px 6px; float:left; } +/* IE6 */ +* html #topic_post_tbl { width:676px !important;} -/* group forums overview page */ -.forums_table_head { - background: #333333; - color:white; - padding:4px; -} -.forums_table_topics { - padding:4px; - border-bottom:1px solid #999999; -} -.forums_table_topics h3 a { - /* font-size: 1.3em; */ - -} -.forums_table_topics h3 a:hover { - /* color:white; */ -} -.forum_access { - font-size: small; +/* all browsers - force tinyMCE on edit comments to be full-width */ +.edit_forum_comments .defaultSkin table.mceLayout { + width: 636px !important; } -.forums_table_topics p { - margin:0px 0px 5px 0; -} -.forums_table_topics a { - /* color:#666666; */ -} -.forums_table_topics a:hover { -} -.forums_table_topics p.forum_tags a { -} - /* topics overview page */ #forum_topics { @@ -171,27 +132,19 @@ -webkit-border-radius: 8px; -moz-border-radius: 8px; } -#topic_titles { - background: #333333; - color:white; - padding:4px; - margin:20px 0 0 0; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; - -webkit-border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; -} - -/* topic posts pages */ -.post_icon { - float:left; - margin:0 8px 4px 0; -} +/* topics individual view page */ #topic_posts { margin:0 10px 5px 10px; } +#topic_posts #pages_breadcrumbs { + margin:2px 0 0 0px; +} #topic_posts form { - margin-top: 30px; + padding:10px; + margin:30px 0 0 0; + background:white; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; } .topic_post { padding:10px; @@ -200,58 +153,23 @@ -webkit-border-radius: 8px; -moz-border-radius: 8px; } - +.topic_post .post_icon { + float:left; + margin:0 8px 4px 0; +} .topic_post h2 { margin-bottom:20px; } .topic_post p.topic-post-menu { margin:0; } - +.topic_post p.topic-post-menu a.collapsibleboxlink { + padding-left:10px; +} .topic_post table, td { border:none; } -.forum_topics { - padding:0; - margin:0; - border-top:0; -} -.topic_title { - font-size: 1.2em; - line-height: 1.1em; - margin:0; - padding:0 0 4px 0; -} -.forum_topics p.topic_title a { - font-weight: bold; - color:#333333; -} - -/* alternating bckgnd on topics */ -.forum_topics .odd { - background-color:#dedede; - padding: 4px; - border-bottom:1px solid #999999; -} -.forum_topics .even { - background-color:#eeeeee; - padding: 4px; - border-bottom:1px solid #999999; -} -.forum_topics .even a, -.forum_topics .odd a { - /* color:#666666; */ -} -.forum_topics .even a:hover, -.forum_topics .odd a:hover { - -} -.forum_topics .even p.topic_title a, -.forum_topics .odd p.topic_title a { - -} - /* group latest discussions widget */ #latest_discussion_widget { margin:0 0 20px 0; @@ -274,12 +192,16 @@ -webkit-border-radius: 8px; -moz-border-radius: 8px; } +#group_pages_widget .search_listing { + border: 2px solid #cccccc; +} #right_column .filerepo_widget_singleitem { background: #dedede !important; margin:0 10px 5px 10px; } -#right_column .search_listing { +#left_column .filerepo_widget_singleitem { background: #dedede !important; + margin:0 10px 5px 10px; } .forum_latest { margin:0 10px 5px 10px; @@ -298,7 +220,6 @@ margin-left:35px; } .forum_latest .topic_title p { - font-size: 0.8em; line-height: 1.0em; padding:0; margin:0; @@ -307,24 +228,32 @@ .forum_latest p.topic_replies { padding:3px 0 0 0; margin:0; + color:#666666; +} +.add_topic { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + background:white; + margin:5px 10px; + padding:10px 10px 10px 6px; } a.add_topic_button { font: 12px/100% Arial, Helvetica, sans-serif; font-weight: bold; color: white; - background:#666666; + background:#4690d6; border:none; -webkit-border-radius: 5px; -moz-border-radius: 5px; width: auto; - height: 25px; + height: auto; padding: 3px 6px 3px 6px; - margin:0px 0 10px 20px; + margin:0; cursor: pointer; } a.add_topic_button:hover { - background: black; + background: #0054a7; color:white; text-decoration: none; } @@ -334,7 +263,12 @@ a.add_topic_button:hover { /* latest discussion listing */ p.latest_discussion_info { float:right; - width:220px; + width:280px; + text-align: right; +} +.groups .search_listing br { + height:0; + line-height:0; } span.timestamp { @@ -358,6 +292,40 @@ span.timestamp { .groups .search_listing_info { color:#666666; } +.groupdetails { + float:right; +} +.groupdetails p { + margin:0; + padding:0; + line-height: 1.1em; + text-align: right; +} +#groups_closed_membership { + margin:0 10px 20px 10px; + padding: 3px 5px 5px 5px; + background:#bbdaf7; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; +} +#groups_closed_membership p { + margin:0; +} + +/* groups membership widget */ +.groupmembershipwidget .contentWrapper { + margin:0 10px 5px 10px; +} +.groupmembershipwidget .contentWrapper .groupicon { + float:left; + margin:0 10px 10px 0 +} +.groupmembershipwidget .search_listing_info p { + color: #666666; +} +.groupmembershipwidget .search_listing_info span { + font-weight: bold; +} /* groups sidebar */ .featuredgroups .contentWrapper { @@ -384,5 +352,24 @@ span.timestamp { height:auto; margin:4px 0 5px 0; } +.sidebarBox #owner_block_submenu { + margin:5px 0 0 0; +} + + +/* delete group button */ +#delete_group_option input[type="submit"] { + background:#dedede; + border-color:#dedede; + color:#333333; + margin:0; + float:right; + clear:both; +} +#delete_group_option input[type="submit"]:hover { + background:red; + border-color:red; + color:white; +} diff --git a/mod/logbrowser/views/default/logbrowser/css.php b/mod/logbrowser/views/default/logbrowser/css.php index 6fe70c9cf..ad821d9be 100644 --- a/mod/logbrowser/views/default/logbrowser/css.php +++ b/mod/logbrowser/views/default/logbrowser/css.php @@ -1,43 +1,49 @@ + /** + * Elgg logbrowser CSS + * + * @package logbrowser + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Curverider + * @copyright Curverider Ltd 2008-2009 + * @link http://elgg.org/ + */ -#logbrowser_search_area { - margin: 3px; -} +?> #logbrowserSearchform { - - padding: 20px; + padding: 10px; background-color: #dedede; - + -webkit-border-radius: 8px; + -moz-border-radius: 8px; } .log_entry { - margin: 2px; - width: 678px; + width: 699px; font-size: 80%; + background:white; + margin:0 10px 5px 10px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border:1px solid white; } .log_entry td { } .log_entry_user { width: 120px; - background-color: #eee; } .log_entry_time { width: 210px; - background-color: #eee; padding:2px; } .log_entry_item { - background-color: #eee; } .log_entry_action { width: 75px; - background-color: #eee; } \ No newline at end of file diff --git a/mod/notifications/views/default/notifications/css.php b/mod/notifications/views/default/notifications/css.php index a46bd978d..164586b3c 100644 --- a/mod/notifications/views/default/notifications/css.php +++ b/mod/notifications/views/default/notifications/css.php @@ -1,3 +1,17 @@ + + * @copyright Curverider Ltd 2008-2009 + * @link http://elgg.org/ + */ + +?> + #notificationstable td.namefield { width:250px; text-align: left; diff --git a/mod/profile/graphics/defaultlarge.gif b/mod/profile/graphics/defaultlarge.gif new file mode 100644 index 000000000..6ea3bd4cd Binary files /dev/null and b/mod/profile/graphics/defaultlarge.gif differ diff --git a/mod/profile/graphics/defaultlarge.jpg b/mod/profile/graphics/defaultlarge.jpg deleted file mode 100644 index bd48d4e18..000000000 Binary files a/mod/profile/graphics/defaultlarge.jpg and /dev/null differ diff --git a/mod/profile/graphics/defaultmaster.gif b/mod/profile/graphics/defaultmaster.gif new file mode 100755 index 000000000..5bfd67a2d Binary files /dev/null and b/mod/profile/graphics/defaultmaster.gif differ diff --git a/mod/profile/graphics/defaultmaster.jpg b/mod/profile/graphics/defaultmaster.jpg deleted file mode 100644 index 6c2665202..000000000 Binary files a/mod/profile/graphics/defaultmaster.jpg and /dev/null differ diff --git a/mod/profile/graphics/defaultmedium.gif b/mod/profile/graphics/defaultmedium.gif new file mode 100644 index 000000000..c6b2e6a6d Binary files /dev/null and b/mod/profile/graphics/defaultmedium.gif differ diff --git a/mod/profile/graphics/defaultmedium.jpg b/mod/profile/graphics/defaultmedium.jpg deleted file mode 100644 index 06b6d1f91..000000000 Binary files a/mod/profile/graphics/defaultmedium.jpg and /dev/null differ diff --git a/mod/profile/graphics/defaultsmall.gif b/mod/profile/graphics/defaultsmall.gif new file mode 100644 index 000000000..661d72f04 Binary files /dev/null and b/mod/profile/graphics/defaultsmall.gif differ diff --git a/mod/profile/graphics/defaultsmall.jpg b/mod/profile/graphics/defaultsmall.jpg deleted file mode 100644 index f6e91270b..000000000 Binary files a/mod/profile/graphics/defaultsmall.jpg and /dev/null differ diff --git a/mod/profile/graphics/defaulttiny.gif b/mod/profile/graphics/defaulttiny.gif new file mode 100644 index 000000000..1775346bc Binary files /dev/null and b/mod/profile/graphics/defaulttiny.gif differ diff --git a/mod/profile/graphics/defaulttiny.jpg b/mod/profile/graphics/defaulttiny.jpg deleted file mode 100644 index f5a842322..000000000 Binary files a/mod/profile/graphics/defaulttiny.jpg and /dev/null differ diff --git a/mod/profile/graphics/defaulttopbar.gif b/mod/profile/graphics/defaulttopbar.gif new file mode 100644 index 000000000..c3616aeb5 Binary files /dev/null and b/mod/profile/graphics/defaulttopbar.gif differ diff --git a/mod/profile/graphics/defaulttopbar.jpg b/mod/profile/graphics/defaulttopbar.jpg deleted file mode 100644 index e9bb6f893..000000000 Binary files a/mod/profile/graphics/defaulttopbar.jpg and /dev/null differ diff --git a/mod/profile/views/default/icon/user/default/large.php b/mod/profile/views/default/icon/user/default/large.php index 5146612ca..255153174 100644 --- a/mod/profile/views/default/icon/user/default/large.php +++ b/mod/profile/views/default/icon/user/default/large.php @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/mod/profile/views/default/icon/user/default/master.php b/mod/profile/views/default/icon/user/default/master.php index 207ef0c03..51fbc6c8d 100644 --- a/mod/profile/views/default/icon/user/default/master.php +++ b/mod/profile/views/default/icon/user/default/master.php @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/mod/profile/views/default/icon/user/default/medium.php b/mod/profile/views/default/icon/user/default/medium.php index 06afe6089..30403c954 100644 --- a/mod/profile/views/default/icon/user/default/medium.php +++ b/mod/profile/views/default/icon/user/default/medium.php @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/mod/profile/views/default/icon/user/default/small.php b/mod/profile/views/default/icon/user/default/small.php index cae46665a..0b458f871 100644 --- a/mod/profile/views/default/icon/user/default/small.php +++ b/mod/profile/views/default/icon/user/default/small.php @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/mod/profile/views/default/icon/user/default/tiny.php b/mod/profile/views/default/icon/user/default/tiny.php index dfe3875ca..b2a89439a 100644 --- a/mod/profile/views/default/icon/user/default/tiny.php +++ b/mod/profile/views/default/icon/user/default/tiny.php @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/mod/profile/views/default/icon/user/default/topbar.php b/mod/profile/views/default/icon/user/default/topbar.php index 921921400..f5adc886e 100644 --- a/mod/profile/views/default/icon/user/default/topbar.php +++ b/mod/profile/views/default/icon/user/default/topbar.php @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index 9e3457cc4..e03f32c38 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -1,10 +1,17 @@ + * @copyright Curverider Ltd 2008-2009 + * @link http://elgg.com/ + */ + ?> -/* *************************************** - AVATAR CONTEXTUAL MENU -*************************************** */ #profile_icon_wrapper { float:left; } @@ -66,10 +73,9 @@ div.usericon a.icon img { border-bottom:solid 1px #dddddd; color: #4690d6; margin:0 !important; - /* background:#ffffff !important; */ } .usericon div.sub_menu h3:hover { - /* background:#cccccc !important; */ + } .user_menu_addfriend, @@ -96,6 +102,20 @@ div.usericon a.icon img { background:red !important; } +.resetdefaultprofile { + padding:0 10px 0 10px; +} +.resetdefaultprofile input[type="submit"] { + background: #dedede; + border-color: #dedede; + color:#333333; +} +.resetdefaultprofile input[type="submit"]:hover { + background: red; + border-color: red; + color:white; +} + /* Banned user */ #profile_banned { background-color:#FF8888; diff --git a/mod/reportedcontent/views/default/reportedcontent/css.php b/mod/reportedcontent/views/default/reportedcontent/css.php index c4cdd68cf..028542947 100644 --- a/mod/reportedcontent/views/default/reportedcontent/css.php +++ b/mod/reportedcontent/views/default/reportedcontent/css.php @@ -1,61 +1,13 @@ -/* *************************************** - ADMIN AREA - REPORTED CONTENT -*************************************** */ -.reportedcontent_content { - padding:10px; - margin:0 0 10px 0; -} -.reportedcontent_content p.reportedcontent_detail, -.reportedcontent_content p { - margin:0; -} -.active_report { - border:1px solid #D3322A; - background:#F7DAD8; -} -.archived_report { - border:1px solid #666666; - background:#dedede; -} + + * @copyright Curverider Ltd 2008-2009 + * @link http://elgg.org/ + */ -a.delete_report_button { - float:right; - font: 12px/100% Arial, Helvetica, sans-serif; - font-weight: bold; - color: #ffffff; - background:#999999; - border: 1px solid #999999; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - width: auto; - padding: 4px; - margin:15px 0 0 20px; - cursor: pointer; -} -a.delete_report_button:hover { - background: #333333; - text-decoration:none; -} - -a.manifest_details { - cursor:pointer; -} +?> \ No newline at end of file diff --git a/mod/riverdashboard/views/default/riverdashboard/css.php b/mod/riverdashboard/views/default/riverdashboard/css.php index 590fa1eba..3f400fcf8 100644 --- a/mod/riverdashboard/views/default/riverdashboard/css.php +++ b/mod/riverdashboard/views/default/riverdashboard/css.php @@ -11,12 +11,6 @@ */ ?> - -/* TEMP riverdashboard css */ -.sidebarBox .recentMember { - margin:6px 6px 0 0; - float:left; -} .sidebarBox #thewire_sidebarInputBox { width:178px; } @@ -26,20 +20,25 @@ .sidebarBox .last_wirepost .thewire-singlepage { margin:0; } +.sidebarBox .last_wirepost .thewire-singlepage .thewire_options { + width:auto; +} +/* IE6 */ +* html .sidebarBox .last_wirepost .thewire-singlepage .thewire_options { width:50px; } +/* IE7 */ +*:first-child+html .sidebarBox .last_wirepost .thewire-singlepage .thewire_options { width:50px; } + .sidebarBox .last_wirepost .thewire-singlepage .note_date { line-height: 1em; - padding:3px 0 0 4px; + padding:3px 0 0 0; width:142px; } -.sidebarBox .last_wirepost .thewire-singlepage p.note_body { +.sidebarBox .last_wirepost .thewire-singlepage .note_body { color:#666666; line-height: 1.2em; } -.sidebarBox .last_wirepost .thewire-singlepage .thewire_icon { - margin:6px; -} .sidebarBox .last_wirepost .thewire-singlepage .thewire-post { - background-position: 135px bottom; + background-position: 130px bottom; } .sidebarBox .thewire_characters_remaining { float:right; @@ -48,8 +47,78 @@ background: #dedede; } .sidebarBox input#thewire_submit_button { - background: #4690d6; margin:2px 0 0 0; padding:2px 2px 1px 2px; height:auto; -} \ No newline at end of file +} +.sidebarBox .membersWrapper { + background: white; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + padding:7px; +} +.sidebarBox .membersWrapper .recentMember { + margin:2px; + float:left; +} +/* br necessary for ie6 & 7 */ +.sidebarBox .membersWrapper br { + height:0; + line-height:0; +} +.welcomemessage { + background:white; +} +.riverdashboard_filtermenu { + margin:10px 0 10px 0; +} + +.river_pagination .forward, +.river_pagination .back { + display:block; + float:left; + border:1px solid #cccccc; + color:#4690d6; + text-align: center; + font-size: 12px; + font-weight: normal; + margin:0 6px 0 0; + padding:0 4px 1px 4px; + cursor: pointer; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.river_pagination .forward:hover, +.river_pagination .back:hover { + background:#4690d6; + color:white; + text-decoration: none; + border:1px solid #4690d6; +} +.river_pagination .back { + margin:0 20px 0 0; +} +/* IE6 */ +* html .river_pagination { margin-top:17px; } +/* IE7 */ +*:first-child+html .river_pagination { margin-top:17px; } + +/* activity widget */ +.collapsable_box_content .river_item p { + color:#333333; +} + +.collapsable_box_content .content_area_user_title h2 { + font-size:1.25em; + line-height:1.2em; + margin:0; + padding:0 0 2px 0; + color:#4690d6; +} +.river_content img { + margin:2px 0 2px 20px; +} + + + + diff --git a/mod/thewire/graphics/thewire_speech_bubble.gif b/mod/thewire/graphics/thewire_speech_bubble.gif index f02401b27..d0e8606a1 100644 Binary files a/mod/thewire/graphics/thewire_speech_bubble.gif and b/mod/thewire/graphics/thewire_speech_bubble.gif differ 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