540
edits
No edit summary |
No edit summary |
||
Line 92: | Line 92: | ||
.pi-data { | .pi-data { | ||
border-bottom: 0; | border-bottom: 0; | ||
} | |||
/* {{infobox}} styles (see Module:Infobox) */ | |||
table.infobox { | |||
border: 3px solid #9b59d0; | |||
background: white; | |||
} | |||
table.infobox img { | |||
max-width: 320px; | |||
box-shadow: 2px 2px 2px black; | |||
margin-bottom: 10px; | |||
} | |||
table.infobox caption { | |||
background: #9b59d0; | |||
color:white; | |||
font-size: 1.5em; | |||
padding: 10px; | |||
} | |||
/* Specific for {{infobox identity}} */ | |||
table.infobox .galleryflag img { | |||
height: 15px; | |||
box-shadow: none; | |||
margin-bottom: 3px; | |||
} | } | ||