shannonkay.com/pinkbookscoffee/home.css
2025-03-06 12:58:07 -08:00

523 lines
12 KiB
CSS

@import url("https://use.typekit.net/ozy6rdy.css");
@import "/fontawesome/css/fontawesome.css";
@import "/fontawesome/css/brands.css";
@import "/fontawesome/css/solid.css";
body {
/* background image */
/* background-image: url('img/pinkberries.gif');
background-repeat: repeat; */
background: linear-gradient(to bottom, #f9dee1, #f7d3d6, #fab1c1, #FC8EAC, #fc7d99, #FC8EAC, #fab1c1, #f7d3d6 );
text-align: center;
font-family: "ivystyle-sans", Verdana, sans-serif;
font-size: 1.25rem;
line-height: 1.5;
min-height: 100vh;
}
/* header, nav, footer {
background: linear-gradient(to bottom, #f9dee1, #f7d3d6, #fab1c1, #FC8EAC, #fc7d99 );
} */
h1 {
background: linear-gradient(183deg, #f9c2cc 10%, #FC8EAC 70%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
font-size: 3.25rem;
margin-bottom: 10pt;
}
h1 a, h1 a:hover, h1 a:active, h1 a:visited {
background: linear-gradient(183deg, #f9c2cc 10%, #FC8EAC 70%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
margin-bottom: 10pt;
text-decoration: none;
}
h1 .project-header a, h1 .project-header a:hover, h1 .project-header a:active, h1 .project-header a:visited {
background: linear-gradient(183deg, #f9c2cc 10%, #FC8EAC 70%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
font-size: 3.25rem;
margin-bottom: 5pt;
text-decoration: none;
}
@media screen and (max-width: 428px)
{
h1 { font-size: 3rem; }
h2 { font-size: 2rem; }
.emoji {
width: auto;
height: 2.5rem;
}
.bio {
background: linear-gradient(to bottom, #f9dee1, #f7d3d6, #fab1c1 );
color: #484848;
border: 1pt solid #FC8EAC;
border-radius: 10pt;
max-width: 88%;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 5pt;
box-shadow: 5px 5px 5px #777676;
margin-bottom: 10pt;
font-size: 1rem;
min-height: 225px;
}
.bio img {
margin-top: auto;
margin-right: 5pt;
border-radius: 8pt;
width: 90%;
height: auto;
}
}
h2, h2 a, h2 a:visited, h2 a:active, h2 a:hover {
text-align: center;
font-size: 2rem;
color: #FC8EAC;
margin-top: 0.1rem;
margin-bottom: 0.5rem;
text-decoration: none;
}
h3, h3 a, h3 a:visited, h3 a:active, h3 a:hover {
color: #fb6f92;
margin-bottom: 0;
font-size: 1.75rem;
text-decoration: none;
}
h4, h4 a, h4 a:visited, h4 a:active, h4 a:hover {
color: #f77c9b;
margin-bottom: 0;
font-size: 1.4rem;
text-decoration: none;
}
/* footer a {
color: white;
font-weight: bold;
} */
p {
margin-top: 5px;
}
/* rainbow HR
hr {
max-width: 80%;
border: solid 1pt #FC8EAC;
border-image: linear-gradient(90deg, #f9e7e9, #fa9cc0, #f87dac, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9, #8c5ca5, #cd77de 100%);
border-image-slice: 1;
border-top: 0.1rem solid #FC8EAC;
border-right: 0.1rem solid #FC8EAC;
border-left: 0.1rem solid #FC8EAC;
border-bottom: 0.1rem solid #FC8EAC;
}
*/
hr {
max-width: 90%;
border: solid 1pt #FC8EAC;
border-image: linear-gradient(90deg, #ffa0c5 18%, #c095e4 50%, #8fcae2 100%);
border-image-slice: 1;
border-top: 0.1rem solid #FC8EAC;
border-right: 0.1rem solid #FC8EAC;
border-left: 0.1rem solid #FC8EAC;
border-bottom: 0.1rem solid #FC8EAC;
}
/* hightlighter style skewed underline style*/
a, a:visited {
color: #4e4560;
font-weight: bold;
text-decoration: underline;
text-decoration-color: #ffe2ef;
text-decoration-skip-ink: none;
text-decoration-thickness: .5em;
text-underline-offset: -.25em;
transition: text-decoration .3s;
}
a:hover, a:active {
color: #4e4560;
font-weight: bold;
text-decoration: underline;
text-decoration-color: #fcacc1;
text-decoration-skip-ink: none;
text-decoration-thickness: .5em;
text-underline-offset: -.15em;
transition: text-decoration .3s;
}
/*
a {
color: #fb6f92;
}
a:hover, a:active {
color: #ffffff;
background: linear-gradient(183deg, #f9c2cc 10%, #FC8EAC 70%);
}
*/
.username a, .username a:visited {
text-decoration: none;
}
.emoji {
height: 2rem;
width: auto;
}
.icon {
height: 1.5rem;
width: auto;
}
nav {
padding: 5pt;
margin-bottom: 5pt;
}
nav a, nav a:visited {
font-family: ivyjournal, sans-serif;
font-size: 1rem;
font-weight: bold;
color: #ffffff;
background: linear-gradient(183deg, #faa0b8 10%, #f67b9c 70%);
border: solid 2px #f681ae;
padding: 5px;
text-align: center;
text-decoration: none;
display: inline-block;
border-radius: 5px;
margin-top: 2pt;
}
nav a:hover, nav a:active {
border: solid 2px #FC8EAC;
color: #ffffff;
background: linear-gradient(183deg, #fdb8cb 10%, #f67b9c 70%);
font-size: 1rem;
font-weight: bold;
text-decoration: none;
}
.social-icons a, .social-icons a:visited {
color: #fb6f92;
text-decoration: none;
}
.social-icons a:hover, .social-icons a:active {
color: #ffffff;
background: linear-gradient(183deg, #f9c2cc 10%, #FC8EAC 70%);
text-decoration: none;
}
.heart {
text-align: right;
font-size: 0.9rem;
}
/* .link {
background: linear-gradient(183deg, #faa0b8 10%, #f67b9c 70%);
color: #ffffff;
color: #ff65a0;
font-size: 1.2rem;
font-weight: bold;
padding: 0.5rem;
border: solid 0.1rem #f681ae;
text-align: center;
text-decoration: none;
display: inline-block;
border-radius: 0.5rem;
} */
.link a, .link a:visited {
/* color: #ff65a0; */
background: linear-gradient(183deg, #faa0b8 10%, #f67b9c 70%);
font-weight: bold;
font-size: 1.2rem;
text-decoration: none;
color: #ffffff;
padding: 0.5rem;
border: solid 0.1rem #f681ae;
text-align: center;
display: inline-block;
border-radius: 0.5rem;
width: 378px;
max-width: 90%;
}
.link a:hover, .link a:active {
color: #ffffff;
font-weight: bold;
font-size: 1.2rem;
text-decoration: none;
background: linear-gradient(130deg, #faa0b8, #f67b9c, #fa9cc0, #f87dac, #cd77de, #baa0df 100%);
/* background: linear-gradient(90deg, #f67b9c, #fa9cc0, #f87dac, #cd77de, #a48ac9, #8c5ca5 100%); */
/* background: linear-gradient(90deg,#fa9cc0, #f87dac, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9, #8c5ca5, #cd77de 100%); */
}
#pages a:hover, nav a:active
{
background-color: #fb6f92;
color: #ffe5ec;
}
article {
text-align: justify;
padding: 2pt;
margin: auto;
max-width: 1024px;
}
article ul {
text-align: left;
list-style-image: url(img/pinkbullet-16px.png);
}
article img {
padding: 2pt;
display: block;
margin-left: auto;
margin-right: auto;
}
.intro img, .blurb img {
padding: 5px;
}
#intro {
text-align: justify;
padding: 1rem;
}
.blurb, .intro {
display: block;
background-color: #f7d3d6;
border: solid 2pt;
border-color: white;
padding: 1rem;
padding-bottom: 1.5rem;
margin: auto;
max-width: 1024px;
border-radius: 10px;
}
ul {
text-align: left;
list-style-image: url(img/heart-bullet.png);
}
.now {
display: block;
background-color: #f7d3d6;
border: solid 2pt;
border-color: white;
padding: 1.5rem;
margin: auto;
text-align: justify;
max-width: 1024px;
border-radius: 10px;
}
.text {
display: block;
background-color: #f7d3d6;
border: solid 2pt;
border-color: white;
padding: 1rem;
padding-bottom: 1.5rem;
margin: auto;
text-align: justify;
max-width: 1024px;
border-radius: 10px;
}
.content {
display: block;
background-color: #f7d3d6;
border: solid 2pt;
border-color: white;
padding: 1rem;
padding-bottom: 1.5rem;
margin: auto;
text-align: left;
max-width: 1024px;
border-radius: 10px;
}
/* .intro {
display: block;
background-color: #f7d3d6;
border: solid 2pt;
border-color: white;
padding: 5pt;
margin: auto;
text-align: center;
width: 80%;
max-width: 1024px;
border-radius: 10px;
} */
.icon {
height: 1.2rem;
width: auto;
}
.social-icons {
font-size: 1.5rem
}
.social-icons img {
height: 1.5rem;
width: auto;
}
#follow-icons {
margin-bottom: 5pt;
}
.photo img {
border: solid white 2pt;
}
.photo {
align-content: center;
text-align: center;
}
.screenshot img {
width: 360px;
max-width: 90%;
height: auto;
}
.screenshot {
width: 360px;
max-width: 90%;
height: auto;
}
.caption {
text-align: center;
}
.bio {
background: linear-gradient(to bottom, #f9dee1, #f7d3d6, #fab1c1 );
color: #484848;
border: 1pt solid #FC8EAC;
border-radius: 10pt;
width: 400px;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 5pt;
box-shadow: 5px 5px 5px #777676;
margin-bottom: 10pt;
font-size: 1rem;
min-height: 225px;
}
.bio img {
float: left;
margin-top: auto;
margin-right: 5pt;
border-radius: 8pt;
width: auto;
max-height: 200px;
}
.updated {
font-size: 1rem;
color: #511F2C;
font-style: italic;
}
blockquote {
font-style: normal;
background-color: #f4ebeb;
font-weight: 400;
color: #594f67;
font-family: "ivyjournal", "adobe-garamond-pro", Georgia, Garamond, Baskerville, serif;
font-size: 1rem;
text-align: justify;
border-image: linear-gradient(180deg, #ffa0c5, #f67b9c 100%);
border-image-slice: 1;
border-top: 0.1rem solid #FC8EAC;
border-left: 0.5rem solid #FC8EAC;
border-right: 0.1rem solid #FC8EAC;
border-bottom: 0.1rem solid #FC8EAC;
padding: 0.5rem;
}
footer {
font-size: 1rem;
background-color: #fbc8d3;
color: #511F2C;
display: block;
bottom: 0;
border-top: solid 2pt #fab1c1;
border-left: solid 2pt #fab1c1;
border-right: solid 2pt #fab1c1;
border-bottom: solid 2pt #fab1c1;
margin: auto;
max-width: 512px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-top: 1rem;
padding-top: 1rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 1.5rem;
margin-bottom: -1rem;
}
/* Quote of Many Colors */
.blog-post blockquote {
font-style: normal;
background-color: #fab1c1;
font-weight: 400;
color: #404040;
border-image: linear-gradient(180deg, #f681ae, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9 100%);
border-image-slice: 1;
border-top: 0.1rem solid #FC8EAC;
border-right: 0.1rem solid #FC8EAC;
border-bottom: 0.1rem solid #FC8EAC;
}
.blog-reply a:hover, .blog-reply a:focus {
background: linear-gradient(90deg, #ffa0c5 18%, #8fcae2 50%, #c095e4 100%);
color: #ffffff;
font-weight: 600;
}
.mssg {
margin: 0.5rem;
padding: 1rem;
padding-top: 0.5rem;
background-color: #ffffff;
border-image: linear-gradient(90deg, #f9e7e9, #fa9cc0, #f87dac, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9, #8c5ca5, #cd77de 100%);
border-image-slice: 1;
border-top: 0.4rem solid #FC8EAC;
border-right: 0.2rem solid #FC8EAC;
border-left: 0.2rem solid #FC8EAC;
border-bottom: 0.2rem solid #FC8EAC;
}
@media(prefers-color-scheme: dark) {
body {
background-color: #4e4560;
background: linear-gradient(to bottom, #454860, #4e4560 );
/* color: #f9e7e9; */
color: #f9e7e9;
}
/* pink gradient text */
p {
background: linear-gradient(120deg, #f9e7e9, #ffb9d4, #fc94bc, #f4bdff 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
strong, b {
background: linear-gradient(90deg, #fb6ca3, #fb9bbf, #f97bac 100%);
/* display: block; */
padding: 0.1rem;
color: #ffffff;
}
}
/* Custom Icons */