]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/breathe.css
Merge remote-tracking branch 'upstream/master'
[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 header #banner #logo-text {
9   margin-left: 7px;
10 }
11
12 #live-network {
13   border-bottom: none !important;
14 }
15
16 code {
17   border: none;
18   border-radius: 5px;
19 }
20
21 header #banner a,
22 header #banner a:active,
23 header #banner a:visited,
24 header #banner a:link,
25 header #banner a:hover {
26   color: #737373;
27 }
28
29 nav {
30    background: #eeeeee;
31 }
32
33 nav .icon {
34   color: #737373;
35 }
36
37 nav a:active,
38 nav a:visited,
39 nav a:link,
40 nav a:hover .icon,
41 nav a {
42   color: #737373;
43 }
44
45 nav #search-box #search-text {
46   border-radius: 5px;
47 }
48
49 nav .nav-menu.selected {
50   border-bottom: 3px solid #737373;
51 }
52
53 nav .nav-menu-icon.selected {
54   background-color: #eeeeee;
55 }
56
57 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
58   color: #737373;
59 }
60
61 ul.menu-popup {
62   border: 1px solid #364e59;
63   border-radius: 5px;
64 }
65
66 .contact-photo-menu {
67   border: 1px solid #364e59;
68   border-radius: 5px;
69 }
70
71 .tread-wrapper {
72   border-radius: 10px;
73 }
74
75 .wall-item-comment-wrapper textarea {
76   border-radius: 5px;
77 }
78
79 #profile-jot-form {
80   border-radius: 10px;
81 }
82
83 #profile-jot-form #profile-jot-text {
84   border-radius: 5px;
85 }
86
87 ul.tabs {
88   background-color: #eeeeee;
89 }
90
91 ul.tabs a {
92   color: #737373;
93 }
94
95 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
96 .comment-edit-submit-wrapper .fakelink:hover {
97     color: #737373;
98 }
99
100 ul.tabs li .active {
101   border-bottom: 3x solid #737373;
102 }
103
104 #birthday-notice, #event-notice {
105   border-radius: 5px;
106 }
107
108 div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
109   border-radius: 5px;
110 }
111
112 div.pager, ul.tabs {
113   box-shadow: none;
114   border-bottom: none;
115 }
116
117 .vevent {
118   border-radius: 5px;
119 }
120
121 .mail-list-wrapper {
122   border-radius: 5px;
123 }