Warning, /sdk/pology/www/base/main.css is written in an unsupported language. File is not indexed.

0001 body {
0002     font-family: sans-serif;
0003     margin-top: 1em;
0004     margin-bottom: 1em;
0005     margin-left: 2em;
0006     margin-right: 2em;
0007 }
0008 
0009 h1 {
0010     font-family: sans-serif;
0011     color: ghostwhite;
0012     background-color: teal;
0013     padding-top: 0.2em;
0014     padding-bottom: 0.2em;
0015     padding-left: 0.5em;
0016     padding-right: 0.5em;
0017     border-radius: 0.3em;
0018 }
0019 
0020 h2 {
0021     font-family: sans-serif;
0022     margin-top: 1em;
0023     padding-top: 0.2em;
0024     padding-bottom: 0.2em;
0025     padding-left: 0.5em;
0026     padding-right: 0.5em;
0027     border: 0.1em solid teal;
0028     border-radius: 0.3em;
0029     color: teal;
0030     background-color: ghostwhite;
0031 }
0032 
0033 div.inset {
0034     margin-left: 2em;
0035     margin-right: 2em;
0036 }
0037 
0038 p {
0039     margin-top: 1em;
0040     margin-bottom: 1em;
0041     margin-left: 1em;
0042     margin-right: 1em;
0043     text-indent: 0em;
0044 }
0045 p.cont {
0046     text-indent: 0em;
0047 }
0048 p.first {
0049     text-indent: 0em;
0050 }
0051 li > p {
0052     margin-left: 0em;
0053     text-indent: 0em;
0054 }
0055 
0056 a {
0057     color: darkblue;
0058     text-decoration: none;
0059 }
0060 a:visited {
0061     color: maroon;
0062 }
0063 
0064 code {
0065     font-family: monospace;
0066     white-space: nowrap;
0067 }