54 lines
		
	
	
	
		
			802 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
	
		
			802 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body {
 | |
|   color: #2f2f42;
 | |
|   margin: 20px;
 | |
|   background: #80c9fa url("/images/peek.png") no-repeat bottom right 10px fixed;
 | |
| }
 | |
| 
 | |
| img {
 | |
|   image-rendering: pixelated;
 | |
| }
 | |
| 
 | |
| a {
 | |
|   color: #2f2f42;
 | |
|   text-decoration: underline dotted;
 | |
| }
 | |
| 
 | |
| a:hover {
 | |
|   color: #2f2f42;
 | |
|   text-decoration: underline solid;
 | |
| }
 | |
| 
 | |
| h1#indextitle {
 | |
|   font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
 | |
|     Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
 | |
|     sans-serif;
 | |
|   margin: 0;
 | |
| }
 | |
| 
 | |
| tr,
 | |
| th,
 | |
| td {
 | |
|   font-family: monospace;
 | |
|   font-size: 12pt;
 | |
|   padding: 0 15px;
 | |
| }
 | |
| 
 | |
| tr td:nth-child(2) {
 | |
|   padding-left: 0;
 | |
| }
 | |
| 
 | |
| address {
 | |
|   font-family: sans-serif;
 | |
|   font-size: 12pt;
 | |
| }
 | |
| 
 | |
| .description {
 | |
|   font-style: italic;
 | |
|   font-size: 90%;
 | |
| }
 | |
| 
 | |
| hr {
 | |
|     border: none;
 | |
|     border-bottom: 2px solid #2f2f42;
 | |
| }
 | |
| 
 |