OD_css/OD.less
2025-11-25 11:34:42 -06:00

160 lines
2.2 KiB
Text

@font-face {
font-family: CenturyGothic;
src: url("C:/Users/Ryan Schultz/AppData/Local/Microsoft/Windows/Fonts/Century_Gothic.ttf");
}
a {
color: #428bca;
text-decoration: none;
}
blockquote {
background-color: rgba(128, 128, 128, 0.05);
border-bottom-right-radius: 5px;
border-left-width: 5px;
border-top-right-radius: 5px;
padding: 10px 15px;
font-size: 16px;
margin-inline-start: 0px;
}
body {
background-color: #fff;
color: rgb(100, 100, 100);
font-family: 'CenturyGothic', 'Lato', sans-serif;
font-size: 10px;
line-height: 1.5;
letter-spacing: 1px;
}
p,
li,
span {
font-size: 12px;
margin-block-start: .5em;
}
li,
span {
margin-block-start: 0em;
margin-block-end: 0em;
}
ul {
margin-block-start: 0em;
margin-block-end: 0em;
}
ul p {
margin-block-start: 0em;
margin-block-end: 0em;
}
li {
p {
margin: 0px;
}
}
h1, .h1 {
font-size: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: #428bca;
font-family: inherit;
font-weight: 300;
margin-bottom: 3px;
margin-right: 0px;
margin-left: 0px;
margin-top: 3px;
}
h1:after,
h2:after {
border-bottom: none;
}
h1, .h1 {
font-size: 26px;
}
h2, .h2 {
font-size: 26px;
margin-bottom: 15px;
margin-top: 15px;
}
h3, .h3 {
font-size: 20px;
}
h4, .h4 {
font-size: 16px;
}
h5, .h5 {
font-size: 12px;
}
h6, .h6 {
font-size: 10px;
}
hr {
border-bottom: none;
border-left: none;
border-right: none;
border-top: .5px dashed rgb(177, 177, 177);
margin-bottom: 25px;
margin-top: 25px;
}
ol {
list-style-type: upper-roman;
}
/* Table styles */
table {
border-collapse: collapse; /* ensures borders don't double up */
width: 100%; /* optional: makes table full-width */
margin-bottom: 20px;
}
table th,
table td {
border: none; /* light gray border */
padding: 4px;
text-align: left;
}
/* Alternate row colors */
table tr:nth-child(even) {
background-color: #f9f9f9; /* light gray for even rows */
}
table tr:nth-child(odd) {
background-color: #ffffff; /* white for odd rows */
}
/* Optional: style headers differently */
table th {
background-color: #e6e6e6; /* slightly darker gray for headers */
font-weight: bold;
}