From 7f5ebf1dbd62ca5a731fdf5745d0216e106e3b5a Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 12 May 2021 21:45:25 +0000 Subject: css: make header --- static/ctimeline.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/static/ctimeline.css b/static/ctimeline.css index 057efeb..b513e4d 100644 --- a/static/ctimeline.css +++ b/static/ctimeline.css @@ -29,6 +29,41 @@ OTHER DEALINGS IN THE SOFTWARE. font-size: 10pt; } +.header { + font-size: 250%; + color: black; +} + +table { + border-spacing: 1em 0em; +} + +tr.sub_text { + color: #777; +} + +table td { + width: 50%; + /*border: 1px solid #a52a2a;*/ +} + +td.right_column { + vertical-align: top; + text-align: right; +} + +td.form { + vertical-align: center; + text-align: right; + white-space: nowrap; +} + +td.form form, +td.form input { + display: inline; + font-size: 85%; +} + /* ================ The Timeline ================ */ .timeline { -- cgit v1.2.3-18-g5258