2021-10-24 23:47:48 +00:00
|
|
|
/*
|
|
|
|
This file contains styles that apply to all pages within YCDL, but don't
|
|
|
|
belong in common.css because they are specifically for this project.
|
|
|
|
*/
|
2023-06-24 19:01:11 +00:00
|
|
|
html
|
2020-09-25 23:25:39 +00:00
|
|
|
{
|
2023-06-24 19:01:11 +00:00
|
|
|
font-family: sans-serif;
|
2020-09-25 23:25:39 +00:00
|
|
|
}
|
|
|
|
|
2022-11-20 06:42:16 +00:00
|
|
|
.navigation_link:hover
|
|
|
|
{
|
|
|
|
background-color: var(--color_secondary);
|
|
|
|
}
|
|
|
|
|
2020-09-03 18:52:51 +00:00
|
|
|
#content_body
|
|
|
|
{
|
|
|
|
justify-self: center;
|
|
|
|
min-width: 200px;
|
|
|
|
max-width: 1440px;
|
2020-09-03 19:06:35 +00:00
|
|
|
width: 98%;
|
2020-09-03 18:52:51 +00:00
|
|
|
}
|