4 057
modifications
(Page créée avec « →Le CSS placé ici sera appliqué à tous les habillages. : →<source lang="css"> : →Main page fixes : #interwiki-completelist { font-weight: bold; } body.p... ») |
(Au bon endroit) |
||
(19 versions intermédiaires par 3 utilisateurs non affichées) | |||
Ligne 13 : | Ligne 13 : | ||
body.page-Main_Page #mp-topbanner { | body.page-Main_Page #mp-topbanner { | ||
clear: both; | clear: both; | ||
} | |||
body.page-Accueil h1.firstHeading { /* Cache le titre de l'Accueil */ | |||
display: none; | |||
} | } | ||
Ligne 257 : | Ligne 261 : | ||
border: 0; | border: 0; | ||
padding: 0; | padding: 0; | ||
} | |||
.infoboximage { | |||
max-width:300px; | |||
text-align:center; | |||
} | |||
img { | |||
max-width: inherit; | |||
max-height: inherit; | |||
height: inherit; | |||
width: inherit; | |||
object-fit: cover; | |||
} | } | ||
Ligne 941 : | Ligne 960 : | ||
height: 13em; | height: 13em; | ||
} | } | ||
/* Pie chart test: Transparent borders */ | |||
.transborder { | |||
border: solid transparent; | |||
} | |||
* html .transborder { /* IE6 */ | |||
border: solid #000001; | |||
filter: chroma(color=#000001); | |||
/* Reduce line-height for <sup> and <sub> */ | /* Reduce line-height for <sup> and <sub> */ | ||
Ligne 946 : | Ligne 973 : | ||
line-height: 1em; | line-height: 1em; | ||
} | } | ||
/* The backgrounds for galleries. */ | /* The backgrounds for galleries. */ | ||
Ligne 976 : | Ligne 1 002 : | ||
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */ | .wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */ | ||
.wpbs-inner .wpb-outside { display: none; } /* hide things that should only display outside shells */ | .wpbs-inner .wpb-outside { display: none; } /* hide things that should only display outside shells */ | ||
.quote | |||
{ | |||
background: url(http://vpmedias.fr/wp-content/themes/premiumnews/functions/images/quote.png) no-repeat 0 3px; | |||
margin: 1em 20px; | |||
padding: 0 0 0 55px; | |||
font-family: serif; | |||
font-size: 1.2em; | |||
font-style: italic; | |||
color:#777; | |||
min-height: 32px; | |||
} | |||
/* </source> */ | /* </source> */ |