]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/breathe.css
top nav bar colors
[friendica.git] / view / theme / vier / breathe.css
1 /* "Breathe" style for friendica theme "Vier"
2  * silke june 2014 */
3
4 body {
5   background-color: #eeeeee !important;
6 }
7
8 #live-network {
9   border-bottom: none !important;
10 }
11
12 code {
13   border: none;
14   border-radius: 5px;
15 }
16
17 header #banner a,
18 header #banner a:active,
19 header #banner a:visited,
20 header #banner a:link,
21 header #banner a:hover {
22   color: #737373;
23 }
24
25 nav {
26    background: #eeeeee;
27 }
28
29 nav .icon {
30   color: #737373;
31 }
32
33 nav a:active,
34 nav a:visited,
35 nav a:link,
36 nav a {
37   color: #737373;
38 }
39
40 nav #search-box #search-text {
41   border-radius: 5px;
42 }
43
44 nav .nav-menu.selected {
45   border-bottom: 3px solid #eeeeee;
46 }
47
48 ul.menu-popup {
49   border: 1px solid #364e59;
50   border-radius: 5px;
51 }
52
53 .tread-wrapper {
54   border-radius: 10px;
55 }
56
57 .wall-item-comment-wrapper textarea {
58   border-radius: 5px;
59 }
60
61 #profile-jot-form {
62   border-radius: 10px;
63 }
64
65 #profile-jot-form #profile-jot-text {
66   border-radius: 5px;
67 }
68
69 ul.tabs a {
70   border-radius: 5px;
71 }
72
73 #birthday-notice, #event-notice {
74   border-radius: 5px;
75 }
76
77 div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
78   border-radius: 5px;
79 }
80
81 .vevent {
82   border-radius: 5px;
83 }
84
85 .mail-list-wrapper {
86   border-radius: 5px;
87 }