ctr_firmware/trunk/doc/CtrFirmStandard.css
nakasima e7afd49267 コーディングルール・ドキュメント追加。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@107 b871894f-2f95-9b40-918c-086798483c85
2008-12-15 08:21:04 +00:00

28 lines
388 B
CSS

H1{
color : white;
background-color : purple;
padding-left : 4px;
padding-top : 2px;
}
H2{
border-bottom-width : 5px;
border-bottom-style : groove;
margin-top : 3ex;
}
TABLE{
margin-top : 2ex;
margin-bottom : 2ex;
}
BLOCKQUOTE{
color : olive;
}
DT{
color : red;
margin-bottom : 1ex;
}
P{
font-weight : bold;
text-align : center;
}