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