]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/plus.css
wrapping up 2019.12
[friendica.git] / view / theme / vier / plus.css
1 nav {
2   background: #fff;
3   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
4   padding-top: 6px;
5   padding-bottom: 6px;
6 }
7
8 nav a:active,
9 nav a:link,
10 nav a:visited,
11 nav a {
12   color: #737373;
13 }
14
15 nav a:hover,
16 #nav-messages-see-all a:hover {
17   color: #000;
18 }
19
20 .delegation-notify {
21   background-color: #CB4437;
22   border-radius: 10px;
23   font: bold 11px/16px Arial;
24 }
25
26 nav .nav-notify {
27 /*  background-color: #427FED; */
28   background-color: #CB4437;
29   top: -3px;
30   right: -4px;
31   font: bold 11px/16px Arial;
32   padding: 1px;
33   border-radius: 10px;
34 }
35
36 nav .nav-menu-icon .nav-notify {
37   top: 0px;
38 }
39
40 nav .nav-menu.selected a {
41   color: #000;
42 /*  font-weight: bold; */
43 }
44
45 nav .nav-menu:hover,
46 nav .nav-menu.selected {
47   border-bottom: 2px solid #427FED;
48 }
49
50 nav .nav-menu {
51   height: 23px;
52   font-size: 14px;
53   font-weight: initial;
54 }
55
56 #nav-apps-menu,
57 #nav-site-menu,
58 #nav-notifications-menu,
59 #nav-user-menu {
60   top: 32px;
61 }
62
63 #nav-messages-menu {
64   top: 32px;
65 }
66
67 #nav-messages-see-all a {
68   color: #737373;
69 }
70
71 ul.tabs li .active, span.pager_current a {
72   border-bottom: 2px solid #427FED;
73 }
74
75 span.pager_current, span.pager_n a:hover, 
76 span.pager_first a:hover, span.pager_last a:hover, 
77 span.pager_prev a:hover, span.pager_next a:hover,
78 ul.tabs a:hover {
79   border-bottom: 2px solid #427FED;
80 }
81
82 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
83   color: #737373;
84 }
85
86 nav #nav-messages-linkmenu.selected,
87 nav #nav-user-linklabel.selected,
88 nav #nav-apps-link.selected {
89   background-color: #fff;
90   border-bottom-style: none;
91 }
92
93 div.jGrowl div.info {
94   background: #fff url("../../../images/icons/48/info.png") no-repeat 5px center;
95 }
96
97 div.jGrowl div.notice {
98   color: #737373;
99 }
100 div.jGrowl div.info {
101   color: #737373;
102 }
103
104 .birthday-notice, .event-notice {
105   font-weight: initial;
106 }
107
108 div.pager, ul.tabs {
109   font-weight: initial;
110 }
111
112 nav .nav-menu-icon.selected {
113   background-color: #fff;
114 }
115
116 #jot #jot-tools li:hover {
117   background-color: #fff;
118 }
119
120 nav .icon {
121   color: #737373;
122 }
123
124 nav a:hover .icon {
125   color: #000;
126 }
127
128 ul.menu-popup {
129   border: 0px solid #FFF;
130   margin-top: 0px;
131 }
132
133 header #banner a, header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover {
134   color: #737373;
135 }
136
137 header {
138   left: 10px;
139 }
140
141 header #banner {
142   margin-top: 6px;
143 }
144
145 #banner #logo-text {
146   margin-left: 5px;
147 }
148
149 aside {
150   top: 44px;
151   height: calc(100% - 54px);
152 }
153
154 right_aside {
155   top: 44px;
156 }
157
158 section {
159   top: 44px;
160 }
161
162 nav #nav-search-box #nav-search-text {
163   background-color: initial;
164   border-style: solid;
165   border-width: 1px;
166   border-color: rgba(0, 0, 0, 0.15);
167 }