all repos — website.git @ 34893e3cfa06769805fe6947d82636683b48446d

Files for the website.

really added css changes
Gio e@mail
Sat, 10 Aug 2024 23:32:27 -0400
commit

34893e3cfa06769805fe6947d82636683b48446d

parent

abe61bea8b17852697232f4f2788cb1f8fc3cc9f

2 files changed, 6 insertions(+), 88 deletions(-)

jump to
D public/style.css

@@ -1,88 +0,0 @@

-body { - font-family: monospace ; - font-size: 13pt; - background: #000007 ; - color: #DDDDCE ; - display: grid; - justify-content: center; -} - -main { - width: 800px ; - margin: auto ; - margin-top: 0; - grid-column-start: 2; - grid-row-start: 1; - grid-row-end: 3; -} - -.outline { - width: auto; - grid-column-start: 1; - grid-column-end: 1; - grid-row-start: 1; - grid-row-end: 2; - position: sticky; - top: 0; -} -.root_link{ - color: #9c75dd; -} - -img { - max-width: 100% ; -} - -h1 { - color: #9c75dd; - text-align: center ; - text-transform: uppercase; - font-size: 13pt; -} - -h2 { - color: #cd749c; - text-align: center ; - text-transform: uppercase; - font-size: 13pt; -} - -h3 { - color: #d5a8e3; - text-align: center ; - text-transform: uppercase; - font-size: 13pt; -} - -a:link { - color: #a9d1df; - text-decoration: none; -} - -a:hover { - color: #849da2; - text-decoration: underline; -} - -a:visited { - color: #849da2; -} - -footer { - text-align: center ; - grid-column-start: 2; - grid-column-end: 2; - grid-row-start: 3; -} - -ul li::marker { - content: '🜁 '; -} - -th, td, table { - border: 1px solid; - border-collapse: collapse; - text-align: left; - padding: 3pt; -} -
M static/style.cssstatic/style.css

@@ -79,4 +79,10 @@ ul li::marker {

content: '🜁 '; } +th, td, table { + border: 1px solid; + border-collapse: collapse; + text-align: left; + padding: 3pt; +}