Add editorconfig, remove unused assets
This commit is contained in:
		
					parent
					
						
							
								98bad33895
							
						
					
				
			
			
				commit
				
					
						d719a3af9a
					
				
			
		
					 10 changed files with 166 additions and 687 deletions
				
			
		
							
								
								
									
										8
									
								
								.editorconfig
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								.editorconfig
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,8 @@ | |||
| root = true | ||||
| 
 | ||||
| [*] | ||||
| end_of_line = lf | ||||
| insert_final_newline = true | ||||
| indent_style = space | ||||
| indent_size = 4 | ||||
| charset = utf-8 | ||||
|  | @ -1,40 +0,0 @@ | |||
| /*	------------------------------------------------------------------- | ||||
|  * 	Colours for the CumulusMX Alternative Interface | ||||
|  * 	Produced using w3Schools colour generator | ||||
|  * | ||||
|  * 	Key Colour: #4e5b31 | ||||
|  * | ||||
|  * 	Theme modified to change font 'color's to either lightest or darkest | ||||
|  * 	theme colour.  Also modified names for text, borders & hover colours. | ||||
|  * 	I have added a few extras. Not all are used. | ||||
|  * 	Neil Thomas | ||||
| 	------------------------------------------------------------------*/ | ||||
| 
 | ||||
| /*	Check that your theme is named as shown  below */ | ||||
| 
 | ||||
