]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/mini-ie.css
Twitter: Fetch the contact relation
[friendica-addons.git] / jappixmini / jappix / css / mini-ie.css
1 /*
2
3 Jappix - An open social platform
4 This is the Jappix Mini legacy IE CSS stylesheet
5
6 -------------------------------------------------
7
8 License: AGPL
9 Author: Vanaryon
10 Last revision: 20/03/11
11
12 */
13
14 #jappix_mini {
15         width: expression(document.documentElement.clientWidth - 150 + 'px') !important;
16         position: absolute !important;
17         bottom: auto !important;
18         right: auto !important;
19         top: expression(((document.documentElement.clientHeight - this.offsetHeight) + (ignoreMiniTop = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px') !important;
20         left: expression((150 + this.offsetWidth - (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) + (ignoreMiniLeft = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px') !important;
21 }
22
23 #jappix_mini .jm_images {
24         background-image: url(../img/sprites/mini.gif) !important;
25 }
26
27 #jappix_mini .jm_images_animate {
28         background-image: url(../img/sprites/animate.gif) !important;
29 }
30
31 #jappix_mini a.jm_button {
32         width: 1px !important;
33 }
34
35 #jappix_mini div.jm_roster {
36         right: -1px !important;
37         bottom: 23px !important;
38 }
39
40 #jappix_mini div.jm_roster div.jm_buddies {
41         height: expression(this.scrollHeight > (document.documentElement.clientHeight - 70) ? (document.documentElement.clientHeight - 70) + 'px' : 'auto') !important;
42 }
43
44 #jappix_mini a.jm_pane {
45         height: 12px !important;
46         overflow-y: hidden !important;
47 }
48
49 #jappix_mini a.jm_button.jm_clicked {
50         background-image: none !important;
51 }
52
53 #jappix_mini div.jm_conversations a.jm_clicked {
54         border-right: none !important;
55         padding: 7px 6px 6px 6px !important;
56 }
57
58 #jappix_mini div.jm_chat-content {
59         bottom: 23px !important;
60         right: -2px !important;
61 }
62
63 #jappix_popup {
64         height: expression(document.documentElement.clientHeight + 'px') !important;
65         width: expression(document.documentElement.clientWidth + 'px') !important;
66         position: absolute !important;
67         top: expression(((ignorePopupTop = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px') !important;
68         left: expression(((ignorePopupLeft = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px') !important;
69 }
70
71 #jappix_popup div.jm_prompt {
72         position: absolute !important;
73 }