2009-01-23 15:39:48 +09:00
|
|
|
/** theme: default
|
|
|
|
*
|
2009-08-26 07:21:37 +09:00
|
|
|
* @package StatusNet
|
|
|
|
* @author Sarven Capadisli <csarven@status.net>
|
|
|
|
* @copyright 2009 StatusNet, Inc.
|
2009-01-23 15:39:48 +09:00
|
|
|
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
|
2009-08-26 07:21:37 +09:00
|
|
|
* @link http://status.net/
|
2009-01-23 15:39:48 +09:00
|
|
|
*/
|
|
|
|
|
2009-04-15 08:13:02 +09:00
|
|
|
@import url(../../base/css/display.css);
|
|
|
|
|
2009-01-19 11:06:40 +09:00
|
|
|
body,
|
|
|
|
a:active {
|
2009-06-24 06:18:41 +09:00
|
|
|
background-color:#CEE1E9;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
body {
|
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
font-size:1em;
|
|
|
|
}
|
2009-01-19 13:19:14 +09:00
|
|
|
address {
|
2009-10-28 00:32:09 +09:00
|
|
|
margin-right:5.7%;
|
2009-01-19 13:19:14 +09:00
|
|
|
}
|
|
|
|
|
2009-01-19 11:06:40 +09:00
|
|
|
input, textarea, select, option {
|
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
}
|
2009-01-23 15:39:48 +09:00
|
|
|
input, textarea, select,
|
|
|
|
.entity_remote_subscribe {
|
2009-06-17 04:40:23 +09:00
|
|
|
border-color:#AAAAAA;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-11-02 03:54:20 +09:00
|
|
|
#filter_tags ul li,
|
|
|
|
.entity_send-a-message .form_notice {
|
2009-06-24 06:18:41 +09:00
|
|
|
border-color:#DDDDDD;
|
2009-01-24 14:03:32 +09:00
|
|
|
}
|
2009-01-19 11:06:40 +09:00
|
|
|
|
2009-05-21 09:12:48 +09:00
|
|
|
.form_settings input.form_action-primary {
|
2009-02-06 15:27:04 +09:00
|
|
|
background:none;
|
|
|
|
}
|
2009-01-23 15:39:48 +09:00
|
|
|
|
2009-11-09 02:41:03 +09:00
|
|
|
input.submit,
|
|
|
|
.form_notice.warning #notice_text-count,
|
|
|
|
.form_settings .form_note,
|
|
|
|
.entity_remote_subscribe,
|
|
|
|
.entity_actions .form_notice input.submit {
|
|
|
|
background-color:#9BB43E;
|
|
|
|
}
|
2009-01-19 11:06:40 +09:00
|
|
|
input.submit,
|
2009-11-01 01:25:41 +09:00
|
|
|
.form_notice.warning #notice_text-count,
|
2009-01-23 15:39:48 +09:00
|
|
|
.form_settings .form_note,
|
2009-11-09 00:41:38 +09:00
|
|
|
.entity_remote_subscribe,
|
|
|
|
.entity_actions a,
|
|
|
|
.entity_actions input,
|
2009-11-09 02:41:03 +09:00
|
|
|
.entity_actions p,
|
|
|
|
button.close {
|
2009-06-24 06:18:41 +09:00
|
|
|
background-color:#9BB43E;
|
2009-11-09 00:41:38 +09:00
|
|
|
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
|
|
|
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
|
|
|
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-11-09 02:41:03 +09:00
|
|
|
.entity_actions a,
|
|
|
|
.entity_actions input,
|
|
|
|
.entity_actions p {
|
|
|
|
border-color:transparent;
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
2009-01-19 11:06:40 +09:00
|
|
|
input:focus, textarea:focus, select:focus,
|
2009-11-09 00:41:38 +09:00
|
|
|
.form_notice.warning #notice_data-text,
|
|
|
|
.form_notice.warning #notice_text-count,
|
|
|
|
.form_settings .form_note,
|
|
|
|
.entity_remote_subscribe {
|
2009-06-24 06:18:41 +09:00
|
|
|
border-color:#9BB43E;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
input.submit,
|
2009-11-09 02:41:03 +09:00
|
|
|
.entity_remote_subscribe,
|
|
|
|
.entity_actions .form_notice input.submit {
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#FFFFFF;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
a,
|
2009-01-23 15:39:48 +09:00
|
|
|
div.notice-options input,
|
|
|
|
.form_user_block input.submit,
|
|
|
|
.form_user_unblock input.submit,
|
2009-06-15 14:38:18 +09:00
|
|
|
.form_group_block input.submit,
|
|
|
|
.form_group_unblock input.submit,
|
2009-01-24 12:55:32 +09:00
|
|
|
.entity_send-a-message a,
|
2009-01-23 15:39:48 +09:00
|
|
|
.form_user_nudge input.submit,
|
2009-02-06 15:27:04 +09:00
|
|
|
.entity_nudge p,
|
2009-06-17 18:03:59 +09:00
|
|
|
.form_settings input.form_action-primary,
|
2009-11-09 02:41:03 +09:00
|
|
|
.form_make_admin input.submit,
|
|
|
|
.entity_actions a,
|
|
|
|
.entity_actions input,
|
|
|
|
.entity_actions p {
|
2009-08-09 20:23:35 +09:00
|
|
|
color:#002FA7;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
|
2009-01-23 15:39:48 +09:00
|
|
|
.notice,
|
|
|
|
.profile {
|
2009-06-24 06:18:41 +09:00
|
|
|
border-top-color:#C8D1D5;
|
2009-01-23 15:39:48 +09:00
|
|
|
}
|
|
|
|
.section .profile {
|
2009-06-24 06:18:41 +09:00
|
|
|
border-top-color:#87B4C8;
|
2009-01-23 15:39:48 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#aside_primary {
|
2009-06-24 06:18:41 +09:00
|
|
|
background-color:#C8D1D5;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#notice_text-count {
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#333333;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-11-01 01:25:41 +09:00
|
|
|
.form_notice.warning #notice_text-count {
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#000000;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-11-01 01:25:41 +09:00
|
|
|
.form_notice label[for=notice_data-attach] {
|
2009-11-02 04:07:45 +09:00
|
|
|
background-position:0 -328px;
|
2009-06-10 02:49:24 +09:00
|
|
|
}
|
2009-11-01 01:25:41 +09:00
|
|
|
.form_notice #notice_data-attach {
|
2009-06-10 02:49:24 +09:00
|
|
|
opacity:0;
|
|
|
|
}
|
|
|
|
|
2009-11-02 04:07:45 +09:00
|
|
|
.form_notice label[for=notice_data-attach],
|
|
|
|
#export_data li a.rss,
|
|
|
|
#export_data li a.atom,
|
|
|
|
#export_data li a.foaf,
|
|
|
|
.entity_edit a,
|
|
|
|
.entity_send-a-message a,
|
|
|
|
.entity_nudge p,
|
|
|
|
.form_user_nudge input.submit,
|
|
|
|
.form_user_block input.submit,
|
|
|
|
.form_user_unblock input.submit,
|
|
|
|
.form_group_block input.submit,
|
|
|
|
.form_group_unblock input.submit,
|
|
|
|
.form_make_admin input.submit,
|
|
|
|
.notice .attachment,
|
|
|
|
.notice-options .notice_reply,
|
|
|
|
.notice-options form.form_favor input.submit,
|
|
|
|
.notice-options form.form_disfavor input.submit,
|
|
|
|
.notice-options .notice_delete,
|
|
|
|
#new_group a,
|
|
|
|
.pagination .nav_prev a,
|
2009-11-02 19:28:22 +09:00
|
|
|
.pagination .nav_next a,
|
2009-11-09 02:41:03 +09:00
|
|
|
button.close,
|
|
|
|
.form_group_leave input.submit,
|
|
|
|
.form_user_unsubscribe input.submit,
|
|
|
|
.form_group_join input.submit,
|
|
|
|
.form_user_subscribe input.submit {
|
2009-11-02 04:07:45 +09:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
|
2009-09-07 23:51:10 +09:00
|
|
|
#wrap form.processing input.submit {
|
2009-06-17 04:40:23 +09:00
|
|
|
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
2009-03-26 07:59:29 +09:00
|
|
|
cursor:wait;
|
|
|
|
text-indent:-9999px;
|
2009-09-07 23:51:10 +09:00
|
|
|
outline:none;
|
2009-03-26 07:59:29 +09:00
|
|
|
}
|
2009-01-19 11:06:40 +09:00
|
|
|
|
2009-06-17 04:40:23 +09:00
|
|
|
#content {
|
|
|
|
box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
|
|
|
|
-moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
|
|
|
|
-webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
|
|
|
|
}
|
2009-01-19 12:54:46 +09:00
|
|
|
#content,
|
2009-01-27 15:04:50 +09:00
|
|
|
#site_nav_local_views a,
|
|
|
|
#aside_primary {
|
2009-06-17 06:47:58 +09:00
|
|
|
border-color:transparent;
|
2009-01-19 12:54:46 +09:00
|
|
|
}
|
|
|
|
#content,
|
2009-11-02 03:54:20 +09:00
|
|
|
#site_nav_local_views .current a,
|
|
|
|
.entity_send-a-message .form_notice {
|
2009-06-17 04:40:23 +09:00
|
|
|
background-color:#FFFFFF;
|
2009-01-19 12:54:46 +09:00
|
|
|
}
|
|
|
|
|
2009-07-05 03:28:24 +09:00
|
|
|
#site_nav_local_views li {
|
2009-06-17 04:40:23 +09:00
|
|
|
box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
|
|
|
|
-moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
|
|
|
|
-webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
|
2009-07-05 03:28:24 +09:00
|
|
|
}
|
|
|
|
#site_nav_local_views a {
|
|
|
|
background-color:rgba(194, 194, 194, 0.5);
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
#site_nav_local_views a:hover {
|
|
|
|
background-color:rgba(255, 255, 255, 0.7);
|
|
|
|
}
|
2009-06-17 04:40:23 +09:00
|
|
|
#site_nav_local_views .current a {
|
|
|
|
text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
|
|
|
|
}
|
2009-01-19 11:06:40 +09:00
|
|
|
|
2009-04-08 06:04:24 +09:00
|
|
|
.error {
|
2009-01-19 11:06:40 +09:00
|
|
|
background-color:#F7E8E8;
|
|
|
|
}
|
2009-04-08 06:04:24 +09:00
|
|
|
.success {
|
2009-01-19 11:06:40 +09:00
|
|
|
background-color:#EFF3DC;
|
|
|
|
}
|
|
|
|
|
2009-11-02 04:53:25 +09:00
|
|
|
button.close {
|
2009-11-02 19:28:22 +09:00
|
|
|
background-position:0 -1120px;
|
2009-11-02 04:53:25 +09:00
|
|
|
}
|
|
|
|
|
2009-01-23 15:39:48 +09:00
|
|
|
#anon_notice {
|
2009-06-24 06:18:41 +09:00
|
|
|
background-color:#87B4C8;
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#FFFFFF;
|
|
|
|
border-color:#FFFFFF;
|
2009-01-23 15:39:48 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#showstream #anon_notice {
|
2009-06-24 06:18:41 +09:00
|
|
|
background-color:#9BB43E;
|
2009-01-23 15:39:48 +09:00
|
|
|
}
|
|
|
|
|
2009-01-19 11:06:40 +09:00
|
|
|
#export_data li a {
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
}
|
|
|
|
#export_data li a.rss {
|
2009-10-13 20:44:56 +09:00
|
|
|
background-position:0 -130px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
#export_data li a.atom {
|
2009-10-13 20:44:56 +09:00
|
|
|
background-position:0 -64px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
#export_data li a.foaf {
|
2009-10-13 20:44:56 +09:00
|
|
|
background-position:0 1px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
|
2009-01-23 15:39:48 +09:00
|
|
|
.form_group_join input.submit,
|
2009-11-09 02:41:03 +09:00
|
|
|
.form_group_leave input.submit,
|
2009-01-23 15:39:48 +09:00
|
|
|
.form_user_subscribe input.submit,
|
2009-01-19 11:06:40 +09:00
|
|
|
.form_user_unsubscribe input.submit {
|
2009-06-24 06:18:41 +09:00
|
|
|
background-color:#9BB43E;
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#FFFFFF;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-01-23 15:39:48 +09:00
|
|
|
.form_user_unsubscribe input.submit,
|
2009-04-13 06:50:14 +09:00
|
|
|
.form_group_leave input.submit,
|
|
|
|
.form_user_authorization input.reject {
|
2009-06-24 06:18:41 +09:00
|
|
|
background-color:#87B4C8;
|
2009-01-23 15:39:48 +09:00
|
|
|
}
|
2009-11-09 02:41:03 +09:00
|
|
|
.form_group_leave input.submit,
|
|
|
|
.form_user_unsubscribe input.submit {
|
|
|
|
background-position:5px -1246px;
|
|
|
|
}
|
|
|
|
.form_group_join input.submit,
|
|
|
|
.form_user_subscribe input.submit {
|
|
|
|
background-position:5px -1181px;
|
|
|
|
}
|
2009-01-23 15:39:48 +09:00
|
|
|
|
2009-02-03 01:33:47 +09:00
|
|
|
.entity_edit a {
|
2009-11-09 02:41:03 +09:00
|
|
|
background-position: 5px -718px;
|
2009-02-03 01:33:47 +09:00
|
|
|
}
|
2009-01-24 12:55:32 +09:00
|
|
|
.entity_send-a-message a {
|
2009-11-09 02:41:03 +09:00
|
|
|
background-position: 5px -849px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-11-02 03:54:20 +09:00
|
|
|
.entity_send-a-message .form_notice {
|
|
|
|
box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
|
|
|
|
-moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
|
|
|
|
-webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
|
|
|
|
}
|
|
|
|
|
2009-01-24 12:55:32 +09:00
|
|
|
.entity_nudge p,
|
2009-01-19 11:06:40 +09:00
|
|
|
.form_user_nudge input.submit {
|
2009-11-09 02:41:03 +09:00
|
|
|
background-position: 5px -785px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-01-23 15:39:48 +09:00
|
|
|
.form_user_block input.submit,
|
2009-06-15 14:38:18 +09:00
|
|
|
.form_user_unblock input.submit,
|
|
|
|
.form_group_block input.submit,
|
|
|
|
.form_group_unblock input.submit {
|
2009-11-09 02:41:03 +09:00
|
|
|
background-position: 5px -918px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-06-17 18:03:59 +09:00
|
|
|
.form_make_admin input.submit {
|
2009-11-09 02:41:03 +09:00
|
|
|
background-position: 5px -983px;
|
2009-06-17 18:03:59 +09:00
|
|
|
}
|
2009-01-19 11:06:40 +09:00
|
|
|
|
|
|
|
/* NOTICES */
|
2009-05-28 04:43:43 +09:00
|
|
|
.notice .attachment {
|
2009-11-02 04:07:45 +09:00
|
|
|
background-position:0 -394px;
|
2009-05-28 04:43:43 +09:00
|
|
|
}
|
|
|
|
#attachments .attachment {
|
|
|
|
background:none;
|
|
|
|
}
|
2009-07-26 02:44:19 +09:00
|
|
|
.notice-options .notice_reply {
|
2009-11-09 00:41:38 +09:00
|
|
|
background-position:0 -592px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
.notice-options form.form_favor input.submit {
|
2009-11-09 00:41:38 +09:00
|
|
|
background-position:0 -460px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
.notice-options form.form_disfavor input.submit {
|
2009-11-09 00:41:38 +09:00
|
|
|
background-position:0 -526px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-07-26 02:37:37 +09:00
|
|
|
.notice-options .notice_delete {
|
2009-11-09 00:41:38 +09:00
|
|
|
background-position:0 -658px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
|
2009-01-23 15:39:48 +09:00
|
|
|
.notices div.entry-content,
|
2009-06-17 16:49:41 +09:00
|
|
|
.notices div.notice-options {
|
2009-01-23 15:39:48 +09:00
|
|
|
opacity:0.4;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-06-17 16:49:41 +09:00
|
|
|
.notices li:hover div.entry-content,
|
|
|
|
.notices li:hover div.notice-options {
|
2009-01-19 12:54:46 +09:00
|
|
|
opacity:1;
|
|
|
|
}
|
2009-11-09 00:41:38 +09:00
|
|
|
.notice-options a,
|
|
|
|
.notice-options input {
|
2009-01-19 11:06:40 +09:00
|
|
|
font-family:sans-serif;
|
2009-11-09 00:41:38 +09:00
|
|
|
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
|
|
|
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
|
|
|
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-06-18 13:55:41 +09:00
|
|
|
#content .notices li:hover {
|
2009-06-26 05:36:02 +09:00
|
|
|
background-color:rgba(240, 240, 240, 0.2);
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
2009-06-17 16:49:41 +09:00
|
|
|
#conversation .notices li:hover {
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
2009-05-22 11:46:22 +09:00
|
|
|
|
|
|
|
.notices .notices {
|
2009-05-25 06:16:26 +09:00
|
|
|
background-color:rgba(200, 200, 200, 0.050);
|
2009-05-22 11:46:22 +09:00
|
|
|
}
|
|
|
|
.notices .notices .notices {
|
2009-05-25 06:16:26 +09:00
|
|
|
background-color:rgba(200, 200, 200, 0.100);
|
2009-05-22 11:46:22 +09:00
|
|
|
}
|
|
|
|
.notices .notices .notices .notices {
|
2009-05-25 06:16:26 +09:00
|
|
|
background-color:rgba(200, 200, 200, 0.150);
|
2009-05-22 11:46:22 +09:00
|
|
|
}
|
|
|
|
.notices .notices .notices .notices .notices {
|
2009-05-25 06:16:26 +09:00
|
|
|
background-color:rgba(200, 200, 200, 0.300);
|
2009-05-22 11:46:22 +09:00
|
|
|
}
|
2009-01-19 11:06:40 +09:00
|
|
|
/*END: NOTICES */
|
|
|
|
|
2009-01-24 12:23:40 +09:00
|
|
|
#new_group a {
|
2009-11-02 04:07:45 +09:00
|
|
|
background-position:0 -1054px;
|
2009-01-23 15:39:48 +09:00
|
|
|
}
|
2009-01-19 11:06:40 +09:00
|
|
|
|
|
|
|
.pagination .nav_prev a,
|
|
|
|
.pagination .nav_next a {
|
|
|
|
background-repeat:no-repeat;
|
2009-06-24 06:18:41 +09:00
|
|
|
border-color:#C8D1D5;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
.pagination .nav_prev a {
|
2009-10-13 20:44:56 +09:00
|
|
|
background-position:10% -187px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
.pagination .nav_next a {
|
2009-10-13 20:44:56 +09:00
|
|
|
background-position:105% -252px;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|