Compare commits

..

No commits in common. "724a2240b2a8a887c5c1d3a8381dfd66671bf377" and "cc3e31173892e7deec613dfe87d8b331c1f5ec4a" have entirely different histories.

5 changed files with 57 additions and 56 deletions

View File

@ -12,11 +12,11 @@ body {
}
.site-wrap-normal-width {
max-width: 65pc;
max-width: 80pc;
}
.site-wrap-double-width {
max-width: 130pc;
max-width: 160pc;
}
.site-wrap {
@ -34,8 +34,8 @@ a {
div.header {
display: flex;
justify-content: space-between;
font-size: 0.9em;
padding: 1rem 1rem;
font-size: 0.75em;
padding: 0.5em 1em;
}
div.header a {
@ -44,10 +44,17 @@ div.header a {
div.content {
font-size: 11pt;
padding: 0 1rem;
padding: 0 1em;
line-height: 1.6em;
}
@media only screen and (min-width: 70pc) {
div.content, footer {
margin-left: 5pc;
margin-right: 5pc;
}
}
div.content p {
margin: 1.25em 0;
}

View File

@ -6,28 +6,29 @@ html {
}
body {
background: #111;
background: #090909;
}
h1, h2, h3, h4, h5, h6 {
strong {
color: #EEE;
}
.site-wrap {
background: black;
}
a:link, a:visited {
color: #B31D15;
}
p a, ul a, ol a {
color: #DDD;
border-bottom: 1px solid #DDD;
}
p a:hover, ul a:hover, ol a:hover {
a:hover, a:active {
color: #B31D15;
border-bottom: 1px solid #B31D15;
}
div.site-wrap {
background: black;
}
div.header {
background: #222;
border-bottom: 1px solid #222;
color: #BBB;
}
@ -35,10 +36,6 @@ div.header a {
color: #BBB;
}
div.header a:hover, div.header a:active {
border-bottom: 1px solid #BBB;
}
table, th, td {
border: 1px solid #333;
}

View File

@ -6,28 +6,29 @@ html {
}
body {
background: #EEE;
background: #F6F6F6;
}
h1, h2, h3, h4, h5, h6 {
color: #811610;
strong {
color: #111;
}
p a, ul a, ol a {
color: #222;
border-bottom: 1px solid #222;
}
p a:hover, ul a:hover, ol a:hover {
color: #811610;
border-bottom: 1px solid #811610;
}
div.site-wrap {
.site-wrap {
background: white;
}
a:link, a:visited {
color: #811610;
}
a:hover, a:active {
color: #811610;
border-bottom: 1px solid #B31D15;
}
div.header {
background: #DDD;
border-bottom: 1px solid #DDD;
color: #444;
}
@ -35,10 +36,6 @@ div.header a {
color: #444;
}
div.header a:hover, div.header a:active {
border-bottom: 1px solid #444;
}
table, th, td {
border: 1px solid #CCC;
}

View File

@ -8,16 +8,16 @@ attrs==21.4.0
# via pytest
bandit==1.7.4
# via -r requirements/requirements-dev.in
certifi==2022.5.18.1
certifi==2021.10.8
# via requests
charset-normalizer==2.0.12
# via requests
click==8.1.3
click==8.1.2
# via
# flask
# pip-tools
# safety
coverage[toml]==6.4
coverage[toml]==6.3.2
# via pytest-cov
distlib==0.3.4
# via virtualenv
@ -25,7 +25,7 @@ dlint==0.12.0
# via -r requirements/requirements-dev.in
dparse==0.5.1
# via safety
filelock==3.7.0
filelock==3.6.0
# via
# tox
# virtualenv
@ -54,7 +54,7 @@ flake8-logging-format==0.6.0
# via -r requirements/requirements-dev.in
flake8-mutable==1.2.0
# via -r requirements/requirements-dev.in
flask==2.1.2
flask==2.1.1
# via -r requirements/requirements.in
gitdb==4.0.9
# via gitpython
@ -68,9 +68,9 @@ isort==5.10.1
# via flake8-isort
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
jinja2==3.1.1
# via flask
markdown==3.3.7
markdown==3.3.6
# via -r requirements/requirements.in
markupsafe==2.1.1
# via jinja2
@ -82,11 +82,11 @@ packaging==21.3
# pytest
# safety
# tox
pbr==5.9.0
pbr==5.8.1
# via stevedore
pep517==0.12.0
# via pip-tools
pip-tools==6.6.2
pip-tools==6.6.0
# via -r requirements/requirements-dev.in
platformdirs==2.5.2
# via virtualenv
@ -106,11 +106,11 @@ pydot==1.4.2
# via -r requirements/requirements-dev.in
pyflakes==2.4.0
# via flake8
pyparsing==3.0.9
pyparsing==3.0.8
# via
# packaging
# pydot
pytest==7.1.2
pytest==7.1.1
# via
# -r requirements/requirements-dev.in
# pytest-cov
@ -157,7 +157,7 @@ versioneer==0.22
# via -r requirements/requirements-dev.in
virtualenv==20.14.1
# via tox
werkzeug==2.1.2
werkzeug==2.1.1
# via flask
wheel==0.37.1
# via

View File

@ -4,17 +4,17 @@
#
# pip-compile --output-file=requirements/requirements.txt requirements/requirements.in
#
click==8.1.3
click==8.1.2
# via flask
flask==2.1.2
flask==2.1.1
# via -r requirements/requirements.in
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
jinja2==3.1.1
# via flask
markdown==3.3.7
markdown==3.3.6
# via -r requirements/requirements.in
markupsafe==2.1.1
# via jinja2
werkzeug==2.1.2
werkzeug==2.1.1
# via flask