More cleanup

This commit is contained in:
ubergeek 2022-10-25 00:48:41 +00:00
parent 32d550e5b6
commit 8867caaf08
2 changed files with 41 additions and 1 deletions

View File

@ -1,3 +1,3 @@
* [Home](/)
* [Freuquentyl Asked Questions](/faq)
* [Frequently Asked Questions](/faq)
* [Architecture](/architecture)

40
includes/site.css Normal file
View File

@ -0,0 +1,40 @@
/*
This file is licensed under the AGPL 3.0 or later.
*/
body {
font-family: "Courier New", Courier, monospace;
}
#body {
width: 95%;
}
#header {
width: 90%;
text-align: center;
font-size: xx-large;
}
#content {
width: 78%;
float: left;
font-size: medium;
}
#content img {
max-height: 400px;
max-width: 98%;
}
#sidebar {
width: 18%;
float: right;
font-size: small;
}
#footer {
width: 90%;
text-align: center;
clear: both;
font-size: smaller;
}