Difference between revisions of "LCOL.css"

From All The Fallen Stories
Jump to navigation Jump to search
Line 1: Line 1:
/* <pre> */
.mw-body-content p, .mw-body-content li, .mw-body-content dl {
.mw-body-content p {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.4rem;
     text-align: justify;
     text-align: justify;
    font-size: 150%;
    text-indent: 2em;
}
}
a {
a {
     font-size: 200%;
     font-size: 200%;
}
}
/* </pre> */
 
/* <noinclude>[[Category:StyleSheets]]</noinclude> */
/* <noinclude>[[Category:StyleSheets]]</noinclude> */

Revision as of 18:19, 2 July 2023

.mw-body-content p, .mw-body-content li, .mw-body-content dl {

   font-family: "Times New Roman", Times, serif;
   font-size: 1.4rem;
   text-align: justify;

} a {

   font-size: 200%;

}

/* */