Hgcollins.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 51: | Line 51: | ||
text-align: center; | text-align: center; | ||
font-size: 16pt; | font-size: 16pt; | ||
font-family:serif; | font-family:georgia, serif; | ||
font-style:italic; | font-style:italic; | ||
} | } | ||
@media screen and (max-width: 992px) { | @media screen and (max-width: 992px) { | ||
p{ | p{ | ||
font-size: | font-size: 25pt; | ||
} | } | ||
.author-info{ | .author-info{ | ||
font-size: | font-size: 25pt; | ||
} | } | ||
.ps{ | |||
font-size: 25pt; | |||
} | } | ||
/* <noinclude>[[Category:StyleSheets]]</noinclude> */ | /* <noinclude>[[Category:StyleSheets]]</noinclude> */ |
Revision as of 05:16, 11 January 2022
p{
font-size: 16pt; font-family: georgia, serif;
} .center{
text-align: center;
} .hg-headline{
font-size:50px; font-weight: 700; font-family: sans-serif; -webkit-text-stroke: 2px #000000; color: #f4bceb;
}
- selection{
background: #f4bceb;
} .story-title{
font-family:Great Vibes; font-size: 75px; text-align: center;
} .author-name{
font-size: 30px; text-align: center;
} .author-info{
text-align: center; font-size: 15pt;
} .tagline{
font-family:Great Vibes; font-size: 40px; text-align: center;
} .start-reading{
text-align: center; font-size: 25pt;
} .chapter{
font-size: 50px; text-align: center; font-family: Great Vibes; font-weight: bold;
} .end{
text-align:center; font-style:italic;
} .ps{
text-align: center; font-size: 16pt; font-family:georgia, serif; font-style:italic;
} @media screen and (max-width: 992px) { p{
font-size: 25pt;
} .author-info{
font-size: 25pt;
} .ps{
font-size: 25pt;
}
/* */