36 lines
		
	
	
		
			617 B
		
	
	
	
		
			CSS
		
	
	
		
		
			
		
	
	
			36 lines
		
	
	
		
			617 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 #sresize { | ||
|  |     width: 15px; | ||
|  |     height: 15px; | ||
|  |     background-color: none; | ||
|  |     right: 0; | ||
|  |     float: right; | ||
|  |     bottom: 0; | ||
|  |     position: absolute; | ||
|  | } | ||
|  | #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; | ||
|  | } |