Difference between revisions of "Hgcollins.css"

From All The Fallen Stories
Jump to navigation Jump to search
Line 1: Line 1:
p {
p{
     font-size: 16pt;  
     font-size: 16pt;  
     font-family:serif;
     font-family:serif;
}
}


.center {text-align: center;}
.center{
    text-align: center;
}


.hg-headline {font-size:50px; font-weight: 700; font-family: sans-serif; -webkit-text-stroke: 2px #000000; color: #f4bceb;}
.hg-headline{
 
    font-size:50px;  
::selection {background: #f4bceb;
    font-weight: 700;  
}
    font-family: sans-serif;  
    -webkit-text-stroke: 2px #000000;  
    color: #f4bceb;}


.fitWide img{
::selection{
max-width: 100%;
    background: #f4bceb;
height: auto;
}
.fitHigh img{
max-height: 100%;
width: auto;
}
.fadeout{
opacity: 1;
transition: opacity .5s;
}
.fadeout:hover{
opacity: 0;
}
}


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

Revision as of 01:51, 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;

}

/* */