Hgcollins.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
p{ | p{ | ||
font-size: | font-size: 15pt; | ||
font-family:serif; | font-family: georgia, serif; | ||
} | |||
.thumbimage { | |||
max-width: 100%; | |||
} | } | ||
.center{ | .center{ | ||
text-align: center; | text-align: center; | ||
} | |||
#localNotice p { | |||
font-size: 10pt !important; | |||
} | } | ||
.hg-headline{ | .hg-headline{ | ||
Line 11: | Line 17: | ||
font-family: sans-serif; | font-family: sans-serif; | ||
-webkit-text-stroke: 2px #000000; | -webkit-text-stroke: 2px #000000; | ||
color: #f4bceb; | |||
} | |||
.so-fancy { | |||
font-size:45px; | |||
font-weight: 700; | |||
font-family: times new roman; | |||
-webkit-text-stroke: 1px #000000; | |||
color: #f4bceb; | color: #f4bceb; | ||
} | } | ||
Line 20: | Line 33: | ||
font-size: 75px; | font-size: 75px; | ||
text-align: center; | text-align: center; | ||
font-weight: bold; | |||
} | } | ||
.author-name{ | .author-name{ | ||
Line 33: | Line 47: | ||
font-size: 40px; | font-size: 40px; | ||
text-align: center; | text-align: center; | ||
} | |||
.story-codes { | |||
font-size: 16pt; | |||
font-weight:bold; | |||
} | } | ||
.start-reading{ | .start-reading{ | ||
Line 39: | Line 57: | ||
} | } | ||
.chapter{ | .chapter{ | ||
font-size:50px; | font-size: 50px; | ||
text-align:center; | text-align: center; | ||
font-family:Great Vibes; | font-family: Great Vibes; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.body-text p { | |||
margin-bottom: 20px; | |||
} | } | ||
.end{ | .end{ | ||
Line 51: | Line 72: | ||
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) { | |||
p{ | |||
font-size: 18pt; | |||
} | |||
.author-info{ | |||
font-size: 25pt; | |||
} | |||
.story-codes { | |||
font-size: 20pt;; | |||
} | |||
.ps{ | |||
font-size: 25pt; | |||
} | |||
dd{ | |||
font-size: 25pt; | |||
} | |||
pre{ | |||
font-size: 18pt; | |||
} | |||
toctext{ | |||
font-size: 18pt; | |||
} | |||
tocnumber{ | |||
font-size: 18pt; | |||
} | } | ||
/* <noinclude>[[Category:StyleSheets]]</noinclude> */ | /* <noinclude>[[Category:StyleSheets]]</noinclude> */ |
Latest revision as of 00:55, 27 November 2023
p{
font-size: 15pt; font-family: georgia, serif;
} .thumbimage { max-width: 100%; } .center{
text-align: center;
}
- localNotice p {
font-size: 10pt !important;
} .hg-headline{
font-size:50px; font-weight: 700; font-family: sans-serif; -webkit-text-stroke: 2px #000000; color: #f4bceb;
}
.so-fancy { font-size:45px; font-weight: 700; font-family: times new roman; -webkit-text-stroke: 1px #000000; color: #f4bceb;
}
- selection{
background: #f4bceb;
} .story-title{
font-family:Great Vibes; font-size: 75px; text-align: center; font-weight: bold;
} .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;
} .story-codes { font-size: 16pt; font-weight:bold; } .start-reading{
text-align: center; font-size: 25pt;
} .chapter{
font-size: 50px; text-align: center; font-family: Great Vibes; font-weight: bold;
} .body-text p {
margin-bottom: 20px;
} .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: 18pt;
} .author-info{
font-size: 25pt;
} .story-codes { font-size: 20pt;; } .ps{
font-size: 25pt;
} dd{
font-size: 25pt;
} pre{
font-size: 18pt;
} toctext{
font-size: 18pt;
} tocnumber{
font-size: 18pt;
}
/* */