]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/scheme/plusminus.css
Remove deprecated method to find duplicates (issue from 2013)
[friendica.git] / view / theme / frio / scheme / plusminus.css
1 /*
2     Licence    : AGPL
3
4     Created on : 29.06.2018, 15:03:06
5     Author     : hoergen
6     Color picker   : https://www.w3schools.com/colors/colors_names.asp
7     CSS UTF8 icons : https://www.utf8icons.com 
8
9 */
10
11 body {
12     background: url(scheme/plusminus.jpg);
13     background-repeat: no-repeat;
14     background-size: cover;
15     background-attachment: fixed;
16     height: auto;
17 }
18
19 aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-content, .p-name, .topbar, post, shiny, tread-wrapper, #topbar-second  {
20     color: #000;
21     background-color: #f5f5f5;
22 }
23
24 .form-control { 
25     font-family: ".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
26 }
27
28 #topbar-first #nav-notifications-menu li.notify-unseen {
29     border-left: 3px solid #f3fcfd;
30     background-color: antiquewhite;
31 }
32
33 #topbar-first #nav-notifications-menu li.notif-entry {
34     padding: 0px;
35 }
36
37 .birthday-notice {
38     background-color:#cc0000;
39     color: white;
40 }
41
42 #birthday-title {
43     background-color:#ff0000;
44     color: white;
45     text-indent: 6px;
46 }
47
48 .birthday-list:before {
49     content: "\1F382 ";
50 }
51
52 .birthday-list{
53     margin: 1px;
54     color: black;
55     background-color: yellow;
56     text-indent: 10px;
57     border-radius: 5px;
58 }
59
60 #event-notice{
61     color: white;
62     background-color: #004c5b;
63     text-indent: 2px;
64 }
65
66 #event-title{
67     color: whitesmoke;
68     background-color: #006c83;
69     text-indent: 6px;
70 }
71
72 .event-list:before {
73     content: "\1F5D3 ";
74 }
75
76 .event-list {
77     margin: 1px;
78     color: black;
79     background-color: #00c7f0;
80     text-indent: 10px;
81     border-radius: 5px;
82 }
83
84 .panel .panel-body {
85     padding-top: 1px;
86     padding-bottom: 1px;
87     padding-left:5px;
88     padding-right:5px;
89     border: 1px;
90 }
91
92 .wall-item-network {
93     font-size: 12px;
94 }
95
96 .wall-item-content .clearfix .post .comment-container .well .well-sm .wall-item-body .e-content .p-name .media .comment .wall-item-bottom .wall-item-links .wall-item-tags .wall-item-actions .wall-item-responses #hr {
97     box-sizing: border-box;
98     margin-top: 0px;
99     margin-bottom: 0px;
100     border:0px;
101     padding:0px;
102     color:black; 
103 }
104
105 .wall-spacer {
106     height: 0px;
107 }
108