diff --git a/other/FrutigerNeue.ttf b/other/FrutigerNeue.ttf new file mode 100644 index 0000000..e562ce7 Binary files /dev/null and b/other/FrutigerNeue.ttf differ diff --git a/other/main.css b/other/main.css index 0b834be..7d848a0 100644 --- a/other/main.css +++ b/other/main.css @@ -1,9 +1,9 @@ body { - font-family: Arial, sans-serif; + font-family: Frutiger, Arial, sans-serif; color: black; } h1, h3 { - font-family: Arial, sans-serif; + font-family: Frutiger, Arial, sans-serif; font-weight: bolder; /*text-decoration: underline;*/ letter-spacing: -0.5px; @@ -12,7 +12,7 @@ h1, h3 { font-size: 45px; } h2 { - font-family: Arial, sans-serif; + font-family: Frutiger, Arial, sans-serif; font-weight: bolder; /*text-decoration: underline;*/ letter-spacing: -0.5px; @@ -21,7 +21,7 @@ h2 { font-size: 25px; } p { - font-family: Arial, sans-serif; + font-family: Frutiger, Arial, sans-serif; padding: 0; margin: 0%; font-size: 20px; @@ -44,6 +44,25 @@ a:hover { } } -#xmlContent { - white-space: pre-wrap; /* Preserve whitespace and line breaks */ +.table-container { + margin: 0 auto; +} +table { + width: 100%; + max-width: 50%; /* Limiting to 40% of screen width */ + border-collapse: collapse; +} +th, td { + border: 1px solid #dddddd; + text-align: center; + padding: 5px; +} +th { + background-color: #f2f2f2; + color: #24292E; +} + +@font-face { + font-family: Frutiger; + src: url('FrutigerNeue.ttf'); } \ No newline at end of file diff --git a/other/wiki/index.html b/other/wiki/index.html index 17f7235..c01cd2b 100644 --- a/other/wiki/index.html +++ b/other/wiki/index.html @@ -2,17 +2,44 @@ - + Wiki Page

Main Resources

-