IA.css: Difference between revisions

From All The Fallen Stories
Jump to navigation Jump to search
RonaldMcDonald (talk | contribs)
New page
 
RonaldMcDonald (talk | contribs)
m added h3
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
p{
  p{
   font-size: 200%;
    font-size: 200%;
  }
   h2 .mw-headline{
    font-size: 400%;
    text-align: center;
  }
  h2, h3{
    text-align: center;
  }
  ::selection{
    background: black;
    color: white;
  }
#localNotice p {
    font-size: 10pt !important;
}
}
h2{
<noinclude>[[Category:IA|000css]]</noinclude>
  text-align: center;
}
<noinclude>[[Category:IA|000css]]

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;

}