Web Publishing Misc Cascading Style Sheet
Below is the Misc.css style sheet for version 2.0.
/* Web Cascading Style Sheet: Misc styles */ /* textarea scrolling bars for Internet Explorer only */ textarea { border: 1px solid #993366; background-color: #FCFCFC; scrollbar-3dlight-color: #FF99CC; scrollbar-arrow-color: #FCFCFC; scrollbar-base-color: #FCFCFC; scrollbar-darkshadow-color: #FF99CC; scrollbar-face-color: Silver; scrollbar-highlight-color: #FF99CC; scrollbar-shadow-color: #FF99CC; scrollbar-track-color: #E0E0E0;} /* Pseudo-table; only used for 1 display */ .ac_cblackonwhite { text-align: center; border: 1px solid Black; background-color: #DFDFDF; color: Black; font-weight: bold;} .ac_cblueonwhite { text-align: center; border: 1px solid Blue; background-color: #FBFBFB; color: Blue; font-weight: bold;} .ac_credonwhite { text-align: center; border: 1px solid Red; background-color: #FBFBFB;; color: Red; font-weight: bold;} .ac_cwhiteonblack { text-align: center; border: 1px solid Black; background-color: #7F7F7F; color: White; font-weight: bold;} /* Class needed by Dynamic Web Coding's Change Text Size onClick */ p.Sizer { text-align: center; font-size: 20px; margin-bottom: 1em;}
© Copyright 2006 by George Mikos. Plagiarizing is OK, but attributing is even better.
1.0 Publication Date: None 2.0 Publication Date: 01 Dec 05
Revised Date: 16 Mar 06