mirror of
https://github.com/wassname/greater_tables_project.git
synced 2026-06-30 18:32:31 +08:00
200 lines
4.9 KiB
CSS
200 lines
4.9 KiB
CSS
/* css styles */
|
|
.title{
|
|
text-align: left;
|
|
font-size: 1.5em;
|
|
}
|
|
.title.listing-title{
|
|
font-size: 1.0em;
|
|
}
|
|
li.nav-item {
|
|
text-align: left;
|
|
}
|
|
.navbar-title {
|
|
font-family: Impact, "Arial Narrow", Arial, sans-serif;
|
|
letter-spacing: -1px;
|
|
font-size: 1.05em;
|
|
}
|
|
.featured-posts {
|
|
font-size: 1em;
|
|
/* font-weight: bold;*/
|
|
/* color: #007BFF; /* Adjust the color to fit your theme */*/
|
|
}
|
|
.header-section-number {
|
|
margin-right: 0.35em;
|
|
position: relative;
|
|
}
|
|
.header-section-number::after {
|
|
content: ".";
|
|
color: green; /* Ensure the period is the same color as the number */
|
|
}
|
|
figcaption {
|
|
font-family: Arial, sans-serif;
|
|
color: #505050;
|
|
font-size: 0.9em;
|
|
}
|
|
body {
|
|
hyphens: auto;
|
|
font-family: STIX Two Text, Calisto MT, serif;
|
|
overflow-wrap: break-word;
|
|
text-rendering: optimizeLegibility;
|
|
font-kerning: normal;
|
|
font-size: 14px;
|
|
}
|
|
blockquote {
|
|
margin: 1em 0 1em 1.7em;
|
|
padding-left: 1em;
|
|
border-left: 2px solid #e6e6e6;
|
|
color: #606060;
|
|
}
|
|
h1 {
|
|
margin-top: 0em;
|
|
margin-bottom: 0.5em;
|
|
font-family: Inter, sans-serif;
|
|
font-size: 1.5em;
|
|
}
|
|
h2 {
|
|
margin-top: 1.4em;
|
|
/*font: sans-serif;*/
|
|
font-family: Inter, sans-serif;
|
|
font-size: 1.35em;
|
|
}
|
|
h3 {
|
|
margin-top: 0.35em;
|
|
font-family: Helvetica, sans-serif;
|
|
font-size: 1.15em;
|
|
/*font-family: Trebuchet MT, sans-serif;*/
|
|
}
|
|
h4 {
|
|
margin-top: 0.25em;
|
|
font-family: Helvetica, sans-serif;
|
|
font-size: 1.0em;
|
|
/*font-family: Trebuchet MT, sans-serif;*/
|
|
}
|
|
h5, h6 {
|
|
font-family: Helvetica, sans-serif;
|
|
margin-top: 0em;
|
|
font-weight: normal;
|
|
font-size: 0.83em;
|
|
}
|
|
h6 {
|
|
font-weight: normal;
|
|
font-size: 0.67em;
|
|
}
|
|
/*img {
|
|
max-width: 75%;
|
|
}*/
|
|
hr {
|
|
background-color: #1a1a1a;
|
|
border: none;
|
|
height: 1px;
|
|
margin: 1em 0;
|
|
}
|
|
table {
|
|
/* margin above below table margin */
|
|
margin: 1em 0;
|
|
overflow-x: auto;
|
|
display: block;
|
|
font-variant-numeric: lining-nums tabular-nums;
|
|
/* table-layout: :auto;*/
|
|
/*width: 100%;*/
|
|
}
|
|
table caption {
|
|
font-style: italic;
|
|
margin-bottom: 0.75em;
|
|
}
|
|
tbody {
|
|
margin-top: 0.5em;
|
|
border-top: 1px solid #1a1a1a;
|
|
border-bottom: 1px solid #1a1a1a;
|
|
}
|
|
th {
|
|
border-top: 1px solid #1a1a1a;
|
|
font-family: Helvetica, sans-serif;
|
|
font-size: 0.85em;
|
|
/* top right bottom left */
|
|
padding: 0.25em 1em 0.25em 1em;
|
|
}
|
|
td {
|
|
padding: 0.125em 1em 0.25em 1em;
|
|
font-size: 0.85em;
|
|
}
|
|
header {
|
|
margin-bottom: 4em;
|
|
text-align: center;
|
|
}
|
|
ol, ul {
|
|
padding-left: 1.7em;
|
|
/*margin-top: 1em;*/
|
|
}
|
|
li > ol, li > ul {
|
|
margin-top: 0;
|
|
}
|
|
li.post_list {
|
|
margin-bottom: 0.4em;
|
|
line-height: 1.3em;
|
|
font-family: sans-serif;
|
|
}
|
|
ul {
|
|
list-style-type: square;
|
|
}
|
|
code {
|
|
font-family: Cascadia Mono, Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
|
font-size: 85%;
|
|
margin: 0;
|
|
white-space: pre-wrap;
|
|
color: #a81313;
|
|
}
|
|
/* preformatted text */
|
|
pre {
|
|
margin: 1em 0;
|
|
overflow: auto;
|
|
}
|
|
pre code {
|
|
padding: 0;
|
|
overflow: visible;
|
|
overflow-wrap: normal;
|
|
}
|
|
.sourceCode {
|
|
background-color: transparent;
|
|
overflow: visible;
|
|
}
|
|
span.smallcaps{font-variant: small-caps;}
|
|
span.underline{text-decoration: underline;}
|
|
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
ul.task-list{list-style: none;}
|
|
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
|
|
|
|
/* colorize code options */
|
|
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
|
|
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
|
|
code span.at { color: #7d9029; } /* Attribute */
|
|
code span.bn { color: #40a070; } /* BaseN */
|
|
code span.bu { } /* BuiltIn */
|
|
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
|
|
code span.ch { color: #4070a0; } /* Char */
|
|
code span.cn { color: #880000; } /* Constant */
|
|
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
|
|
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
|
|
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
|
|
code span.dt { color: #902000; } /* DataType */
|
|
code span.dv { color: #40a070; } /* DecVal */
|
|
code span.er { color: #ff0000; font-weight: bold; } /* Error */
|
|
code span.ex { } /* Extension */
|
|
code span.fl { color: #40a070; } /* Float */
|
|
code span.fu { color: #06287e; } /* Function */
|
|
code span.im { color: #007020; font-weight: bold; } /* Import */
|
|
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
|
|
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
|
|
code span.op { color: #666666; } /* Operator */
|
|
code span.ot { color: #007020; } /* Other */
|
|
code span.pp { color: #bc7a00; } /* Preprocessor */
|
|
code span.sc { color: #4070a0; } /* SpecialChar */
|
|
code span.ss { color: #bb6688; } /* SpecialString */
|
|
code span.st { color: #4070a0; } /* String */
|
|
code span.va { color: #19177c; } /* Variable */
|
|
code span.vs { color: #4070a0; } /* VerbatimString */
|
|
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
|
|
|