MediaWiki

Common.css: Difference between revisions

No edit summary
No edit summary
Line 4: Line 4:


/* Usage: <div id="daystext"> Text Here </div> or <span id="daystext"> Text Here </span> */
/* Usage: <div id="daystext"> Text Here </div> or <span id="daystext"> Text Here </span> */
#daystext {color:#296F39;} /* #296F39 = Green used on the Day in the life pages */
#daystext {color:#296F39; text-align:center;} /* #296F39 = Green used on the Day in the life pages */
#daystextb {color:#296F39; font-weight:bold;} /* #296F39 = Green used on the Day in the life pages */
#daystextb {color:#296F39; font-weight:bold; text-align:center;} /* #296F39 = Green used on the Day in the life pages */

Revision as of 08:31, 13 July 2014

/* CSS placed here will be applied to all skins */

.noautonum .tocnumber { display: none; }

/* Usage: <div id="daystext"> Text Here </div> or <span id="daystext"> Text Here </span> */
#daystext {color:#296F39; text-align:center;} /* #296F39 = Green used on the Day in the life pages */
#daystextb {color:#296F39; font-weight:bold; text-align:center;} /* #296F39 = Green used on the Day in the life pages */