Difference between revisions of "Simple-stylesheet.css"

From All The Fallen Stories
Jump to navigation Jump to search
Tag: Reverted
Line 4: Line 4:
}
}


h2 {
h3 {


     font-size:40px !important;
     font-size:40px !important;
Line 13: Line 13:
     text-align:center;
     text-align:center;
}
}
h3 {
h4 {
   font-size:30px !important;
   font-size:30px !important;
   font-family: sans-serif !important;  
   font-family: sans-serif !important;  

Revision as of 10:28, 25 February 2022

p{

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

}

h3 {

   font-size:40px !important;
   font-weight: 700; 
   font-family: sans-serif !important; 
   -webkit-text-stroke: 1px #000000;
   color: #000000;
   text-align:center;

} h4 {

  font-size:30px !important;
  font-family: sans-serif !important; 
  color: #000000;

}

.center{

   text-align: center;

}

   ::selection {
     background: #C8E500;
     color:#0B1D73;

}

.call-out {

   background:#eeeeee; 
   border-radius:7px;
   padding:25px;

}

  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; 

} }


/* */