2009-01-23 04:54:54 +00: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 00:13:02 +01:00
|
|
|
@import url(../../base/css/display.css);
|
|
|
|
|
2009-01-19 02:06:40 +00:00
|
|
|
html,
|
|
|
|
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-04-02 07:29:49 +01:00
|
|
|
margin-right:7.18%;
|
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-01-19 00:10:42 +00:00
|
|
|
border-color:#aaa;
|
|
|
|
}
|
2009-01-24 05:03:32 +00:00
|
|
|
#filter_tags ul li {
|
|
|
|
border-color:#ddd;
|
|
|
|
}
|
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-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-01-19 00:10:42 +00:00
|
|
|
color:#fff;
|
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-05-21 01:12:48 +01:00
|
|
|
.form_settings input.form_action-primary {
|
2009-01-14 22:19:17 +00:00
|
|
|
color:#002E6E;
|
|
|
|
}
|
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 {
|
|
|
|
color:#333;
|
|
|
|
}
|
2009-01-21 06:54:17 +00:00
|
|
|
#form_notice.warning #notice_text-count {
|
2009-01-16 18:14:20 +00:00
|
|
|
color:#000;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-06-05 05:00:04 +01: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-25 22:53:21 +00:00
|
|
|
#form_notice.processing #notice_action-submit {
|
2009-04-15 00:13:02 +01:00
|
|
|
background:#fff 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-01-14 22:19:17 +00:00
|
|
|
|
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-01-14 22:19:17 +00:00
|
|
|
border-color:#fff;
|
2009-01-19 03:54:46 +00:00
|
|
|
}
|
|
|
|
#content,
|
|
|
|
#site_nav_local_views .current a {
|
|
|
|
background-color:#fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_local_views a {
|
2009-02-01 18:04:56 +00:00
|
|
|
background-color:rgba(135, 180, 200, 0.3);
|
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-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-01-23 03:47:32 +00:00
|
|
|
color:#fff;
|
2009-01-23 04:08:12 +00:00
|
|
|
border-color:#fff;
|
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;
|
|
|
|
background-position:0 45%;
|
|
|
|
}
|
|
|
|
#export_data li a.rss {
|
2009-04-15 00:13:02 +01:00
|
|
|
background-image:url(../../base/images/icons/icon_rss.png);
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
|
|
|
#export_data li a.atom {
|
2009-04-15 00:13:02 +01:00
|
|
|
background-image:url(../../base/images/icons/icon_atom.png);
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
|
|
|
#export_data li a.foaf {
|
2009-04-15 00:13:02 +01:00
|
|
|
background-image:url(../../base/images/icons/icon_foaf.gif);
|
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-01-24 03:45:44 +00:00
|
|
|
.entity_nudge p {
|
2009-01-20 22:36:57 +00:00
|
|
|
background-position: 0 40%;
|
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-01-14 22:19:17 +00:00
|
|
|
color:#fff;
|
|
|
|
}
|
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-04-15 00:13:02 +01:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/edit.gif);
|
2009-02-02 16:33:47 +00:00
|
|
|
}
|
2009-01-24 03:45:44 +00:00
|
|
|
.entity_send-a-message a {
|
2009-04-15 00:13:02 +01:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/quote.gif);
|
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-04-15 00:13:02 +01:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/mail.gif);
|
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-04-15 00:13:02 +01:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/shield.gif);
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* NOTICES */
|
2009-05-27 20:43:43 +01: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 02:32:13 +00:00
|
|
|
.notice-options .notice_reply a,
|
2009-01-14 22:19:17 +00:00
|
|
|
.notice-options form input.submit {
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
2009-01-17 02:32:13 +00:00
|
|
|
.notice-options .notice_reply a {
|
2009-04-15 00:13:02 +01:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-18 03:12:39 +00:00
|
|
|
.notice-options form.form_favor input.submit {
|
2009-04-15 00:13:02 +01:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
2009-01-18 03:12:39 +00:00
|
|
|
.notice-options form.form_disfavor input.submit {
|
2009-04-15 00:13:02 +01:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
|
2009-01-18 03:12:39 +00:00
|
|
|
}
|
2009-01-17 02:32:13 +00:00
|
|
|
.notice-options .notice_delete a {
|
2009-04-15 00:13:02 +01:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
|
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-05-24 02:53:08 +01:00
|
|
|
.notices div.notice-options,
|
|
|
|
.notices li.hover .notices div.entry-content,
|
|
|
|
.notices li.hover .notices div.notice-options {
|
2009-01-22 21:47:33 +00:00
|
|
|
opacity:0.4;
|
2009-01-17 20:06:56 +00:00
|
|
|
}
|
2009-01-22 19:43:08 +00:00
|
|
|
.notices li.hover div.entry-content,
|
2009-01-19 03:54:46 +00:00
|
|
|
.notices li.hover div.notice-options {
|
|
|
|
opacity:1;
|
|
|
|
}
|
2009-01-18 01:14:14 +00:00
|
|
|
div.entry-content {
|
|
|
|
color:#333;
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
.notices li.hover {
|
|
|
|
background-color:#fcfcfc;
|
|
|
|
}
|
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-04-15 00:13:02 +01:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
|
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-04-15 00:13:02 +01:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
|
2009-02-01 05:08:36 +00:00
|
|
|
background-position:10% 45%;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|
|
|
|
.pagination .nav_next a {
|
2009-04-15 00:13:02 +01:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
|
2009-02-01 05:08:36 +00:00
|
|
|
background-position:90% 45%;
|
2009-01-14 22:19:17 +00:00
|
|
|
}
|