epiphany/archive/somethinfunny/style/stuff.css

130 lines
1.8 KiB
CSS

@import url("https://fonts.googleapis.com/css2?family=Imprima&display=swap");
html, body, a, a:hover {
cursor: url(../images/cursor.png), default;
}
html {
width: 100%;
height: 100%;
}
body {
font-family: "Imprima", sans-serif;
font-size: 12px;
letter-spacing: 1.8px;
padding: 30px;
color: #000;
}
.center {
text-align: center;
}
h1 {
font-size: 14px;
color: #b34c9f;
text-transform: uppercase;
font-weight: normal;
}
h1::before {
content: url(../images/cat.png);
padding-right: 5px;
}
h1::after {
content: url(../images/cat.png);
padding-left: 5px;
}
h2 {
font-size: 13px;
color: #b34c9f;
font-weight: normal;
}
h2::before {
content: url(../images/paw.gif);
padding-right: 5px;
}
h2::after {
content: url(../images/paw.gif);
padding-left: 5px;
}
h3 {
margin: 0;
padding: 0;
color: #c270b2;
font-weight: normal;
font-style: italic;
}
a {
color: #c270b2;
}
a:hover {
text-decoration: underline wavy;
}
em {
color: #c270b2;
}
strong {
font-weight: normal;
color: #b34c9f;
}
div.petz, div.awards {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-wrap: wrap;
gap: 10px;
}
div.awards {
margin-top: 5px;
}
div.awards a {
text-decoration: none;
}
div.awards a:hover {
text-decoration: none;
}
a.pet {
text-decoration: none;
}
a.pet:hover {
text-decoration: none;
}
table.pet-facts {
border: 0;
margin: 0 auto;
padding: 10px 0;
}
table.pet-facts td:first-child {
color: #c270b2;
font-style: italic;
text-align: right;
padding-right: 10px;
}
table.pet-facts td:last-child {
text-align: left;
}
.divide {
content: url(../images/divide.png);
margin: 0 auto;
padding: 20px;
}
img.padding {
margin: 10px;
}
/*# sourceMappingURL=stuff.css.map */