Difference between pages "NTBI Broadcasting Tower Network" and "MediaWiki:Timeless.css"

(Difference between pages)
imported>NelsonJenkins
 
 
Line 1: Line 1:
The NTBI Broadcasting Tower Network (BTN) is a proposed system for broadcasting music using the [[Sei Media Formats]] from radio broadcasting towers to radio and video receivers. Content is queued automatically, pushed to broadcasting towers, and streamed simultaneously among towers to ensure synchronous listening/viewing from anywhere in the grid.
+
/* CSS placed here will affect users of the Timeless skin */
 
+
#p-logo {  
==Channels==
+
display: none;
{|class="wikitable"
+
}
|-
+
#p-logo-text {
!FM Frequency
+
background: white url("/logo.png") no-repeat fixed center !important;
!Channel Name
+
width:130px;
!Intended Use
+
height:36px;
|-
+
}
|style="text-align:center"|96.1
+
#p-banner {
|style="text-align:center"|WBTN Hyperion
+
display:none !important;
|Talk shows, news report, etc. by NTBI
+
}
|-
+
h1, h2, h3, h4, h5 {
|style="text-align:center"|99.5
+
font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important;
|style="text-align:center"|Smooth Music
+
}
|Constant stream of public/CC music (easy listening style)
 
|-
 
|style="text-align:center"|103.7
 
|style="text-align:center"|Rock Music
 
|Constant stream of public/CC music (harder styles)
 
|-
 
|style="text-align:center"|107.3
 
|style="text-align:center"|???
 
|???
 
|}
 
 
 
{|class="wikitable"
 
|-
 
!Channel
 
!UHF Frequency
 
!Channel Name
 
!Intended Use
 
|-
 
|style="text-align:center"|14
 
|style="text-align:center"|471
 
|style="text-align:center"|SZYM 14
 
|Non-news videos made by NTBI
 
|-
 
|style="text-align:center"|20
 
|style="text-align:center"|507
 
|style="text-align:center"|NTBI Public Access
 
|PSA-style public domain films (non-NTBI)
 
|-
 
|style="text-align:center"|24
 
|style="text-align:center"|531
 
|style="text-align:center"|GBC News
 
|News videos in GBC format made by NTBI
 
|}
 
 
 
==Proposed Standardized IDs/Tags/etc.==
 
* This is WBTN Hyperion, broadcasting 24/7 from locations across the grid and made available from the NTBI Group. Find out more at btn.ntbgigroup.com.
 

Revision as of 23:52, 11 July 2018

/* CSS placed here will affect users of the Timeless skin */
#p-logo { 
	display: none;
}
#p-logo-text {
	background: white url("/logo.png") no-repeat fixed center !important;
	width:130px;
	height:36px;
}
#p-banner {
	display:none !important;
}
h1, h2, h3, h4, h5 {
	font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important;
}