| .w3-theme-white {color:#2e5473; background-color:#FFFFFF;} | ||||
| .w3-theme-l5 {color:#2e5473; background-color:#f7fafc;} | ||||
| .w3-theme-l4 {color:#2e5473; background-color:#e4edf4;} | ||||
| .w3-theme-l3 {color:#2e5473 ; background-color:#c9dbe9;} | ||||
| .w3-theme-l2 {color:#2e5473 ; background-color:#aec9df;} | ||||
| .w3-theme-l1 {color:#2e5473 ; background-color:#93b7d4;} | ||||
| .w3-theme-d1 {color:#f7fafc ; background-color:#6195c0;} | ||||
| .w3-theme-d2 {color:#f7fafc ; background-color:#4a86b7;} | ||||
| .w3-theme-d3 {color:#f7fafc ; background-color:#4075a1;} | ||||
| .w3-theme-d4 {color:#f7fafc ; background-color:#37658a;} | ||||
| .w3-theme-d5 {color:#f7fafc ; background-color:#2e5473;} | ||||
| 
 | ||||
| .w3-theme-light {color:#2e5473 ; background-color:#f7fafc;} | ||||
| .w3-theme-dark {color:#f7fafc ; background-color:#2e5473;} | ||||
| .w3-theme-action {color:#f7fafc ; background-color:#2e5473;} | ||||
| 
 | ||||
| .w3-theme {color:#f7fafc ; background-color:#78a5c9;} | ||||
| .w3-theme-txt {color:#78a5c9;} | ||||
| .w3-theme-bdr {border-color:#78a5c9;} | ||||
| .w3-theme-d5-bdr {border-color:#2e5473;} | ||||
| .w3-theme-l1-bdr {border-color:#f7fafc;} | ||||
| 
 | ||||
| .w3-theme-hvr:hover {color:#f7fafc; background-color:#78a5c9;} | ||||
| .w3-theme-d5-hvr:hover {color:#f7fafc; background-color:#2e5473;} | ||||
| .w3-theme-txt-hvr:hover {color:#78a5c9;} | ||||
| .w3-theme-bdr-hvr:hover {border-color:#78a5c9;} | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -1,249 +0,0 @@ | |||
| /*	----------------------------------- | ||||
|  * 	Styles for CumulusMX Templates | ||||
|  Last modified: 2021/03/19 09:23:15 | ||||
|  * 	----------------------------------*/ | ||||
| 
 | ||||
| html, | ||||
| body, | ||||
| p, | ||||
| h1, | ||||
| h2, | ||||
| h3, | ||||
| h4, | ||||
| h5, | ||||
| h6, | ||||
| li, | ||||
| td, | ||||
| th { | ||||
|   font-family: "Rosario", sans-serif; | ||||
| } | ||||
| 
 | ||||
| p { | ||||
|   font-size: 15px; | ||||
| } | ||||
| 
 | ||||
| #Header { | ||||
|   border-style: solid; | ||||
|   border-width: 0 0 10px 0; | ||||
| } | ||||
| 
 | ||||
| .site-width { | ||||
|   max-width: 1140px; | ||||
|   margin: auto; | ||||
| } | ||||
| 
 | ||||
| .graph-width { | ||||
|   max-width: 1250px; | ||||
|   margin: auto; | ||||
| } | ||||
| 
 | ||||
| #Footer { | ||||
|   border-width: 5px 0 0 0; | ||||
|   border-style: solid; | ||||
| } | ||||
| 
 | ||||
| .logo { | ||||
|   max-width: 250px; | ||||
|   margin: 5px 0 5px 16px; | ||||
| } | ||||
| 
 | ||||
| .subText { | ||||
|   font-size: 80% !important; | ||||
|   font-weight: 400; | ||||
| } | ||||
| 
 | ||||
| body { | ||||
|   background-image: url("../images/picture.jpg"); | ||||
|   background-position: bottom left; | ||||
|   background-repeat: no-repeat; | ||||
|   background-attachment: fixed; | ||||
| } | ||||
| 
 | ||||
| .statusPanel h5 { | ||||
|   margin-bottom: -5px; | ||||
| } | ||||
| /*	------------------------------------- | ||||
|  * 	Flex boxes | ||||
|  * 	-------------------------------------*/ | ||||
| .at-flex-start { | ||||
|   display: flex; | ||||
| } | ||||
| .at-flex-end { | ||||
|   display: flex; | ||||
|   justify-content: flex-end; | ||||
|   flex-wrap: wrap; | ||||
| } | ||||
| 
 | ||||
| .at-flex-justify { | ||||
|   display: flex; | ||||
|   justify-content: space-around; | ||||
|   flex-wrap: wrap; | ||||
| } | ||||
| 
 | ||||
| .at-flex-between { | ||||
|   display: flex; | ||||
|   justify-content: space-between; | ||||
|   flex-wrap: wrap; | ||||
| } | ||||
| 
 | ||||
| .at-flex-bottom, | ||||
| .at-flex-items-bottom { | ||||
|   align-items: flex-end; | ||||
| } | ||||
| 
 | ||||
| .at-flex-items-center { | ||||
|   align-items: center; | ||||
| } | ||||
| 
 | ||||
| /*	-------------------------------------------------- | ||||
|  * 	Menu enhancements | ||||
|  * 	--------------------------------------------------*/ | ||||
| #Main_Menu { | ||||
|   margin-bottom: 4px; | ||||
|   border-width: 2px 0 0 0; | ||||
|   border-style: solid; | ||||
|   min-height: 32px; | ||||
| } | ||||
| 
 | ||||
| .at-slim { | ||||
|   padding: 4px 14px !important; | ||||
| } | ||||
| 
 | ||||
| .at-divider { | ||||
|   margin: 0 5px; | ||||
|   color: #f80; | ||||
| } | ||||
| 
 | ||||
| .at-spacer { | ||||
|   min-height: 2em; | ||||
| } | ||||
| 
 | ||||
| .at-menu-lable { | ||||
|   display: block; | ||||
|   width: 100%; | ||||
|   font-size: 13px; | ||||
|   font-style: italic; | ||||
|   padding-bottom: 2px !important; | ||||
|   padding-top: 4px !important; | ||||
|   border-bottom: 1px dotted #c2cfa5 !important; | ||||
| } | ||||
| 
 | ||||
| .at-menu-bar { | ||||
|   display: block; | ||||
|   height: 2px; | ||||
|   padding: 0 2px !important; | ||||
| } | ||||
| 
 | ||||
| .at-indent { | ||||
|   padding-left: 40px !important; | ||||
| } | ||||
| 
 | ||||
| /*	------------------------------- | ||||
|  * 	Model enhancements | ||||
|  * 	------------------------------*/ | ||||
| 
 | ||||
| .w3-modal-content { | ||||
|   margin-top: 10%; | ||||
|   border-radius: 8px; | ||||
| } | ||||
| 
 | ||||
| .w3-modal header { | ||||
|   border-radius: 8px 8px 0 0; | ||||
| } | ||||
| .w3-modal footer { | ||||
|   border-radius: 0 0 8px 8px; | ||||
| } | ||||
| .w3-modal .w3-btn { | ||||
|   border-radius: 0 8px; | ||||
| } | ||||
| 
 | ||||
| /* 	---------------------------------------- | ||||
|  * 	Media enhancements | ||||
|  * 	---------------------------------------*/ | ||||
| @media screen and (max-width: 780px) { | ||||
|   #Footer { | ||||
|     position: unset; | ||||
|   } | ||||
|   #Content { | ||||
|     /*margin-top: 170px!important;*/ | ||||
|     margin-bottom: 5px !important; | ||||
|   } | ||||
| 
 | ||||
|   .statusPanel { | ||||
|     text-align: center !important; | ||||
|     margin: auto !important; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| @media screen and (max-height: 768px) { | ||||
|   #Footer { | ||||
|     position: unset; | ||||
|     item: center; | ||||
|   } | ||||
|   #Content { | ||||
|     margin-bottom: 5px !important; | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| /*	-------------------------------------- | ||||
|  * 	LED enhancements | ||||
|  * 	-------------------------------------*/ | ||||
| .at-led-round { | ||||
|   display: inline-block; | ||||
|   height: 1.2em; | ||||
|   width: 1.2em; | ||||
|   margin: 0 0.5em -3px 0.5em; | ||||
|   border-radius: 50%; | ||||
|   background-color: #888; | ||||
|   box-shadow: inset 3px 3px 2px rgba(220, 220, 220, 0.6), | ||||
|     inset -2px -2px 2px rgba(32, 32, 32, 0.6); | ||||
| } | ||||
| 
 | ||||
| .at-led-block { | ||||
|   display: inline-block; | ||||
|   height: 1.2em; | ||||
|   width: 1.2em; | ||||
|   margin: 0 0.5em -3px 0.5em; | ||||
|   background-color: #888; | ||||
|   box-shadow: inset 3px 3px 2px rgba(220, 220, 220, 0.6), | ||||
|     inset -2px -2px 2px rgba(32, 32, 32, 0.6); | ||||
| } | ||||
| 
 | ||||
| .at-led-brick { | ||||
|   display: inline-block; | ||||
|   height: 0.8em; | ||||
|   width: 1.6em; | ||||
|   margin: 0 0.5em -3px 0.5em; | ||||
|   background-color: #888; | ||||
|   box-shadow: inset 3px 3px 2px rgba(220, 220, 220, 0.6), | ||||
|     inset -2px -2px 2px rgba(32, 32, 32, 0.6); | ||||
| } | ||||
| .at-led-oval { | ||||
|   display: inline-block; | ||||
|   height: 1em; | ||||
|   width: 2em; | ||||
|   margin: 0 0.5em -3px 0.5em; | ||||
|   border-radius: 50%; | ||||
|   background-color: #888; | ||||
|   box-shadow: inset 3px 3px 2px rgba(220, 220, 220, 0.6), | ||||
|     inset -2px -2px 2px rgba(32, 32, 32, 0.6); | ||||
| } | ||||
| 
 | ||||
| .at-led-green { | ||||
|   background-color: #0b0; | ||||
| } | ||||
| 
 | ||||
| .at-led-flash-red { | ||||
|   animation: flashR 1s infinite; | ||||
| } | ||||
| 
 | ||||
| @keyframes flashR { | ||||
|   0%, | ||||
|   60% { | ||||
|     background-color: #f00; | ||||
|   } | ||||
|   61%, | ||||
|   100% { | ||||
|     background-color: #800; | ||||
|   } | ||||
| } | ||||
							
								
								
									
										247
									
								
								css/w3Pro.css
									
										
									
									
									
								
							
							
						
						
									
										247
									
								
								css/w3Pro.css
									
										
									
									
									
								
							|  | @ -1,247 +0,0 @@ | |||
| /* W3PRO.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */ | ||||
| html { | ||||
|   box-sizing: border-box; | ||||
| } | ||||
| *, | ||||
| *:before, | ||||
| *:after { | ||||
|   box-sizing: inherit; | ||||
| } | ||||
| /* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */ | ||||
| html { | ||||
|   -ms-text-size-adjust: 100%; | ||||
|   -webkit-text-size-adjust: 100%; | ||||
| } | ||||
| body { | ||||
|   margin: 0; | ||||
| } | ||||
| article, | ||||
| aside, | ||||
| details, | ||||
| figcaption, | ||||
| figure, | ||||
| footer, | ||||
| header, | ||||
| main, | ||||
| menu, | ||||
| nav, | ||||
| section { | ||||
|   display: block; | ||||
| } | ||||
| summary { | ||||
|   display: list-item; | ||||
| } | ||||
| audio, | ||||
| canvas, | ||||
| progress, | ||||
| video { | ||||
|   display: inline-block; | ||||
| } | ||||
| progress { | ||||
|   vertical-align: baseline; | ||||
| } | ||||
| audio:not([controls]) { | ||||
|   display: none; | ||||
|   height: 0; | ||||
| } | ||||
| [hidden], | ||||
| template { | ||||
|   display: none; | ||||
| } | ||||
| a { | ||||
|   background-color: transparent; | ||||
| } | ||||
| a:active, | ||||
| a:hover { | ||||
|   outline-width: 0; | ||||
| } | ||||
| abbr[title] { | ||||
|   border-bottom: none; | ||||
|   text-decoration: underline; | ||||
|   text-decoration: underline dotted; | ||||
| } | ||||
| b, | ||||
| strong { | ||||
|   font-weight: bolder; | ||||
| } | ||||
| dfn { | ||||
|   font-style: italic; | ||||
| } | ||||
| mark { | ||||
|   background: #ff0; | ||||
|   color: #000; | ||||
| } | ||||
| small { | ||||
|   font-size: 80%; | ||||
| } | ||||
| sub, | ||||
| sup { | ||||
|   font-size: 75%; | ||||
|   line-height: 0; | ||||
|   position: relative; | ||||
|   vertical-align: baseline; | ||||
| } | ||||
| sub { | ||||
|   bottom: -0.25em; | ||||
| } | ||||
| sup { | ||||
|   top: -0.5em; | ||||
| } | ||||
| figure { | ||||
|   margin: 1em 40px; | ||||
| } | ||||
| img { | ||||
|   border-style: none; | ||||
| } | ||||
| code, | ||||
| kbd, | ||||
| pre, | ||||
| samp { | ||||
|   font-family: monospace, monospace; | ||||
|   font-size: 1em; | ||||
| } | ||||
| hr { | ||||
|   box-sizing: content-box; | ||||
|   height: 0; | ||||
|   overflow: visible; | ||||
| } | ||||
| button, | ||||
| input, | ||||
| select, | ||||
| textarea, | ||||
| optgroup { | ||||
|   font: inherit; | ||||
|   margin: 0; | ||||
| } | ||||
| optgroup { | ||||
|   font-weight: bold; | ||||
| } | ||||
| button, | ||||
| input { | ||||
|   overflow: visible; | ||||
| } | ||||
| button, | ||||
| select { | ||||
|   text-transform: none; | ||||
| } | ||||
| button, | ||||
| [type="button"], | ||||
| [type="reset"], | ||||
| [type="submit"] { | ||||
|   -webkit-appearance: button; | ||||
| } | ||||
| button::-moz-focus-inner, | ||||
| [type="button"]::-moz-focus-inner, | ||||
| [type="reset"]::-moz-focus-inner, | ||||
| [type="submit"]::-moz-focus-inner { | ||||
|   border-style: none; | ||||
|   padding: 0; | ||||
| } | ||||
| button:-moz-focusring, | ||||
| [type="button"]:-moz-focusring, | ||||
| [type="reset"]:-moz-focusring, | ||||
| [type="submit"]:-moz-focusring { | ||||
|   outline: 1px dotted ButtonText; | ||||
| } | ||||
| fieldset { | ||||
|   border: 1px solid #c0c0c0; | ||||
|   margin: 0 2px; | ||||
|   padding: 0.35em 0.625em 0.75em; | ||||
| } | ||||
| legend { | ||||
|   color: inherit; | ||||
|   display: table; | ||||
|   max-width: 100%; | ||||
|   padding: 0; | ||||
|   white-space: normal; | ||||
| } | ||||
| textarea { | ||||
|   overflow: auto; | ||||
| } | ||||
| [type="checkbox"], | ||||
| [type="radio"] { | ||||
|   padding: 0; | ||||
| } | ||||
| [type="number"]::-webkit-inner-spin-button, | ||||
| [type="number"]::-webkit-outer-spin-button { | ||||
|   height: auto; | ||||
| } | ||||
| [type="search"] { | ||||
|   -webkit-appearance: textfield; | ||||
|   outline-offset: -2px; | ||||
| } | ||||
| [type="search"]::-webkit-search-decoration { | ||||
|   -webkit-appearance: none; | ||||
| } | ||||
| ::-webkit-file-upload-button { | ||||
|   -webkit-appearance: button; | ||||
|   font: inherit; | ||||
| } | ||||
| /* End extract */ | ||||
| html, | ||||
| body { | ||||
|   font-family: Verdana, sans-serif; | ||||
|   font-size: 15px; | ||||
|   line-height: 1.5; | ||||
| } | ||||
| html { | ||||
|   overflow-x: hidden; | ||||
| } | ||||
| h1 { | ||||
|   font-size: 36px; | ||||
| } | ||||
| h2 { | ||||
|   font-size: 30px; | ||||
| } | ||||
| h3 { | ||||
|   font-size: 24px; | ||||
| } | ||||
| h4 { | ||||
|   font-size: 20px; | ||||
| } | ||||
| h5 { | ||||
|   font-size: 18px; | ||||
| } | ||||
| h6 { | ||||
|   font-size: 16px; | ||||
| } | ||||
| .w3-serif { | ||||
|   font-family: serif; | ||||
| } | ||||
| .w3-sans-serif { | ||||
|   font-family: sans-serif; | ||||
| } | ||||
| .w3-cursive { | ||||
|   font-family: cursive; | ||||
| } | ||||
| .w3-monospace { | ||||
|   font-family: monospace; | ||||
| } | ||||
| h1, | ||||
| h2, | ||||
| h3, | ||||
| h4, | ||||
| h5, | ||||
| h6 { | ||||
|   font-family: "Segoe UI", Arial, sans-serif; | ||||
|   font-weight: 400; | ||||
|   margin: 10px 0; | ||||
| } | ||||
| .w3-wide { | ||||
|   letter-spacing: 4px; | ||||
| } | ||||
| hr { | ||||
|   border: 0; | ||||
|   border-top: 1px solid #eee; | ||||
|   margin: 20px 0; | ||||
| } | ||||
| .w3-image { | ||||
|   max-width: 100%; | ||||
|   height: auto; | ||||
| } | ||||
| img { | ||||
|   vertical-align: middle; | ||||
| } | ||||
| a { | ||||
|   color: inherit; | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 22 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 57 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 13 KiB | 
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 floppydiskette
				floppydiskette