More actions
CornHusker (talk | contribs) centered text |
CornHusker (talk | contribs) m so we may have completely screwed up the color |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
.Subheader { | .Subheader { | ||
padding: 0.2em 0.4em; | padding: 0.2em 0.4em; | ||
background: #1b2027; | |||
font-weight: bold; | font-weight: bold; | ||
font-size: | font-size: 135%; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Line 15: | Line 16: | ||
.HorizontalLayout { | .HorizontalLayout { | ||
border-bottom: 1px solid #aaa; | border-bottom: 1px solid #aaa; | ||
height: 40px; | |||
} | } | ||
/* Left Column */ | /* Left Column */ | ||
.HorizontalLayout td:first-child { | .HorizontalLayout td:first-child { | ||
padding: 0.2em 0.4em; | padding: 0.2em 0.4em; | ||
font-weight: bold; | font-weight: bold; | ||
Line 28: | Line 29: | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* Left Column Label */ | /* Left Column Label */ |
Latest revision as of 19:33, 16 August 2024
.Subheader {
padding: 0.2em 0.4em;
background: #1b2027;
font-weight: bold;
font-size: 135%;
text-align: center;
}
.EmptyRow {
height: 20px;
}
.HorizontalLayout {
border-bottom: 1px solid #aaa;
height: 40px;
}
/* Left Column */
.HorizontalLayout td:first-child {
padding: 0.2em 0.4em;
font-weight: bold;
text-align: center;
}
/* Left Column */
.HorizontalLayout td:nth-child(2) {
padding: 0.4em 0.4em;
text-align: center;
}
/* Left Column Label */
.VerticalLayoutTop td:first-child {
border-right: 1px solid #aaa;
padding: 0.2em 0.4em;
font-weight: bold;
text-align: center;
}
/* Right Column Label*/
.VerticalLayoutTop td:nth-child(2) {
padding: 0.4em 0.4em;
font-weight: bold;
text-align: center;
}
.VerticalLayoutBottom {
border-bottom: 1px solid #aaa;
}
/* Left Column Value*/
.VerticalLayoutBottom td:first-child {
border-right: 1px solid #aaa;
padding: 0.2em 0.4em;
text-align: center;
}
/* Right Column Value*/
.VerticalLayoutBottom td:nth-child(2) {
padding: 0.4em 0.4em;
text-align: center;
}