diff options
Diffstat (limited to 'themes/gamerdonkey-theme/static')
| -rw-r--r-- | themes/gamerdonkey-theme/static/css/style.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/themes/gamerdonkey-theme/static/css/style.css b/themes/gamerdonkey-theme/static/css/style.css new file mode 100644 index 0000000..5c26248 --- /dev/null +++ b/themes/gamerdonkey-theme/static/css/style.css @@ -0,0 +1,49 @@ +body { + background: black; + color: lightgray; + border: solid 1px lightgray; + margin: 1em auto; + max-width: 40em; + padding: 1em; + font-family: monospace; + font-size: 12pt; +} + +a { + color: white; + font-weight: bold; +} + +ul { + list-style-type: "* "; +} + +header#banner { + display: none; +} + +nav#menu { + width: 100%; + text-align: center; +} + +nav#menu ul { + list-style: none; +} + +nav#menu ul li { + display: inline; +} + +nav#menu ul li::after { + content: ' | '; +} + +nav#menu ul li:last-child::after { + content: ''; +} + +footer#contentinfo { + font-size: 0.7em; + text-align: center; +} |
