| 
									
										
										
										
											2016-04-30 18:28:33 +00:00
										 |  |  | html { | 
					
						
							|  |  |  | 	width: 100%; | 
					
						
							|  |  |  | 	height: 100%; | 
					
						
							|  |  |  | 	padding: 0; | 
					
						
							|  |  |  | 	margin: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-12 18:50:43 +00:00
										 |  |  | body { | 
					
						
							|  |  |  | 	font-family: monospace; | 
					
						
							| 
									
										
										
										
											2025-01-18 21:56:43 -05:00
										 |  |  | 	background-color: #444; | 
					
						
							|  |  |  | 	color: #fff; | 
					
						
							| 
									
										
										
										
											2016-03-12 18:50:43 +00:00
										 |  |  | 	width: 100%; | 
					
						
							|  |  |  | 	height: 100%; | 
					
						
							| 
									
										
										
										
											2016-04-30 18:28:33 +00:00
										 |  |  | 	padding: 0; | 
					
						
							|  |  |  | 	margin: 0; | 
					
						
							| 
									
										
										
										
											2016-03-12 18:50:43 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #logo { | 
					
						
							|  |  |  | 	vertical-align: middle; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .hbox { | 
					
						
							|  |  |  | 	display: flex; | 
					
						
							|  |  |  | 	flex-direction: row; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .vbox { | 
					
						
							|  |  |  | 	display: flex; | 
					
						
							|  |  |  | 	flex-direction: column; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .input { | 
					
						
							|  |  |  | 	display: flex; | 
					
						
							|  |  |  | 	flex-flow: row; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #prompt { | 
					
						
							|  |  |  | 	padding-right: 0.5em; | 
					
						
							|  |  |  | 	color: #eee8d5; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #input { | 
					
						
							|  |  |  | 	flex: 1; | 
					
						
							|  |  |  | 	border: 0; | 
					
						
							|  |  |  | 	outline: none; | 
					
						
							|  |  |  | 	font-family: monospace; | 
					
						
							|  |  |  | 	background-color: #002b36; | 
					
						
							|  |  |  | 	color: #eee8d5; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-01-13 17:40:47 +00:00
										 |  |  | .cm-editor { | 
					
						
							| 
									
										
										
										
											2016-03-12 18:50:43 +00:00
										 |  |  | 	height: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .cm-tab { | 
					
						
							|  |  |  | 	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); | 
					
						
							|  |  |  | 	background-position: right; | 
					
						
							|  |  |  | 	background-repeat: no-repeat; | 
					
						
							|  |  |  | 	-webkit-filter: invert(100%); | 
					
						
							|  |  |  | 	filter: invert(100%); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .cm-trailingspace { | 
					
						
							|  |  |  | 	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUXCToH00Y1UgAAACFJREFUCNdjPMDBUc/AwNDAAAFMTAwMDA0OP34wQgX/AQBYgwYEx4f9lQAAAABJRU5ErkJggg==); | 
					
						
							|  |  |  | 	background-position: bottom left; | 
					
						
							|  |  |  | 	background-repeat: repeat-x; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #status { | 
					
						
							|  |  |  | 	display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #update { | 
					
						
							|  |  |  | 	display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #login { | 
					
						
							|  |  |  | 	float: right; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .notice { | 
					
						
							|  |  |  | 	color: #cb4b16; | 
					
						
							|  |  |  | 	margin: 1em; | 
					
						
							|  |  |  | 	padding: 1em; | 
					
						
							|  |  |  | 	border: 1px solid #cb4b16; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Solarized Color Scheme Colors */ | 
					
						
							| 
									
										
										
										
											2024-02-24 11:09:34 -05:00
										 |  |  | .base03 { | 
					
						
							|  |  |  | 	color: #002b36; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .base02 { | 
					
						
							|  |  |  | 	color: #073642; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .base01 { | 
					
						
							|  |  |  | 	color: #586e75; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .base00 { | 
					
						
							|  |  |  | 	color: #657b83; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .base0 { | 
					
						
							|  |  |  | 	color: #839496; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .base1 { | 
					
						
							|  |  |  | 	color: #93a1a1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .base2 { | 
					
						
							|  |  |  | 	color: #eee8d5; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .base3 { | 
					
						
							|  |  |  | 	color: #fdf6e3; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .yellow { | 
					
						
							|  |  |  | 	color: #b58900; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .orange { | 
					
						
							|  |  |  | 	color: #cb4b16; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .red { | 
					
						
							|  |  |  | 	color: #dc322f; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .magenta { | 
					
						
							|  |  |  | 	color: #d33682; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .violet { | 
					
						
							|  |  |  | 	color: #6c71c4; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .blue { | 
					
						
							|  |  |  | 	color: #268bd2; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .cyan { | 
					
						
							|  |  |  | 	color: #2aa198; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .green { | 
					
						
							|  |  |  | 	color: #859900; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-01-02 18:10:00 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-04-30 00:56:59 +00:00
										 |  |  | .permissions { | 
					
						
							| 
									
										
										
										
											2022-08-07 22:39:58 +00:00
										 |  |  | 	position: absolute; | 
					
						
							|  |  |  | 	display: block; | 
					
						
							|  |  |  | 	top: 0; | 
					
						
							|  |  |  | 	z-index: 100; | 
					
						
							|  |  |  | 	display: flex; | 
					
						
							|  |  |  | 	justify-content: center; | 
					
						
							|  |  |  | 	width: 100%; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .permissions_contents { | 
					
						
							|  |  |  | 	background-color: #444; | 
					
						
							|  |  |  | 	border-left: 4px solid #fff; | 
					
						
							|  |  |  | 	border-right: 4px solid #fff; | 
					
						
							|  |  |  | 	border-bottom: 4px solid #fff; | 
					
						
							|  |  |  | 	padding: 1em; | 
					
						
							|  |  |  | 	margin: 0 auto; | 
					
						
							|  |  |  | } |