Editing Template:Infobox.css
Template page
More actions
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 9: | Line 9: | ||
background-color: #23346d; | background-color: #23346d; | ||
color: #FF986A; | color: #FF986A; | ||
font-size: | font-size: 2em; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
} | } | ||
.infobox h3 { | .infobox h3 { | ||
| Line 25: | Line 23: | ||
} | } | ||
.infobox-table { | .infobox-table { | ||
border-collapse: collapse | border-collapse:collapse | ||
} | } | ||
.infobox-table th { | .infobox-table th { | ||
| Line 40: | Line 38: | ||
} | } | ||
.infobox-table tr:nth-child(even) { | .infobox-table tr:nth-child(even) { | ||
background: # | background: #a9c8eb; | ||
border: 1px solid #AFD4E2; | |||
} | } | ||