WIP: add css from stasis
This commit is contained in:
734
app.css
Normal file
734
app.css
Normal file
@@ -0,0 +1,734 @@
|
||||
/*@import "tailwindcss/base";*/
|
||||
|
||||
/*@import "tailwindcss/components";*/
|
||||
|
||||
/*@import "tailwindcss/utilities";*/
|
||||
|
||||
/* This file is for your main application CSS */
|
||||
|
||||
/*styles.css*/
|
||||
|
||||
/*tones #ff2a2a*/
|
||||
|
||||
/*ff2a2a*/
|
||||
|
||||
/*ef3535*/
|
||||
|
||||
/*df3f3f*/
|
||||
|
||||
/*cf4a4a*/
|
||||
|
||||
/*bf5555*/
|
||||
|
||||
/*af5f5f*/
|
||||
|
||||
/*9f6a6a*/
|
||||
|
||||
/*8f7575*/
|
||||
|
||||
/*tints*/
|
||||
|
||||
/*.color-1 {color: #ff2a2a;}*/
|
||||
|
||||
/*.color-2 {color: #ff4545;}*/
|
||||
|
||||
/*.color-3 {color: #ff5f5f;}*/
|
||||
|
||||
/*.color-4 {color: #ff7a7a;}*/
|
||||
|
||||
/*.color-5 {color: #ff9595;}*/
|
||||
|
||||
/*.color-6 {color: #ffafaf;}*/
|
||||
|
||||
/*.color-7 {color: #ffcaca;}*/
|
||||
|
||||
/*.color-8 {color: #ffe4e4;}*/
|
||||
|
||||
a[href]:link {
|
||||
color: #ff2a2a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a[href]:visited {
|
||||
color: dodgerblue;
|
||||
color: skyblue;
|
||||
color: #FF5733;
|
||||
color: #900C3F;
|
||||
/*tones*/
|
||||
/*color: #ff2a2a;*/
|
||||
/*color: #ef3535;*/
|
||||
/*color: #df3f3f;*/
|
||||
color: #cf4a4a;
|
||||
/*color: #bf5555;*/
|
||||
/*color: #af5f5f;*/
|
||||
/*color: #9f6a6a;*/
|
||||
/*color: #8f7575;*/
|
||||
/*tints*/
|
||||
/*color: #ff2a2a;*/
|
||||
/*color: #ff4545;*/
|
||||
/*color: #ff5f5f;*/
|
||||
/*color: #ff7a7a;*/
|
||||
/*color: #ff9595;*/
|
||||
/*color: #ffafaf;*/
|
||||
/*color: #ffcaca;*/
|
||||
/*color: #ffe4e4;*/
|
||||
}
|
||||
|
||||
a[href]:hover {
|
||||
text-decoration: underline;
|
||||
color: lightblue;
|
||||
color: #FF5733;
|
||||
/*tints*/
|
||||
/*color: #ff2a2a;*/
|
||||
/*color: #ff4545;*/
|
||||
/*color: #ff5f5f;*/
|
||||
color: #ff7a7a;
|
||||
/*color: #ff9595;*/
|
||||
/*color: #ffafaf;*/
|
||||
/*color: #ffcaca;*/
|
||||
/*color: #ffe4e4;*/
|
||||
}
|
||||
|
||||
a[href]:active {
|
||||
/*tints*/
|
||||
/*color: #ff2a2a;*/
|
||||
/*color: #ff4545;*/
|
||||
/*color: #ff5f5f;*/
|
||||
/*color: #ff7a7a;*/
|
||||
color: #ff9595;
|
||||
/*color: #ffafaf;*/
|
||||
/*color: #ffcaca;*/
|
||||
/*color: #ffe4e4;*/
|
||||
}
|
||||
|
||||
header a[href]:visited {
|
||||
color: #ff2a2a;
|
||||
}
|
||||
|
||||
/*header a[href]:hover {*/
|
||||
|
||||
/* color: #FF5733;*/
|
||||
|
||||
/*}*/
|
||||
|
||||
/**/
|
||||
|
||||
/*header a[href]:active {*/
|
||||
|
||||
/* color: #FFC300;*/
|
||||
|
||||
/*}*/
|
||||
|
||||
.app-source-code-link {
|
||||
font-size: smaller;
|
||||
font-weight: normal;
|
||||
margin-left: 0.5em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
body {
|
||||
font: 0.95em/1.692307em 'Bitter', Georgia, 'Times New Roman', Times, serif;
|
||||
color: #24292e;
|
||||
display: flex;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
flex-wrap: wrap;
|
||||
max-width: 1160px;
|
||||
flex-flow: column;
|
||||
}
|
||||
|
||||
header {
|
||||
padding: 0 1em;
|
||||
text-align: center;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
header > dl > dt > a[rel="author"] {
|
||||
font-weight: bold;
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
nav {
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
}
|
||||
|
||||
header > dl > dd {
|
||||
font-family: Monaco, monospace, Courier, "Courier New";
|
||||
margin: 0;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
header > dl {
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
|
||||
nav > ul > li {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
main {
|
||||
text-align: center;
|
||||
flex-grow: 1;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
main * {
|
||||
text-align: left;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
main > div {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
section, h2 {
|
||||
max-width: 650px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
section {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
section + section {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
section:first-child h3 {
|
||||
margin-top: 0.83em;
|
||||
}
|
||||
|
||||
section:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
section > h3 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
section + section > h3 {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
section > time {
|
||||
font-weight: bold;
|
||||
font-size: smaller;
|
||||
/*color: #99C300;*/
|
||||
/*color: #FFC300;*/
|
||||
/*color: #ffca2a;*/
|
||||
/*color: #b7df3f;*/
|
||||
/*color: #aecf4a;*/
|
||||
/*color: #a5bf55;*/
|
||||
/*color: #9baf5f;*/
|
||||
/*color: #caff2a;*/
|
||||
/*color: #b1df25;*/
|
||||
color: #98bf1f;
|
||||
/*color: #dfb125;*/
|
||||
/*color: #bf981f;*/
|
||||
}
|
||||
|
||||
section p {
|
||||
margin-top: 0.4em;
|
||||
}
|
||||
|
||||
article > * {
|
||||
max-width: 600px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
article > time {
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
section > time, article > time {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
article > h2:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
article h2, article h3, article h4, article h5 {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.info {
|
||||
border: 1px solid slategray;
|
||||
border-radius: 8px;
|
||||
padding: 0 1em;
|
||||
background-color: #ddf0f0;
|
||||
font-family: sans-serif;
|
||||
color: darkslategray;
|
||||
}
|
||||
|
||||
.info > p:first-child:before {
|
||||
content: "ⓘ";
|
||||
float: left;
|
||||
font-size: xx-large;
|
||||
color: slategray;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
.warning {
|
||||
border: 1px solid orange;
|
||||
border-radius: 8px;
|
||||
padding: 0 1em;
|
||||
background-color: beige;
|
||||
font-family: sans-serif;
|
||||
color: darkslategray;
|
||||
}
|
||||
|
||||
.warning > p:first-child:before {
|
||||
content: "⚠";
|
||||
float: left;
|
||||
font-size: xx-large;
|
||||
color: orange;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
figure {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
figure img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
figure figcaption {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: aliceblue;
|
||||
padding: 1em;
|
||||
border: 1px solid lightgray;
|
||||
border-radius: 3px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
:not(pre) > code {
|
||||
background-color: rgb(230, 232, 245);
|
||||
}
|
||||
|
||||
.code-filename-label, .filename-for-code-block > p {
|
||||
font-weight: bold;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.code-filename-label code, .filename-for-code-block code {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.code-filename-label + pre,
|
||||
.code-filename-label + div.sourceCode,
|
||||
.filename-for-code-block + pre,
|
||||
.filename-for-code-block + div.sourceCode {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 0.85em;
|
||||
font-family: Monaco, monospace, Courier, "Courier New";
|
||||
}
|
||||
|
||||
li p img {
|
||||
float: left;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
li, p {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
address {
|
||||
text-align: center;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 5px solid #ccc;
|
||||
padding: 0.1em 0;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 1em;
|
||||
font-size: smaller;
|
||||
font-family: sans-serif;
|
||||
margin-top: 0;
|
||||
white-space: nowrap;
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
footer ul, nav ul {
|
||||
margin: 0;
|
||||
padding-left: 1em;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.read-post-link {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/*@media (max-width: 1100px) {*/
|
||||
|
||||
footer {
|
||||
flex-basis: 100%;
|
||||
text-align: center;
|
||||
padding-top: 3em;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
footer ul {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
footer li, footer ul {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
footer li::after {
|
||||
content: ", ";
|
||||
}
|
||||
|
||||
footer li:last-child::after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
/*}*/
|
||||
|
||||
/*@media (max-width: 950px) {*/
|
||||
|
||||
nav ul {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
nav li, nav ul {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
nav li + li {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
.container {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
header {
|
||||
padding-bottom: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
header > a[rel="author"] {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
section:first-child h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
address {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
header > dl {
|
||||
margin-bottom: 1em;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
/*}*/
|
||||
|
||||
table > caption {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-variant-caps: small-caps;
|
||||
}
|
||||
|
||||
/*highlighting.css*/
|
||||
|
||||
pre > code.sourceCode {
|
||||
white-space: pre;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
pre > code.sourceCode > span {
|
||||
display: inline-block;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
pre > code.sourceCode > span:empty {
|
||||
height: 1.2em;
|
||||
}
|
||||
|
||||
code.sourceCode > span {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
div.sourceCode {
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
pre.sourceCode {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media screen {
|
||||
div.sourceCode {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
pre > code.sourceCode {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
pre > code.sourceCode > span {
|
||||
text-indent: -5em;
|
||||
padding-left: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
pre.numberSource code
|
||||
{
|
||||
counter-reset: source-line 0;
|
||||
}
|
||||
|
||||
pre.numberSource code > span
|
||||
{
|
||||
position: relative;
|
||||
left: -4em;
|
||||
counter-increment: source-line;
|
||||
}
|
||||
|
||||
pre.numberSource code > span > a:first-child::before
|
||||
{
|
||||
content: counter(source-line);
|
||||
position: relative;
|
||||
left: -1em;
|
||||
text-align: right;
|
||||
vertical-align: baseline;
|
||||
border: none;
|
||||
display: inline-block;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
padding: 0 4px;
|
||||
width: 4em;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
||||
pre.numberSource {
|
||||
margin-left: 3em;
|
||||
border-left: 1px solid #aaaaaa;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
div.sourceCode
|
||||
{
|
||||
}
|
||||
|
||||
@media screen {
|
||||
pre > code.sourceCode > span > a:first-child::before {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
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 {
|
||||
}
|
||||
|
||||
/* 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 */
|
||||
Reference in New Issue
Block a user