Untitled diff

Created Diff never expires
38 removals
43 lines
5 additions
10 lines
.media-picture {
/*
margin: 0 0 10px;
* Surchargez ce fichier dans votre thème pour personnaliser le module
}
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
@media (min-width: 769px) {
.media-picture {
margin: 0 0 10px 10px;
max-width: 33%;
float: right;
}
}
.media-desc {
margin-top: 15px;
text-align: justify;
}
.media-content {
position: relative;
margin: 25px auto;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.media-content object,
.media-content embed,
.media-content video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.content {
margin-top: 10px;
}
a.media-flv {
a.media-flv {
display: block;
display: block;
margin: 10px auto;
margin: 0.618em auto;
}
}