diff --git a/src/names b/src/names deleted file mode 100644 index db9a347..0000000 --- a/src/names +++ /dev/null @@ -1,15 +0,0 @@ -Meredith Grisel Gamez -Meredith Greer Gamez -Meredith Lane Gamez - -Althea Meredith Gamez -Althea Maude Gamez -Althea Grisel Gamez -Althea Greer Gamez -Althea Florine Gamez -Althea Lane Gamez -Althea Violet Gamez -Althea Selah Gamez - -Marni Loretta Gamez - diff --git a/src/names (copy) b/src/names (copy) deleted file mode 100644 index 8294a23..0000000 --- a/src/names (copy) +++ /dev/null @@ -1,18 +0,0 @@ -Jesus Ivor Gamez -Jesus Frey Gamez -Jesus Heron Gamez -Jesus Calder Gamez -Jesus Walden Gamez - -Van Frey Gamez -Van Ferris Gamez - -Errol Frey Gamez - -Frey Kelly Gamez - -Lorn Gunther Gamez - -Florian Frey Gamez - -Walden diff --git a/src/static/css/all.css b/src/static/css/all.css index a0cf8a2..4fc615c 100755 --- a/src/static/css/all.css +++ b/src/static/css/all.css @@ -32,7 +32,7 @@ background-color: black; } html, body {padding:0; margin:0; height:100%;} -footer{ +footer { position: fixed; bottom: 0; left: 0; color: #C0AAC0; background-color: transparent; @@ -65,6 +65,7 @@ h1,h2,h3,h4,img,i { } h1 { font-family: 'mitochondriaregular', sans-serif; + font-size: 1.5em; } .mundane {color:#aca79e;} @@ -94,7 +95,7 @@ pre,code { display: grid; position: relative; grid-template-columns: 1fr; - grid-template-rows: 3em auto; + grid-template-rows: 3.5em auto; grid-column-gap: 0px; grid-row-gap: 0px; box-sizing: border-box; @@ -104,6 +105,7 @@ pre,code { grid-area: 1 / 1 / 2 / 2; color: #C0AAC0; text-align: center; + font-size: 1.5em; } .top a { color: #C0AAC0; @@ -112,6 +114,10 @@ pre,code { .top a:hover { color: #A88AA8; } +.top a:visited { + color: #C0AAC0; + font-weight: bold; +} .content-grid { grid-area: 2 / 1 / 3 / 2; @@ -132,12 +138,12 @@ pre,code { .nav { grid-area: 1 / 1 / 2 / 2; background-color: transparent; - width: 60vw; display: grid; grid-template-columns: 26% 51% 23%; grid-template-rows: 1fr; grid-column-gap: 0px; grid-row-gap: 0px; margin: auto; - min-width: 636px; + width: 40vw; + min-width: 374px; } diff --git a/src/static/css/entry.css b/src/static/css/entry.css index a525c98..07730d1 100644 --- a/src/static/css/entry.css +++ b/src/static/css/entry.css @@ -1,16 +1,3 @@ -a { - color: #1D1761; -} -a:hover { - color: #3127A5; -} -a:visited { - color: #1D1761; -} -a:active { - color: #3B2FC6; -} - hr { border: 1px solid black; } diff --git a/src/static/css/nav.css b/src/static/css/nav.css index 46132c6..a84ff1a 100644 --- a/src/static/css/nav.css +++ b/src/static/css/nav.css @@ -84,8 +84,10 @@ text-align: center; } .navlink a:link { + color: #C0AAC0; } .navlink a:visited { + color: #C0AAC0; } .navlink a:hover { color: #f463ad; diff --git a/src/views/footer.tpl b/src/views/footer.tpl index 130ded1..ba6266c 100644 --- a/src/views/footer.tpl +++ b/src/views/footer.tpl @@ -17,8 +17,8 @@