Template:Work/styles.css: Difference between revisions
Jump to navigation
Jump to search
Add subtitle styling |
Center title |
||
| Line 11: | Line 11: | ||
} | } | ||
.works-infobox .infobox-title { | .works-infobox .infobox-title { | ||
text-align: center; | |||
background: #4a6785; | background: #4a6785; | ||
color: #fff; | color: #fff; | ||
Latest revision as of 03:28, 8 July 2026
.works-infobox {
float: right;
clear: right;
width: 23em;
margin: 0 0 1em 1em;
border: 1px solid #a2a9b1;
background: #f8f9fa;
font-size: 88%;
line-height: 1.5;
border-collapse: collapse;
}
.works-infobox .infobox-title {
text-align: center;
background: #4a6785;
color: #fff;
font-size: 115%;
padding: 6px 10px;
}
.works-infobox .infobox-subtitle {
text-align: center;
font-style: italic;
padding: 4px 10px;
}
.works-infobox th {
text-align: left;
vertical-align: top;
padding: 4px 10px;
background: #eaecf0;
width: 42%;
}
.works-infobox td {
padding: 4px 10px;
}