« Modèle:Infobox/styles.css » : différence entre les versions
De Nefald
Autres actions
Aucun résumé des modifications Balises : Modification par mobile Modification par le web mobile |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
.infobox-table { | .infobox-table { | ||
border: 1px solid #a2a9b1; | |||
border-collapse: separate; | |||
border-spacing: 0; | |||
background-color: #f8f9fa; | |||
color: black; | |||
margin: 0.5em 0 0.5em 1em; | |||
padding: 0.2em; | |||
float: right; | |||
clear: right; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
width: 22em; | |||
font-family: sans-serif; | |||
} | } | ||
.infobox- | .infobox-header { | ||
background-color: #ccccff; | |||
text-align: center; | |||
font-weight: bold; | |||
font-size: 125%; | |||
padding: 0.4em; | |||
} | } | ||
.infobox- | .infobox-title { | ||
. | font-size: 1.2em; | ||
font-weight: bold; | |||
padding: 0.2em 0; | |||
} | } | ||
.infobox- | .infobox-subtitle { | ||
font-style: italic; | |||
font-size: 0.9em; | |||
padding: 0.1em 0; | |||
} | } | ||
.infobox- | .infobox-image { | ||
text-align: center; | |||
padding: 0.4em; | |||
} | } | ||
.infobox- | .infobox-body { | ||
border-top: 1px solid #a2a9b1; | |||
} | } | ||
.infobox- | .infobox-row { | ||
display: flex; | |||
border-bottom: 1px solid #e1e8ed; | |||
min-height: 2em; | |||
} | } | ||
.infobox-label { | |||
background-color: #eaecf0; | |||
font-weight: bold; | |||
text-align: right; | |||
vertical-align: top; | |||
width: 35%; | |||
padding: 0.25em 0.5em; | |||
border-right: 1px solid #a2a9b1; | |||
} | } | ||
.infobox- | .infobox-value { | ||
vertical-align: top; | |||
width: 65%; | |||
padding: 0.25em 0.5em; | |||
background-color: white; | |||
} | } | ||
.infobox- | .infobox-section-title { | ||
background-color: #d6d6ff; | |||
text-align: center; | |||
font-weight: bold; | |||
padding: 0.3em; | |||
border-top: 1px solid #a2a9b1; | |||
border-bottom: 1px solid #a2a9b1; | |||
. | |||
} | } |