You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			84 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			CSS
		
	
			
		
		
	
	
			84 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			CSS
		
	
| html * {
 | |
|   font-family: Verdana, Geneva, sans-serif;
 | |
|   font-size: 10pt;
 | |
|   color: #828282;
 | |
| }
 | |
| 
 | |
| .nav>li>a {
 | |
|   font-size: 12pt;
 | |
| }
 | |
| 
 | |
| a:focus, a:hover {
 | |
|   color: #666;
 | |
| }
 | |
| 
 | |
| h4 {
 | |
|   font-size: 18px;
 | |
| }
 | |
| 
 | |
| .panel {
 | |
|   border-radius: 1px;
 | |
| }
 | |
| 
 | |
| .panel-primary {
 | |
|   border-color: #ff6600;
 | |
| }
 | |
| 
 | |
| .panel-primary>.panel-heading {
 | |
|   border-color: #ff6600;
 | |
|   background-color: #ff6600;
 | |
|   color: #000;
 | |
|   font-size: 14pt;
 | |
|   font-weight: bold;
 | |
| }
 | |
| 
 | |
| .panel-heading {
 | |
|   border-top-left-radius: 1px;
 | |
|   border-top-right-radius: 1px;
 | |
| }
 | |
| 
 | |
| .panel-primary>.panel-heading .fa {
 | |
|   color: #fff;
 | |
| }
 | |
| 
 | |
| .page-header {
 | |
|   font-size: 26pt;
 | |
|   margin: 10px 0 20px;
 | |
| }
 | |
| 
 | |
| #wrapper, #page-wrapper, .panel-body, .nav>li>a, .navbar-default {
 | |
|   background-color: #f6f6ef;
 | |
| }
 | |
| 
 | |
| .panel-footer {
 | |
|   background-color: #eee;
 | |
| }
 | |
| 
 | |
| .btn-primary.btn-outline {
 | |
|   color: #c61931;
 | |
|   border-color: #c61931;
 | |
| }
 | |
| 
 | |
| .btn-primary:hover {
 | |
|   background-color: #c61931;
 | |
|   border-color: #c61931;
 | |
| }
 | |
| 
 | |
| .progress {
 | |
|   background-color: #eee;
 | |
| }
 | |
| 
 | |
| .progress-bar {
 | |
|   color: #eee;
 | |
| }
 | |
| 
 | |
| .info-item {
 | |
|   width: 140px;
 | |
|   float: left;
 | |
| }
 | |
| 
 | |
| .logoutput {
 | |
|   width: 100%;
 | |
|   height: 300px;
 | |
| }
 |