gnu-social/theme/identica/css/display.css

272 lines
5.4 KiB
CSS
Raw Normal View History

/* theme: identica */
html,
body,
a:active {
background-color:#ddd;
}
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:1em;
}
address {
margin-right:71px;
}
address .fn {
display:none;
}
input, textarea, select, option {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
input, textarea, select {
border-color:#aaa;
}
input.submit,
#form_notice.warning #notice_text-count,
#nav_register a,
.form_settings .form_note {
background-color:#A9BF4F;
}
input:focus, textarea:focus, select:focus,
#form_notice.warning #notice_data-text {
border-color:#A9BF4F;
}
input.submit,
#nav_register a {
color:#fff;
}
a,
2009-01-21 01:10:11 +00:00
div.notice-options input,
.form_user_block input.submit,
.form_user_unblock input.submit,
2009-01-22 00:04:13 +00:00
#entity_send-a-message a,
.form_user_nudge input.submit,
#entity_nudge p {
color:#002E6E;
}
2009-01-22 21:03:59 +00:00
.notice,
.profile {
border-top-color:#97BFD1;
}
#content .notice p.entry-content a:visited {
2009-01-17 03:09:00 +00:00
background-color:#fcfcfc;
}
.notice p.entry-content .vcard a {
background-color:#fcfffc;
}
#aside_primary,
2009-01-22 00:04:13 +00:00
#entity_subscribe a,
2009-01-22 17:01:57 +00:00
#TB_window input.submit {
background-color:#CEE1E9;
}
#notice_text-count {
color:#333;
}
#form_notice.warning #notice_text-count {
color:#000;
}
#form_notice #notice_data-attach_view {
background-image:url(../images/icons/twotone/green/paper-clip.gif);
background-repeat:no-repeat;
background-position:0 45%;
background-color:transparent;
}
#nav_register a {
text-decoration:none;
font-weight:bold;
padding:2px 4px;
}
2009-01-19 03:54:46 +00:00
#content,
#site_nav_local_views a {
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 {
background-color:rgba(255, 255, 255, 0.2);
}
#site_nav_local_views a:hover {
background-color:rgba(255, 255, 255, 0.7);
}
#page_notice .error {
background-color:#F7E8E8;
}
#page_notice .success {
background-color:#EFF3DC;
}
#export_data li a {
background-repeat:no-repeat;
background-position:0 45%;
}
#export_data li a.rss {
2009-01-15 20:15:11 +00:00
background-image:url(../../base/images/icons/icon_rss.jpg);
}
#export_data li a.atom {
2009-01-15 20:15:11 +00:00
background-image:url(../../base/images/icons/icon_atom.jpg);
}
#export_data li a.foaf {
2009-01-15 20:15:11 +00:00
background-image:url(../../base/images/icons/icon_foaf.gif);
}
#export_data li a.export_vcard {
2009-01-15 20:15:11 +00:00
background-image:url(../../base/images/icons/icon_vcard.gif);
}
/*user_actions*/
#user_actions li {
2009-01-20 22:36:57 +00:00
/*border-top-color:#eee;*/
}
2009-01-20 22:36:57 +00:00
2009-01-22 00:04:13 +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,
.form_user_unblock input.submit,
#entity_nudge p {
2009-01-20 22:36:57 +00:00
background-position: 0 40%;
background-repeat: no-repeat;
2009-01-20 22:36:57 +00:00
background-color:transparent;
}
.form_group_join input.submit,
.form_group_leave input.submit
2009-01-20 22:36:57 +00:00
.form_user_subscribe input.submit,
.form_user_unsubscribe input.submit {
2009-01-20 22:36:57 +00:00
background-color:#A9BF4F;
color:#fff;
}
.form_user_unsubscribe input.submit,
.form_group_leave input.submit {
2009-01-20 22:36:57 +00:00
background-color:#97BFD1;
}
2009-01-22 00:04:13 +00:00
#entity_send-a-message a {
2009-01-20 22:36:57 +00:00
background-image:url(../images/icons/twotone/green/quote.gif);
}
#entity_nudge p,
.form_user_nudge input.submit {
2009-01-20 22:36:57 +00:00
background-image:url(../images/icons/twotone/green/mail.gif);
}
2009-01-20 22:36:57 +00:00
.form_user_block input.submit,
.form_user_unblock input.submit {
background-image:url(../images/icons/twotone/green/shield.gif);
}
2009-01-20 22:36:57 +00:00
/* NOTICES */
.notices li.over {
background-color:#fcfcfc;
}
.notice-data a span {
background-color:transparent;
background-repeat:no-repeat;
background-position:0 45%;
}
.notice_video .notice-data a span {
background-image:url(../images/icons/twotone/green/camera.gif);
}
.notice_audio .notice-data a span {
background-image:url(../images/icons/twotone/green/music.gif);
}
.notice_image .notice-data a span {
background-image:url(../images/icons/twotone/green/search.gif);
}
.notice_event .notice-data a span {
background-image:url(../images/icons/twotone/green/calendar.gif);
}
.notice_location .notice-data a span {
background-image:url(../images/icons/twotone/green/flag.gif);
}
.notice_document .notice-data a span {
background-image:url(../images/icons/twotone/green/document.gif);
}
2009-01-17 02:32:13 +00:00
.notice-options .notice_reply a,
.notice-options form input.submit {
background-color:transparent;
}
2009-01-17 02:32:13 +00:00
.notice-options .notice_reply a {
background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
}
.notice-options form.form_favor input.submit {
background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
}
.notice-options form.form_disfavor input.submit {
background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
}
2009-01-17 02:32:13 +00:00
.notice-options .notice_delete a {
background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
}
2009-01-16 04:50:44 +00:00
2009-01-22 20:32:26 +00:00
.notices div.entry-content,
.notices div.notice-options {
opacity:0.3;
}
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;
}
div.entry-content {
color:#333;
}
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;
}
/*END: NOTICES */
.pagination .nav_prev a,
.pagination .nav_next a {
background-repeat:no-repeat;
}
.pagination .nav_prev a {
background-image:url(../images/icons/twotone/green/arrow-left.gif);
background-position:0 45%;
}
.pagination .nav_next a {
background-image:url(../images/icons/twotone/green/arrow-right.gif);
background-position:100% 45%;
}
#home #intro #guide_steps li a {
border-color:#ccc;
color:#fff;
}
#home #intro #step_join-now a {
background-color:#f00;
}
#home #intro #step_start-a-group a {
background-color:#0f0;
}
#home #intro #step_create-a-community a {
background-color:#00f;
2009-01-20 22:36:57 +00:00
}