| 
									
										
										
										
											2016-08-17 13:31:40 -07:00
										 |  |  | /* #docregion , quickstart, toh */ | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  | /* Master Styles */ | 
					
						
							|  |  |  | h1 { | 
					
						
							| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  |   color: #369; | 
					
						
							|  |  |  |   font-family: Arial, Helvetica, sans-serif; | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  |   font-size: 250%; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  | h2, h3 { | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  |   color: #444; | 
					
						
							| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  |   font-family: Arial, Helvetica, sans-serif; | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  |   font-weight: lighter; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  | body { | 
					
						
							|  |  |  |   margin: 2em; | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-08-10 13:32:07 -07:00
										 |  |  | /* #enddocregion quickstart */ | 
					
						
							| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  | body, input[text], button { | 
					
						
							|  |  |  |   color: #888; | 
					
						
							|  |  |  |   font-family: Cambria, Georgia; | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2016-08-17 13:31:40 -07:00
										 |  |  | /* #enddocregion toh */ | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  | a { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   cursor: hand; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | button { | 
					
						
							|  |  |  |   font-family: Arial; | 
					
						
							|  |  |  |   background-color: #eee; | 
					
						
							|  |  |  |   border: none; | 
					
						
							|  |  |  |   padding: 5px 10px; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   cursor: hand; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | button:hover { | 
					
						
							|  |  |  |   background-color: #cfd8dc; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | button:disabled { | 
					
						
							|  |  |  |   background-color: #eee; | 
					
						
							| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  |   color: #aaa; | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  |   cursor: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Navigation link styles */ | 
					
						
							|  |  |  | nav a { | 
					
						
							|  |  |  |   padding: 5px 10px; | 
					
						
							|  |  |  |   text-decoration: none; | 
					
						
							|  |  |  |   margin-top: 10px; | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   background-color: #eee; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | nav a:visited, a:link { | 
					
						
							|  |  |  |   color: #607D8B; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | nav a:hover { | 
					
						
							|  |  |  |   color: #039be5; | 
					
						
							|  |  |  |   background-color: #CFD8DC; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  | nav a.active { | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  |   color: #039be5; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* items class */ | 
					
						
							|  |  |  | .items { | 
					
						
							|  |  |  |   margin: 0 0 2em 0; | 
					
						
							|  |  |  |   list-style-type: none; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   width: 24em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .items li { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   left: 0; | 
					
						
							|  |  |  |   background-color: #EEE; | 
					
						
							|  |  |  |   margin: .5em; | 
					
						
							|  |  |  |   padding: .3em 0; | 
					
						
							|  |  |  |   height: 1.6em; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .items li:hover { | 
					
						
							|  |  |  |   color: #607D8B; | 
					
						
							|  |  |  |   background-color: #DDD; | 
					
						
							|  |  |  |   left: .1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .items li.selected:hover { | 
					
						
							| 
									
										
										
										
											2016-02-12 17:54:22 -08:00
										 |  |  |   background-color: #BBD8DC; | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  |   color: white; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .items .text { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   top: -3px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .items { | 
					
						
							|  |  |  |   margin: 0 0 2em 0; | 
					
						
							|  |  |  |   list-style-type: none; | 
					
						
							|  |  |  |   padding: 0; | 
					
						
							|  |  |  |   width: 24em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .items li { | 
					
						
							|  |  |  |   cursor: pointer; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   left: 0; | 
					
						
							|  |  |  |   background-color: #EEE; | 
					
						
							|  |  |  |   margin: .5em; | 
					
						
							|  |  |  |   padding: .3em 0; | 
					
						
							|  |  |  |   height: 1.6em; | 
					
						
							|  |  |  |   border-radius: 4px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .items li:hover { | 
					
						
							|  |  |  |   color: #607D8B; | 
					
						
							|  |  |  |   background-color: #DDD; | 
					
						
							|  |  |  |   left: .1em; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .items li.selected { | 
					
						
							|  |  |  |   background-color: #CFD8DC; | 
					
						
							|  |  |  |   color: white; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .items li.selected:hover { | 
					
						
							|  |  |  |   background-color: #BBD8DC; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .items .text { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   top: -3px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .items .badge { | 
					
						
							|  |  |  |   display: inline-block; | 
					
						
							|  |  |  |   font-size: small; | 
					
						
							|  |  |  |   color: white; | 
					
						
							| 
									
										
										
										
											2016-02-28 13:55:37 -08:00
										 |  |  |   padding: 0.8em 0.7em 0 0.7em; | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  |   background-color: #607D8B; | 
					
						
							|  |  |  |   line-height: 1em; | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   left: -1px; | 
					
						
							|  |  |  |   top: -4px; | 
					
						
							|  |  |  |   height: 1.8em; | 
					
						
							|  |  |  |   margin-right: .8em; | 
					
						
							|  |  |  |   border-radius: 4px 0 0 4px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2016-08-17 13:31:40 -07:00
										 |  |  | /* #docregion toh */ | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  | /* everywhere else */ | 
					
						
							| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  | * { | 
					
						
							|  |  |  |   font-family: Arial, Helvetica, sans-serif; | 
					
						
							| 
									
										
										
										
											2016-02-27 13:48:24 -08:00
										 |  |  | } |