New poem: Library Prompt I
This commit is contained in:
parent
4a014edc44
commit
8289fecf5e
15 changed files with 270 additions and 42 deletions
60
style.css
60
style.css
|
|
@ -1,10 +1,41 @@
|
|||
<!--
|
||||
|
||||
/* "Regalia" for Layout V4 */
|
||||
/* "Bartz" for Layout V4 */
|
||||
|
||||
/* https://web.archive.org/web/20240310130126/http://eastfarthing.com/luculent/ */
|
||||
/*
|
||||
@font-face {
|
||||
font-family: 'LuculentBold';
|
||||
src: url('./css/fonts/luculentb.woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LuculentBoldItalic';
|
||||
src: url('./css/fonts/luculentbi.woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LuculentItalic';
|
||||
src: url('./css/fonts/luculenti.woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'LuculentRegular';
|
||||
src: url('./css/fonts/luculent.woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #5c7e70;
|
||||
font-family: monospace;
|
||||
background-color: #cfaf6a;
|
||||
font-family: 'LuculentRegular', monospace;
|
||||
color: #FFFFFF;
|
||||
max-width:900px;
|
||||
margin: auto;
|
||||
|
|
@ -12,7 +43,7 @@ body {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.center {
|
||||
td, .center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
@ -24,7 +55,7 @@ a, a:visited {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
.box, .card, nav, .check {
|
||||
.box, .card, nav {
|
||||
margin-top: 3%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
@ -35,10 +66,6 @@ a, a:visited {
|
|||
background: #000000;
|
||||
}
|
||||
|
||||
.check {
|
||||
background: #1114;
|
||||
}
|
||||
|
||||
.box-smaller {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
|
@ -62,19 +89,15 @@ hr {
|
|||
}
|
||||
|
||||
b, strong {
|
||||
color: yellow;
|
||||
color: #1b8d0e;
|
||||
}
|
||||
|
||||
code {
|
||||
color: violet;
|
||||
color: #a891c5;
|
||||
}
|
||||
|
||||
i, em {
|
||||
color: red;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: center;
|
||||
color: #007ef7;
|
||||
}
|
||||
|
||||
img.big {
|
||||
|
|
@ -85,11 +108,6 @@ img.big {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* https://www.svgrepo.com/svg/6977/star */
|
||||
.based {
|
||||
list-style: url('./css/star.svg');
|
||||
}
|
||||
|
||||
/* https://orangeable.com/css/animated-gradient-text */
|
||||
|
||||
.lesbian {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue