friendica/view/theme/vier/breathe.css

76 lines
993 B
CSS
Raw Normal View History

/* "Breathe" style for friendica theme "Vier"
* silke june 2014 */
body {
background-color: #eeeeee !important;
}
#live-network {
border-bottom: none !important;
}
code {
border: none;
border-radius: 5px;
}
nav .icon {
color: #fff;
}
nav a:active,
nav a:visited,
nav a:link,
nav a {
color: #fff;
}
nav #search-box #search-text {
border-radius: 5px;
}
nav .nav-menu.selected {
2014-06-15 00:56:05 +02:00
border-bottom: 3px solid #eeeeee;
}
ul.menu-popup {
border: 1px solid #364e59;
border-radius: 5px;
}
.tread-wrapper {
border-radius: 10px;
}
.wall-item-comment-wrapper textarea {
border-radius: 5px;
}
#profile-jot-form {
border-radius: 10px;
}
#profile-jot-form #profile-jot-text {
border-radius: 5px;
}
ul.tabs a {
border-radius: 5px;
}
#birthday-notice, #event-notice {
border-radius: 5px;
}
div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
border-radius: 5px;
}
.vevent {
border-radius: 5px;
}
.mail-list-wrapper {
border-radius: 5px;
}