diff options
| author | Joursoir <chat@joursoir.net> | 2021-05-12 21:45:25 +0000 | 
|---|---|---|
| committer | Joursoir <chat@joursoir.net> | 2021-05-12 21:45:25 +0000 | 
| commit | 7f5ebf1dbd62ca5a731fdf5745d0216e106e3b5a (patch) | |
| tree | c2fe162ae5e045439742e9c240664116ff881752 /static/ctimeline.css | |
| parent | a6768b65511b28f2167828f0d53698e49520f766 (diff) | |
| download | ctimeline-7f5ebf1dbd62ca5a731fdf5745d0216e106e3b5a.tar.gz ctimeline-7f5ebf1dbd62ca5a731fdf5745d0216e106e3b5a.tar.bz2 ctimeline-7f5ebf1dbd62ca5a731fdf5745d0216e106e3b5a.zip | |
css: make header
Diffstat (limited to 'static/ctimeline.css')
| -rw-r--r-- | static/ctimeline.css | 35 | 
1 files changed, 35 insertions, 0 deletions
| 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 { | 
