]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/breathe.css
Just kept the differences for "breathe" style
[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 nav .icon {
18   color: #fff;
19 }
20
21 nav a:active,
22 nav a:visited,
23 nav a:link,
24 nav a {
25   color: #fff;
26 }
27
28 nav #search-box #search-text {
29   border-radius: 5px;
30 }
31
32 nav .nav-menu.selected {
33   border-bottom: 3px solid #eeeeee;
34 }
35
36 ul.menu-popup {
37   border: 1px solid #364e59;
38   border-radius: 5px;
39 }
40
41 .tread-wrapper {
42   border-radius: 10px;
43 }
44
45 .wall-item-comment-wrapper textarea {
46   border-radius: 5px;
47 }
48
49 #profile-jot-form {
50   border-radius: 10px;
51 }
52
53 #profile-jot-form #profile-jot-text {
54   border-radius: 5px;
55 }
56
57 ul.tabs a {
58   border-radius: 5px;
59 }
60
61 #birthday-notice, #event-notice {
62   border-radius: 5px;
63 }
64
65 div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
66   border-radius: 5px;
67 }
68
69 .vevent {
70   border-radius: 5px;
71 }
72
73 .mail-list-wrapper {
74   border-radius: 5px;
75 }