mirror of
				https://github.com/casjaysdevdocker/tor
				synced 2025-10-31 08:02:24 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			117 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			117 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| TD,
 | |
| TH,
 | |
| BODY {
 | |
|   font-family: Verdana, Helvetica, sans-serif;
 | |
|   font-size: 1.1rem;
 | |
|   font-weight: normal;
 | |
|   font-variant: normal;
 | |
|   text-transform: none;
 | |
|   text-decoration: none;
 | |
|   text-align: center;
 | |
|   text-wrap: balance;
 | |
|   background-color: #333;
 | |
|   color: #fff;
 | |
|   background-image: url('/index.png');
 | |
| }
 | |
| 
 | |
| TH {
 | |
|   background-color: #333;
 | |
|   color: #ffffff;
 | |
|   border-top: 1px solid #678ca0;
 | |
|   vertical-align: middle;
 | |
|   height: 50px;
 | |
| }
 | |
| 
 | |
| TD {
 | |
|   background-color: 333;
 | |
|   border-top: 1px solid #678ca0;
 | |
| }
 | |
| 
 | |
| .box {
 | |
|   border: 1px solid #678ca0;
 | |
|   padding: 0px;
 | |
|   width: 100%;
 | |
|   background-color: #333;
 | |
|   margin-bottom: 10px;
 | |
|   width: 600px;
 | |
| }
 | |
| 
 | |
| H5,
 | |
| H3 {
 | |
|   padding: 3px;
 | |
|   margin-top: 0px;
 | |
|   margin-bottom: 0px;
 | |
|   background-color: #333;
 | |
|   color: white;
 | |
|   font-family: Verdana, Helvetica, sans-serif;
 | |
| }
 | |
| 
 | |
| p {
 | |
|   text-align: center;
 | |
| }
 | |
| 
 | |
| div {
 | |
|   text-align: center;
 | |
| }
 | |
| 
 | |
| H3 {
 | |
|   font-size: 13px;
 | |
| }
 | |
| 
 | |
| H5 {
 | |
|   font-size: 10px;
 | |
|   text-align: right;
 | |
|   background-color: #333;
 | |
|   color: #678ca0;
 | |
| }
 | |
| 
 | |
| .spacer {
 | |
|   margin: 0px;
 | |
|   width: 100%;
 | |
|   background-color: #333;
 | |
| }
 | |
| 
 | |
| .leftspacer {
 | |
|   margin: 0px;
 | |
|   padding: 5px;
 | |
|   width: 100%;
 | |
|   text-align: left;
 | |
|   background-color: #333;
 | |
| }
 | |
| 
 | |
| .serviceup {
 | |
|   color: green;
 | |
| }
 | |
| 
 | |
| .servicedown {
 | |
|   color: red;
 | |
| }
 | |
| 
 | |
| A {
 | |
|   text-decoration: none;
 | |
|   color: #5d83a9;
 | |
| }
 | |
| 
 | |
| P.main {
 | |
|   margin-top: 5px;
 | |
|   margin-bottom: 5px;
 | |
|   text-align: center;
 | |
|   font-size: 10px;
 | |
| }
 | |
| 
 | |
| a:visited {
 | |
|   color: #c39;
 | |
| }
 | |
| 
 | |
| a:hover {
 | |
|   color: #f00;
 | |
| }
 | |
| 
 | |
| a:active {
 | |
|   color: #c0f;
 | |
| }
 | |
| 
 | |
| tr:hover {
 | |
|   background-color: #f5f5f5;
 | |
| }
 |