Template:Textinfo/styles.css
Appearance
/* TextInfo template */
.textinfo {
background-color: #B0E0A0;
color: #202122;
border: 1px solid #0E8605;
margin: 1px;
padding: 1px;
}
.textinfo th {
color: #FFFFFF !important;
background-color: #0E8605;
font-size: 1.2em !important;
font-weight: normal;
padding: 5px 5px 5px 5px !important;
text-align: center;
}
.textinfo tr {
vertical-align: top !important;
}
.textinfo td.col1 {
color: #000000;
background-color: #6EF7A7;
font-weight: bold;
padding: 3px 5px 3px 5px !important;
text-align: right;
}
.textinfo td.col2 {
color: #000000;
background-color: #C6FFC6;
padding: 3px 5px 3px 5px !important;
text-align: left;
}