Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
.noautonum .tocnumber { display: none; } | .noautonum .tocnumber { display: none; } | ||
/* Usage: <div id="daystext"> Text Here </div>*/ | /* 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;} /* #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;} /* #296F39 = Green used on the Day in the life pages */ |
Revision as of 08:19, 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;} /* #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 */