From c53d58253232d591e4ec196e96c7ef5cba2e087b Mon Sep 17 00:00:00 2001 From: c Date: Thu, 17 Feb 2022 11:33:12 +0100 Subject: [PATCH] add own styles.css to onfoss due to cross-origin loading issues --- howto.html | 2 +- index.html | 2 +- list.html | 2 +- scoreboard.html | 4 +- servers.html | 2 +- styles.css | 156 +++++++++++++++++++++++++++++++++++++++++++++ template_6pRR.html | 2 +- template_8pRR.html | 2 +- timetable.html | 2 +- tournament.html | 2 +- 10 files changed, 166 insertions(+), 10 deletions(-) create mode 100644 styles.css diff --git a/howto.html b/howto.html index 3cf011d..9343374 100644 --- a/howto.html +++ b/howto.html @@ -3,7 +3,7 @@ onFOSS-LAN - + diff --git a/index.html b/index.html index 7dab5d3..60eb2f6 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ onFOSS-LAN - + diff --git a/list.html b/list.html index 5e2dcd9..37123e9 100644 --- a/list.html +++ b/list.html @@ -3,7 +3,7 @@ onFOSS-LAN - +
diff --git a/scoreboard.html b/scoreboard.html index 2c8cff2..0c43bf4 100644 --- a/scoreboard.html +++ b/scoreboard.html @@ -3,7 +3,7 @@ hribhrib - +
@@ -122,7 +122,7 @@

cryces vs Rampoina : X wins - Server: play.hribhrib.at:8305

-
+

Finals 19.12.2021 16:00 UTC - 17:00 UTC

Best of 3, first vs second.

diff --git a/servers.html b/servers.html index 880776b..95983dd 100644 --- a/servers.html +++ b/servers.html @@ -3,7 +3,7 @@ hribhrib - +
diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..1c9367c --- /dev/null +++ b/styles.css @@ -0,0 +1,156 @@ +/* ubuntu-mono-regular - latin */ +@font-face { + font-family: 'Ubuntu Mono'; + font-style: normal; + font-weight: 400; + src: url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-regular.eot'); /* IE9 Compat Modes */ + src: local(''), + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-regular.svg#UbuntuMono') format('svg'); /* Legacy iOS */ +} + +/* ubuntu-mono-italic - latin */ +@font-face { + font-family: 'Ubuntu Mono'; + font-style: italic; + font-weight: 400; + src: url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-italic.eot'); /* IE9 Compat Modes */ + src: local(''), + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-italic.woff') format('woff'), /* Modern Browsers */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-italic.svg#UbuntuMono') format('svg'); /* Legacy iOS */ +} + +/* ubuntu-mono-700 - latin */ +@font-face { + font-family: 'Ubuntu Mono'; + font-style: normal; + font-weight: 700; + src: url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700.eot'); /* IE9 Compat Modes */ + src: local(''), + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700.woff') format('woff'), /* Modern Browsers */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700.svg#UbuntuMono') format('svg'); /* Legacy iOS */ +} + +/* ubuntu-mono-700italic - latin */ +@font-face { + font-family: 'Ubuntu Mono'; + font-style: italic; + font-weight: 700; + src: url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700italic.eot'); /* IE9 Compat Modes */ + src: local(''), + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('https://hribhrib.at/fonts/ubuntu-mono-v14-latin-700italic.svg#UbuntuMono') format('svg'); /* Legacy iOS */ +} + + +* { + box-sizing: border-box; +} + +body { + font-family: 'Ubuntu Mono'; + background-color: #151515; + color: #fc9032; +} + +a:link { + color: #dddddd; +} + +a:visited { + color: #bbbbbb; +} + +a:hover { + color: #ffffff; +} + +a:active { + color: #ffffff; +} + +div { + max-width: 800px; + margin: auto; + border-style: double; + border-width: 5px; + margin-bottom: -2px; +} + +p { + margin-right: 20px; + margin-left: 20px; +} + +h1, h2, h3, h4 { + margin-bottom: 0px; + margin-right: 15px; + margin-left: 15px; +} + + +ol { + margin-left: 20px; + margin-right: 20px; +} + + +table { + width: 92%; + border: 1px solid; + border-collapse: collapse; + margin-left: 20px; + margin-right: 20px; +} + +th, td { + word-break: break-word; + border: 1px solid; + padding: 5px; + margin-left: 20px; + margin-right: 20px; +} + +/* Create two equal columns that floats next to each other */ +.column { + float: left; + width: 50%; + padding: 10px; + border-style: none; +} + +.column img { + margin-top: 12px; +} + +.row { + border-style: none; +} + +/* Clear floats after the columns */ +.row:after { + content: ""; + display: table; + clear: both; + border-style: none; +} + +.topnav { + overflow: hidden; +} +.topnav a { + margin-right: 15px; + margin-left: 15px; +} diff --git a/template_6pRR.html b/template_6pRR.html index 3799aa5..1b73c84 100644 --- a/template_6pRR.html +++ b/template_6pRR.html @@ -3,7 +3,7 @@ hribhrib - +
diff --git a/template_8pRR.html b/template_8pRR.html index 033ddc7..282ea4f 100644 --- a/template_8pRR.html +++ b/template_8pRR.html @@ -3,7 +3,7 @@ hribhrib - +
diff --git a/timetable.html b/timetable.html index e90716c..773ca0a 100644 --- a/timetable.html +++ b/timetable.html @@ -3,7 +3,7 @@ onFOSS-LAN - + diff --git a/tournament.html b/tournament.html index fe14c69..b04da5d 100644 --- a/tournament.html +++ b/tournament.html @@ -3,7 +3,7 @@ onFOSS-LAN - +