2009-01-23 13:54:54 +09:00
|
|
|
/** theme: identica
|
|
|
|
*
|
|
|
|
* @package Laconica
|
|
|
|
* @author Sarven Capadisli <csarven@controlyourself.ca>
|
|
|
|
* @copyright 2009 Control Yourself, Inc.
|
|
|
|
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
|
|
|
|
* @link http://laconi.ca/
|
|
|
|
*/
|
|
|
|
|
2009-04-15 08:13:02 +09:00
|
|
|
@import url(../../base/css/display.css);
|
|
|
|
|
2009-01-19 11:06:40 +09:00
|
|
|
html,
|
|
|
|
body,
|
|
|
|
a:active {
|
2009-01-27 15:04:50 +09:00
|
|
|
background-color:#F0F2F5;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
|
|
|
body {
|
2009-01-18 05:06:56 +09:00
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
font-size:1em;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-19 13:19:14 +09:00
|
|
|
address {
|
2009-06-17 06:10:14 +09:00
|
|
|
margin-right:7.2%;
|
2009-01-19 13:19:14 +09:00
|
|
|
}
|
|
|
|
|
2009-01-15 07:19:17 +09:00
|
|
|
input, textarea, select, option {
|
2009-01-18 05:06:56 +09:00
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-23 14:23:28 +09:00
|
|
|
input, textarea, select,
|
|
|
|
.entity_remote_subscribe {
|
2009-06-17 04:40:23 +09:00
|
|
|
border-color:#AAAAAA;
|
2009-01-19 09:10:42 +09:00
|
|
|
}
|
2009-01-24 14:03:32 +09:00
|
|
|
#filter_tags ul li {
|
2009-06-17 04:40:23 +09:00
|
|
|
border-color:#DDDDDD;
|
2009-01-24 14:03:32 +09:00
|
|
|
}
|
2009-01-19 09:10:42 +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-22 15:33:38 +09:00
|
|
|
|
2009-01-19 11:06:40 +09:00
|
|
|
input.submit,
|
|
|
|
#form_notice.warning #notice_text-count,
|
2009-01-23 14:23:28 +09:00
|
|
|
.form_settings .form_note,
|
|
|
|
.entity_remote_subscribe {
|
2009-02-02 03:04:56 +09:00
|
|
|
background-color:#9BB43E;
|
2009-01-19 11:06:40 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
input:focus, textarea:focus, select:focus,
|
|
|
|
#form_notice.warning #notice_data-text {
|
2009-02-02 03:04:56 +09:00
|
|
|
border-color:#9BB43E;
|
2009-06-17 04:40:23 +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 09:10:42 +09:00
|
|
|
}
|
2009-01-19 11:06:40 +09:00
|
|
|
input.submit,
|
2009-01-23 14:23:28 +09:00
|
|
|
.entity_remote_subscribe {
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#FFFFFF;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-19 09:10:42 +09:00
|
|
|
|
2009-01-19 11:06:40 +09:00
|
|
|
a,
|
2009-01-21 10:10:11 +09:00
|
|
|
div.notice-options input,
|
|
|
|
.form_user_block input.submit,
|
2009-01-21 15:54:17 +09:00
|
|
|
.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:45:44 +09:00
|
|
|
.entity_send-a-message a,
|
2009-01-22 15:33:38 +09:00
|
|
|
.form_user_nudge input.submit,
|
2009-02-06 15:27:04 +09:00
|
|
|
.entity_nudge p,
|
2009-05-21 09:12:48 +09:00
|
|
|
.form_settings input.form_action-primary {
|
2009-01-15 07:19:17 +09:00
|
|
|
color:#002E6E;
|
|
|
|
}
|
2009-01-19 11:06:40 +09:00
|
|
|
|
2009-01-23 06:03:59 +09:00
|
|
|
.notice,
|
|
|
|
.profile {
|
2009-02-01 14:08:36 +09:00
|
|
|
border-top-color:#CEE1E9;
|
2009-01-23 06:08:49 +09:00
|
|
|
}
|
|
|
|
.section .profile {
|
2009-02-02 03:04:56 +09:00
|
|
|
border-top-color:#87B4C8;
|
2009-01-23 06:03:59 +09:00
|
|
|
}
|
|
|
|
|
2009-01-23 14:23:28 +09:00
|
|
|
#aside_primary {
|
2009-01-15 07:19:17 +09:00
|
|
|
background-color:#CEE1E9;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notice_text-count {
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#333333;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-21 15:54:17 +09:00
|
|
|
#form_notice.warning #notice_text-count {
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#000000;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-06-05 13:00:04 +09:00
|
|
|
#form_notice label[for=notice_data-attach] {
|
|
|
|
background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
|
|
|
|
}
|
|
|
|
#form_notice #notice_data-attach {
|
|
|
|
opacity:0;
|
|
|
|
}
|
|
|
|
|
2009-03-26 07:53:21 +09:00
|
|
|
#form_notice.processing #notice_action-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:53:21 +09:00
|
|
|
cursor:wait;
|
|
|
|
text-indent:-9999px;
|
|
|
|
}
|
2009-01-15 07:19:17 +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,
|
|
|
|
#site_nav_local_views .current a {
|
2009-06-17 04:40:23 +09:00
|
|
|
background-color:#FFFFFF;
|
2009-01-19 12:54:46 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_local_views a {
|
2009-06-17 05:56:12 +09:00
|
|
|
background-color:rgba(194, 194, 194, 0.5);
|
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-01-17 11:13:02 +09:00
|
|
|
}
|
|
|
|
#site_nav_local_views a:hover {
|
2009-01-18 12:12:39 +09:00
|
|
|
background-color:rgba(255, 255, 255, 0.7);
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
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-15 07:19:17 +09:00
|
|
|
|
2009-04-08 06:02:47 +09:00
|
|
|
.error {
|
2009-01-19 05:36:50 +09:00
|
|
|
background-color:#F7E8E8;
|
|
|
|
}
|
2009-04-08 06:02:47 +09:00
|
|
|
.success {
|
2009-01-19 05:36:50 +09:00
|
|
|
background-color:#EFF3DC;
|
|
|
|
}
|
2009-01-15 07:19:17 +09:00
|
|
|
|
2009-01-23 12:47:32 +09:00
|
|
|
#anon_notice {
|
2009-02-02 03:04:56 +09:00
|
|
|
background-color:#87B4C8;
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#FFFFFF;
|
|
|
|
border-color:#FFFFFF;
|
2009-01-23 12:47:32 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#showstream #anon_notice {
|
2009-02-02 03:04:56 +09:00
|
|
|
background-color:#9BB43E;
|
2009-01-23 12:47:32 +09:00
|
|
|
}
|
|
|
|
|
2009-01-15 07:19:17 +09:00
|
|
|
#export_data li a {
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-position:0 45%;
|
|
|
|
}
|
|
|
|
#export_data li a.rss {
|
2009-04-15 08:13:02 +09:00
|
|
|
background-image:url(../../base/images/icons/icon_rss.png);
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
|
|
|
#export_data li a.atom {
|
2009-04-15 08:13:02 +09:00
|
|
|
background-image:url(../../base/images/icons/icon_atom.png);
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
|
|
|
#export_data li a.foaf {
|
2009-04-15 08:13:02 +09:00
|
|
|
background-image:url(../../base/images/icons/icon_foaf.gif);
|
2009-01-18 12:12:39 +09:00
|
|
|
}
|
2009-01-15 07:19:17 +09:00
|
|
|
|
2009-02-03 01:33:47 +09:00
|
|
|
.entity_edit a,
|
2009-01-24 12:45:44 +09:00
|
|
|
.entity_send-a-message a,
|
2009-01-21 07:36:57 +09:00
|
|
|
.form_user_nudge input.submit,
|
|
|
|
.form_user_block input.submit,
|
2009-01-22 15:33:38 +09:00
|
|
|
.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:45:44 +09:00
|
|
|
.entity_nudge p {
|
2009-01-21 07:36:57 +09:00
|
|
|
background-position: 0 40%;
|
2009-01-19 11:06:40 +09:00
|
|
|
background-repeat: no-repeat;
|
2009-01-21 07:36:57 +09:00
|
|
|
background-color:transparent;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-22 17:54:00 +09:00
|
|
|
.form_group_join input.submit,
|
|
|
|
.form_group_leave input.submit
|
2009-01-21 07:36:57 +09:00
|
|
|
.form_user_subscribe input.submit,
|
2009-01-15 07:19:17 +09:00
|
|
|
.form_user_unsubscribe input.submit {
|
2009-02-02 03:04:56 +09:00
|
|
|
background-color:#9BB43E;
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#FFFFFF;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-22 17:54:00 +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-02-02 03:04:56 +09:00
|
|
|
background-color:#87B4C8;
|
2009-01-21 07:36:57 +09:00
|
|
|
}
|
|
|
|
|
2009-02-03 01:33:47 +09:00
|
|
|
.entity_edit a {
|
2009-04-15 08:13:02 +09:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/edit.gif);
|
2009-02-03 01:33:47 +09:00
|
|
|
}
|
2009-01-24 12:45:44 +09:00
|
|
|
.entity_send-a-message a {
|
2009-04-15 08:13:02 +09:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/quote.gif);
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-24 12:45:44 +09:00
|
|
|
.entity_nudge p,
|
2009-01-15 07:19:17 +09:00
|
|
|
.form_user_nudge input.submit {
|
2009-04-15 08:13:02 +09:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/mail.gif);
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-21 07:36:57 +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-04-15 08:13:02 +09:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/shield.gif);
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
/* NOTICES */
|
2009-05-28 04:43:43 +09:00
|
|
|
.notice .attachment {
|
|
|
|
background:transparent url(../../base/images/icons/twotone/green/clip-02.gif) no-repeat 0 45%;
|
|
|
|
}
|
|
|
|
#attachments .attachment {
|
|
|
|
background:none;
|
|
|
|
}
|
2009-01-17 11:32:13 +09:00
|
|
|
.notice-options .notice_reply a,
|
2009-01-15 07:19:17 +09:00
|
|
|
.notice-options form input.submit {
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
2009-01-17 11:32:13 +09:00
|
|
|
.notice-options .notice_reply a {
|
2009-04-15 08:13:02 +09:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-18 12:12:39 +09:00
|
|
|
.notice-options form.form_favor input.submit {
|
2009-04-15 08:13:02 +09:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-18 12:12:39 +09:00
|
|
|
.notice-options form.form_disfavor input.submit {
|
2009-04-15 08:13:02 +09:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
|
2009-01-18 12:12:39 +09:00
|
|
|
}
|
2009-01-17 11:32:13 +09:00
|
|
|
.notice-options .notice_delete a {
|
2009-04-15 08:13:02 +09:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
2009-01-16 13:50:44 +09:00
|
|
|
|
2009-01-23 05:32:26 +09:00
|
|
|
.notices div.entry-content,
|
2009-06-17 16:49:41 +09:00
|
|
|
.notices div.notice-options {
|
2009-01-23 06:47:33 +09:00
|
|
|
opacity:0.4;
|
2009-01-18 05:06:56 +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-01-18 10:14:14 +09:00
|
|
|
div.entry-content {
|
2009-06-17 04:40:23 +09:00
|
|
|
color:#333333;
|
2009-01-18 10:14:14 +09:00
|
|
|
}
|
2009-01-18 05:06:56 +09:00
|
|
|
div.notice-options a,
|
|
|
|
div.notice-options input {
|
|
|
|
font-family:sans-serif;
|
2009-01-16 13:50:44 +09:00
|
|
|
}
|
2009-06-17 16:49:41 +09:00
|
|
|
.notices li:hover {
|
2009-06-17 04:40:23 +09:00
|
|
|
background-color:#FCFCFC;
|
2009-01-16 13:50:44 +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-15 07:19:17 +09:00
|
|
|
/*END: NOTICES */
|
|
|
|
|
2009-01-24 12:23:40 +09:00
|
|
|
#new_group a {
|
2009-04-15 08:13:02 +09:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
|
2009-01-23 13:54:54 +09:00
|
|
|
}
|
2009-01-15 07:19:17 +09:00
|
|
|
|
|
|
|
.pagination .nav_prev a,
|
|
|
|
.pagination .nav_next a {
|
|
|
|
background-repeat:no-repeat;
|
2009-02-01 14:08:36 +09:00
|
|
|
border-color:#CEE1E9;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
|
|
|
.pagination .nav_prev a {
|
2009-04-15 08:13:02 +09:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
|
2009-02-01 14:08:36 +09:00
|
|
|
background-position:10% 45%;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|
|
|
|
.pagination .nav_next a {
|
2009-04-15 08:13:02 +09:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
|
2009-02-01 14:08:36 +09:00
|
|
|
background-position:90% 45%;
|
2009-01-15 07:19:17 +09:00
|
|
|
}
|