forked from friendica/themes-community
Tobias Diekershoff
36d68f937b
Tony collected these themes 2013 at https://github.com/tonybaldwin/fthemes they are derived from duepuntozero
223 lines
5 KiB
CSS
223 lines
5 KiB
CSS
@import url('../duepuntozero/style.css');
|
|
|
|
/* hippy theme by tony baldwin https://free-haven.org/u/tony */
|
|
|
|
a:link, a:visited { color: #0858a4; text-decoration: underline; }
|
|
a:hover {text-decoration: none; }
|
|
|
|
input, select, textarea {
|
|
background-color: #ffffff;
|
|
color: #000000 !important;
|
|
border: 1px solid #000000;
|
|
}
|
|
.openid { background-color: #ffffff;}
|
|
|
|
body { background-color: #ffffff; color: #000000;
|
|
background-image: url("tiedye.jpg");background-repeat: repeat;background-attachment:fixed;
|
|
font-family:"Times New Roman", Times, serif;font-size:14px; margin: auto; width: 1400px;}
|
|
aside{ background-image: none; padding-bottom: 0px; color:#000!important; }
|
|
section { background-color: #e8dbff; color: #000!important;
|
|
background-image: none;
|
|
min-height:500px;
|
|
-moz-border-radius: 20px; border-radius: 20px;
|
|
-moz-box-shadow: inset 0 0 10px #cc0000;
|
|
-webkit-box-shadow: inset 0 0 10px #cc0000;
|
|
box-shadow: inset 0 0 10px #cc0000;
|
|
}
|
|
#panel { background-color: #ffffff !important;}
|
|
|
|
.tabs { background-image: none; background-color: #b1a1ff;color:#085c00;
|
|
-moz-border-radius: 10px; border-radius: 10px;}
|
|
div.wall-item-content-wrapper.shiny { background-image: none; }
|
|
|
|
.sparkle {
|
|
cursor: url('lock.cur'), pointer;a
|
|
/* cursor: pointer !important; */
|
|
}
|
|
|
|
nav {border-bottom:0px!important;}
|
|
nav #banner #logo-text a { font-size:90%;background-color:#ffe6b0;color:#085c00;
|
|
padding: 5px;
|
|
-moz-border-radius: 10px; border-radius: 10px;}
|
|
nav .nav-link {
|
|
float: right;
|
|
margin: 0.2em 0em;
|
|
padding: 0em 0.5em;
|
|
background-color: #f9d6f6!important;
|
|
-moz-border-radius: 10px; border-radius: 10px;
|
|
}
|
|
|
|
.wall-item-content {
|
|
max-height: 20000px;
|
|
overflow: none;
|
|
}
|
|
|
|
.wall-item-content-wrapper {
|
|
border: 1px solid #ffffff;
|
|
background: #f9d6f6;
|
|
}
|
|
.wall-item-outside-wrapper.threaded > .wall-item-content-wrapper {
|
|
-moz-border-radius: 3px 3px 0px;
|
|
border-radius: 3px 3px 0px;
|
|
}
|
|
.wall-item-tools { background-color: #ffffff; background-image: none;}
|
|
.comment-wwedit-wrapper{
|
|
background-color: #ffe6b0;
|
|
}
|
|
.comment-wwedit-wrapper.threaded {
|
|
border: solid #444;
|
|
border-width: 0px 3px 3px;
|
|
-moz-border-radius: 0px 0px 3px 3px;
|
|
border-radius: 0px 0px 3px 3px;
|
|
}
|
|
.editicon {
|
|
background-color: #fff;
|
|
}
|
|
.comment-edit-preview{ color: #111; }
|
|
.wall-item-content-wrapper.comment { background-color: #ffffff; border: 0px;}
|
|
.photo-top-album-name{ background-color: #ffffff; }
|
|
.photo-album-image-wrapper .caption { background-color: rgba(51, 51, 51, 0.8); color: #000000; }
|
|
|
|
.nav-selected.nav-link { color: #444444!important; border-bottom: 4px}
|
|
.nav-commlink, .nav-login-link { background:#d9f3d9!important;
|
|
-moz-border-radius: 10px; border-radius: 10px;
|
|
-moz-box-shadow: inset 0 0 5px #76c1ff;
|
|
-webkit-box-shadow: inset 0 0 5px #76c1ff;
|
|
box-shadow: inset 0 0 5px #76c1ff;
|
|
}
|
|
.nav-commlink:link, .nav-commlink:visited,
|
|
.nav-login-link:link, .nav-login-link:visited{
|
|
color: #444444;
|
|
}
|
|
|
|
.fakelink, .fakelink:visited {
|
|
color: #444;
|
|
}
|
|
|
|
.wall-item-name-link {
|
|
color: #444;
|
|
}
|
|
|
|
.wall-item-photo-menu li a, .contact-photo-menu {
|
|
color: #444444; background-color: #ffffff;
|
|
}
|
|
|
|
.wall-item-photo-menu li a:hover {
|
|
background-color: #444444; color: #ffffff;
|
|
}
|
|
|
|
code {
|
|
font-family: Helvetica;
|
|
background:#dbeeff!important;
|
|
color:#111 !important;
|
|
}
|
|
|
|
blockquote {
|
|
background:#d9f3d9!important;
|
|
color:#003989!important;
|
|
}
|
|
|
|
|
|
#page-footer { min-height: 1em;}
|
|
footer {
|
|
margin: 0px 10%;
|
|
display: block;
|
|
height: 25px;
|
|
}
|
|
|
|
|
|
input#dfrn-url {
|
|
background-color: #ffffff;
|
|
color: #000000 !important;
|
|
}
|
|
.pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current {
|
|
color: #000088;
|
|
}
|
|
|
|
#jot-perms-icon {
|
|
float: left;
|
|
}
|
|
|
|
|
|
#jot-title, #jot-category {
|
|
background-color: #333333;
|
|
border: 1px solid #333333;
|
|
}
|
|
|
|
#jot-title::-webkit-input-placeholder{ color: #555555!important;}
|
|
#jot-title:-moz-placeholder{color: #555555!important;}
|
|
#jot-category::-webkit-input-placeholder{ color: #555555!important;}
|
|
#jot-category:-moz-placeholder{color: #555555!important;}
|
|
|
|
|
|
#jot-title:hover,
|
|
#jot-title:focus,
|
|
#jot-category:hover,
|
|
#jot-category:focus {
|
|
border: 1px solid #cccccc;
|
|
}
|
|
|
|
.acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net {
|
|
color: #eec;
|
|
}
|
|
#fancybox-content{
|
|
background:#fff;
|
|
}
|
|
|
|
input#acl-search {
|
|
background-color: #aaa;
|
|
}
|
|
|
|
|
|
.notify-seen {
|
|
background:#111;
|
|
}
|
|
|
|
#nav-notifications-menu {
|
|
background: #eee;
|
|
}
|
|
|
|
#nav-notifications-menu li:hover {
|
|
background: #fff;
|
|
}
|
|
|
|
.acpopupitem{
|
|
background:#2e2f2e;
|
|
}
|
|
|
|
.group-selected, .nets-selected, .fileas-selected, .categories-selected{
|
|
background:#2e2f2e;
|
|
}
|
|
|
|
/* Events */
|
|
|
|
.fc-state-highlight {
|
|
background: #666 !important;
|
|
}
|
|
|
|
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
|
|
color: #000 !important;
|
|
}
|
|
|
|
/*Admin page */
|
|
|
|
#adminpage table tr:hover {
|
|
color: #eec;
|
|
background-color: #666;
|
|
}
|
|
|
|
.settings-widget .selected {
|
|
background: #666;
|
|
}
|
|
|
|
|
|
/* Stuff that doesn't seem to fit with anything else */
|
|
|
|
#datebrowse-sidebar select {
|
|
color:#111 !important;
|
|
}
|
|
|
|
input#prvmail-subject {
|
|
background: #222 !important;
|
|
}
|