www.chapril.org-spip/css/ajout.css

111 lines
1.8 KiB
CSS

/*******************************************************
* Ajout
*******************************************************/
.modele-sousrubrique-bouton.bouton-utilise {
max-width: 480px;
}
.modele-sousrubrique-bouton img {
margin-right: 16px;
}
.modele-sousrubrique-bouton > span {
color: white;
font-weight: normal;
font-size: small;
text-transform: none;
font-style: italic;
}
.modele-sousrubrique-bouton > span > i {
color: white;
font-size: large;
font-style: initial;
text-shadow: -2px 2px 0px black;
}
.modele-sousrubrique-bouton.bouton-utilise {
display: flex;
align-items: center;
text-align: left;
}
.modele-rubrique-soustitre {
font-style: italic;
}
.modele-sousrubrique-liste {
margin-top: 30px;
}
.modele-grosbouton {
display: inline-block;
}
.modele-sousrubrique-bouton > span {
color: white;
font-weight: normal;
font-size: small;
text-transform: none;
font-style: italic;
}
@media screen and (max-width: 1240px) {
.spip_documents_right img {
width: 160px;
height: auto;
}
}
@media screen and (max-width: 980px) {
.spip_documents_right img {
width: 120px;
height: auto;
}
}
@media screen and (max-width: 760px) {
.spip_documents_right img {
width: 100px;
height: auto;
}
}
@media screen and (max-width: 640px) {
.spip_documents_right img {
width: 80px;
height: auto;
}
}
@media screen and (max-width: 512px) {
.spip_documents_right img {
width: 60px;
height: auto;
}
}
.spip_documents_right {
margin-left: 5px;
display: block;
}
.spip_documents_center {
display: block;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
clear: both;
}