Difference between revisions of "IA.css"

From All The Fallen Stories
Jump to navigation Jump to search
m (Maybe this'll work)
m (added h3)
 
(8 intermediate revisions by 2 users not shown)
Line 2: Line 2:
     font-size: 200%;
     font-size: 200%;
   }
   }
   h2{
   h2 .mw-headline{
     font-size: 200%;
     font-size: 400%;
     text-align: center;
     text-align: center;
   }
   }
   h3{
   h2, h3{
     font-size: 200%;
     text-align: center;
   }
   }
   ::selection{
   ::selection{
Line 13: Line 13:
     color: white;
     color: white;
   }
   }
#localNotice p {
    font-size: 10pt !important;
}
<noinclude>[[Category:IA|000css]]</noinclude>
<noinclude>[[Category:IA|000css]]</noinclude>

Latest revision as of 12:07, 12 September 2022

 p{
   font-size: 200%;
 }
 h2 .mw-headline{
   font-size: 400%;
   text-align: center;
 }
 h2, h3{
   text-align: center;
 }
 ::selection{
   background: black;
   color: white;
 }
  1. localNotice p {
   font-size: 10pt !important;

}