diary2.cssにコメント(//以後)を付けたものです。preタグで貼り付けておきます。1999/4/4更新。
//ここから
BODY { background: #EAF7F0; color: #003322; line-height: 124% } //line-heightは読みやすくするため A:link { color: #9944FF } A:visited { color: #FF33EE } A:hover { color: #FFAA44 } A:active { color: #777777 } STRONG { font-weight: bold; color: #114422 } STRONG.blue { font-weight: bold; font-size: 117% } STRONG.check { font-weight: bold; font-size: 117% } EM { font-style: italic } .sakura { color: #FFAAAA } //さくら関係 .haruna { color: #FF7700 } //はるな関係 .check { color: #FF7700 } //ちぇっくしているもの .blue { color: #4444DD } .hosoku { font-size: 67% } //補足文章 .s { font-size: 83% } .l { font-size: 150%; line-height: 124% } S { color: #44DD44; text-decoration: line-through } //打ち消し文 .strike { color: #44DD44; text-decoration: line-through } //打ち消し文(Sタグは将来無くなるため) SPAN.san:after { content: "(さん)"; color:#FFAAAA } //span class="san"の後に(さん)を追加 .sakura:after { content: "(*^-^*)"; color:#FFAAAA } //class="sakura"の後に(*^-^*)を追加 .t-at1 { color: #4444DD; text-decoration: underline } //title属性用クラス DIV.r { text-align: right; font-style: italic } DIV.c { text-align: center } SPAN.day { font-size: 150% } SPAN.name { font-size: 83%; font-style: italic } .ul { border: solid ; border-width: 0 0 1 0; margin-left: 0px ; margin-top: 1.33em; } P { margin-left: 40px } P.no { margin-left: 0px } UL { margin: 1.33em 0; margin-left: 40px } LI { margin-left: 40px } BLOCKQUOTE { margin: 1.33em 0; margin-left: 40px; margin-right: 40px } H1.title { text-align: center; font-size: 200%; line-height: 124%; color: #FFFFFF; background: #00FF00; width: 100%; height: 1.25em; border: solid #101010; border-width: 2 2 2 2 } DIV.month { text-align: center; line-height: 124%; padding: 3px; background: #F0F0F0; margin-top: 3px; border: solid #101010; border-width: 1 1 1 1; margin-left: 0px; } P.link { margin-left: 0px; text-align: center; color: red; font-size: 83%; border: solid 1px red} H3.c { text-align: center; margin-top: 0%; font-size: 150%; line-height: 124%; font-weight: normal; color: PURPLE } PRE { white-space: pre; margin-left: 40px; background: #FAF7FA }
//ここまで