Difference between revisions of "Hgcollins.css"

From All The Fallen Stories
Jump to navigation Jump to search
m
Line 20: Line 20:
     font-size: 75px;  
     font-size: 75px;  
     text-align: center;
     text-align: center;
}
.author-name{
    font-size: 30px;
    text-align: center;
}
.author-info{
    text-align: center;
    font-size: 15pt;
}
}
.tagline{
.tagline{
Line 25: Line 33:
     font-size: 40px;  
     font-size: 40px;  
     text-align: center;
     text-align: center;
}
.start-reading{
    text-align: center;
    font-size: 25pt;
}
}


/* <noinclude>[[Category:StyleSheets]]</noinclude> */
/* <noinclude>[[Category:StyleSheets]]</noinclude> */

Revision as of 02:31, 11 January 2022

p{

   font-size: 16pt; 
   font-family: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;

}

/* */