Template:Sidebox instance/styles.css: Difference between revisions
Robertbaxter (talk | contribs) No edit summary |
Robertbaxter (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
.sidebox { | .sidebox { | ||
clear: right; | clear: right; | ||
font-size: .875rem; | font-size: .875rem; | ||
Line 41: | Line 40: | ||
.sidebox-title { | .sidebox-title { | ||
font-size: | font-size: 1rem; | ||
font-weight: | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
font-style: italic; | font-style: italic; | ||
} | } |
Revision as of 20:07, 21 December 2024
.sidebox {
clear: right;
font-size: .875rem;
background: #f8f9fa;
padding: 1rem;
margin-bottom: 1.5rem;
width: 100%;
border-radius: 1rem;
border: 1px solid #F1F3F5;
max-width: 342px;
}
.sidebox.blue {
background-color: #f2f8fc ;
border-color: #E6F2F9;
}
.sidebox-image {
text-align: center;
}
.sidebox th {
text-align: left;
vertical-align: top;
padding: .125rem .5rem;
}
.sidebox td {
vertical-align: top;
padding: .125rem .5rem;
}
.sidebox p {
margin: 0;
}
.sidebox tr th {
min-width: 80px;
}
.sidebox-title {
font-size: 1rem;
font-weight: bold;
text-align: center;
font-style: italic;
}