add sauce
This commit is contained in:
		
				commit
				
					
						b856cb894f
					
				
			
		
					 48 changed files with 28950 additions and 0 deletions
				
			
		
							
								
								
									
										40
									
								
								css/colours.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								css/colours.css
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,40 @@ | |||
| /*	------------------------------------------------------------------- | ||||
|  * 	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;} | ||||
							
								
								
									
										101
									
								
								css/gauges.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								css/gauges.css
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										249
									
								
								css/mx-templates.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										249
									
								
								css/mx-templates.css
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,249 @@ | |||
| /*	----------------------------------- | ||||
|  * 	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
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										247
									
								
								css/w3Pro.css
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,247 @@ | |||
| /* 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; | ||||
| } | ||||
							
								
								
									
										184
									
								
								css/wah.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										184
									
								
								css/wah.css
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,184 @@ | |||
| :root { | ||||
|   --background: #f2efbd; | ||||
|   --background-dim: #d2d0a4; | ||||
|   --foreground: #2a271c; | ||||
|   --border-color: #f27405; | ||||
|   --border: var(--border-color) 2px solid; | ||||
|   --shadow-color: hsla(11, 96%, 43%, 0.4); | ||||
|   --shadow: drop-shadow(8px 8px var(--shadow-color)); | ||||
|   --shadow-small: drop-shadow(3px 3px var(--shadow-color)); | ||||
|   --links: hsl(183, 93%, 27%); | ||||
|   --links-hover: hsl(183, 93%, 15%); | ||||
|   --table-header: hsla(11, 96%, 43%, 0.2); | ||||
| } | ||||
| 
 | ||||
| html { | ||||
|   height: 100%; | ||||
|   color-scheme: light; | ||||
| } | ||||
| 
 | ||||
| body { | ||||
|   color: var(--foreground); | ||||
|   min-height: 100%; | ||||
|   background-color: hsla(0, 0%, 0%, 0); | ||||
|   padding: 10px; | ||||
|   font-family: serif; | ||||
| } | ||||
| 
 | ||||
| /*noinspection CssUnknownTarget*/ | ||||
| body::before { | ||||
|   content: ""; | ||||
|   position: fixed; | ||||
|   top: 0; | ||||
|   left: 0; | ||||
|   background-image: url("/images/background.jpg"); | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
|   z-index: -1; | ||||
|   opacity: 0.8; | ||||
|   background-size: cover; | ||||
|   background-attachment: fixed; | ||||
|   overflow: hidden; | ||||
| } | ||||
| 
 | ||||
| h1, | ||||
| h2, | ||||
| h3, | ||||
| h4, | ||||
| h5, | ||||
| h6 { | ||||
|   margin: 0; | ||||
| } | ||||
| 
 | ||||
| p, | ||||
| ul, | ||||
| ol, | ||||
| dl, | ||||
| menu, | ||||
| dir { | ||||
|   margin: 0; | ||||
| } | ||||
| 
 | ||||
| hr { | ||||
|   border: none; | ||||
|   border-top: var(--border); | ||||
| } | ||||
| 
 | ||||
| a { | ||||
|   color: var(--links); | ||||
|   text-decoration: underline dotted; | ||||
| } | ||||
| 
 | ||||
| a:hover { | ||||
|   color: var(--links-hover); | ||||
|   text-decoration: underline solid; | ||||
| } | ||||
| 
 | ||||
| div.page-container { | ||||
|   /* width: 1000px; */ | ||||
|   width: 800px; | ||||
|   margin: 5px auto; | ||||
| } | ||||
| 
 | ||||
| div.page-container > div { | ||||
|   background-color: var(--background); | ||||
|   filter: var(--shadow); | ||||
|   padding: 10px; | ||||
|   border: var(--border); | ||||
|   margin-bottom: 20px; | ||||
|   /* temporary */ | ||||
|   /* height: 600px; */ | ||||
| } | ||||
| 
 | ||||
| div.page-container > div:last-child { | ||||
|   margin-bottom: 0; | ||||
| } | ||||
| 
 | ||||
| div#header h1 { | ||||
|   margin: 0; | ||||
|   font-style: italic; | ||||
| } | ||||
| 
 | ||||
| div#header h1, | ||||
| div#header p { | ||||
|   display: inline; | ||||
| } | ||||
| 
 | ||||
| div#content { | ||||
|   position: relative; | ||||
| } | ||||
| 
 | ||||
| div#content::after { | ||||
|   display: block; | ||||
|   content: ""; | ||||
|   clear: both; | ||||
| } | ||||
| 
 | ||||
| div#footer { | ||||
|   display: grid; | ||||
|   grid-template-columns: auto 1fr; | ||||
|   grid-template-rows: 1fr; | ||||
|   grid-column-gap: 0px; | ||||
|   grid-row-gap: 0px; | ||||
|   align-items: center; | ||||
| } | ||||
| 
 | ||||
| div#footer div:last-child { | ||||
|   text-align: right; | ||||
| } | ||||
| 
 | ||||
| div#footer div:last-child img { | ||||
|   image-rendering: pixelated; | ||||
|   margin: 0; | ||||
|   padding: 0; | ||||
|   width: 88px; | ||||
|   height: 31px; | ||||
| } | ||||
| 
 | ||||
| /* -------------------------------------------------------------------------- */ | ||||
| 
 | ||||
| table.almanac td:nth-child(odd) { | ||||
|   font-weight: bold; | ||||
| } | ||||
| 
 | ||||
| table.almanac td { | ||||
|   padding: 0 10px; | ||||
| } | ||||
| 
 | ||||
| table.almanac td:nth-child(even) { | ||||
|   padding: 0 15px; | ||||
| } | ||||
| 
 | ||||
| table.almanac { | ||||
|   min-width: 100%; | ||||
| } | ||||
| 
 | ||||
| table.conditions-now { | ||||
|   border-collapse: collapse; | ||||
|   border: var(--border); | ||||
|   filter: var(--shadow-small); | ||||
|   background-color: var(--background); | ||||
| } | ||||
| 
 | ||||
| table.conditions-now th { | ||||
|   text-align: left; | ||||
|   background-color: var(--background-dim); | ||||
|   border-top: var(--border); | ||||
| } | ||||
| 
 | ||||
| table.conditions-now tr td, | ||||
| table.conditions-now tr th { | ||||
|   padding: 5px 10px 5px 5px; | ||||
| } | ||||
| table.conditions-now tr td:nth-child(2) { | ||||
|   padding-right: 40px; | ||||
| } | ||||
| 
 | ||||
| table.conditions-now tr td:nth-child(odd) { | ||||
|   font-weight: bold; | ||||
| } | ||||
| 
 | ||||
| table.conditions-now tr:last-child td:nth-child(3) { | ||||
|   font-weight: normal; | ||||
|   font-style: italic; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 floppydiskette
				floppydiskette