33 行
		
	
	
		
			无行尾
		
	
	
		
			760 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			33 行
		
	
	
		
			无行尾
		
	
	
		
			760 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #container { padding-top: 50px; width: 940px; margin: 0 auto; }
 | |
| 
 | |
| #footer { width: 940px; margin: 0 auto; text-align: right; }
 | |
| 
 | |
| table .titles { font-weight: bold; color: #439BF6; }
 | |
| table .title { font-weight: bold; color: #439BF6; }
 | |
| 
 | |
| .markItUp { width: 580px !important; }
 | |
| .markItUpEditor { width: 520px !important; }
 | |
| 
 | |
| /* Add QSO CSS */
 | |
| .rst { width: 50px !important; }
 | |
| .input_date { width: 70px !important; }
 | |
| .input_time { width: 55px !important; }
 | |
| .band { width: 80px; }
 | |
| .mode { width: 80px; }
 | |
| #callsign { text-transform: uppercase; }
 | |
| #country { border: none; width: 140px !important; }
 | |
| 
 | |
| input[type="text"] {
 | |
| 	color: #000000 !important;
 | |
| }
 | |
| 
 | |
| .pull-right { color: #fff; }
 | |
| 
 | |
| /* Stats CSS */
 | |
| .type {
 | |
| 	float: left;
 | |
| 	width: 30%;
 | |
| 	margin: 10px;
 | |
| }
 | |
| 
 | |
| .clear {clear:both;} |