Colorful Comments on PSC
This Article Teaches you how to use colors on PSC comments. This can only be done in articles. Try it & see the examples, The code in the .zip file must be included in Your Article.
AI
Ringkasan AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Kode Sumber
<STYLE type=text/css>
.CRed {COLOR: #FF0000}
.COrange {COLOR: #FF7F00}
.CYellow {COLOR: #FFFF00}
.COlive {COLOR: #7FFF00}
.CGreen {COLOR: #00FF00}
.CCyanGreen {COLOR: #00FF7F}
.CCyan {COLOR: #00FFFF}
.CSkyBlue {COLOR: #007FFF}
.CBlue {COLOR: #0000FF}
.CMagentaBlue {COLOR: #7F00FF}
.CMagenta {COLOR: #FF00FF}
.CPink {COLOR: #FF007F}
.CBlack {COLOR: #000000}
.CWhite {COLOR: #FFFFFF}
.CDarkGray {COLOR: #7F7F7F}
.CGray {COLOR: #999999}
.BRed {BACKGROUND-COLOR: #FF0000}
.BOrange {BACKGROUND-COLOR: #FF7F00}
.BYellow {BACKGROUND-COLOR: #FFFF00}
.BOlive {BACKGROUND-COLOR: #7FFF00}
.BGreen {BACKGROUND-COLOR: #00FF00}
.BCyanGreen {BACKGROUND-COLOR: #00FF7F}
.BCyan {BACKGROUND-COLOR: #00FFFF}
.BSkyBlue {BACKGROUND-COLOR: #007FFF}
.BBlue {BACKGROUND-COLOR: #0000FF}
.BMagentaBlue {BACKGROUND-COLOR: #7F00FF}
.BMagenta {BACKGROUND-COLOR: #FF00FF}
.BPink {BACKGROUND-COLOR: #FF007F}
.BBlack {BACKGROUND-COLOR: #000000}
.BWhite {BACKGROUND-COLOR: #FFFFFF}
.BDarkGray {BACKGROUND-COLOR: #7F7F7F}
.BGray {BACKGROUND-COLOR: #999999}
.S8 {FONT-SIZE: 8pt}
.S10 {FONT-SIZE: 10pt}
.S12 {FONT-SIZE: 12pt}
.S14 {FONT-SIZE: 14pt}
.S16 {FONT-SIZE: 16pt}
.S18 {FONT-SIZE: 18pt}
.S24 {FONT-SIZE: 24pt}
.S36 {FONT-SIZE: 36pt}
.WBold {FONT-WEIGHT: bold}
.WItalic {font-style:italic}
.WUnderline { text-decoration: underline }
.FWingdings3 { font-family: Wingdings 3 }
.FWingdings2 { font-family: Wingdings 2 }
.FWingdings { font-family: Wingdings }
.FWebdings { font-family: Webdings }
.FFixedSys { font-family: Fixedsys }
.FTimesNewRoman { font-family: Times New Roman }
.FCourier { font-family: Courier New }
.TerminalGreek { font-family: Terminal Greek 737 (437G) }
.FArialUnicode { font-family: Arial Unicode MS }
.FTerminal { font-family: Terminal }
.CR { font-family: Fixedsys FONT-SIZE: 16pt BACKGROUND-COLOR: #999999 COLOR: #FFFFFF }
</STYLE>
Example
<p><p class="CSkyBlue S18">Please-Vote!</p></p>
<p class="CSkyBlue S18">Please-Vote!</p>
Komentar Asli (3)
Dipulihkan dari Wayback Machine