Difference between revisions of "Simple-stylesheet.css"

From All The Fallen Stories
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
p{
p{
     font-size: 16pt;  
     font-size: 14pt;  
     font-family: georgia, serif;
     font-family: georgia, serif;
}
}
Line 17: Line 17:
   font-family: sans-serif !important;  
   font-family: sans-serif !important;  
   color: #000000;
   color: #000000;
}
h2 .mw-headline {
    text-align:left !important;
}
h2 .mw-editsection {
    font-size:13px !important;
}
}


Line 25: Line 33:
     ::selection {
     ::selection {
       background: #C8E500;
       background: #C8E500;
       color:#FFFFFF;
       color:#0B1D73;
}
}


Line 32: Line 40:
     border-radius:7px;
     border-radius:7px;
     padding:25px;
     padding:25px;
}
.vector-menu-portal h3 {
    font-size: 0.75em !important;
}
.vector-menu-dropdown h3 {
    font-size: 0.8125em !important;
}
}


Line 40: Line 56:


.mw-content-ltr a {
.mw-content-ltr a {
     font-size: 16pt;  
     font-size: 14pt;  
     font-family: georgia, serif;
     font-family: georgia, serif;
}
}
Line 47: Line 63:
@media screen and (max-width: 992px) {
@media screen and (max-width: 992px) {
p{
p{
     font-size: 25pt;  
     font-size: 20pt;  
}
}
}
}

Latest revision as of 18:15, 7 December 2023

p{

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

}

h2 {

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

} h3 {

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

}

h2 .mw-headline {

   text-align:left !important;

}

h2 .mw-editsection {

   font-size:13px !important;

}

.center{

   text-align: center;

}

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

}

.call-out {

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

}

.vector-menu-portal h3 {

   font-size: 0.75em !important;

}

.vector-menu-dropdown h3 {

    font-size: 0.8125em !important;

}

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

}


.mw-content-ltr a {

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

}


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

   font-size: 20pt; 

} }


/* */