1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
jappix_ynh/source/app/stylesheets/integratebox.css

37 lines
530 B
CSS
Raw Normal View History

2014-03-12 14:52:47 +01:00
/*
Jappix - An open social platform
This is the integratebox CSS stylesheet for Jappix
-------------------------------------------------
License: AGPL
Author: Valérian Saliou
*/
#integratebox .top {
2014-04-08 20:14:28 +02:00
height: 40px;
2014-03-12 14:52:47 +01:00
}
#integratebox .content {
2014-04-08 20:14:28 +02:00
text-align: center;
height: 385px;
2014-03-12 14:52:47 +01:00
}
#integratebox .one-media img {
2014-04-08 20:14:28 +02:00
max-height: 385px;
max-width: 640px;
2014-03-12 14:52:47 +01:00
}
#integratebox .one-media a img {
2014-04-08 20:14:28 +02:00
border: none;
2014-03-12 14:52:47 +01:00
}
#integratebox .one-media audio {
2014-04-08 20:14:28 +02:00
margin-top: 170px;
2014-03-12 14:52:47 +01:00
}
#integratebox .bottom {
2014-04-08 20:14:28 +02:00
left: 10px;
2014-03-12 14:52:47 +01:00
}