mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
38 lines
No EOL
530 B
CSS
Executable file
38 lines
No EOL
530 B
CSS
Executable file
/*
|
|
|
|
Jappix - An open social platform
|
|
This is the integratebox CSS stylesheet for Jappix
|
|
|
|
-------------------------------------------------
|
|
|
|
License: AGPL
|
|
Author: Valérian Saliou
|
|
Last revision: 06/11/10
|
|
|
|
*/
|
|
|
|
#integratebox .top {
|
|
height: 40px;
|
|
}
|
|
|
|
#integratebox .content {
|
|
text-align: center;
|
|
height: 385px;
|
|
}
|
|
|
|
#integratebox .one-media img {
|
|
max-height: 385px;
|
|
max-width: 640px;
|
|
}
|
|
|
|
#integratebox .one-media a img {
|
|
border: none;
|
|
}
|
|
|
|
#integratebox .one-media audio {
|
|
margin-top: 170px;
|
|
}
|
|
|
|
#integratebox .bottom {
|
|
left: 10px;
|
|
} |