Fred Tempez
d695123b57
Le module Téléchargement ou Download est comparable au module blog dans sa structure à la différence qu'il offre un catalogue de ressources à télécharger.
67 lines
846 B
CSS
67 lines
846 B
CSS
|
|
#sectionTitle {
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
.downloadItemPicture {
|
|
width: 100%;
|
|
border:1px solid lightgray;
|
|
box-shadow: 1px 1px 5px;
|
|
}
|
|
.downloadItemPictureleft {
|
|
float: left;
|
|
margin: 15px 10px 5px 0 ;
|
|
}
|
|
.downloadItemPictureright {
|
|
float: right;
|
|
margin: 15px 0 5px 10px ;
|
|
}
|
|
|
|
|
|
.pict20{
|
|
width: 20%;
|
|
}
|
|
.pict30{
|
|
width: 30%;
|
|
}
|
|
.pict40{
|
|
width: 40%;
|
|
}
|
|
.pict50{
|
|
width: 50%;
|
|
}
|
|
.pict100{
|
|
width: 100%;
|
|
margin: 15px 0 20px 0 ;
|
|
}
|
|
|
|
#downloaditemCommentShow {
|
|
cursor: text;
|
|
}
|
|
#downloaditemOr {
|
|
padding: 10px;
|
|
}
|
|
.downloadDate {
|
|
font-size:0.8em;
|
|
font-style: italic;
|
|
color: grey;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.downloaditemPicture {
|
|
height:auto;
|
|
max-width: 100%;}
|
|
}
|
|
|
|
|
|
#rssFeed {
|
|
text-align: right;
|
|
float: right;
|
|
}
|
|
#rssFeed p {
|
|
display: inline;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.itemInfo, .itemContent {
|
|
min-height: 25em;
|
|
} |