2009-05-11 05:04:56 +01:00
|
|
|
/** theme: pigeonthoughts
|
|
|
|
*
|
2009-08-25 23:21:37 +01:00
|
|
|
* @package StatusNet
|
|
|
|
* @author Sarven Capadisli <csarven@status.net>
|
|
|
|
* @copyright 2009 StatusNet, Inc.
|
2009-05-11 05:04:56 +01: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-05-11 05:04:56 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
@import url(base.css);
|
|
|
|
|
|
|
|
html {
|
2009-06-18 05:33:32 +01:00
|
|
|
background:url(../images/illustrations/illu_pigeons-01.png) no-repeat 0 100%;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
body,
|
2009-07-20 05:02:43 +01:00
|
|
|
a:active,
|
|
|
|
#content {
|
2009-05-11 05:04:56 +01:00
|
|
|
background-color:#AEA187;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
font-size:1em;
|
|
|
|
}
|
|
|
|
address {
|
|
|
|
margin-left:2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, textarea, select, option {
|
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
|
|
}
|
|
|
|
input, textarea, select,
|
|
|
|
.entity_remote_subscribe {
|
2009-06-18 05:33:32 +01:00
|
|
|
border-color:#AAAAAA;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
#filter_tags ul li {
|
2009-06-18 05:33:32 +01:00
|
|
|
border-color:#DDDDDD;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
2009-05-21 01:18:11 +01:00
|
|
|
.form_settings input.form_action-primary {
|
2009-05-11 05:04:56 +01:00
|
|
|
background:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.submit,
|
|
|
|
#form_notice.warning #notice_text-count,
|
|
|
|
.form_settings .form_note,
|
|
|
|
.entity_remote_subscribe {
|
|
|
|
background-color:#8F0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:focus, textarea:focus, select:focus,
|
|
|
|
#form_notice.warning #notice_data-text {
|
|
|
|
border-color:#8F0000;
|
2009-06-18 05:33:32 +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-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
input.submit,
|
|
|
|
.entity_remote_subscribe {
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#FFFFFF;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a,
|
|
|
|
div.notice-options input,
|
|
|
|
.form_user_block input.submit,
|
|
|
|
.form_user_unblock input.submit,
|
2009-06-18 05:33:32 +01:00
|
|
|
.form_group_block input.submit,
|
|
|
|
.form_group_unblock input.submit,
|
2009-05-11 05:04:56 +01:00
|
|
|
.entity_send-a-message a,
|
|
|
|
.form_user_nudge input.submit,
|
|
|
|
.entity_nudge p,
|
2009-06-18 05:33:32 +01:00
|
|
|
.form_settings input.form_action-primary,
|
|
|
|
.form_make_admin input.submit {
|
|
|
|
color:#000000;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.notice,
|
|
|
|
.profile {
|
2009-06-18 05:33:32 +01:00
|
|
|
border-color:#000000;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
.notice a,
|
|
|
|
.profile a {
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#FFFFFF;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.notice:nth-child(3n-1),
|
|
|
|
.profile:nth-child(3n-1) {
|
2009-06-18 05:33:32 +01:00
|
|
|
border-color:#FFFFFF;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
.notice:nth-child(3n-1) a,
|
|
|
|
.profile:nth-child(3n-1) a {
|
|
|
|
color:#7F1114;
|
|
|
|
}
|
|
|
|
.notice:nth-child(3n),
|
|
|
|
.profile:nth-child(3n) {
|
|
|
|
border-color:#7F1114;
|
|
|
|
}
|
|
|
|
.notice:nth-child(3n) a,
|
|
|
|
.profile:nth-child(3n) a {
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#000000;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.aside .section .notice,
|
|
|
|
.aside .section .profile,
|
|
|
|
.aside .section .notice:nth-child(3n-1),
|
|
|
|
.aside .section .profile:nth-child(3n-1),
|
|
|
|
.aside .section .notice:nth-child(3n),
|
|
|
|
.aside .section .profile:nth-child(3n) {
|
|
|
|
background-color:transparent;
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#000000;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.aside .section {
|
2009-06-18 05:33:32 +01:00
|
|
|
border-color:#FFFFFF;
|
|
|
|
background-color:#FFFFFF;
|
|
|
|
color:#000000;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.aside .section:nth-child(n) {
|
2009-06-18 05:33:32 +01:00
|
|
|
border-color:#000000;
|
|
|
|
background-color:#000000;
|
|
|
|
color:#FFFFFF;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
.aside .section:nth-child(3n-1) {
|
2009-06-18 05:33:32 +01:00
|
|
|
border-color:#FFFFFF;
|
|
|
|
background-color:#FFFFFF;
|
|
|
|
color:#000000;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
.aside .section:nth-child(3n) {
|
|
|
|
background-color:#7F1114;
|
|
|
|
border-color:#7F1114;
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#000000;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
.aside .section a {
|
|
|
|
color:#7F1114;
|
|
|
|
}
|
|
|
|
.aside .section:nth-child(3n-1) a {
|
|
|
|
color:#7F1114;
|
|
|
|
}
|
|
|
|
.aside .section:nth-child(3n) a {
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#FFFFFF;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.section .profile {
|
|
|
|
border-top-color:#87B4C8;
|
|
|
|
}
|
|
|
|
|
|
|
|
#aside_primary {
|
|
|
|
background:url(../images/illustrations/illu_pigeons-02.png) no-repeat 10% 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notice_text-count {
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#333333;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
#form_notice.warning #notice_text-count {
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#000000;
|
|
|
|
}
|
|
|
|
#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-05-11 05:04:56 +01:00
|
|
|
}
|
2009-06-18 05:33:32 +01:00
|
|
|
|
2009-05-11 05:04:56 +01:00
|
|
|
#form_notice.processing #notice_action-submit {
|
2009-06-18 05:33:32 +01:00
|
|
|
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
|
2009-05-11 05:04:56 +01:00
|
|
|
cursor:wait;
|
|
|
|
text-indent:-9999px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content,
|
|
|
|
#site_nav_local_views a {
|
2009-06-18 05:33:32 +01:00
|
|
|
border-color:#FFFFFF;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
#site_nav_local_views .current a {
|
|
|
|
background-color:rgba(143, 0, 0, 0.8);
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#FFFFFF;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_local_views a {
|
2009-06-18 05:33:32 +01:00
|
|
|
background-color:rgba(255, 255, 255, 0.5);
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
#site_nav_local_views a:hover {
|
2009-06-18 05:33:32 +01:00
|
|
|
background-color:rgba(255, 255, 255, 0.9);
|
2009-05-11 05:04:56 +01:00
|
|
|
color:#8F0000;
|
|
|
|
}
|
2009-06-18 05:33:32 +01:00
|
|
|
#site_nav_local_views .current a {
|
|
|
|
text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
|
|
|
|
}
|
2009-05-11 05:04:56 +01:00
|
|
|
|
|
|
|
.error {
|
|
|
|
background-color:#F7E8E8;
|
|
|
|
}
|
|
|
|
.success {
|
|
|
|
background-color:#EFF3DC;
|
|
|
|
}
|
|
|
|
|
|
|
|
#anon_notice {
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#000000;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#export_data li a {
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-position:0 45%;
|
|
|
|
}
|
|
|
|
#export_data li a.rss {
|
|
|
|
background-image:url(../../base/images/icons/icon_rss.png);
|
|
|
|
}
|
|
|
|
#export_data li a.atom {
|
|
|
|
background-image:url(../../base/images/icons/icon_atom.png);
|
|
|
|
}
|
|
|
|
#export_data li a.foaf {
|
|
|
|
background-image:url(../../base/images/icons/icon_foaf.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
.entity_edit a,
|
|
|
|
.entity_send-a-message a,
|
|
|
|
.form_user_nudge input.submit,
|
|
|
|
.form_user_block input.submit,
|
|
|
|
.form_user_unblock input.submit,
|
2009-06-18 05:33:32 +01:00
|
|
|
.form_group_block input.submit,
|
|
|
|
.form_group_unblock input.submit,
|
|
|
|
.entity_nudge p,
|
|
|
|
.form_make_admin input.submit {
|
2009-05-11 05:04:56 +01:00
|
|
|
background-position: 0 40%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
.form_group_join input.submit,
|
|
|
|
.form_group_leave input.submit
|
|
|
|
.form_user_subscribe input.submit,
|
|
|
|
.form_user_unsubscribe input.submit {
|
|
|
|
background-color:#8F0000;
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#FFFFFF;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
.form_user_unsubscribe input.submit,
|
|
|
|
.form_group_leave input.submit,
|
|
|
|
.form_user_authorization input.reject {
|
|
|
|
background-color:#87B4C8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entity_edit a {
|
|
|
|
background-image:url(../../base/images/icons/twotone/green/edit.gif);
|
|
|
|
}
|
|
|
|
.entity_send-a-message a {
|
|
|
|
background-image:url(../../base/images/icons/twotone/green/quote.gif);
|
|
|
|
}
|
|
|
|
.entity_nudge p,
|
|
|
|
.form_user_nudge input.submit {
|
|
|
|
background-image:url(../../base/images/icons/twotone/green/mail.gif);
|
|
|
|
}
|
|
|
|
.form_user_block input.submit,
|
2009-06-18 05:33:32 +01:00
|
|
|
.form_user_unblock input.submit,
|
|
|
|
.form_group_block input.submit,
|
|
|
|
.form_group_unblock input.submit {
|
2009-05-11 05:04:56 +01:00
|
|
|
background-image:url(../../base/images/icons/twotone/green/shield.gif);
|
|
|
|
}
|
2009-06-18 05:33:32 +01:00
|
|
|
.form_make_admin input.submit {
|
|
|
|
background-image:url(../../base/images/icons/twotone/green/admin.gif);
|
|
|
|
}
|
2009-05-11 05:04:56 +01:00
|
|
|
|
|
|
|
/* NOTICES */
|
2009-06-18 05:33:32 +01:00
|
|
|
.notice .attachment {
|
|
|
|
background:transparent url(../../base/images/icons/twotone/green/clip-02.gif) no-repeat 0 45%;
|
|
|
|
}
|
|
|
|
#attachments .attachment {
|
|
|
|
background:none;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
2009-07-25 18:53:37 +01:00
|
|
|
.notice-options .notice_reply {
|
2009-05-11 05:04:56 +01:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
|
|
|
|
}
|
|
|
|
.notice-options form.form_favor input.submit {
|
|
|
|
background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
|
|
|
|
}
|
|
|
|
.notice-options form.form_disfavor input.submit {
|
|
|
|
background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
|
|
|
|
}
|
2009-07-25 18:53:37 +01:00
|
|
|
.notice-options .notice_delete {
|
2009-05-11 05:04:56 +01:00
|
|
|
background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notices div.entry-content,
|
|
|
|
.notices div.notice-options {
|
|
|
|
opacity:0.4;
|
|
|
|
}
|
2009-06-18 05:33:32 +01:00
|
|
|
.notices li:hover div.entry-content,
|
|
|
|
.notices li:hover div.notice-options {
|
2009-05-11 05:04:56 +01:00
|
|
|
opacity:1;
|
|
|
|
}
|
|
|
|
div.entry-content {
|
2009-06-18 05:33:32 +01:00
|
|
|
color:#333333;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
div.notice-options a,
|
|
|
|
div.notice-options input {
|
|
|
|
font-family:sans-serif;
|
|
|
|
}
|
2009-06-18 05:55:41 +01:00
|
|
|
#content .notices li:hover {
|
2009-06-18 05:33:32 +01:00
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
#conversation .notices li:hover {
|
|
|
|
background-color:transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notices .notices {
|
|
|
|
background-color:rgba(200, 200, 200, 0.050);
|
|
|
|
}
|
|
|
|
.notices .notices .notices {
|
|
|
|
background-color:rgba(200, 200, 200, 0.100);
|
|
|
|
}
|
|
|
|
.notices .notices .notices .notices {
|
|
|
|
background-color:rgba(200, 200, 200, 0.150);
|
|
|
|
}
|
|
|
|
.notices .notices .notices .notices .notices {
|
|
|
|
background-color:rgba(200, 200, 200, 0.300);
|
|
|
|
}
|
2009-05-11 05:04:56 +01:00
|
|
|
/*END: NOTICES */
|
|
|
|
|
|
|
|
#new_group a {
|
|
|
|
background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination .nav_prev a,
|
|
|
|
.pagination .nav_next a {
|
|
|
|
background-repeat:no-repeat;
|
2009-06-18 05:33:32 +01:00
|
|
|
border-color:#000000;
|
2009-05-11 05:04:56 +01:00
|
|
|
}
|
|
|
|
.pagination .nav_prev a {
|
|
|
|
background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
|
|
|
|
background-position:10% 45%;
|
|
|
|
}
|
|
|
|
.pagination .nav_next a {
|
|
|
|
background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
|
|
|
|
background-position:90% 45%;
|
|
|
|
}
|