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.
|
|
|
|
*/
|
|
|
|
|
2020-09-25 23:25:39 +00:00
|
|
|
:root
|
|
|
|
{
|
2021-06-26 06:05:06 +00:00
|
|
|
--color_primary: white;
|
|
|
|
|
2020-09-25 23:25:39 +00:00
|
|
|
--color_text_normal: black;
|
|
|
|
--color_text_link: blue;
|
|
|
|
--color_text_bubble: var(--color_text_normal);
|
|
|
|
|
|
|
|
--color_textfields: white;
|
|
|
|
--color_text_placeholder: gray;
|
|
|
|
|
|
|
|
--color_transparency: rgba(0, 0, 0, 0.1);
|
|
|
|
--color_dropshadow: rgba(0, 0, 0, 0.25);
|
|
|
|
--color_shadow: rgba(0, 0, 0, 0.5);
|
|
|
|
--color_highlight: rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|