]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/favorites.css
Twitter: Fetch the contact relation
[friendica-addons.git] / jappixmini / jappix / css / favorites.css
1 /*
2
3 Jappix - An open social platform
4 This is the favorites CSS stylesheet for Jappix
5
6 -------------------------------------------------
7
8 License: AGPL
9 Author: Vanaryon
10 Last revision: 28/12/10
11
12 */
13
14 #favorites .content {
15         padding: 10px 0 10px 0;
16 }
17
18 #favorites .fedit-head-select {
19         min-width: 190px;
20         max-width: 210px;
21 }
22
23 #favorites .switch-fav {
24         margin: 0 10px 0 10px;
25         width: 200px;
26         height: 355px;
27         border-right: 1px #c0c0c0 dotted;
28         float: left;
29 }
30
31 #favorites .room-switcher {
32         width: 188px;
33         height: 18px;
34         border-bottom: 1px #9dc4fc solid;
35         float: left;
36         padding: 10px 6px;
37         font-size: 0.9em;
38 }
39
40 #favorites .room-switcher:hover {
41         background-color: #e9f1fd;
42         cursor: pointer;
43 }
44
45 #favorites .room-switcher:active {
46         background-color: #f1f6fd;
47 }
48
49 #favorites .switch-fav .icon {
50         float: left;
51         height: 16px;
52         width: 16px;
53         margin: 0 8px 0 0;
54 }
55
56 #favorites .switch-fav .room-list .list-icon {
57         background-position: 0 -855px;
58 }
59
60 #favorites .switch-fav .room-search .search-icon {
61         background-position: 0 -876px;
62 }
63
64 #favorites .static-fav {
65         width: 385px;
66         height: 335px;
67         margin: 0 10px 0 0;
68         padding: 10px;
69         float: right;
70 }
71
72 #favorites .favorites-search {
73         display: none;
74 }
75
76 #favorites .static-fav-head {
77         width: 393px;
78         margin: -10px;
79 }
80
81 #favorites .static-fav-results {
82         width: 406px;
83         height: 314px;
84         margin: 10px -10px -10px -10px;
85         padding: 6px 0 0 0;
86 }
87
88 #favorites .fedit-line {
89         height: 30px;
90         font-size: 0.9em;
91         padding: 10px 0 4px 4px;
92         border-bottom: 1px #9dc4fc solid;
93 }
94
95 #favorites .fedit-line:hover {
96         background: #e9f1fd;
97 }
98
99 #favorites label {
100         width: 140px;
101         margin-top: 3px;
102 }
103
104 #favorites input {
105         height: 18px;
106         width: 186px;
107         margin-top: 0;
108         padding: 2px;
109 }
110
111 #favorites .fedit-select {
112         min-width: 160px;
113 }
114
115 #favorites .fedit-actions {
116         margin: 10px 0 0;
117         font-size: 0.9em;
118         float: right;
119 }
120
121 #favorites input[type=checkbox] {
122         margin-top: 5px;
123 }
124
125 #favorites .fedit-terminate {
126         float: right;
127 }
128
129 #favorites .fedit-add {
130         display: block;
131 }
132
133 #favorites .fedit-edit {
134         background-position: 2px -1240px;
135 }
136
137 #favorites .fedit-remove {
138         margin: 0 8px 0 0;
139 }
140
141 #favorites .add,
142 .popup .results .one-button.one-add {
143         background-position: 3px -1177px;
144 }
145
146 #favorites .remove,
147 #inbox .remove {
148         background-position: 3px -1196px;
149 }
150
151 #favorites .join,
152 #inbox .reply,
153 #inbox .send,
154 .popup .results .one-button.one-chat {
155         background-position: 3px -124px;
156 }
157
158 #favorites .one-button,
159 #inbox .one-button,
160 .popup .results .one-button {
161         padding-left: 20px !important;
162         font-size: 0.98em;
163 }
164
165 #favorites .fsearch-results {
166         overflow: auto;
167 }
168
169 #favorites .room-name {
170         margin: 4px 2px 5px;
171         max-width: 210px;
172         float: left;
173 }
174
175 #favorites .fsearch-noresults {
176         display: none;
177         font-size: 0.9em;
178         font-weight: bold;
179 }