]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/others.css
jappixmini: include jappix source
[friendica-addons.git] / jappixmini / jappix / css / others.css
1 /*
2  
3 Jappix - An open social platform
4 This is the others CSS stylesheet for Jappix
5  
6 -------------------------------------------------
7  
8 License: AGPL
9 Author: Vanaryon
10 Last revision: 31/08/11
11  
12 */
13  
14 #audio {
15         display: none;
16 }
17  
18 #top-content {
19         position: absolute;
20         right: 5px;
21         left: 5px;
22         top: 0;
23         min-width: 860px;
24         z-index: 50;
25 }
26  
27 #main-content {
28         position: absolute;
29         top: 34px;
30         left: 5px;
31         right: 5px;
32         bottom: 5px;
33         min-width: 850px;
34         min-height: 450px;
35 }
36  
37 #left-content {
38         position: absolute;
39         top: 0;
40         left: 0;
41         bottom: 0;
42         width: 248px;
43 }
44  
45 #right-content {
46         background-color: rgb(20,20,20);
47         background-color: rgba(20,20,20,0.85);
48         position: absolute;
49         top: 0;
50         right: 0;
51         bottom: 0;
52         left: 260px;
53         z-index: 10;
54         border-radius: 4px;
55         -moz-border-radius: 4px;
56         -webkit-border-radius: 4px;
57         box-shadow: 0 0 6px #5c5c5c;
58         -moz-box-shadow: 0 0 6px #5c5c5c;
59         -webkit-box-shadow: 0 0 6px #5c5c5c;
60 }
61  
62 #general-wait {
63         background: url(../img/others/blank.gif) repeat;
64         z-index: 10000;
65         position: fixed;
66         top: 0;
67         bottom: 0;
68         left: 0;
69         right: 0;
70 }
71  
72 .general-wait-content {
73         background-color: rgb(255,255,255);
74         background-color: rgba(255,255,255,0.9);
75         background-position: 8px 8px;
76         padding: 8px;
77         position: absolute;
78         right: 5px;
79         bottom: 5px;
80         border-radius: 4px;
81         -moz-border-radius: 4px;
82         -webkit-border-radius: 4px;
83         box-shadow: 0 0 2px #000;
84         -moz-box-shadow: 0 0 2px #000;
85         -webkit-box-shadow: 0 0 2px #000;
86 }
87  
88 .inbox-hidable,
89 .options-hidable,
90 .pep-hidable,
91 .pubsub-hidable,
92 .archives-hidable,
93 .commands-hidable,
94 .privacy-hidable,
95 .xmpplinks-hidable {
96         display: none;
97 }
98  
99 #reconnect .pane {
100         background-color: rgb(20,20,20);
101         background-color: rgba(20,20,20,0.85);
102         color: white;
103         padding: 25px;
104         z-index: 10000;
105         text-shadow: 0 1px 1px black;
106         position: absolute;
107         left: 0;
108         right: 0;
109         top: 0;
110         box-shadow: 0 0 35px #232323;
111         -moz-box-shadow: 0 0 35px #232323;
112         -webkit-box-shadow: 0 0 35px #232323;
113 }
114  
115 #reconnect .pane a {
116         margin-top: -4px;
117         float: right;
118 }