diff --git a/html/dark.css b/html/dark.css index 3c2db57..0ed978a 100644 --- a/html/dark.css +++ b/html/dark.css @@ -8,116 +8,274 @@ a:visited { text-decoration: none; } - a:hover { text-decoration: underline; } body { - background-image: url("/html/circuit-dark.png"); background-color: #000000; + background-image: url("/html/circuit-dark.png"); color: #aeaeae; - margin-left: 15px; - margin-right: 15px; -} - -form { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; + padding-top: 15px; } hr { - height: 2px; - border-width: 0; - color: #888888; background-color: #888888; + border: 0; + color: #888888; + height: 2px; +} + +img { + border: 0; } pre { + font-size: 15px; +} + +pre img { + vertical-align: bottom; +} + +table { + margin-bottom: 5px; + margin-left: 5px; + margin-right: 5px; + margin-top: 5px; + width: 100%; +} + +table, td { + border: 1px solid; + border-collapse: collapse; + color: #888888; +} + +td { + padding-bottom: 5px; + padding-left: 5px; + padding-right: 5px; + padding-top: 5px; +} + + +.bold { + font-weight: bold; +} + +.box { background: #060606; border: 2px solid #aaaaaa; - padding-left: 20; - padding-right: 20; box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); + overflow-x: auto; +} + +.boxmargins { + margin-bottom: 10px; +} + +.boxpadding { + padding-left: 20px; + padding-right: 20px; +} + +.donatebutton { + margin-left: 100px; + margin-right: 100px; } .heading { font-size: 200%; } +.motdcontent { +} + +.motdheader { + font-weight: bold; + text-decoration: underline; +} + +.notice { + display: block; + margin-left: auto; + margin-bottom: 25px; + margin-right: auto; + text-align: center; + width: 70%; +} + +.searchinput { + background-color: #060606; + border: 0; + color: #888888; + font-size: 15px; + height: 15px; + outline: 0; + margin-left: 25px; + margin-right: 5px; +} + +.searchresultsinput { + border: 1px; + border-color: #555555; + border-style: solid; + width: 500px; +} + +.sponsor { + margin-top: 15px; + margin-bottom: 15px; +} + .subheading { font-size: 125%; } -.breadcrumbs { - font-size: 150%; - background: #060606; - border: 2px solid #aaaaaa; - padding-left: 10; - padding-top: 2; - padding-right: 10; - padding-bottom: 2; - box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); +.underline { + text-decoration: underline; } -.header { - background: #060606; - border: 2px solid #aaaaaa; - margin: 20; - padding-left: 10; - padding-top: 10; - padding-right: 10; - padding-bottom: 10; - box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); + +#breadcrumbs { + align-self: end; + display: flex; + min-height: 25px; + margin-left: auto; + margin-right: auto; } -.navbar { +#breadcrumbstext { + align-content: center; + font-size: 15px; + text-align: center; + margin-left: 5px; + margin-right: 5px; +} + +#bwbar { + display: block; + margin-left: auto; + margin-right: auto; + margin-top: 30px; + text-align: center; width: 100%; +} + +#copyright { + font-size: 10px; text-align: center; } -.search { - background: #060606; - border: 2px solid #aaaaaa; - box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); +#donatebuttons { + display: flex; + flex-wrap: wrap; + justify-content: center; + margin-bottom: 10px; + margin-top: 20px; } -.searchinput { - border: none; - background: #060606; - outline: none; - color: #888888; - font-size: 11px; - box-sizing: border-box; - padding-left: 10; - padding-top: 2; - padding-right: 10; - padding-bottom: 2; +#headingbox { + margin-left: auto; + margin-right: auto; + width: fit-content; +} + +#headingtext { + text-align: center; + margin-bottom: 5px; + margin-left: 5px; + margin-right: 5px; + margin-top: 5px; +} + +#donorslistbox { + margin-left: auto; + margin-right: auto; + width: 70%; + text-align: center; +} + +#donorstable { +} + +#logo { + display: flex; + justify-content: center; + margin-bottom: 30px; + width: 100%; +} + +#motd { + column-gap: 40px; + display: grid; + grid-template-columns: auto auto; + margin-left: 30px; + margin-right: 30px; + row-gap: 15px; + text-align: left; +} + +#page { + margin-left: auto; + margin-right: auto; + width: 90%; +} + +#search { + align-content: center; + align-self: end; background-color: #060606; background-image: url('/html/search-white.png'); - background-size: 15px 15px; - background-position: 2px 2px; + background-position: 5px 5px; background-repeat: no-repeat; - padding-left: 20px; + background-size: 15px 15px; + height: 25px; + margin-left: 0; + margin-right: auto; + max-height: 25px; } -.searchresults { - background: #060606; - border: 2px solid #aaaaaa; - padding-left: 20; - padding-right: 20; - box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); +#searchbreadcrumbstheme { + display: grid; + column-gap: 50px; + grid-template-columns: auto auto auto; } -.sponsorslist { - background: #060606; - border: 2px solid #777; - margin: 20; - padding-left: 10; - padding-top: 10; - padding-right: 10; - padding-bottom: 10; - box-shadow: 10px 10px 10px -5px rgba(128,128,128,0.5); +#signature { + grid-column-start: 1; + grid-column-end: 3; + margin-bottom: 50px; + text-align: right; +} + +#sponsorship { + font-weight: bold; + margin-bottom: 20px; + text-align: center; +} + +#themetoggle { + align-self: end; + display: flex; + height: 25px; + margin-left: auto; + margin-right: 0; + max-height: 25px; + text-align: right; +} + +#themetoggleimg { + height: 15px; + margin-right: 5px; + vertical-align: middle; +} + +#themetoggletext { + align-content: center; + color: #888888; + font-size: 15px; + margin-left: 5px; + margin-right: 5px; } diff --git a/html/donors.php b/html/donors.php index 2aea0fe..742106e 100644 --- a/html/donors.php +++ b/html/donors.php @@ -1,804 +1,308 @@ - - - - -
-|
- Patronage & Donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: - - |
-
|
- Project Supporters - The following people have kindly donated to slackware.uk. - Thank you very much for your support! :) - |
-
| - 25th July 2024 - | -- M W Magee - | -
| - 3rd June 2024 - | -- Karl Gunnar Hammarlund - | -
| - 15th May 2024 - | -- Tomasz Szewczyk - | -
| - 27th March 2024 - | -- Raul Nevarez Garay - | -
| - 3rd March 2024 - | -- Richard Barnes - | -
| - 30th November 2023 - | -- Eduardo Alberto Castillo - | -
| - 20th September 2023 - | -- Daniel Pompey - | -
| - 25th August 2023 - | -- Syed Sajjad Rizvi - | -
| - 21st July 2023 - | -- Jude DaShiell - | -
| - 4th June 2023 - | -- Gerald Morris - | -
| - 3rd May 2023 - | -- Syed Sajjad Rizvi - | -
| - 20th March 2023 - | -- Luna Jernberg - | -
| - 8th February 2023 - | -- Sergej Tjart - | -
| - 21st December 2022 - | -- Karl Gunnar Hammarlund - | -
| - 5th November 2022 - | -- David Melik - | -
| - 27th September 2022 - | -- Miguel Angel González Moreno - | -
| - 23rd September 2022 - | -- Christoph Koernig - | -
| - 8th September 2022 - | -- Leeung-Jen - | -
| - 21st July 2022 - | -- David Woodfall - | -
| - 18th July 2022 - | -- Luke Dedek - | -
| - 14th July 2022 - | -- Jack Leong - | -
| - 10th July 2022 - | -- Charles Coffee - | -
| - 8th July 2022 - | -- Randall Robinson - | -
| - 20th June 2022 - | -- Richard Hoyle - | -
| - 7th June 2022 - | -- Richard Hanser - | -
| - 7th June 2022 - | -- Abehinichi - | -
| - 6th June 2022 - | -- Keith Burnett - | -
| - 6th June 2022 - | -- David Ian Allen - | -
| - 6th June 2022 - | -- Duncan Wood - | -
| - 6th June 2022 - | -- Robert Bresaz - | -
| - 4th June 2022 - | -- Barry Grundy - | -
| - 4th June 2022 - | -- Antoine Dierstein - | -
| - 4th June 2022 - | -- Karl Gunnar Hammarlund - | -
| - 4th June 2022 - | -- Matthew Dinslage - | -
| - 4th June 2022 - | -- David Hall - | -
| - 27th April 2022 - | -- Matthew Dinslage - | -
| - 4th April 2022 - | -- Edward Rosenberg - | -
| - 2nd April 2022 - | -- Matthew Dinslage - | -
| - 21th March 2022 - | -- Theodore Allen - | -
| - 18th March 2022 - | -- George Nielsen - | -
| - 18th March 2022 - | -- Ioannis Anagnostakis - | -
| - 18th March 2022 - | -- Karl Gunnar Hammarlund - | -
| - 18th March 2022 - | -- Brian Lawrence - | -
| - 18th March 2022 - | -- Dane Jensen - | -
| - 18th March 2022 - | -- Matthew Dinslage - | -
| - 9th March 2022 - | -- David Trudgian - | -
| - 7th March 2022 - | -- Robert Bresaz - | -
| - 13th January 2022 - | -- Rod Ziemski - | -
| - 21st December 2021 - | -- Eric Trimmer - | -
| - 30th September 2021 - | -- Brian Lawrence - | -
| - 17th August 2021 - | -- Christoph Willing - | -
| - 14th July 2021 - | -- Brian Lawrence - | -
| - 11th July 2021 - | -- Don Boots - | -
| - 6th June 2021 - | -- Cleverson Casarin Uliana - | -
| - 30th May 2021 - | -- Klaus Gretland - | -
| - 25th May 2021 - | -- Matthew Dinslage - | -
| - 25th May 2021 - | -- Karl Bruns - | -
| - 18th May 2021 - | -- Karl Gunnar Hammarlund - | -
| - 15th May 2021 - | -- Christoph Koernig - | -
| - 20th April 2021 - | -- Anthony McKenzie - | -
| - 18th April 2021 - | -- Marcin Wolcendorf - | -
| - 10th April 2021 - | -- Christoph Kühne - | -
| - 8th April 2021 - | -- Patrick Volkerding - | -
| - 29th March 2021 - | -- Anthony McKenzie - | -
| - 7th March 2021 - | -- James Scott - | -
| - 2nd March 2021 - | -- Alain Detal - | -
| - 15th February 2021 - | -- Diniz Fernando Bortolotto Ferreira - | -
| - 22nd December 2020 - | -- Peter Christy - | -
| - 22nd December 2020 - | -- Karl Gunnar Hammarlund - | -
| - 15th December 2020 - | -- Karol Jurica - | -
| - 14th December 2020 - | -- Stanley Garvey - | -
| - 2nd October 2020 - | -- Corby Roberts - | -
| - 24th August 2020 - | -- Weber Kai - | -
| - 7th August 2020 - | -- Brian Lawrence - | -
| - 6th August 2020 - | -- Marcin Słodkiewicz - | -
| - 30th May 2020 - | -- Ahmed Abbas - | -
| - 23rd May 2020 - | -- Adam Purkrt - | -
| - 5th May 2020 - | -- Clemens Sauerzopf - | -
| - 30th April 2020 - | -- Gerard Lally - | -
| - 6th April 2020 - | -- Peter Christy - | -
| - 3rd April 2020 - | -- Tom Kosir - | -
| - 30th March 2020 - | -- jwc1936 - | -
| - 13th March 2020 - | -- Gregory Guy Rozan - | -
| - 6th March 2020 - | -- Brian Lawrence - | -
| - 5th March 2020 - | -- Karl Gunnar Hammarlund - | -
| - 5th March 2020 - | -- Pierre-Philipp Braun - | -
| - 4th March 2020 - | -- Christoph Kühne - | -
| - 22nd February 2020 - | -- Aaditya Bagga - | -
| - 20th October 2019 - | -- Shuaidu Yang - | -
| - 12th October 2019 - | -- Andrew Macks - | -
| - 9th October 2019 - | -- Tapio Pätilä - | -
| - 30th August 2019 - | -- Nora's Portal - | -
| - 18th July 2019 - | -- Karl Gunnar Hammarlund - | -
| - 21st May 2019 - | -- Brian Lawrence - | -
| - 16th May 2019 - | -- Daniel Bowling - | -
| - 27th April 2019 - | -- Antoniazzi Leonardo - | -
| 25th July 2024 | M W Magee | +
| 3rd June 2024 | Karl Gunnar Hammarlund | +
| 15th May 2024 | Tomasz Szewczyk | +
| 27th March 2024 | Raul Nevarez Garay | +
| 3rd March 2024 | Richard Barnes | +
| 30th November 2023 | Eduardo Alberto Castillo | +
| 20th September 2023 | Daniel Pompey | +
| 25th August 2023 | Syed Sajjad Rizvi | +
| 21st July 2023 | Jude DaShiell | +
| 4th June 2023 | Gerald Morris | +
| 3rd May 2023 | Syed Sajjad Rizvi | +
| 20th March 2023 | Luna Jernberg | +
| 8th February 2023 | Sergej Tjart | +
| 21st December 2022 | Karl Gunnar Hammarlund | +
| 5th November 2022 | David Melik | +
| 27th September 2022 | Miguel Angel González Moreno | +
| 23rd September 2022 | Christoph Koernig | +
| 8th September 2022 | Leeung-Jen | +
| 21st July 2022 | David Woodfall | +
| 18th July 2022 | Luke Dedek | +
| 14th July 2022 | Jack Leong | +
| 10th July 2022 | Charles Coffee | +
| 8th July 2022 | Randall Robinson | +
| 20th June 2022 | Richard Hoyle | +
| 7th June 2022 | Richard Hanser | +
| 7th June 2022 | Abehinichi | +
| 6th June 2022 | Keith Burnett | +
| 6th June 2022 | David Ian Allen | +
| 6th June 2022 | Duncan Wood | +
| 6th June 2022 | Robert Bresaz | +
| 4th June 2022 | Barry Grundy | +
| 4th June 2022 | Antoine Dierstein | +
| 4th June 2022 | Karl Gunnar Hammarlund | +
| 4th June 2022 | Matthew Dinslage | +
| 4th June 2022 | David Hall | +
| 27th April 2022 | Matthew Dinslage | +
| 4th April 2022 | Edward Rosenberg | +
| 2nd April 2022 | Matthew Dinslage | +
| 21th March 2022 | Theodore Allen | +
| 18th March 2022 | George Nielsen | +
| 18th March 2022 | Ioannis Anagnostakis | +
| 18th March 2022 | Karl Gunnar Hammarlund | +
| 18th March 2022 | Brian Lawrence | +
| 18th March 2022 | Dane Jensen | +
| 18th March 2022 | Matthew Dinslage | +
| 9th March 2022 | David Trudgian | +
| 7th March 2022 | Robert Bresaz | +
| 13th January 2022 | Rod Ziemski | +
| 21st December 2021 | Eric Trimmer | +
| 30th September 2021 | Brian Lawrence | +
| 17th August 2021 | Christoph Willing | +
| 14th July 2021 | Brian Lawrence | +
| 11th July 2021 | Don Boots | +
| 6th June 2021 | Cleverson Casarin Uliana | +
| 30th May 2021 | Klaus Gretland | +
| 25th May 2021 | Matthew Dinslage | +
| 25th May 2021 | Karl Bruns | +
| 18th May 2021 | Karl Gunnar Hammarlund | +
| 15th May 2021 | Christoph Koernig | +
| 20th April 2021 | Anthony McKenzie | +
| 18th April 2021 | Marcin Wolcendorf | +
| 10th April 2021 | Christoph Kühne | +
| 8th April 2021 | Patrick Volkerding | +
| 29th March 2021 | Anthony McKenzie | +
| 7th March 2021 | James Scott | +
| 2nd March 2021 | Alain Detal | +
| 15th February 2021 | Diniz Fernando Bortolotto Ferreira | +
| 22nd December 2020 | Peter Christy | +
| 22nd December 2020 | Karl Gunnar Hammarlund | +
| 15th December 2020 | Karol Jurica | +
| 14th December 2020 | Stanley Garvey | +
| 2nd October 2020 | Corby Roberts | +
| 24th August 2020 | Weber Kai | +
| 7th August 2020 | Brian Lawrence | +
| 6th August 2020 | Marcin Słodkiewicz | +
| 30th May 2020 | Ahmed Abbas | +
| 23rd May 2020 | Adam Purkrt | +
| 5th May 2020 | Clemens Sauerzopf | +
| 30th April 2020 | Gerard Lally | +
| 6th April 2020 | Peter Christy | +
| 3rd April 2020 | Tom Kosir | +
| 30th March 2020 | jwc1936 | +
| 13th March 2020 | Gregory Guy Rozan | +
| 6th March 2020 | Brian Lawrence | +
| 5th March 2020 | Karl Gunnar Hammarlund | +
| 5th March 2020 | Pierre-Philipp Braun | +
| 4th March 2020 | Christoph Kühne | +
| 22nd February 2020 | Aaditya Bagga | +
| 20th October 2019 | Shuaidu Yang | +
| 12th October 2019 | Andrew Macks | +
| 9th October 2019 | Tapio Pätilä | +
| 30th August 2019 | Nora's Portal | +
| 18th July 2019 | Karl Gunnar Hammarlund | +
| 21st May 2019 | Brian Lawrence | +
| 16th May 2019 | Daniel Bowling | +
| 27th April 2019 | Antoniazzi Leonardo | +
|
- Patronage & Donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: - - All donations will be gratefully received - thank you! - |
-
|
- 400 - Bad Request - The server could not understand the request. - |
-
|
- Patronage & donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: -
|
-
- 400 - Bad Request- The server could not understand the request. - |
-
-|
- Patronage & Donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: - - All donations will be gratefully received - thank you! - |
-
|
- 401 - Unauthorised - Authentication is required. - |
-
|
- Patronage & donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: -
|
-
- 401 - Unauthorised- Authentication is required. - |
-
-|
- Patronage & Donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: - - All donations will be gratefully received - thank you! - |
-
|
- 403 - Forbidden - You do not have permission to access this resource. - |
-
|
- Patronage & donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: -
|
-
- 403 - Forbidden- You do not have permission to access this resource. - |
-
-|
- Patronage & Donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: - - All donations will be gratefully received - thank you! - |
-
|
- 404 - Not Found - The requested page or file is not found. - |
-
|
- Patronage & donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: -
|
-
- 404 - Not Found- The requested page or file is not found. - |
-
-|
- Patronage & Donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: - - All donations will be gratefully received - thank you! - |
-
|
- 405 - Method Forbidden - Access method is not authorised. - |
-
|
- Patronage & donations - If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: -
|
-
- 405 - Method Forbidden- Access method is not authorised. - |
-
-| - Access: - | -
- This service can be accessed via: - HTTP: http://slackware.uk/ - HTTPS: https://slackware.uk/ - FTP: ftp://slackware.uk/ - Rsync: rsync://slackware.uk/ - |
-
| - Notice: - | -
+
+
+
+
+
+
+
+
+ +
+
+ Access
+
+
+ HTTP: http://slackware.uk/
+ + HTTPS: https://slackware.uk/ + FTP: ftp://slackware.uk/ + Rsync: rsync://slackware.uk/ +
+ Notice
+
+
All connections and transfers are logged. By accessing this service you implicitly agree to our collecting your IP address for analytics purposes. We do not collect or hold any user identifying data, but do set a cookie in your browser for your choice of theme. Do not use multiple concurrent connections or "make your downloads faster" applications. Access to this service is a privilege, not a right - abusive users will be firewalled without warning. - |
-
| - Mirroring requests: - | -- This service is primarily intended to provide a mirror service for Slackware Linux based projects. If you run a Slackware based project, or have a suggestion for a project which may benefit from being mirrored here, please message with full details. - | -
| - Speedtest: - | -- Curious about the speed you might get downloading from Slackware UK? Try the new speedtest! - | -
| - Patronage & Donations: - | -
+ -->
+
+ Speedtest
+
+
+ Curious about the speed you might get downloading from Slackware UK? Try the new speedtest!
+
+
+ Mirroring requests
+
+
+ This service is primarily intended to provide a mirror service for Slackware Linux based projects. If you run a Slackware based project, or have a suggestion for a project which may benefit from being mirrored here, please message with full details.
+
+
+ Patronage & Donations
+
+
If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons:
- |
-
| - - | -- | -
| - - | -All donations will be gratefully received - thank you! - | -
|
- Darren 'Tadgy' Austin - Email: mirrors (at) slackware.uk - IRC: On Libera.Chat, join #slackware.uk channel or PM 'Tadgy' - |
- |
|
- Patronage & Donations + +
+ --
+
+
+ + Darren 'Tadgy' Austin
+ Email: mirrors (at) slackware.uk+ IRC: On Libera.Chat, join #slackware.uk channel or PM 'Tadgy' + +
+ Patronage & Donations If you use the Slackware UK services on a regular basis, and would like to contribute to running costs, make a continuing patronage (and receive special benefits), or make a one off PayPal payment, please use one of the following buttons: All donations will be gratefully received - thank you! - |
-
|
- - A Faster Way to Download Slackware Linux ISOs - Slackware UK now offers a Bittorrent seeding service which may allow you to download the Slackware ISOs at a much faster speed (especially immediately following a new stable release) - all that is required is a Bittorrent client. - |
-
diff --git a/html/includes/breadcrumbs-search-theme.php b/html/includes/breadcrumbs-search-theme.php
deleted file mode 100644
index 44fb376..0000000
--- a/html/includes/breadcrumbs-search-theme.php
+++ /dev/null
@@ -1,25 +0,0 @@
-
- -
+ Mirror server bandwidth utilisation
diff --git a/html/includes/donate.php b/html/includes/donate.php
index cdca34b..25e1d96 100644
--- a/html/includes/donate.php
+++ b/html/includes/donate.php
@@ -1,22 +1,9 @@
- + +
+
+
+
+
+
+
+
diff --git a/html/includes/search-breadcrumbs-theme.php b/html/includes/search-breadcrumbs-theme.php
new file mode 100644
index 0000000..392261f
--- /dev/null
+++ b/html/includes/search-breadcrumbs-theme.php
@@ -0,0 +1,25 @@
+
diff --git a/html/includes/sponsors.php b/html/includes/sponsors.php
index 822cbbf..495c00c 100644
--- a/html/includes/sponsors.php
+++ b/html/includes/sponsors.php
@@ -1,13 +1,16 @@
- - is kindly sponsored by: - -- Please take a moment to visit the sponsors using the links above! - +is kindly sponsored by: + + +Please take a moment to visit the sponsor using the link above! diff --git a/html/includes/vars.php b/html/includes/vars.php index 7c60d9d..78db42d 100644 --- a/html/includes/vars.php +++ b/html/includes/vars.php @@ -189,10 +189,4 @@ $description = "UK Slackware Linux and Slackware based project hosting & mirror service"; $keywords = "Slackware Linux, Slackware mirror, Slackware mirrors, Slackware hosting, Slackware, Slackware64, Slackware UK, Slackware64 UK"; } - - if ($_COOKIE['theme'] == "light") { - $light = true; - } else { - $light = false; - } ?> diff --git a/html/light.css b/html/light.css index 2753152..63caab4 100644 --- a/html/light.css +++ b/html/light.css @@ -13,110 +13,269 @@ a:hover { } body { - background-image: url("/html/circuit-light.png"); background-color: #ffffff; + background-image: url("/html/circuit-light.png"); color: #000000; - margin-left: 15px; - margin-right: 15px; -} - -form { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; + padding-top: 15px; } hr { - height: 2px; - border-width: 0; - color: #070707; background-color: #070707; + border: 0; + color: #070707; + height: 2px; +} + +img { + border: 0; } pre { + font-size: 15px; +} + +pre img { + vertical-align: bottom; +} + +table { + margin-bottom: 5px; + margin-left: 5px; + margin-right: 5px; + margin-top: 5px; + width: 100%; +} + +table, td { + border: 1px solid; + border-collapse: collapse; + color: #070707; +} + +td { + padding-bottom: 5px; + padding-left: 5px; + padding-right: 5px; + padding-top: 5px; +} + + +.bold { + font-weight: bold; +} + +.box { background: #f0f0f0; border: 2px solid #070707; - padding-left: 20; - padding-right: 20; box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); + overflow-x: auto; +} + +.boxmargins { + margin-bottom: 10px; +} + +.boxpadding { + padding-left: 20px; + padding-right: 20px; +} + +.donatebutton { + margin-left: 100px; + margin-right: 100px; } .heading { font-size: 200%; } +.motdcontent { +} + +.motdheader { + font-weight: bold; + text-decoration: underline; +} + +.notice { + display: block; + margin-left: auto; + margin-bottom: 25px; + margin-right: auto; + text-align: center; + width: 70%; +} + +.searchinput { + background-color: #f0f0f0; + border: 0; + color: #000000; + font-size: 15px; + height: 15px; + outline: 0; + margin-left: 25px; + margin-right: 5px; +} + +.searchresultsinput { + border: 1px; + border-color: #000000; + border-style: solid; + width: 500px; +} + +.sponsor { + margin-top: 15px; + margin-bottom: 15px; +} + .subheading { font-size: 125%; } -.breadcrumbs { - font-size: 150%; - background: #f0f0f0; - border: 2px solid #070707; - padding-left: 10; - padding-top: 2; - padding-right: 10; - padding-bottom: 2; - box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); +.underline { + text-decoration: underline; } -.header { - background: #F0F0F0; - border: 2px solid #777; - margin: 20; - padding-left: 10; - padding-top: 10; - padding-right: 10; - padding-bottom: 10; - box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); + +#breadcrumbs { + align-self: end; + display: flex; + min-height: 25px; + margin-left: auto; + margin-right: auto; } -.navbar { +#breadcrumbstext { + align-content: center; + font-size: 15px; + text-align: center; + margin-left: 5px; + margin-right: 5px; +} + +#bwbar { + display: block; + margin-left: auto; + margin-right: auto; + margin-top: 30px; + text-align: center; width: 100%; +} + +#copyright { + font-size: 10px; text-align: center; } -.search { - background: #f0f0f0; - border: 2px solid #070707; - box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); +#donatebuttons { + display: flex; + flex-wrap: wrap; + justify-content: center; + margin-bottom: 10px; + margin-top: 20px; } -.searchinput { - border: none; - background: #f0f0f0; - outline: none; - color: #000000; - font-size: 11px; - box-sizing: border-box; - padding-left: 10; - padding-top: 2; - padding-right: 10; - padding-bottom: 2; +#headingbox { + margin-left: auto; + margin-right: auto; + width: fit-content; +} + +#headingtext { + text-align: center; + margin-bottom: 5px; + margin-left: 5px; + margin-right: 5px; + margin-top: 5px; +} + +#donorslistbox { + margin-left: auto; + margin-right: auto; + width: 70%; + text-align: center; +} + +#donorstable { +} + +#logo { + display: flex; + justify-content: center; + margin-bottom: 30px; + width: 100%; +} + +#motd { + column-gap: 40px; + display: grid; + grid-template-columns: auto auto; + margin-left: 30px; + margin-right: 30px; + row-gap: 15px; + text-align: left; +} + +#page { + margin-left: auto; + margin-right: auto; + width: 90%; +} + +#search { + align-content: center; + align-self: end; background-color: #f0f0f0; background-image: url('/html/search-black.png'); - background-size: 15px 15px; - background-position: 2px 2px; + background-position: 5px 5px; background-repeat: no-repeat; - padding-left: 20px; + background-size: 15px 15px; + height: 25px; + margin-left: 0; + margin-right: auto; + max-height: 25px; } -.searchresults { - background: #f0f0f0; - border: 2px solid #070707; - padding-left: 20; - padding-right: 20; - box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); +#searchbreadcrumbstheme { + display: grid; + column-gap: 50px; + grid-template-columns: auto auto auto; } -.sponsorslist { - background: #F0F0F0; - border: 2px solid #777; - margin: 20; - padding-left: 10; - padding-top: 10; - padding-right: 10; - padding-bottom: 10; - box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); +#signature { + grid-column-start: 1; + grid-column-end: 3; + margin-bottom: 50px; + text-align: right; +} + +#sponsorship { + font-weight: bold; + margin-bottom: 20px; + text-align: center; +} + +#themetoggle { + align-self: end; + display: flex; + height: 25px; + margin-left: auto; + margin-right: 0; + max-height: 25px; + text-align: right; +} + +#themetoggleimg { + height: 15px; + margin-right: 5px; + vertical-align: middle; +} + +#themetoggletext { + align-content: center; + color: #000000; + font-size: 15px; + margin-left: 5px; + margin-right: 5px; } diff --git a/html/old/binary.png b/html/old/binary.png deleted file mode 100644 index 7660d4d..0000000 Binary files a/html/old/binary.png and /dev/null differ diff --git a/html/old/fileaway.png b/html/old/fileaway.png deleted file mode 100644 index 84331f8..0000000 Binary files a/html/old/fileaway.png and /dev/null differ diff --git a/html/old/gofundme.png b/html/old/gofundme.png deleted file mode 100644 index f3d4176..0000000 Binary files a/html/old/gofundme.png and /dev/null differ diff --git a/html/search.shtml b/html/search.shtml index c814857..ef09ef4 100644 --- a/html/search.shtml +++ b/html/search.shtml @@ -3,114 +3,117 @@ /* Output an error box */ function writeerror (string $message, bool $link) { - print ("
"); +?> + + + -
+ "Tue, 31 Dec 2069 23:59:59 GMT", + "expires" => mktime (23, 59, 59, 12, 31, 2069), "domain" => ".slackware.uk", "path" => "/", "httponly" => true, "samesite" => "Lax" ); - if (!$light) { + if ($_COOKIE['theme'] != "light") { $theme = "light"; } else { $theme = "dark"; diff --git a/html/uk2-black.png b/html/uk2-black.png deleted file mode 100644 index 6b4fe53..0000000 Binary files a/html/uk2-black.png and /dev/null differ diff --git a/html/uk2-white.png b/html/uk2-white.png deleted file mode 100644 index d81be41..0000000 Binary files a/html/uk2-white.png and /dev/null differ | ||||||||||||||||||