]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/archives.css
Twitter: Fetch the contact relation
[friendica-addons.git] / jappixmini / jappix / css / archives.css
1 /*
2
3 Jappix - An open social platform
4 This is the archives CSS stylesheet for Jappix
5
6 -------------------------------------------------
7
8 License: AGPL
9 Author: Vanaryon
10 Last revision: 19/12/10
11
12 */
13
14 #archives .content {
15         padding: 10px 0 10px 0;
16 }
17
18 #archives .filter {
19         background-color: #e9f1fd;
20         border-right: 1px solid #9dc4fc;
21         width: 180px;
22         padding: 12px;
23         position: absolute;
24         top: 0;
25         left: 0;
26         bottom: 0;
27         float: left;
28         border-top-left-radius: 4px;
29         border-bottom-left-radius: 4px;
30         -moz-border-radius-topleft: 4px;
31         -moz-border-radius-bottomleft: 4px;
32         -webkit-border-top-left-radius: 4px;
33         -webkit-border-bottom-left-radius: 4px;
34 }
35
36 #archives .filter .friend {
37         margin-bottom: 12px;
38 }
39
40 #archives .filter .friend {
41         height: 210px;
42         width: 180px;
43         float: none;
44 }
45
46 #archives .current,
47 #archives .logs {
48         position: absolute;
49         bottom: 0;
50         right: 0;
51         left: 204px;
52 }
53
54 #archives .current {
55         background-color: #e4eef9;
56         border-bottom: 1px solid #9dc4fc;
57         font-size: 0.9em;
58         height: 16px;
59         padding: 6px;
60         top: 0;
61 }
62
63 #archives .current span {
64         height: 16px;
65         overflow: hidden;
66 }
67
68 #archives .current .name {
69         max-width: 160px;
70         font-weight: bold;
71         float: left;
72 }
73
74 #archives .current .time {
75         color: #47646a;
76         font-size: 0.95em;
77         float: right;
78 }
79
80 #archives .logs {
81         color: black;
82         font-size: 0.9em;
83         overflow: auto;
84         padding: 8px 10px 0;
85         float: left;
86         position: absolute;
87         top: 29px;
88 }
89
90 #archives .logs a {
91         color: black;
92         text-decoration: underline;
93 }