2009-01-23 06:39:48 +00:00
|
|
|
/** theme: default
|
|
|
|
*
|
2009-08-25 23:21:37 +01:00
|
|
|
* @package StatusNet
|
2010-02-02 12:12:03 +00:00
|
|
|
* @author Sarven Capadisli <csarven@status.net>
|
2009-08-25 23:21:37 +01:00
|
|
|
* @copyright 2009 StatusNet, Inc.
|
2009-01-23 06:39:48 +00:00
|
|
|
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
|
2009-08-25 23:21:37 +01:00
|
|
|
* @link http://status.net/
|
2009-01-23 06:39:48 +00:00
|
|
|
*/
|
|
|
|
|
2009-04-15 00:13:02 +01:00
|
|
|
@import url(../../base/css/display.css);
|
|
|
|
|
2009-01-19 02:06:40 +00:00
|
|
|
body,
|
|
|
|
a:active {
|
2009-06-23 22:18:41 +01:00
|
|
|
background-color:#CEE1E9;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
body {
|
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
font-size:1em;
|
|
|
|
}
|
2009-01-19 04:19:14 +00:00
|
|
|
address {
|
2010-02-02 12:16:30 +00:00
|
|
|
margin-right:5.3%;
|
2009-01-19 04:19:14 +00:00
|
|
|
}
|
2009-12-02 18:35:17 +00:00
|
|
|
input, textarea, select {
|
|
|
|
border-width:2px;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius:4px;
|
|
|
|
-moz-border-radius:4px;
|
|
|
|
-webkit-border-radius:4px;
|
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
input, textarea, select, option {
|
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
}
|
2010-02-12 13:16:38 +00:00
|
|
|
input, textarea, select,
|
|
|
|
.entity_actions .dialogbox input,
|
|
|
|
.mark-top {
|
2009-06-16 20:40:23 +01:00
|
|
|
border-color:#AAAAAA;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-11-19 11:27:05 +00:00
|
|
|
|
|
|
|
.form_settings fieldset fieldset {
|
|
|
|
background:rgba(240, 240, 240, 0.2);
|
|
|
|
box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
|
|
|
|
-moz-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
|
|
|
|
-webkit-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
|
|
|
|
}
|
|
|
|
|
2009-11-01 18:54:20 +00:00
|
|
|
#filter_tags ul li,
|
2009-11-08 18:34:52 +00:00
|
|
|
.entity_send-a-message .form_notice,
|
|
|
|
.pagination .nav_prev a,
|
2009-11-19 11:27:05 +00:00
|
|
|
.pagination .nav_next a,
|
2009-11-26 20:38:06 +00:00
|
|
|
.form_settings fieldset fieldset,
|
2010-02-12 10:34:23 +00:00
|
|
|
.entity_moderation:hover ul,
|
|
|
|
.dialogbox {
|
2009-06-23 22:18:41 +01:00
|
|
|
border-color:#DDDDDD;
|
2009-01-24 05:03:32 +00:00
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
|
2009-05-21 01:12:48 +01:00
|
|
|
.form_settings input.form_action-primary {
|
2009-02-06 06:27:04 +00:00
|
|
|
background:none;
|
|
|
|
}
|
2009-01-23 06:39:48 +00:00
|
|
|
|
2009-11-08 17:41:03 +00:00
|
|
|
.form_notice.warning #notice_text-count,
|
2009-12-11 12:55:54 +00:00
|
|
|
.form_settings .form_note {
|
2009-11-08 17:41:03 +00:00
|
|
|
background-color:#9BB43E;
|
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
input.submit,
|
2009-10-31 16:25:41 +00:00
|
|
|
.form_notice.warning #notice_text-count,
|
2009-01-23 06:39:48 +00:00
|
|
|
.form_settings .form_note,
|
2009-11-08 15:41:38 +00:00
|
|
|
.entity_actions a,
|
|
|
|
.entity_actions input,
|
2009-11-26 20:38:06 +00:00
|
|
|
.entity_moderation p,
|
2009-11-18 16:08:11 +00:00
|
|
|
button {
|
2009-11-08 15:41:38 +00: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 02:06:40 +00:00
|
|
|
}
|
2009-11-08 17:41:03 +00:00
|
|
|
.entity_actions a,
|
|
|
|
.entity_actions input,
|
|
|
|
.entity_actions p {
|
|
|
|
border-color:transparent;
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
input:focus, textarea:focus, select:focus,
|
2009-11-08 15:41:38 +00:00
|
|
|
.form_notice.warning #notice_data-text,
|
|
|
|
.form_notice.warning #notice_text-count,
|
2010-02-12 13:16:38 +00:00
|
|
|
.form_settings .form_note,
|
|
|
|
.entity_actions .dialogbox .form_data input:focus {
|
2009-06-23 22:18:41 +01:00
|
|
|
border-color:#9BB43E;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-12-11 12:55:54 +00:00
|
|
|
input.submit {
|
2009-06-16 20:40:23 +01:00
|
|
|
color:#FFFFFF;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-12-10 13:24:23 +00:00
|
|
|
.entity_actions input.submit {
|
|
|
|
border-color:transparent;
|
|
|
|
text-shadow:none;
|
|
|
|
}
|
2009-12-23 21:01:43 +00:00
|
|
|
.dialogbox .submit_dialogbox,
|
2009-12-10 13:24:23 +00:00
|
|
|
input.submit,
|
|
|
|
.form_notice input.submit {
|
2009-12-05 17:47:44 +00:00
|
|
|
background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
|
|
|
|
text-shadow:0 1px 0 #FFFFFF;
|
|
|
|
color:#000000;
|
|
|
|
border-color:#AAAAAA;
|
|
|
|
border-top-color:#CCCCCC;
|
|
|
|
border-left-color:#CCCCCC;
|
|
|
|
}
|
2009-12-23 21:01:43 +00:00
|
|
|
.dialogbox .submit_dialogbox:hover,
|
2009-12-05 17:47:44 +00:00
|
|
|
input.submit:hover {
|
|
|
|
background-position:0 -5px;
|
|
|
|
}
|
2009-12-23 21:01:43 +00:00
|
|
|
.dialogbox .submit_dialogbox:focus,
|
2009-12-05 17:47:44 +00:00
|
|
|
input.submit:focus {
|
|
|
|
background-position:0 -15px;
|
|
|
|
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
|
|
|
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
|
|
|
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
|
|
|
|
text-shadow:none;
|
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
|
2010-01-05 02:07:26 +00:00
|
|
|
.form_notice label[for=notice_data-geo] {
|
|
|
|
background-position:0 -1780px;
|
|
|
|
}
|
|
|
|
.form_notice label[for=notice_data-geo].checked {
|
|
|
|
background-position:0 -1846px;
|
|
|
|
}
|
|
|
|
|
2009-01-19 02:06:40 +00:00
|
|
|
a,
|
2009-06-17 10:03:59 +01:00
|
|
|
.form_settings input.form_action-primary,
|
2009-11-08 18:55:40 +00:00
|
|
|
.notice-options input,
|
2009-11-08 17:41:03 +00:00
|
|
|
.entity_actions a,
|
2009-11-26 20:38:06 +00:00
|
|
|
.entity_actions input,
|
|
|
|
.entity_moderation p {
|
2009-08-09 12:23:35 +01:00
|
|
|
color:#002FA7;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
|
2009-01-23 06:39:48 +00:00
|
|
|
.notice,
|
2010-01-08 11:41:36 +00:00
|
|
|
.profile,
|
2010-01-12 02:04:20 +00:00
|
|
|
.application,
|
2010-01-08 11:41:36 +00:00
|
|
|
#content tbody tr {
|
2009-06-23 22:18:41 +01:00
|
|
|
border-top-color:#C8D1D5;
|
2009-01-23 06:39:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#aside_primary {
|
2009-06-23 22:18:41 +01:00
|
|
|
background-color:#C8D1D5;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#notice_text-count {
|
2009-06-16 20:40:23 +01:00
|
|
|
color:#333333;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2010-02-12 13:16:38 +00:00
|
|
|
.form_notice.warning #notice_text-count,
|
|
|
|
.dialogbox,
|
|
|
|
.entity_actions .dialogbox input {
|
2009-06-16 20:40:23 +01:00
|
|
|
color:#000000;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-10-31 16:25:41 +00:00
|
|
|
.form_notice label[for=notice_data-attach] {
|
2009-11-01 19:07:45 +00:00
|
|
|
background-position:0 -328px;
|
2009-06-09 18:49:24 +01:00
|
|
|
}
|
2009-10-31 16:25:41 +00:00
|
|
|
.form_notice #notice_data-attach {
|
2009-06-09 18:49:24 +01:00
|
|
|
opacity:0;
|
|
|
|
}
|
|
|
|
|
2009-11-01 19:07:45 +00: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,
|
2009-12-13 23:21:36 +00:00
|
|
|
.notice-options form.form_repeat input.submit,
|
2009-11-01 19:07:45 +00:00
|
|
|
#new_group a,
|
|
|
|
.pagination .nav_prev a,
|
2009-11-02 10:28:22 +00:00
|
|
|
.pagination .nav_next a,
|
2009-11-08 17:41:03 +00:00
|
|
|
button.close,
|
|
|
|
.form_group_leave input.submit,
|
|
|
|
.form_user_unsubscribe input.submit,
|
|
|
|
.form_group_join input.submit,
|
2009-11-18 09:56:52 +00:00
|
|
|
.form_user_subscribe input.submit,
|
2010-02-23 03:58:58 +00:00
|
|
|
.form_remote_authorize input.submit,
|
2009-11-26 20:38:06 +00:00
|
|
|
.entity_subscribe a,
|
|
|
|
.entity_moderation p,
|
|
|
|
.entity_sandbox input.submit,
|
|
|
|
.entity_silence input.submit,
|
2009-12-14 23:09:08 +00:00
|
|
|
.entity_delete input.submit,
|
2010-01-05 02:07:26 +00:00
|
|
|
.notice-options .repeated,
|
|
|
|
.form_notice label[for=notice_data-geo],
|
2010-01-12 02:33:36 +00:00
|
|
|
button.minimize,
|
2010-02-02 15:06:22 +00:00
|
|
|
.form_reset_key input.submit,
|
2010-02-02 15:27:58 +00:00
|
|
|
.entity_clear input.submit,
|
|
|
|
.entity_flag input.submit,
|
2010-02-04 16:51:51 +00:00
|
|
|
.entity_flag p,
|
2010-02-25 10:38:55 +00:00
|
|
|
.entity_subscribe input.submit,
|
|
|
|
#realtime_play,
|
|
|
|
#realtime_pause,
|
|
|
|
#realtime_popup {
|
2009-11-08 20:18:39 +00:00
|
|
|
background-image:url(../../base/images/icons/icons-01.gif);
|
2009-11-01 19:07:45 +00:00
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
|
2009-11-27 14:00:39 +00:00
|
|
|
#wrap form.processing input.submit,
|
2010-01-28 15:02:39 +00:00
|
|
|
.entity_actions a.processing,
|
|
|
|
.dialogbox.processing .submit_dialogbox {
|
2009-06-16 20:40:23 +01:00
|
|
|
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
2010-01-28 15:02:39 +00:00
|
|
|
}
|
|
|
|
.notice-options .form_repeat.processing {
|
|
|
|
background-image:none;
|
2009-03-25 22:59:29 +00:00
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
|
2009-06-16 20:40:23 +01: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 03:54:46 +00:00
|
|
|
#content,
|
2009-01-27 06:04:50 +00:00
|
|
|
#site_nav_local_views a,
|
|
|
|
#aside_primary {
|
2009-06-16 22:47:58 +01:00
|
|
|
border-color:transparent;
|
2009-01-19 03:54:46 +00:00
|
|
|
}
|
|
|
|
#content,
|
2009-11-01 18:54:20 +00:00
|
|
|
#site_nav_local_views .current a,
|
2009-11-26 20:38:06 +00:00
|
|
|
.entity_send-a-message .form_notice,
|
2010-02-12 10:34:23 +00:00
|
|
|
.entity_moderation:hover ul,
|
|
|
|
.dialogbox {
|
2009-06-16 20:40:23 +01:00
|
|
|
background-color:#FFFFFF;
|
2009-01-19 03:54:46 +00:00
|
|
|
}
|
|
|
|
|
2009-12-02 12:45:54 +00:00
|
|
|
#site_nav_local_views li.current {
|
2009-06-16 20:40:23 +01: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-04 19:28:24 +01:00
|
|
|
}
|
|
|
|
#site_nav_local_views a {
|
|
|
|
background-color:rgba(194, 194, 194, 0.5);
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
#site_nav_local_views a:hover {
|
|
|
|
background-color:rgba(255, 255, 255, 0.7);
|
|
|
|
}
|
2009-06-16 20:40:23 +01:00
|
|
|
#site_nav_local_views .current a {
|
|
|
|
text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
|
|
|
|
}
|
2009-11-18 09:56:52 +00:00
|
|
|
.processing {
|
|
|
|
background-image:url(../../base/images/icons/icon_processing.gif);
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-position:47% 47%;
|
|
|
|
}
|
|
|
|
|
2009-01-19 02:06:40 +00:00
|
|
|
|
2009-04-07 22:04:24 +01:00
|
|
|
.error {
|
2009-01-19 02:06:40 +00:00
|
|
|
background-color:#F7E8E8;
|
|
|
|
}
|
2009-04-07 22:04:24 +01:00
|
|
|
.success {
|
2009-01-19 02:06:40 +00:00
|
|
|
background-color:#EFF3DC;
|
|
|
|
}
|
|
|
|
|
2009-11-01 19:53:25 +00:00
|
|
|
button.close {
|
2009-11-02 10:28:22 +00:00
|
|
|
background-position:0 -1120px;
|
2009-11-01 19:53:25 +00:00
|
|
|
}
|
2010-01-05 02:07:26 +00:00
|
|
|
button.minimize {
|
|
|
|
background-position:0 -1912px;
|
|
|
|
}
|
2009-11-01 19:53:25 +00:00
|
|
|
|
2009-01-23 06:39:48 +00:00
|
|
|
#anon_notice {
|
2009-06-23 22:18:41 +01:00
|
|
|
background-color:#87B4C8;
|
2009-06-16 20:40:23 +01:00
|
|
|
color:#FFFFFF;
|
|
|
|
border-color:#FFFFFF;
|
2009-01-23 06:39:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#showstream #anon_notice {
|
2009-06-23 22:18:41 +01:00
|
|
|
background-color:#9BB43E;
|
2009-01-23 06:39:48 +00:00
|
|
|
}
|
|
|
|
|
2009-01-19 02:06:40 +00:00
|
|
|
#export_data li a {
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
}
|
|
|
|
#export_data li a.rss {
|
2009-10-13 12:44:56 +01:00
|
|
|
background-position:0 -130px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
#export_data li a.atom {
|
2009-10-13 12:44:56 +01:00
|
|
|
background-position:0 -64px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
#export_data li a.foaf {
|
2009-10-13 12:44:56 +01:00
|
|
|
background-position:0 1px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
|
2009-01-23 06:39:48 +00:00
|
|
|
.form_group_join input.submit,
|
2009-11-08 17:41:03 +00:00
|
|
|
.form_group_leave input.submit,
|
2009-01-23 06:39:48 +00:00
|
|
|
.form_user_subscribe input.submit,
|
2009-11-18 09:56:52 +00:00
|
|
|
.form_user_unsubscribe input.submit,
|
2010-02-23 03:58:58 +00:00
|
|
|
.form_remote_authorize input.submit,
|
2009-11-18 09:56:52 +00:00
|
|
|
.entity_subscribe a {
|
2009-11-08 18:34:52 +00:00
|
|
|
background-color:#AAAAAA;
|
2009-06-16 20:40:23 +01:00
|
|
|
color:#FFFFFF;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-11-08 17:41:03 +00:00
|
|
|
.form_group_leave input.submit,
|
|
|
|
.form_user_unsubscribe input.submit {
|
|
|
|
background-position:5px -1246px;
|
|
|
|
}
|
|
|
|
.form_group_join input.submit,
|
2009-11-18 09:56:52 +00:00
|
|
|
.form_user_subscribe input.submit,
|
2010-02-23 03:58:58 +00:00
|
|
|
.form_remote_authorize input.submit,
|
2009-11-18 09:56:52 +00:00
|
|
|
.entity_subscribe a {
|
2009-11-08 17:41:03 +00:00
|
|
|
background-position:5px -1181px;
|
|
|
|
}
|
2009-01-23 06:39:48 +00:00
|
|
|
|
2009-02-02 16:33:47 +00:00
|
|
|
.entity_edit a {
|
2010-02-18 17:12:47 +00:00
|
|
|
background-position: 5px -719px;
|
2009-02-02 16:33:47 +00:00
|
|
|
}
|
2009-01-24 03:55:32 +00:00
|
|
|
.entity_send-a-message a {
|
2009-11-08 20:47:24 +00:00
|
|
|
background-position: 5px -852px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-11-26 20:38:06 +00:00
|
|
|
.entity_send-a-message .form_notice,
|
2010-02-12 10:34:23 +00:00
|
|
|
.entity_moderation:hover ul,
|
|
|
|
.dialogbox {
|
2009-11-01 18:54:20 +00:00
|
|
|
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 03:55:32 +00:00
|
|
|
.entity_nudge p,
|
2009-01-19 02:06:40 +00:00
|
|
|
.form_user_nudge input.submit {
|
2009-11-08 17:41:03 +00:00
|
|
|
background-position: 5px -785px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-01-23 06:39:48 +00:00
|
|
|
.form_user_block input.submit,
|
2009-06-15 06:38:18 +01:00
|
|
|
.form_user_unblock input.submit,
|
|
|
|
.form_group_block input.submit,
|
|
|
|
.form_group_unblock input.submit {
|
2009-11-08 17:41:03 +00:00
|
|
|
background-position: 5px -918px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-06-17 10:03:59 +01:00
|
|
|
.form_make_admin input.submit {
|
2009-11-08 17:41:03 +00:00
|
|
|
background-position: 5px -983px;
|
2009-06-17 10:03:59 +01:00
|
|
|
}
|
2009-11-26 20:38:06 +00:00
|
|
|
.entity_moderation p {
|
|
|
|
background-position: 5px -1313px;
|
|
|
|
}
|
2009-11-27 17:15:32 +00:00
|
|
|
.entity_sandbox input.submit {
|
2009-11-26 20:38:06 +00:00
|
|
|
background-position: 5px -1380px;
|
|
|
|
}
|
2009-11-27 17:15:32 +00:00
|
|
|
.entity_silence input.submit {
|
2009-11-26 20:38:06 +00:00
|
|
|
background-position: 5px -1445px;
|
|
|
|
}
|
2009-11-27 17:15:32 +00:00
|
|
|
.entity_delete input.submit {
|
2009-11-26 20:38:06 +00:00
|
|
|
background-position: 5px -1511px;
|
|
|
|
}
|
2010-01-12 02:33:36 +00:00
|
|
|
.form_reset_key input.submit {
|
|
|
|
background-position: 5px -1973px;
|
|
|
|
}
|
2010-02-02 15:06:22 +00:00
|
|
|
.entity_clear input.submit {
|
|
|
|
background-position: 5px -2039px;
|
|
|
|
}
|
2010-02-02 15:27:58 +00:00
|
|
|
.entity_flag input.submit,
|
|
|
|
.entity_flag p {
|
|
|
|
background-position: 5px -2105px;
|
|
|
|
}
|
2010-02-04 16:51:51 +00:00
|
|
|
.entity_subscribe input.accept {
|
|
|
|
background-position: 5px -2171px;
|
|
|
|
}
|
|
|
|
.entity_subscribe input.reject {
|
|
|
|
background-position: 5px -2237px;
|
|
|
|
}
|
2010-02-25 10:38:55 +00:00
|
|
|
#realtime_play {
|
|
|
|
background-position: 0 -2308px;
|
|
|
|
}
|
|
|
|
#realtime_pause {
|
|
|
|
background-position: 0 -2374px;
|
|
|
|
}
|
|
|
|
#realtime_popup {
|
|
|
|
background-position: 0 -1714px;
|
|
|
|
}
|
|
|
|
|
2009-01-19 02:06:40 +00:00
|
|
|
|
|
|
|
/* NOTICES */
|
2009-05-27 20:43:43 +01:00
|
|
|
.notice .attachment {
|
2009-11-01 19:07:45 +00:00
|
|
|
background-position:0 -394px;
|
2009-05-27 20:43:43 +01:00
|
|
|
}
|
|
|
|
#attachments .attachment {
|
|
|
|
background:none;
|
|
|
|
}
|
2009-07-25 18:44:19 +01:00
|
|
|
.notice-options .notice_reply {
|
2009-11-08 15:41:38 +00:00
|
|
|
background-position:0 -592px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
.notice-options form.form_favor input.submit {
|
2009-11-08 15:41:38 +00:00
|
|
|
background-position:0 -460px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
.notice-options form.form_disfavor input.submit {
|
2009-11-08 15:41:38 +00:00
|
|
|
background-position:0 -526px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-07-25 18:37:37 +01:00
|
|
|
.notice-options .notice_delete {
|
2009-11-08 15:41:38 +00:00
|
|
|
background-position:0 -658px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-12-13 23:21:36 +00:00
|
|
|
.notice-options form.form_repeat input.submit {
|
|
|
|
background-position:0 -1582px;
|
|
|
|
}
|
2009-12-14 23:09:08 +00:00
|
|
|
.notice-options .repeated {
|
|
|
|
background-position:0 -1648px;
|
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
|
2009-01-23 06:39:48 +00:00
|
|
|
.notices div.entry-content,
|
2009-06-17 08:49:41 +01:00
|
|
|
.notices div.notice-options {
|
2009-01-23 06:39:48 +00:00
|
|
|
opacity:0.4;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-06-17 08:49:41 +01:00
|
|
|
.notices li:hover div.entry-content,
|
|
|
|
.notices li:hover div.notice-options {
|
2009-01-19 03:54:46 +00:00
|
|
|
opacity:1;
|
|
|
|
}
|
2009-12-23 21:01:43 +00:00
|
|
|
.opaque {
|
|
|
|
opacity:1 !important;
|
|
|
|
}
|
2009-11-08 15:41:38 +00:00
|
|
|
.notice-options a,
|
|
|
|
.notice-options input {
|
2009-01-19 02:06:40 +00:00
|
|
|
font-family:sans-serif;
|
2009-11-08 15:41:38 +00: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 02:06:40 +00:00
|
|
|
}
|
2010-01-08 11:41:36 +00:00
|
|
|
#content .notices li:hover,
|
2010-01-12 02:04:20 +00:00
|
|
|
#content .applications li:hover,
|
2010-01-08 11:41:36 +00:00
|
|
|
#content tbody tr:hover {
|
2009-06-25 21:36:02 +01:00
|
|
|
background-color:rgba(240, 240, 240, 0.2);
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-06-17 08:49:41 +01:00
|
|
|
#conversation .notices li:hover {
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
2009-05-22 03:46:22 +01:00
|
|
|
|
|
|
|
.notices .notices {
|
2009-05-24 22:16:26 +01:00
|
|
|
background-color:rgba(200, 200, 200, 0.050);
|
2009-05-22 03:46:22 +01:00
|
|
|
}
|
|
|
|
.notices .notices .notices {
|
2009-05-24 22:16:26 +01:00
|
|
|
background-color:rgba(200, 200, 200, 0.100);
|
2009-05-22 03:46:22 +01:00
|
|
|
}
|
|
|
|
.notices .notices .notices .notices {
|
2009-05-24 22:16:26 +01:00
|
|
|
background-color:rgba(200, 200, 200, 0.150);
|
2009-05-22 03:46:22 +01:00
|
|
|
}
|
|
|
|
.notices .notices .notices .notices .notices {
|
2009-05-24 22:16:26 +01:00
|
|
|
background-color:rgba(200, 200, 200, 0.300);
|
2009-05-22 03:46:22 +01:00
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
/*END: NOTICES */
|
|
|
|
|
2009-01-24 03:23:40 +00:00
|
|
|
#new_group a {
|
2009-11-01 19:07:45 +00:00
|
|
|
background-position:0 -1054px;
|
2009-01-23 06:39:48 +00:00
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
|
|
|
|
.pagination .nav_prev a,
|
|
|
|
.pagination .nav_next a {
|
|
|
|
background-repeat:no-repeat;
|
2009-11-08 18:19:42 +00: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 02:06:40 +00:00
|
|
|
}
|
|
|
|
.pagination .nav_prev a {
|
2009-10-13 12:44:56 +01:00
|
|
|
background-position:10% -187px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
.pagination .nav_next a {
|
2009-10-13 12:44:56 +01:00
|
|
|
background-position:105% -252px;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
2009-11-18 09:56:52 +00:00
|
|
|
.pagination .nav .processing {
|
|
|
|
background-image:url(../../base/images/icons/icon_processing.gif);
|
|
|
|
box-shadow:none;
|
|
|
|
-moz-box-shadow:none;
|
|
|
|
-webkit-box-shadow:none;
|
|
|
|
outline:none;
|
|
|
|
}
|
|
|
|
.pagination .nav_next a.processing {
|
|
|
|
background-position:90% 47%;
|
|
|
|
}
|
|
|
|
.pagination .nav_prev a.processing {
|
|
|
|
background-position:10% 47%;
|
|
|
|
}
|
|
|
|
|