MediaWiki

Common.css: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:


.noautonum .tocnumber { display: none; }
.noautonum .tocnumber { display: none; }
.daytable {align=center}
.daytable {"background-color: #ffffcc;"}


/* 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; text-align:center;} /* #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; 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 */

Revision as of 08:57, 13 July 2014

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

.noautonum .tocnumber { display: none; }
.daytable {"background-color: #ffffcc;"}

/* 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 */