]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/board.css
Twitter: Fetch the contact relation
[friendica-addons.git] / jappixmini / jappix / css / board.css
1 /*
2
3 Jappix - An open social platform
4 This is the board CSS stylesheet for Jappix
5
6 -------------------------------------------------
7
8 License: AGPL
9 Author: Vanaryon
10 Last revision: 26/08/11
11
12 */
13
14 #board .one-board {
15         display: none;
16         position: fixed;
17         top: 0;
18         left: 0;
19         right: 0;
20         height: 18px;
21         z-index: 10000;
22         font-size: 0.92em;
23         padding: 6px 8px;
24         box-shadow: 0 0 8px #5c5c5c;
25         -moz-box-shadow: 0 0 8px #5c5c5c;
26         -webkit-box-shadow: 0 0 8px #5c5c5c;
27 }
28
29 #board .one-board:hover {
30         cursor: pointer;
31 }
32
33 #board .one-board.visible {
34         display: block;
35 }
36
37 #board .one-board.error {
38         background-color: rgb(241,160,160);
39         background-color: rgba(241,160,160,0.9);
40         color: #420c0c;
41 }
42
43 #board .one-board.info {
44         background-color: rgb(248,246,186);
45         background-color: rgba(248,246,186,0.9);
46         color: #2f2a02;
47 }