Update CSS.

This commit is contained in:
Darren 'Tadgy' Austin 2025-10-06 18:00:15 +01:00
commit 9a745b7632
2 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,5 @@
/* HTML elements */
a:link { a:link {
color: #4255ff; color: #4255ff;
text-decoration: none; text-decoration: none;
@ -16,6 +18,10 @@ body {
background-color: #000000; background-color: #000000;
background-image: url("/html/circuit-dark.png"); background-image: url("/html/circuit-dark.png");
color: #aeaeae; color: #aeaeae;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-top: 15px; padding-top: 15px;
} }
@ -60,6 +66,8 @@ td {
} }
/* Classes */
.bold { .bold {
font-weight: bold; font-weight: bold;
} }
@ -85,6 +93,10 @@ td {
margin-right: 100px; margin-right: 100px;
} }
.centre {
text-align: center;
}
.heading { .heading {
font-size: 200%; font-size: 200%;
} }
@ -142,6 +154,8 @@ td {
} }
/* IDs */
#breadcrumbs { #breadcrumbs {
align-self: end; align-self: end;
display: flex; display: flex;
@ -184,6 +198,7 @@ td {
justify-content: center; justify-content: center;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 20px; margin-top: 20px;
text-align: center;
} }
#footer { #footer {

View file

@ -1,3 +1,5 @@
/* HTML elements */
a:link { a:link {
color: #2c199c; color: #2c199c;
text-decoration: none; text-decoration: none;
@ -16,6 +18,10 @@ body {
background-color: #ffffff; background-color: #ffffff;
background-image: url("/html/circuit-light.png"); background-image: url("/html/circuit-light.png");
color: #000000; color: #000000;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-top: 15px; padding-top: 15px;
} }
@ -60,6 +66,8 @@ td {
} }
/* Classes */
.bold { .bold {
font-weight: bold; font-weight: bold;
} }
@ -85,6 +93,10 @@ td {
margin-right: 100px; margin-right: 100px;
} }
.centre {
text-align: center;
}
.heading { .heading {
font-size: 200%; font-size: 200%;
} }
@ -142,6 +154,8 @@ td {
} }
/* IDs */
#breadcrumbs { #breadcrumbs {
align-self: end; align-self: end;
display: flex; display: flex;
@ -184,6 +198,7 @@ td {
justify-content: center; justify-content: center;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 20px; margin-top: 20px;
text-align: center;
} }
#footer { #footer {