mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@107 b871894f-2f95-9b40-918c-086798483c85
28 lines
388 B
CSS
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;
|
|
}
|