2022-04-08 20:41:15 -04:00
|
|
|
@media screen and (min-width: 900px) {
|
|
|
|
#center-wrapper {
|
|
|
|
width: 900px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-family: sans-serif;
|
|
|
|
--content-color: white;
|
2025-01-12 18:58:13 -05:00
|
|
|
--link-color: rgb(187, 161, 81);
|
|
|
|
--link-color-visited: rgb(140, 121, 60);
|
2022-04-08 20:41:15 -04:00
|
|
|
--content-border: 1px solid;
|
|
|
|
--border-color: white;
|
|
|
|
overflow-y: scroll;
|
|
|
|
color: #2f2f2f;
|
2024-05-20 20:07:34 -04:00
|
|
|
background-color: #495259;
|
2022-04-08 20:41:15 -04:00
|
|
|
}
|
|
|
|
|
2025-01-12 18:58:13 -05:00
|
|
|
a {
|
|
|
|
color: var(--link-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: var(--link-color-visited);
|
|
|
|
}
|
|
|
|
|
2022-04-08 20:41:15 -04:00
|
|
|
hr {
|
|
|
|
height: 0px;
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid black;
|
2025-01-12 18:58:13 -05:00
|
|
|
border-color: #9b8762;
|
2022-04-08 20:41:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
padding: 4px
|
|
|
|
}
|
|
|
|
|
2025-01-12 18:58:13 -05:00
|
|
|
.fancy-container {
|
2024-05-20 20:07:34 -04:00
|
|
|
background-color: #313031;
|
|
|
|
border: 2px solid #9b8762;
|
2022-04-08 20:41:15 -04:00
|
|
|
border-radius: 10px;
|
|
|
|
margin: 2px;
|
2024-05-20 20:07:34 -04:00
|
|
|
padding: 10px;
|
|
|
|
box-shadow: 0px 3px 5px 2px #00000054;
|
|
|
|
color: lightgray;
|
|
|
|
}
|
|
|
|
|
|
|
|
main a:link {
|
|
|
|
color: #c6a38a;
|
|
|
|
}
|
|
|
|
|
|
|
|
main a:visited {
|
|
|
|
color: #c6a38a;
|
2022-04-08 20:41:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
main > h2 {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 900px) {
|
|
|
|
#header-links {
|
|
|
|
justify-content: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
header > h1 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#center-wrapper {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
font-size: .9rem;
|
2025-01-12 18:58:13 -05:00
|
|
|
margin-top: 10px !important;
|
|
|
|
margin-bottom: 10px !important;
|
2022-04-08 20:41:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.blurb {
|
2024-05-20 20:07:34 -04:00
|
|
|
background-color: #555;
|
2022-04-08 20:41:15 -04:00
|
|
|
padding: 1em;
|
|
|
|
border-radius: 7px;
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blurb-button {
|
|
|
|
padding: 1em;
|
|
|
|
border-radius: 7px;
|
|
|
|
margin: 0.5em;
|
2024-05-20 20:07:34 -04:00
|
|
|
color: lightgray !important;
|
2025-01-12 18:58:13 -05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blurb-button h4 {
|
|
|
|
text-decoration: underline;
|
2022-04-08 20:41:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.blurb-button:hover {
|
2024-05-20 20:07:34 -04:00
|
|
|
background-color: #555;
|
2022-04-08 20:41:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.blurb-button h4, .blurb h4 {
|
|
|
|
margin: 0 0 3px;
|
|
|
|
}
|
|
|
|
|
2023-10-04 17:51:14 -04:00
|
|
|
.note {
|
|
|
|
padding: 1em;
|
|
|
|
border-radius: 7px;
|
|
|
|
margin: 0.5em;
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #ecd89c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.note p {
|
|
|
|
margin: 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
|
|
|
padding: 1em;
|
|
|
|
border-radius: 7px;
|
|
|
|
margin: 0.5em;
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #caebff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info p {
|
|
|
|
margin: 0em;
|
|
|
|
}
|
|
|
|
|
2022-04-08 20:41:15 -04:00
|
|
|
.buttons {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
|
|
|
margin: auto;
|
|
|
|
}
|
2024-05-20 20:12:54 -04:00
|
|
|
|
|
|
|
.blurb-button > img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: #292929;
|
|
|
|
}
|
2024-05-26 09:44:17 -04:00
|
|
|
|
|
|
|
.note {
|
|
|
|
color: black;
|
|
|
|
}
|