mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
jappixmini: include jappix source
This commit is contained in:
parent
61eb1f0d18
commit
302b2820d1
231 changed files with 96082 additions and 2 deletions
73
jappixmini/jappix/css/mini-ie.css
Normal file
73
jappixmini/jappix/css/mini-ie.css
Normal file
|
@ -0,0 +1,73 @@
|
|||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
This is the Jappix Mini legacy IE CSS stylesheet
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 20/03/11
|
||||
|
||||
*/
|
||||
|
||||
#jappix_mini {
|
||||
width: expression(document.documentElement.clientWidth - 150 + 'px') !important;
|
||||
position: absolute !important;
|
||||
bottom: auto !important;
|
||||
right: auto !important;
|
||||
top: expression(((document.documentElement.clientHeight - this.offsetHeight) + (ignoreMiniTop = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px') !important;
|
||||
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;
|
||||
}
|
||||
|
||||
#jappix_mini .jm_images {
|
||||
background-image: url(../img/sprites/mini.gif) !important;
|
||||
}
|
||||
|
||||
#jappix_mini .jm_images_animate {
|
||||
background-image: url(../img/sprites/animate.gif) !important;
|
||||
}
|
||||
|
||||
#jappix_mini a.jm_button {
|
||||
width: 1px !important;
|
||||
}
|
||||
|
||||
#jappix_mini div.jm_roster {
|
||||
right: -1px !important;
|
||||
bottom: 23px !important;
|
||||
}
|
||||
|
||||
#jappix_mini div.jm_roster div.jm_buddies {
|
||||
height: expression(this.scrollHeight > (document.documentElement.clientHeight - 70) ? (document.documentElement.clientHeight - 70) + 'px' : 'auto') !important;
|
||||
}
|
||||
|
||||
#jappix_mini a.jm_pane {
|
||||
height: 12px !important;
|
||||
overflow-y: hidden !important;
|
||||
}
|
||||
|
||||
#jappix_mini a.jm_button.jm_clicked {
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
#jappix_mini div.jm_conversations a.jm_clicked {
|
||||
border-right: none !important;
|
||||
padding: 7px 6px 6px 6px !important;
|
||||
}
|
||||
|
||||
#jappix_mini div.jm_chat-content {
|
||||
bottom: 23px !important;
|
||||
right: -2px !important;
|
||||
}
|
||||
|
||||
#jappix_popup {
|
||||
height: expression(document.documentElement.clientHeight + 'px') !important;
|
||||
width: expression(document.documentElement.clientWidth + 'px') !important;
|
||||
position: absolute !important;
|
||||
top: expression(((ignorePopupTop = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px') !important;
|
||||
left: expression(((ignorePopupLeft = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px') !important;
|
||||
}
|
||||
|
||||
#jappix_popup div.jm_prompt {
|
||||
position: absolute !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue