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