Compare commits
	
		
			3 Commits
		
	
	
		
			181c9fbad9
			...
			9d1b94f686
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						9d1b94f686
	
				 | 
					
					
						|||
| 
						
						
							
						
						a9ff01f392
	
				 | 
					
					
						|||
| 
						
						
							
						
						fbcf5be2a6
	
				 | 
					
					
						
@@ -533,41 +533,52 @@ fieldset > table td select {
 | 
				
			|||||||
	display: block;
 | 
						display: block;
 | 
				
			||||||
	font-size: 1rem;
 | 
						font-size: 1rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
fieldset > table {
 | 
					fieldset > table {
 | 
				
			||||||
	width: calc(100vw + -16vw + -1rem);
 | 
						width: calc(100vw + -16vw + -1rem);
 | 
				
			||||||
	max-width: 100%;
 | 
						max-width: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
fieldset > input,
 | 
					input {
 | 
				
			||||||
fieldset > table td input,
 | 
					 | 
				
			||||||
fieldset > table td textarea {
 | 
					 | 
				
			||||||
	width: calc(100vw + -16vw + -1.5rem);
 | 
					 | 
				
			||||||
	max-width: 100%;
 | 
					 | 
				
			||||||
	border: thin solid var(--input-border-primary);
 | 
						border: thin solid var(--input-border-primary);
 | 
				
			||||||
	border-radius: 0.2rem;
 | 
						border-radius: 0.2rem;
 | 
				
			||||||
	margin-bottom: 0.5rem;
 | 
						margin-bottom: 0.5rem;
 | 
				
			||||||
	padding: 0.5rem;
 | 
						padding: 0.5rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					input[type="submit"] {
 | 
				
			||||||
fieldset > table td select {
 | 
						background-color: var(--background-secondary);
 | 
				
			||||||
	appearance: none;
 | 
						color: var(--text-secondary);
 | 
				
			||||||
 | 
						font-weight: 400;
 | 
				
			||||||
 | 
						width: fit-content;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					input[type="submit"]:hover {
 | 
				
			||||||
 | 
						background-color: var(--link-primary-hover);
 | 
				
			||||||
 | 
						color: var(--background-primary);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					select {
 | 
				
			||||||
 | 
						appearance: auto;
 | 
				
			||||||
	background: var(--background-primary);
 | 
						background: var(--background-primary);
 | 
				
			||||||
	color: var(--text-primary);
 | 
						color: var(--text-primary);
 | 
				
			||||||
	width: calc(100vw + -16vw + -0.40rem);
 | 
					 | 
				
			||||||
	border: 1px solid var(--input-border-primary);
 | 
						border: 1px solid var(--input-border-primary);
 | 
				
			||||||
	border-radius: 0.25rem;
 | 
						border-radius: 0.25rem;
 | 
				
			||||||
	cursor: pointer;
 | 
						cursor: pointer;
 | 
				
			||||||
	margin-bottom: 0.5rem;
 | 
						margin-bottom: 0.5rem;
 | 
				
			||||||
	padding: 0.5rem;
 | 
						padding: 0.5rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
fieldset > table td select:focus{
 | 
					select:focus{
 | 
				
			||||||
    background: var(--background-secondary);
 | 
					    background: var(--background-secondary);
 | 
				
			||||||
	color: var(--text-secondary);
 | 
						color: var(--text-secondary);
 | 
				
			||||||
}
 | 
					}select:active {
 | 
				
			||||||
fieldset > table td select:active {
 | 
					 | 
				
			||||||
    background: var(--background-secondary);
 | 
					    background: var(--background-secondary);
 | 
				
			||||||
	color: var(--text-primary);
 | 
						color: var(--text-primary);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					fieldset > input,
 | 
				
			||||||
 | 
					fieldset > table td input,
 | 
				
			||||||
 | 
					fieldset > table td textarea {
 | 
				
			||||||
 | 
						width: calc(100vw + -16vw + -1.5rem);
 | 
				
			||||||
 | 
						max-width: 100%;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					fieldset > table td select {
 | 
				
			||||||
 | 
						width: calc(100vw + -16vw + -0.40rem);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
fieldset > table td input[type="radio"] {
 | 
					fieldset > table td input[type="radio"] {
 | 
				
			||||||
	display: initial;
 | 
						display: initial;
 | 
				
			||||||
	width: initial;
 | 
						width: initial;
 | 
				
			||||||
@@ -586,14 +597,8 @@ fieldset > table td input[type="radio"] {
 | 
				
			|||||||
	width: 94%;
 | 
						width: 94%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#search fieldset > input[type="submit"] {
 | 
					#search fieldset > input[type="submit"] {
 | 
				
			||||||
	background-color: var(--background-secondary);
 | 
					 | 
				
			||||||
	color: var(--text-secondary);
 | 
					 | 
				
			||||||
	width: 100%;
 | 
						width: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#search fieldset > input[type="submit"]:hover {
 | 
					 | 
				
			||||||
	background-color: var(--link-primary-hover);
 | 
					 | 
				
			||||||
	color: var(--background-primary);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
#search fieldset > p {
 | 
					#search fieldset > p {
 | 
				
			||||||
	margin-top: 0.5rem;
 | 
						margin-top: 0.5rem;
 | 
				
			||||||
	margin-bottom: 0.5rem;
 | 
						margin-bottom: 0.5rem;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -50,7 +50,7 @@
 | 
				
			|||||||
			<p>Record</p>
 | 
								<p>Record</p>
 | 
				
			||||||
	  </a>
 | 
						  </a>
 | 
				
			||||||
	  <br class="no-css">
 | 
						  <br class="no-css">
 | 
				
			||||||
<a class="lane-button" href="https://hub.hackerpublicradio.org/calendar.php">
 | 
						  <a class="lane-button" href="<!--% hub_baseurl %-->calendar.php">
 | 
				
			||||||
			<img src="<!--% absolute_path(baseurl) %-->images/icons/calendar-2-line.svg" alt="" height="110">
 | 
								<img src="<!--% absolute_path(baseurl) %-->images/icons/calendar-2-line.svg" alt="" height="110">
 | 
				
			||||||
			<p>Schedule</p>
 | 
								<p>Schedule</p>
 | 
				
			||||||
	  </a>
 | 
						  </a>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@
 | 
				
			|||||||
  <meta http-equiv="last-modified" content="<!--% format_feed_date(date.now) %-->">
 | 
					  <meta http-equiv="last-modified" content="<!--% format_feed_date(date.now) %-->">
 | 
				
			||||||
  <meta name="keywords" content="Technology, Tech News, Education, Training" />
 | 
					  <meta name="keywords" content="Technology, Tech News, Education, Training" />
 | 
				
			||||||
  <meta name="description" content="Hacker Public Radio is a podcast that releases shows every weekday Monday through Friday. Our shows are produced by the community (you) and can be on any topic that is of interest to hackers and hobbyists." />
 | 
					  <meta name="description" content="Hacker Public Radio is a podcast that releases shows every weekday Monday through Friday. Our shows are produced by the community (you) and can be on any topic that is of interest to hackers and hobbyists." />
 | 
				
			||||||
  <link rel="shortcut icon" href="<!--% absolute_url(baseurl) %-->hpr.ico" >
 | 
					  <link rel="shortcut icon" href="/hpr.ico" >
 | 
				
			||||||
  <link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Opus RSS" href="<!--% absolute_path(baseurl) %-->hpr_opus_rss.php" />
 | 
					  <link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Opus RSS" href="<!--% absolute_path(baseurl) %-->hpr_opus_rss.php" />
 | 
				
			||||||
  <link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Ogg Vorbis RSS" href="<!--% absolute_path(baseurl) %-->hpr_ogg_rss.php" />
 | 
					  <link rel="alternate" type="application/rss+xml" title="Hacker Public Radio Ogg Vorbis RSS" href="<!--% absolute_path(baseurl) %-->hpr_ogg_rss.php" />
 | 
				
			||||||
  <link rel="alternate" type="application/rss+xml" title="Hacker Public Radio MP3 RSS" href="<!--% absolute_path(baseurl) %-->hpr_mp3_rss.php" />
 | 
					  <link rel="alternate" type="application/rss+xml" title="Hacker Public Radio MP3 RSS" href="<!--% absolute_path(baseurl) %-->hpr_mp3_rss.php" />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user