Difference between revisions of "Simple-stylesheet.css"

From All The Fallen Stories
Jump to navigation Jump to search
Line 6: Line 6:
h2 {
h2 {


     font-size:50px;
     font-size:40px !important;
     font-weight: 700;  
     font-weight: 700;  
     font-family: sans-serif;  
     font-family: sans-serif !important;  
     -webkit-text-stroke: 4px #000000;
     -webkit-text-stroke: 2px #000000;
     color: #fff;
     color: #0a279d;
}
}



Revision as of 07:50, 23 February 2022

p{

   font-size: 16pt; 
   font-family: georgia, serif;

}

h2 {

   font-size:40px !important;
   font-weight: 700; 
   font-family: sans-serif !important; 
   -webkit-text-stroke: 2px #000000;
   color: #0a279d;

}

.center{

   text-align: center;

}

  1. localNotice p {
   font-size: 10pt !important;

}


.mw-content-ltr a {

   font-size: 16pt; 
   font-family: georgia, serif;

}


@media screen and (max-width: 992px) { p{

   font-size: 25pt; 

} }


/* */