]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/breathe.css
3c3dd07847d99c01d99b85e41a904cbdc78262d8
[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 ul.menu-popup {
54   border: 1px solid #364e59;
55   border-radius: 5px;
56 }
57
58 .contact-photo-menu {
59   border: 1px solid #364e59;
60   border-radius: 5px;
61 }
62
63 .tread-wrapper {
64   border-radius: 10px;
65 }
66
67 .wall-item-comment-wrapper textarea {
68   border-radius: 5px;
69 }
70
71 #profile-jot-form {
72   border-radius: 10px;
73 }
74
75 #profile-jot-form #profile-jot-text {
76   border-radius: 5px;
77 }
78
79 ul.tabs a {
80   border-radius: 5px;
81 }
82
83 #birthday-notice, #event-notice {
84   border-radius: 5px;
85 }
86
87 div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
88   border-radius: 5px;
89 }
90
91 .vevent {
92   border-radius: 5px;
93 }
94
95 .mail-list-wrapper {
96   border-radius: 5px;
97 }