doc/default.css
df08fd5e
 a.summary-letter {
     text-decoration: none;
 }
 
e64a7f2c
 a {
     color: #2D6198;
 }
 
 a:visited {
     color: #884488;
042c2a1a
 }
e64a7f2c
 
 #banner {
     background-color: white;
     position: relative;
     text-align: center;
 }
 
 #banner img {
a212d66c
     margin-bottom: 1px;
     margin-top: 5px;
e64a7f2c
 }
 
 #body {
     margin-left: 1em;
     margin-right: 1em;
 }
 
042c2a1a
 body {
e64a7f2c
     background-color: #313131;
     margin: 0;
     text-align: justify;
042c2a1a
 }
e64a7f2c
 
 .center {
     margin-left: auto;
     margin-right: auto;
     text-align: center;
042c2a1a
 }
e64a7f2c
 
 #container {
     background-color: white;
     color: #202020;
     margin-left: 1em;
     margin-right: 1em;
042c2a1a
 }
e64a7f2c
 
 #footer {
     text-align: center;
 }
 
df08fd5e
 h1 a, h2 a, h3 a, h4 a {
     text-decoration: inherit;
     color: inherit;
 }
 
 h1, h2, h3, h4 {
e64a7f2c
     padding-left: 0.4em;
     border-radius: 4px;
df08fd5e
     padding-bottom: 0.25em;
     padding-top: 0.25em;
e64a7f2c
     border: 1px solid #6A996A;
042c2a1a
 }
e64a7f2c
 
042c2a1a
 h1 {
e64a7f2c
     background-color: #7BB37B;
     color: #151515;
     font-size: 1.2em;
     padding-bottom: 0.3em;
     padding-top: 0.3em;
042c2a1a
 }
e64a7f2c
 
042c2a1a
 h2 {
e64a7f2c
     color: #313131;
df08fd5e
     font-size: 1.0em;
e64a7f2c
     background-color: #ABE3AB;
042c2a1a
 }
e64a7f2c
 
042c2a1a
 h3 {
e64a7f2c
     color: #313131;
df08fd5e
     font-size: 0.9em;
     margin-bottom: -6px;
     background-color: #BBF3BB;
 }
 
 h4 {
     color: #313131;
e64a7f2c
     font-size: 0.8em;
     margin-bottom: -8px;
df08fd5e
     background-color: #D1FDD1;
042c2a1a
 }
e64a7f2c
 
 img {
     border: 0;
042c2a1a
 }
e64a7f2c
 
 #navbar {
     background-color: #738073;
     border-bottom: 1px solid #5C665C;
     border-top: 1px solid #5C665C;
     margin-top: 12px;
     padding: 0.3em;
     position: relative;
     text-align: center;
 }
 
 #navbar a, #navbar_secondary a {
     color: white;
     padding: 0.3em;
     text-decoration: none;
 }
 
 #navbar a:hover, #navbar_secondary a:hover {
     background-color: #313131;
     color: white;
     text-decoration: none;
 }
 
 #navbar_secondary {
     background-color: #738073;
     border-bottom: 1px solid #5C665C;
     border-left: 1px solid #5C665C;
     border-right: 1px solid #5C665C;
     padding: 0.3em;
     position: relative;
     text-align: center;
 }
 
 p {
     margin-left: 1em;
     margin-right: 1em;
 }
 
042c2a1a
 pre {
e64a7f2c
     margin-left: 3em;
     margin-right: 3em;
     padding: 0.3em;
     border: 1px solid #bbb;
     background-color: #f7f7f7;
 }
 
 dl dt {
     font-weight: bold;
 }
 
 #proj_desc {
     font-size: 1.2em;
 }
 
 #repos {
     margin-left: 1em;
     margin-right: 1em;
     border-collapse: collapse;
     border: solid 1px #6A996A;
 }
 
 #repos th {
     background-color: #7BB37B;
     border: solid 1px #6A996A;
 }
 
 #repos td {
     padding: 0.2em;
     border: solid 1px #6A996A;
042c2a1a
 }