MediaWiki:Common.css: diferència entre les revisions
Cap resum de modificació |
m minor change |
||
(Hi ha 3 revisions intermèdies que no es mostren del mateix usuari) | |||
Línia 242: | Línia 242: | ||
#accueil_2017_en-tete { | #accueil_2017_en-tete { | ||
margin: auto; | |||
box-shadow: 0 0 .3rem #999; | |||
border-radius: 12px; | |||
padding: auto 1rem; | |||
background: #DED9E2; | |||
background: -moz-linear-gradient(top, #fff, #DED9E2); | |||
background: -webkit-linear-gradient(top, #fff, #DED9E2); | |||
background: -o-linear-gradient(top, #fff, #DED9E2); | |||
background: linear-gradient(to bottom, #fff, #DED9E2); | |||
border: 1px solid #999; | |||
clear: both; | |||
} | } | ||
#accueil_bandeau_2017 .bloc-titre { | #accueil_bandeau_2017 .bloc-titre { | ||
Línia 281: | Línia 283: | ||
#accueil-contenu .accueil_2017_cadre, | #accueil-contenu .accueil_2017_cadre, | ||
#accueil-pied .accueil_2017_cadre { | #accueil-pied .accueil_2017_cadre { | ||
box-shadow: 0 0 .3rem #999; | |||
border-radius: 12px; | |||
padding: 1.2rem; | |||
margin: 1rem 0 1.6rem 0; | |||
clear: both; | |||
background-color: #DED9E2; | |||
border: 1px solid; | |||
} | } | ||
Línia 340: | Línia 344: | ||
.comment { | .comment { | ||
word-break: break-word | word-break: break-word | ||
} | |||
/* Responsive lists */ | |||
.res-list ul li { | |||
display:inline-block; | |||
margin: 3px; | |||
text-align: center; | |||
vertical-align: top; | |||
} | |||
.res-list ul li ul li{ | |||
display: block; | |||
} | |||
/* List without bullets */ | |||
.liste-simple ul { | |||
line-height: inherit; | |||
list-style: none none; | |||
margin: 0; | |||
} | |||
.liste-simple ul li { | |||
margin-bottom: 0; | |||
} | } |