]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/plusminus.css
47bd002acb929f10b700589f1cddcab43a77551d
[friendica.git] / view / theme / vier / plusminus.css
1 /* Modifications by https://horche.demkontinuum.de/profile/hoergen */
2
3 h1 {
4   font-size: 18px;
5   color: blue;
6 }
7
8 h2 {
9   font-size: 16px;
10   color: blue;
11   background-color: #EEEEEE;
12 }
13
14 h3 {
15   font-size: 14px;
16   color: blue;
17 }
18 h4 {  font-size: 14px;}
19
20 .settings-heading {
21   font-size: 18px;
22   color: black;
23   font-weight: bold;
24   background-color: #cfcece;
25 }
26
27 .setings-contend-block {
28   background-color: white;
29 }
30
31 #settings-form {
32   background-color: whitesmoke;
33 }
34
35 nav {
36   background: #fff;
37   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
38   padding-top: 6px;
39   padding-bottom: 6px;
40 }
41
42 nav a:active,
43 nav a:link,
44 nav a:visited,
45 nav a {
46   color: #737373;
47 }
48
49 nav a:hover,
50 #nav-messages-see-all a:hover {
51   color: #000;
52 }
53
54 .manage-notify {
55   background-color: #CB4437;
56   border-radius: 10px;
57   font: bold 11px/16px Arial;
58 }
59
60 nav .nav-notify {
61   background-color: #CB4437;
62   top: -3px;
63   right: -4px;
64   font: bold 11px/16px Arial;
65   padding: 1px;
66   border-radius: 10px;
67 }
68
69 nav .nav-menu-icon .nav-notify {
70   top: 0px;
71 }
72
73 nav .nav-menu.selected a {
74   color: #000;
75 }
76
77 nav .nav-menu:hover,
78 nav .nav-menu.selected {
79   border-bottom: 2px solid #427FED;
80 }
81
82 nav .nav-menu {
83   height: 23px;
84   font-size: 14px;
85   font-weight: initial;
86 }
87
88 #nav-apps-menu,
89 #nav-site-menu,
90 #nav-notifications-menu,
91 #nav-user-menu {
92   top: 32px;
93 }
94
95 #nav-messages-menu {
96   top: 32px;
97 }
98
99 #nav-messages-see-all a {
100   color: #737373;
101 }
102
103 ul.tabs li .active, span.pager_current a {
104   border-bottom: 2px solid #427FED;
105 }
106
107 span.pager_current, span.pager_n a:hover, 
108 span.pager_first a:hover, span.pager_last a:hover, 
109 span.pager_prev a:hover, span.pager_next a:hover,
110 ul.tabs a:hover {
111   border-bottom: 2px solid #427FED;
112 }
113
114 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
115   color: #737373;
116 }
117
118 nav #nav-messages-linkmenu.selected,
119 nav #nav-user-linklabel.selected,
120 nav #nav-apps-link.selected {
121   background-color: #fff;
122   border-bottom-style: none;
123 }
124
125 div.jGrowl div.info {
126   background: #fff url("../../../images/icons/48/info.png") no-repeat 5px center;
127 }
128
129 div.jGrowl div.notice {
130   color: #737373;
131 }
132 div.jGrowl div.info {
133   color: #737373;
134 }
135
136 .birthday-notice, .event-notice {
137   font-weight: initial;
138 }
139
140 div.pager, ul.tabs {
141   font-weight: initial;
142 }
143
144 nav .nav-menu-icon.selected {
145   background-color: #fff;
146 }
147
148 #jot #jot-tools li:hover {
149   background-color: #fff;
150 }
151
152 nav .icon {
153   color: #737373;
154 }
155
156 nav a:hover .icon {
157   color: #000;
158 }
159
160 ul.menu-popup {
161   border: 0px solid #FFF;
162   margin-top: 0px;
163 }
164
165 header #banner a, header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover {
166   color: #737373;
167 }
168
169 header {
170   left: 10px;
171 }
172
173 header #banner {
174   margin-top: 6px;
175 }
176
177 #banner #logo-text {
178   margin-left: 5px;
179 }
180
181 aside {
182   top: 44px;
183   height: calc(100% - 54px);
184 }
185
186 right_aside {
187   top: 44px;
188 }
189
190 section {
191   top: 44px;
192 }
193
194 nav #nav-search-box #nav-search-text {
195   background-color: initial;
196   border-style: solid;
197   border-width: 1px;
198   border-color: rgba(0, 0, 0, 0.15);
199 }
200
201 .widget h3 {
202   padding: 0px;
203   margin: 0px;
204   font-size: 14px;
205   font-weight: initial;
206   background-color: #EEEEEE;
207   color: #505050;
208   font-weight: bolder;
209 }
210
211 /* Timeline */
212
213 div.pager, ul.tabs {
214   border-radius:5px;
215 }
216
217 /* Post*/
218
219 #profile-jot-form { border-radius: 5px; }
220
221 .tread-wrapper { border-radius: 5px; }
222
223 /* Post header */
224
225 .wall-item-container .wall-item-name,
226 .wall-item-container .shared-author {
227   color: #555;
228   font-weight: normal;
229   font-size:10px;
230   -webkit-transition: all 0.2s ease-in-out;
231   -moz-transition: all 0.2s ease-in-out;
232   -o-transition: all 0.2s ease-in-out;
233   -ms-transition: all 0.2s ease-in-out;
234   transition: all 0.2s ease-in-out;
235 }
236
237 .toplevel_item:hover .wall-item-name,
238 .wall-item-container:hover .wall-item-name,
239 .toplevel_item:hover .shared-author,
240 .wall-item-container:hover .shared-author {
241   color: #36c;
242   font-weight: normal;
243   -webkit-transition: all 0.2s ease-in-out;
244   -moz-transition: all 0.2s ease-in-out;
245   -o-transition: all 0.2s ease-in-out;
246   -ms-transition: all 0.2s ease-in-out;
247   transition: all 0.2s ease-in-out;
248 }
249
250 .dt-published { font-size:10px; }
251
252 /* Post content */
253 .wall-item-content blockquote {
254   border-left: 2px solid #D2D2D2;
255   margin-top: 10px;
256   margin-bottom:10px;
257 }
258
259 .wall-item-content strong { color:#565656; }
260
261 .wall-item-network { font-size:10px; }
262
263 .mention { font-size:12px;}
264
265 .tag { font-size:12px; }
266
267 .type-link, .type-video {
268   border-top: 0px solid #D2D2D2;
269   border-bottom: 0px solid #D2D2D2;
270   display: block;
271   padding-top: 5px;
272   padding-bottom: 5px;
273   margin-top: 20px;
274 }
275
276 .type-link blockquote{
277   border-left: 2px solid #D2D2D2;
278   margin-top: 10px;
279   margin-bottom:10px;
280   padding-left: 5px;
281   font-size:12px;
282 }
283
284 /* Post footer */
285 .wall-item-like { font-size:12px; }
286
287 .wall-item-actions-author{
288   font-size:10px;
289   font-weight:normal;
290   margin-bottom: -0.7em;
291   line-height: 5px;
292 }
293
294 .wall-item-tags  { font-size:10px; }
295
296 .wall-item-container.comment .contact-photo  { height:25px; width:25px;}
297
298 #item-delete-selected { font-size:12px; }
299
300 .item-select {
301   width: 1px;
302   height: 1px;
303   background: #000;
304   position: relative;
305   border-radius: 9px;
306 }
307
308 .contact-menu {
309   font-size:12px; 
310   padding-top:0px;
311   padding-bottom:0px;
312 }
313
314 .wall-item-bottom { font-size: 14px; }
315
316 /* comments */
317
318 .wall-item-like { font-size:10px; }
319
320 .wall-item-container.comment { border-bottom: 0px; }
321
322 .hide-comments-outer {
323   margin-left: 80px;
324   margin-bottom: 5px;
325   width: 660px;
326   border-bottom: 0px;
327   border-top: 0px;
328   font-size: 10px;
329   padding: 8px;
330 }
331
332 .fakelink {
333   color: #36c;
334   text-decoration: none;
335   font-size: 10px; 
336   cursor: pointer;
337 }
338
339 /* Calendar */
340
341 .fc-body { background-color: white; }
342
343 .fc-content, .fc-widget {
344   background-color: #a7ecff; 
345   color: black;
346   text-decoration: normal;
347 }
348
349 .fc-toolbar {
350   text-align: center;
351   margin-bottom: 1em;
352   background: white;
353 }
354
355 .fc-day-grid-event .fc-time {
356   font-weight: normal;
357   font-size: 10px;
358 }
359
360 .fc-title, fc-time { text-decoration: normal; }
361
362 .fc-unthemed .fc-today { background: #f9ff97; }
363
364 /* remove standard-styles */
365
366 select {
367   -webkit-appearance: none;
368   -moz-appearance: none;
369   appearance: none;
370   border:1px;
371   border-radius: 5px;
372
373
374 option {
375   background:white;
376   border-top:0px solid #000;
377   height:15px;
378   font-size:10px;
379 }
380
381 /* styling */
382 select {
383   border: 1px solid #bbb;
384   background-color: lightgrey;
385   box-shadow: 0 0px 0px 0 rgba(0,0,0,0.5);
386   height:20px;
387 }
388