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
47
jappixmini/jappix/css/board.css
Normal file
47
jappixmini/jappix/css/board.css
Normal file
|
@ -0,0 +1,47 @@
|
|||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
This is the board CSS stylesheet for Jappix
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 26/08/11
|
||||
|
||||
*/
|
||||
|
||||
#board .one-board {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 18px;
|
||||
z-index: 10000;
|
||||
font-size: 0.92em;
|
||||
padding: 6px 8px;
|
||||
box-shadow: 0 0 8px #5c5c5c;
|
||||
-moz-box-shadow: 0 0 8px #5c5c5c;
|
||||
-webkit-box-shadow: 0 0 8px #5c5c5c;
|
||||
}
|
||||
|
||||
#board .one-board:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#board .one-board.visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#board .one-board.error {
|
||||
background-color: rgb(241,160,160);
|
||||
background-color: rgba(241,160,160,0.9);
|
||||
color: #420c0c;
|
||||
}
|
||||
|
||||
#board .one-board.info {
|
||||
background-color: rgb(248,246,186);
|
||||
background-color: rgba(248,246,186,0.9);
|
||||
color: #2f2a02;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue