27 lines
		
	
	
		
			463 B
		
	
	
	
		
			CSS
		
	
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			463 B
		
	
	
	
		
			CSS
		
	
	
|  | body { | ||
|  | 	background-color: white; | ||
|  | } | ||
|  | #sight #stitlebar { | ||
|  | 	background-color: #4f9af3; | ||
|  | } | ||
|  | #sight #stitle { | ||
|  | 	color: white; | ||
|  |     padding: 2px; | ||
|  |     font-weight: bold; | ||
|  |     font-family: monospace; | ||
|  |     font-size: larger; | ||
|  | 	float: left; | ||
|  | } | ||
|  | #sight { | ||
|  |     border: 4px solid #4f9af3; | ||
|  | } | ||
|  | #sight #content { | ||
|  | 	padding: 5px; | ||
|  | } | ||
|  | #sight #sclose:not([except]), #sight #sminimize:not([except]), #sight #stoggled:not([except]) { | ||
|  | 	height: 20px; | ||
|  | 	width: 20px; | ||
|  | 	float: right; | ||
|  | 	margin-left: 5px; | ||
|  | } |