diff options
| author | qugalet <qugalet@m0e.space> | 2023-10-31 21:23:25 +0200 |
|---|---|---|
| committer | qugalet <qugalet@m0e.space> | 2023-10-31 21:23:25 +0200 |
| commit | e9bbc2c2862c92767b3ba8ab2ca418162fca1cba (patch) | |
| tree | 4ff334dc487d4ceb45dfb7a6c4f8d570d9f0933d /themes/lugo/static | |
| parent | e2d4ab656a9acdbbadcbd5d12937e4bcf63eafc6 (diff) | |
| download | quga.m0e.space-e9bbc2c2862c92767b3ba8ab2ca418162fca1cba.tar.gz quga.m0e.space-e9bbc2c2862c92767b3ba8ab2ca418162fca1cba.zip | |
rewrite theme
Diffstat (limited to 'themes/lugo/static')
| -rw-r--r-- | themes/lugo/static/style.css | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/themes/lugo/static/style.css b/themes/lugo/static/style.css new file mode 100644 index 0000000..ce6236c --- /dev/null +++ b/themes/lugo/static/style.css @@ -0,0 +1,46 @@ +body { + font-family: sans-serif ; + /* background: #110000 ; */ + /* color: #ccc ; */ + background-image: url("") +} + +main { + max-width: 800px ; + margin: auto ; +} + +img { + max-width: 100% ; +} + +header h1 { + text-align: center ; +} + +footer { + text-align: center ; + clear: both ; +} + +/* For TAGLIST.HTML */ +.taglist { + text-align: center ; + clear: both ; +} + +/* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} +#prevart { + float: left ; + text-align: left ; +} +#nextart { + float: right ; + text-align: right ; +} +#nextart,#prevart { + max-width: 33% ; +} |
