59 lines
		
	
	
		
			735 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			735 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
 | |
| #content {
 | |
| 	text-align: center;
 | |
| }
 | |
| 
 | |
| h1 {
 | |
| 	text-align: center;
 | |
| 	font-size: 39px;
 | |
| }
 | |
| 
 | |
| 
 | |
| a {
 | |
| 	color: purple;
 | |
| }
 | |
| 
 | |
| 
 | |
| 
 | |
| table {
 | |
| 	margin: auto;
 | |
| 	border-collapse: collapse;
 | |
| 	word-break: break-word;
 | |
| }
 | |
| 
 | |
| /*col:nth-child(2) {
 | |
| 	min-width: 100px;
 | |
| }
 | |
| col:nth-child(3) {
 | |
| 	min-width: 100px;
 | |
| }
 | |
| col:nth-child(4) {
 | |
| 	min-width: 100px;
 | |
| }
 | |
| col:last-child {
 | |
| 	width: 100%;
 | |
| }*/
 | |
| td {
 | |
| 	padding: 8px;
 | |
| }
 | |
| 
 | |
| th, td {
 | |
| 	border-width: 1px;
 | |
| 	border-style: dashed;
 | |
| 	border-color: rgb(255,255,255,0.2);
 | |
| }
 | |
| table tr:first-child th { border-top: 0; }
 | |
| table tr td:first-child,th:first-child { border-left: 0; }
 | |
| table tr:last-child td { border-bottom: 0; }
 | |
| table tr td:last-child,th:last-child { border-right: 0; }
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| .td-date {
 | |
| 	white-space: nowrap;
 | |
| 	color: gray;
 | |
| 	font-size: 9px;
 | |
| }
 | |
| 
 |