2009-01-23 04:54:54 +00:00
|
|
|
/** theme: identica
|
|
|
|
*
|
2009-08-25 23:21:37 +01:00
|
|
|
* @package StatusNet
|
|
|
|
* @author Sarven Capadisli <csarven@status.net>
|
|
|
|
* @copyright 2009 StatusNet, Inc.
|
2009-01-23 04:54:54 +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 04:54:54 +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-01-27 06:04:50 +00:00
|
|
|
background-color:#F0F2F5;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
|
|
|
body {
|
2009-01-17 20:06:56 +00:00
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
font-size:1em;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-19 04:19:14 +00:00
|
|
|
address {
|
2009-06-16 22:10:14 +01:00
|
|
|
margin-right:7.2%;
|
2009-01-19 04:19:14 +00:00
|
|
|
}
|
|
|
|
|
2009-01-14 22:19:17 +00:00
|
|
|
input, textarea, select, option {
|
2009-01-17 20:06:56 +00:00
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-23 05:23:28 +00:00
|
|
|
input, textarea, select,
|
|
|
|
.entity_remote_subscribe {
|
2009-06-16 20:40:23 +01:00
|
|
|
border-color:#AAAAAA;
|
2009-01-19 00:10:42 +00:00
|
|
|
}
|
2009-01-24 05:03:32 +00:00
|
|
|
#filter_tags ul li {
|
2009-06-16 20:40:23 +01:00
|
|
|
border-color:#DDDDDD;
|
2009-01-24 05:03:32 +00:00
|
|
|
}
|
2009-01-19 00:10:42 +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-22 06:33:38 +00:00
|
|
|
|
2009-01-19 02:06:40 +00:00
|
|
|
input.submit,
|
|
|
|
#form_notice.warning #notice_text-count,
|
2009-01-23 05:23:28 +00:00
|
|
|
.form_settings .form_note,
|
|
|
|
.entity_remote_subscribe {
|
2009-02-01 18:04:56 +00:00
|
|
|
background-color:#9BB43E;
|
2009-01-19 02:06:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input:focus, textarea:focus, select:focus,
|
|
|
|
#form_notice.warning #notice_data-text {
|
2009-02-01 18:04:56 +00:00
|
|
|
border-color:#9BB43E;
|
2009-06-16 20:40:23 +01: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 00:10:42 +00:00
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
input.submit,
|
2009-01-23 05:23:28 +00:00
|
|
|
.entity_remote_subscribe {
|
2009-06-16 20:40:23 +01:00
|
|
|
color:#FFFFFF;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-19 00:10:42 +00:00
|
|
|
|
2009-01-19 02:06:40 +00:00
|
|
|
a,
|
2009-01-21 01:10:11 +00:00
|
|
|
div.notice-options input,
|
|
|
|
.form_user_block input.submit,
|
2009-01-21 06:54:17 +00:00
|
|
|
.form_user_unblock input.submit,
|
2009-06-15 06:38:18 +01:00
|
|
|
.form_group_block input.submit,
|
|
|
|
.form_group_unblock input.submit,
|
2009-01-24 03:45:44 +00:00
|
|
|
.entity_send-a-message a,
|
2009-01-22 06:33:38 +00:00
|
|
|
.form_user_nudge input.submit,
|
2009-02-06 06:27:04 +00:00
|
|
|
.entity_nudge p,
|
2009-06-17 10:03:59 +01:00
|
|
|
.form_settings input.form_action-primary,
|
|
|
|
.form_make_admin input.submit {
|
2009-08-09 12:23:35 +01:00
|
|
|
color:#002FA7;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-19 02:06:40 +00:00
|
|
|
|
2009-01-22 21:03:59 +00:00
|
|
|
.notice,
|
|
|
|
.profile {
|
2009-02-01 05:08:36 +00:00
|
|
|
border-top-color:#CEE1E9;
|
2009-01-22 21:08:49 +00:00
|
|
|
}
|
|
|
|
.section .profile {
|
2009-02-01 18:04:56 +00:00
|
|
|
border-top-color:#87B4C8;
|
2009-01-22 21:03:59 +00:00
|
|
|
}
|
|
|
|
|
2009-01-23 05:23:28 +00:00
|
|
|
#aside_primary {
|
2009-01-14 22:19:17 +00:00
|
|
|
background-color:#CEE1E9;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notice_text-count {
|
2009-06-16 20:40:23 +01:00
|
|
|
color:#333333;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-21 06:54:17 +00:00
|
|
|
#form_notice.warning #notice_text-count {
|
2009-06-16 20:40:23 +01:00
|
|
|
color:#000000;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-06-05 05:00:04 +01:00
|
|
|
#form_notice label[for=notice_data-attach] {
|
2009-10-06 16:16:28 +01:00
|
|
|
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -328px;
|
2009-06-05 05:00:04 +01:00
|
|
|
}
|
|
|
|
#form_notice #notice_data-attach {
|
|
|
|
opacity:0;
|
|
|
|
}
|
|
|
|
|
2009-09-07 15:51:10 +01:00
|
|
|
#wrap form.processing input.submit {
|
2009-06-16 20:40:23 +01:00
|
|
|
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
2009-03-25 22:53:21 +00:00
|
|
|
cursor:wait;
|
|
|
|
text-indent:-9999px;
|
2009-09-07 15:51:10 +01:00
|
|
|
outline:none;
|
2009-03-25 22:53:21 +00:00
|
|
|
}
|
2009-01-14 22:19:17 +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,
|
|
|
|
#site_nav_local_views .current a {
|
2009-06-16 20:40:23 +01:00
|
|
|
background-color:#FFFFFF;
|
2009-01-19 03:54:46 +00:00
|
|
|
}
|
|
|
|
|
2009-07-04 19:28:24 +01:00
|
|
|
#site_nav_local_views li {
|
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-17 02:13:02 +00:00
|
|
|
}
|
|
|
|
#site_nav_local_views a:hover {
|
2009-01-18 03:12:39 +00:00
|
|
|
background-color:rgba(255, 255, 255, 0.7);
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
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-01-14 22:19:17 +00:00
|
|
|
|
2009-04-07 22:02:47 +01:00
|
|
|
.error {
|
2009-01-18 20:36:50 +00:00
|
|
|
background-color:#F7E8E8;
|
|
|
|
}
|
2009-04-07 22:02:47 +01:00
|
|
|
.success {
|
2009-01-18 20:36:50 +00:00
|
|
|
background-color:#EFF3DC;
|
|
|
|
}
|
2009-01-14 22:19:17 +00:00
|
|
|
|
2009-01-23 03:47:32 +00:00
|
|
|
#anon_notice {
|
2009-02-01 18:04:56 +00:00
|
|
|
background-color:#87B4C8;
|
2009-06-16 20:40:23 +01:00
|
|
|
color:#FFFFFF;
|
|
|
|
border-color:#FFFFFF;
|
2009-01-23 03:47:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#showstream #anon_notice {
|
2009-02-01 18:04:56 +00:00
|
|
|
background-color:#9BB43E;
|
2009-01-23 03:47:32 +00:00
|
|
|
}
|
|
|
|
|
2009-01-14 22:19:17 +00:00
|
|
|
#export_data li a {
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
}
|
|
|
|
#export_data li a.rss {
|
2009-10-06 16:16:28 +01:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
|
|
|
background-position:0 -130px;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
|
|
|
#export_data li a.atom {
|
2009-10-06 16:16:28 +01:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
|
|
|
background-position:0 -64px;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
|
|
|
#export_data li a.foaf {
|
2009-10-06 16:16:28 +01:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
|
|
|
background-position:0 1px;
|
2009-01-18 03:12:39 +00:00
|
|
|
}
|
2009-01-14 22:19:17 +00:00
|
|
|
|
2009-02-02 16:33:47 +00:00
|
|
|
.entity_edit a,
|
2009-01-24 03:45:44 +00:00
|
|
|
.entity_send-a-message a,
|
2009-01-20 22:36:57 +00:00
|
|
|
.form_user_nudge input.submit,
|
|
|
|
.form_user_block input.submit,
|
2009-01-22 06:33:38 +00:00
|
|
|
.form_user_unblock input.submit,
|
2009-06-15 06:38:18 +01:00
|
|
|
.form_group_block input.submit,
|
|
|
|
.form_group_unblock input.submit,
|
2009-06-17 10:03:59 +01:00
|
|
|
.entity_nudge p,
|
|
|
|
.form_make_admin input.submit {
|
2009-01-19 02:06:40 +00:00
|
|
|
background-repeat: no-repeat;
|
2009-01-20 22:36:57 +00:00
|
|
|
background-color:transparent;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-22 08:54:00 +00:00
|
|
|
.form_group_join input.submit,
|
|
|
|
.form_group_leave input.submit
|
2009-01-20 22:36:57 +00:00
|
|
|
.form_user_subscribe input.submit,
|
2009-01-14 22:19:17 +00:00
|
|
|
.form_user_unsubscribe input.submit {
|
2009-02-01 18:04:56 +00:00
|
|
|
background-color:#9BB43E;
|
2009-06-16 20:40:23 +01:00
|
|
|
color:#FFFFFF;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-22 08:54:00 +00:00
|
|
|
.form_user_unsubscribe input.submit,
|
2009-04-12 22:50:14 +01:00
|
|
|
.form_group_leave input.submit,
|
|
|
|
.form_user_authorization input.reject {
|
2009-02-01 18:04:56 +00:00
|
|
|
background-color:#87B4C8;
|
2009-01-20 22:36:57 +00:00
|
|
|
}
|
|
|
|
|
2009-02-02 16:33:47 +00:00
|
|
|
.entity_edit a {
|
2009-10-06 16:16:28 +01:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
|
|
|
background-position: 0 -718px;
|
2009-02-02 16:33:47 +00:00
|
|
|
}
|
2009-01-24 03:45:44 +00:00
|
|
|
.entity_send-a-message a {
|
2009-10-06 16:16:28 +01:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
2009-10-06 16:40:28 +01:00
|
|
|
background-position: 0 -849px;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-24 03:45:44 +00:00
|
|
|
.entity_nudge p,
|
2009-01-14 22:19:17 +00:00
|
|
|
.form_user_nudge input.submit {
|
2009-10-06 16:16:28 +01:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
2009-10-06 16:40:28 +01:00
|
|
|
background-position: 0 -785px;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-20 22:36:57 +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-10-06 16:16:28 +01:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
|
|
|
background-position: 0 -918px;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-06-17 10:03:59 +01:00
|
|
|
.form_make_admin input.submit {
|
2009-10-06 16:16:28 +01:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
|
|
|
background-position: 0 -983px;
|
2009-06-17 10:03:59 +01:00
|
|
|
}
|
2009-01-14 22:19:17 +00:00
|
|
|
|
|
|
|
/* NOTICES */
|
2009-05-27 20:43:43 +01:00
|
|
|
.notice .attachment {
|
2009-10-06 16:16:28 +01:00
|
|
|
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 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-10-06 16:16:28 +01:00
|
|
|
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -589px;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-18 03:12:39 +00:00
|
|
|
.notice-options form.form_favor input.submit {
|
2009-10-06 16:16:28 +01:00
|
|
|
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -457px;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-18 03:12:39 +00:00
|
|
|
.notice-options form.form_disfavor input.submit {
|
2009-10-06 16:16:28 +01:00
|
|
|
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -523px;
|
2009-01-18 03:12:39 +00:00
|
|
|
}
|
2009-07-25 18:37:37 +01:00
|
|
|
.notice-options .notice_delete {
|
2009-10-06 16:16:28 +01:00
|
|
|
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -655px;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-16 04:50:44 +00:00
|
|
|
|
2009-01-22 20:32:26 +00:00
|
|
|
.notices div.entry-content,
|
2009-06-17 08:49:41 +01:00
|
|
|
.notices div.notice-options {
|
2009-01-22 21:47:33 +00:00
|
|
|
opacity:0.4;
|
2009-01-17 20:06:56 +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-01-17 20:06:56 +00:00
|
|
|
div.notice-options a,
|
|
|
|
div.notice-options input {
|
|
|
|
font-family:sans-serif;
|
2009-01-16 04:50:44 +00:00
|
|
|
}
|
2009-06-18 05:54:12 +01:00
|
|
|
#content .notices li:hover {
|
2009-06-25 21:36:02 +01:00
|
|
|
background-color:rgba(240, 240, 240, 0.2);
|
2009-01-16 04:50:44 +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-14 22:19:17 +00:00
|
|
|
/*END: NOTICES */
|
|
|
|
|
2009-01-24 03:23:40 +00:00
|
|
|
#new_group a {
|
2009-10-06 16:16:28 +01:00
|
|
|
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -1054px;
|
2009-01-23 04:54:54 +00:00
|
|
|
}
|
2009-01-14 22:19:17 +00:00
|
|
|
|
|
|
|
.pagination .nav_prev a,
|
|
|
|
.pagination .nav_next a {
|
|
|
|
background-repeat:no-repeat;
|
2009-02-01 05:08:36 +00:00
|
|
|
border-color:#CEE1E9;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
|
|
|
.pagination .nav_prev a {
|
2009-10-06 16:16:28 +01:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
|
|
|
background-position:10% -187px;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
|
|
|
.pagination .nav_next a {
|
2009-10-06 16:16:28 +01:00
|
|
|
background-image:url(../../base/images/icons/icons-01.png);
|
|
|
|
background-position:105% -252px;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|