mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
jappixmini: include jappix source
This commit is contained in:
parent
61eb1f0d18
commit
302b2820d1
231 changed files with 96082 additions and 2 deletions
118
jappixmini/jappix/css/others.css
Normal file
118
jappixmini/jappix/css/others.css
Normal file
|
@ -0,0 +1,118 @@
|
|||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
This is the others CSS stylesheet for Jappix
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 31/08/11
|
||||
|
||||
*/
|
||||
|
||||
#audio {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#top-content {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
left: 5px;
|
||||
top: 0;
|
||||
min-width: 860px;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
#main-content {
|
||||
position: absolute;
|
||||
top: 34px;
|
||||
left: 5px;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
min-width: 850px;
|
||||
min-height: 450px;
|
||||
}
|
||||
|
||||
#left-content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 248px;
|
||||
}
|
||||
|
||||
#right-content {
|
||||
background-color: rgb(20,20,20);
|
||||
background-color: rgba(20,20,20,0.85);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 260px;
|
||||
z-index: 10;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
box-shadow: 0 0 6px #5c5c5c;
|
||||
-moz-box-shadow: 0 0 6px #5c5c5c;
|
||||
-webkit-box-shadow: 0 0 6px #5c5c5c;
|
||||
}
|
||||
|
||||
#general-wait {
|
||||
background: url(../img/others/blank.gif) repeat;
|
||||
z-index: 10000;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.general-wait-content {
|
||||
background-color: rgb(255,255,255);
|
||||
background-color: rgba(255,255,255,0.9);
|
||||
background-position: 8px 8px;
|
||||
padding: 8px;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
box-shadow: 0 0 2px #000;
|
||||
-moz-box-shadow: 0 0 2px #000;
|
||||
-webkit-box-shadow: 0 0 2px #000;
|
||||
}
|
||||
|
||||
.inbox-hidable,
|
||||
.options-hidable,
|
||||
.pep-hidable,
|
||||
.pubsub-hidable,
|
||||
.archives-hidable,
|
||||
.commands-hidable,
|
||||
.privacy-hidable,
|
||||
.xmpplinks-hidable {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#reconnect .pane {
|
||||
background-color: rgb(20,20,20);
|
||||
background-color: rgba(20,20,20,0.85);
|
||||
color: white;
|
||||
padding: 25px;
|
||||
z-index: 10000;
|
||||
text-shadow: 0 1px 1px black;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
box-shadow: 0 0 35px #232323;
|
||||
-moz-box-shadow: 0 0 35px #232323;
|
||||
-webkit-box-shadow: 0 0 35px #232323;
|
||||
}
|
||||
|
||||
#reconnect .pane a {
|
||||
margin-top: -4px;
|
||||
float: right;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue