mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-27 06:19:21 +00:00
48 lines
570 B
CSS
48 lines
570 B
CSS
/**
|
|
* Posts UI stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.post .post_content {
|
|
text-align: center;
|
|
}
|
|
|
|
.post .post-buttons {
|
|
text-align: center;
|
|
}
|
|
|
|
.post .post-image {
|
|
width: 100%;
|
|
}
|
|
|
|
.post .post-video {
|
|
text-align: center;
|
|
}
|
|
|
|
.post .post-video video {
|
|
max-width: 100%;
|
|
height: 300px;
|
|
}
|
|
|
|
.post .post-pdf {
|
|
text-align: center;
|
|
}
|
|
|
|
.post .post-youtube {
|
|
width: 100%;
|
|
height: 300px;
|
|
}
|
|
|
|
.post .post-countdown {
|
|
text-align: center;
|
|
padding: 10px;
|
|
}
|
|
|
|
.post .post-survey-question {
|
|
text-align: center;
|
|
}
|
|
|
|
.post .post-survey-chart-contener {
|
|
margin-bottom: 10px;
|
|
} |