Tod Naturlich/story text.css: Difference between revisions

From All The Fallen Stories
Jump to navigation Jump to search
TodNaturlich (talk | contribs)
m Edited settings
TodNaturlich (talk | contribs)
Edited settings
Line 1: Line 1:
p {
p, li {
     font-family: "Times New Roman", Times, serif;
     font-family: "Times New Roman", Times, serif;
     font-size: 1.2em;
     font-size: 1.2em;
     text-align: justify;
     text-align: justify;
}
p {
     line-height: 130% !important;
     line-height: 130% !important;
     margin: 0.8em 0 !important;
     margin: 0.8em 0 !important;
}
a:link {
    color: #00ccff;
}
a:visited {
    color: #751aff;
}
}


/* <noinclude>[[Category:StyleSheets|story text.css]]</noinclude> */
/* <noinclude>[[Category:StyleSheets|story text.css]]</noinclude> */

Revision as of 08:30, 3 September 2017

p, li {

   font-family: "Times New Roman", Times, serif;
   font-size: 1.2em;
   text-align: justify;

}

p {

   line-height: 130% !important;
   margin: 0.8em 0 !important;

}

a:link {

   color: #00ccff;

}

a:visited {

   color: #751aff;

}

/* */