Difference between revisions of "Tod Naturlich/story text.css"

From All The Fallen Stories
Jump to navigation Jump to search
m (Edited settings)
m (Edited settings)
Line 10: Line 10:
}
}


a:link {
a:link:not(.new) {
     color: #00ccff;
     color: #00ccff;
}
}


a:visited {
a:visited:not(.new) {
     color: #751aff;
     color: #751aff;
}
}


a.new:link, a.new:visited {
a.new:link {
     color: #a55858;
     color: #a55858;
}
}


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

Revision as of 08:37, 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:not(.new) {

   color: #00ccff;

}

a:visited:not(.new) {

   color: #751aff;

}

a.new:link {

   color: #a55858;

}

/* */