]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/breathe.css
space between logo and sitename
[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 {
41   color: #737373;
42 }
43
44 nav #search-box #search-text {
45   border-radius: 5px;
46 }
47
48 nav .nav-menu.selected {
49   border-bottom: 3px solid #737373;
50 }
51
52 ul.menu-popup {
53   border: 1px solid #364e59;
54   border-radius: 5px;
55 }
56
57 .tread-wrapper {
58   border-radius: 10px;
59 }
60
61 .wall-item-comment-wrapper textarea {
62   border-radius: 5px;
63 }
64
65 #profile-jot-form {
66   border-radius: 10px;
67 }
68
69 #profile-jot-form #profile-jot-text {
70   border-radius: 5px;
71 }
72
73 ul.tabs a {
74   border-radius: 5px;
75 }
76
77 #birthday-notice, #event-notice {
78   border-radius: 5px;
79 }
80
81 div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
82   border-radius: 5px;
83 }
84
85 .vevent {
86   border-radius: 5px;
87 }
88
89 .mail-list-wrapper {
90   border-radius: 5px;
91 }