Created
August 5, 2025 19:05
-
-
Save extratone/a0b2fca75576078dfc5cf6f8fc6af9a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BODY { | |
| background: #ffffff; | |
| color: #333366; | |
| } | |
| a:link, a:visited, a:active { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-weight: bold; | |
| color : #333366; | |
| text-decoration : none; | |
| } | |
| a:hover { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-weight: bold; | |
| color : #cc0000; | |
| text-decoration : none; | |
| } | |
| .menuFontSize { | |
| font-size : 10px; | |
| } | |
| .textFontSize { | |
| font-size: 12px; | |
| } | |
| .purSep { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 10px; | |
| font-weight: bold; | |
| color : #333366; | |
| text-decoration : none; | |
| } | |
| .faqli { | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 12px; | |
| list-style-type: square; | |
| font-weight: bold; | |
| } | |
| .inbrowsertext { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 10px; | |
| font-weight: bold; | |
| color : #333366; | |
| text-decoration : none; | |
| } | |
| .streamurl { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 9px; | |
| font-weight: lighter; | |
| color : #333366; | |
| text-decoration : none; | |
| } | |
| .streamurlblack { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 9px; | |
| color : #0000EE; | |
| text-decoration : none; | |
| } | |
| .metar { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 9px; | |
| color : #333366; | |
| text-decoration : none; | |
| } | |
| .footer{ | |
| background-color : transparent; | |
| clear: both; | |
| height: 5%; | |
| border-top: 1px solid blue; | |
| padding: 2; | |
| margin: 0; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 9px; | |
| color : #333366; | |
| text-decoration : none; | |
| } | |
| h1 { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 12px; | |
| font-weight: bold; | |
| color : #333333; | |
| text-decoration : none; | |
| margin-bottom:0em; | |
| margin-top:0em; | |
| } | |
| h2, h3, h4 { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 12px; | |
| font-weight: bold; | |
| color : #333333; | |
| text-decoration : none; | |
| margin-bottom:1em; | |
| margin-top:1em; | |
| } | |
| ul { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 12px; | |
| color : #333333; | |
| text-decoration : none; | |
| margin-bottom:.5em; | |
| margin-top:.5em; | |
| } | |
| li { | |
| list-style-type: dot; | |
| font-size: 11px; | |
| } | |
| p { | |
| background-color : transparent; | |
| font-family: verdana,arial,helvetica,sans-serif; | |
| font-size : 12px; | |
| color : #000000; | |
| text-decoration : none; | |
| margin-bottom:0em; | |
| margin-top:0em; | |
| } | |
| hr { | |
| border: 0; | |
| height: 1px; | |
| width: 100%; | |
| color: #000000; | |
| text-align:center; | |
| } | |
| P { | |
| font-family: Verdana, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #000000; | |
| text-align: left; | |
| } | |
| A:link {color: #336699; text-decoration: none} | |
| A:visited {color: #336699; text-decoration: none} | |
| A:active {color: black} | |
| A:hover {color: #330000; text-decoration: underline} | |
| .body { | |
| font-family: Verdana, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #000000; | |
| } | |
| .smallbody { | |
| font-family: Verdana, Helvetica, sans-serif; | |
| font-size: 9px; | |
| color: #000000; | |
| } | |
| .whitebold { | |
| font-family: Verdana, Helvetica, sans-serif; | |
| font-size: 11px; | |
| font-weight: bold; | |
| color: #FFFFFF; | |
| } | |
| .white { | |
| font-family: Verdana, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #FFFFFF; | |
| } | |
| .bold { | |
| font-family: Verdana, Helvetica, sans-serif; | |
| font-size: 11px; | |
| font-weight: bold; | |
| color: #000000; | |
| } | |
| .bigbold { | |
| font-family: "Times New Roman", Times, serif; | |
| font-size: 26px; | |
| font-weight: bold; | |
| color: #000000; | |
| } | |
| .navhead { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 14px; | |
| font-weight: bold; | |
| color: #000000; | |
| line-height: 10pt; | |
| } | |
| .navheadsmall { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 12px; | |
| font-weight: bold; | |
| color: #000000; | |
| line-height: 10pt; | |
| } | |
| .tdtop { | |
| padding: 10px 0px 0px 0px; | |
| vertical-align: top; | |
| text-align: left; | |
| } | |
| .homehead { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 12px; | |
| color: #CC6633; | |
| border-top-width: 0px; | |
| border-right-width: 0px; | |
| border-bottom-width: 1px; | |
| border-left-width: 0px; | |
| border-top-style: solid; | |
| border-right-style: solid; | |
| border-bottom-style: solid; | |
| border-left-style: solid; | |
| border-top-color: #666666; | |
| border-right-color: #666666; | |
| border-bottom-color: #666666; | |
| border-left-color: #666666; | |
| margin: 0px 0px 12px; | |
| } | |
| .grayline { | |
| background-position: top; | |
| } | |
| .submit { | |
| border: 0.5px solid #000000; | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 9px; | |
| font-weight: bold; | |
| background-color: #3399CC; | |
| color: #FFFFFF; | |
| background-position: top; | |
| padding: 1.5px; | |
| cursor: hand; | |
| } | |
| .input { | |
| border: 1px solid #000000; | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 9px; | |
| background-color: #FFFFEE; | |
| } | |
| .news { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #000000; | |
| line-height: 15px; | |
| } | |
| .newsdate { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| font-weight: bold; | |
| color: 336699; | |
| line-height: 15px; | |
| } | |
| .nav { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #000000; | |
| font-weight: bold; | |
| line-height: 16px; | |
| } | |
| .largenav { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 13px; | |
| color: #000000; | |
| font-weight: bold; | |
| line-height: 16px; | |
| } | |
| .title { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 16px; | |
| color: #336699; | |
| font-weight: bold; | |
| } | |
| .schedlink { | |
| color: #CC3300; | |
| text-decoration: none; | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 10px; | |
| padding: 3px; | |
| border: 1px solid #999999; | |
| } | |
| .pos { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 14px; | |
| font-weight: bold; | |
| color: #000000; | |
| } | |
| .name { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: 336699; | |
| } | |
| .time { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #666666; | |
| } | |
| .smallit { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-style: italic; | |
| line-height: 12px; | |
| font-size: 10px; | |
| color: #666666; | |
| border: 1px solid #336699; | |
| padding: 4px; | |
| margin-top: 10px; | |
| margin-right: 0px; | |
| margin-left: 0px; | |
| width: 370px; | |
| } | |
| .tools { | |
| border: 1px solid #000000; | |
| padding: 4px; | |
| font-family: Verdana, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #000000; | |
| width: 100%; | |
| } | |
| .black { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #000000; | |
| } | |
| .bigred { | |
| font-family: Georgia, "Times New Roman", Times, serif; | |
| font-size: 16px; | |
| color: #CC0000; | |
| font-weight: bold; | |
| font-style: italic; | |
| font-variant: small-caps; | |
| text-align: center; | |
| } | |
| .none { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #CC0000; | |
| } | |
| .comment { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 10px; | |
| font-style: italic; | |
| color: #CC6633; | |
| } | |
| .charthead { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #000000; | |
| background-color: #FFFFCC; | |
| font-weight: bold; | |
| } | |
| .rnav { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 9px; | |
| color: #FFFFFF; | |
| background-color: #003366; | |
| margin: 1px; | |
| padding: 0.5px 1.5px; | |
| } | |
| .pdf { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 9px; | |
| color: #FFFFFF; | |
| background-color: #CC6633; | |
| margin: 1px; | |
| padding: 0.5px 1.5px; | |
| } | |
| .chartright { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| background-color: #F0EFEE; | |
| } | |
| .roster { | |
| padding: 10px; | |
| width: 100%; | |
| } | |
| .privyes { | |
| background-color: #99CCFF; | |
| width: 100px; | |
| } | |
| .privno { | |
| background-color: EEEEEE; | |
| width: 100px; | |
| } | |
| .rosterheader { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| font-weight: bold; | |
| color: #000000; | |
| text-align: center; | |
| background-color: #FFFFCC; | |
| width: 80px; | |
| padding: 6px; | |
| } | |
| .bodybold { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 13px; | |
| font-weight: bold; | |
| color: #CC6633; | |
| line-height: 16px; | |
| } | |
| .downloads { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| padding: 8px; | |
| width: 450px; | |
| } | |
| .dl1 { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| padding: 4px 24px; | |
| } | |
| .dl2 { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| background-color: #EEEEEE; | |
| font-style: italic; | |
| padding: 4px 8px; | |
| } | |
| .dlhead { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| font-weight: bold; | |
| background-color: #FFFFCC; | |
| color: #000000; | |
| padding: 8px 4px; | |
| } | |
| .forumframe { | |
| width: 720px; | |
| height: 100%; | |
| position: absolute; | |
| left: 160px; | |
| top: 80px; | |
| } | |
| .metars { | |
| margin: 3px; | |
| padding: 3px; | |
| } | |
| .metarleft { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 14px; | |
| font-weight: bold; | |
| color: #FFFFFF; | |
| background-color: #FF9933; | |
| text-align: center; | |
| height: 40px; | |
| width: 60px; | |
| border: 1px solid #000000; | |
| } | |
| .metarright { | |
| width: 500px; | |
| border: 1px solid #000000; | |
| } | |
| .wxlinks { | |
| font-family: Verdana, Arial, Helvetica, sans-serif; | |
| font-size: 11px; | |
| font-weight: bold; | |
| background-color: #EEEEEE; | |
| border: 1px solid #000000; | |
| padding: 5px; | |
| } | |
| .bigbullets { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 14px; | |
| font-weight: bold; | |
| color: #003366; | |
| line-height: 18px; | |
| } | |
| #.tdrush { | |
| # width: 25px; | |
| # vertical-align: top; | |
| # background-image: url(http://img.liveatc.net/left_black_strip.gif); | |
| #} | |
| .tdblank { | |
| width: 25px; | |
| vertical-align: top; | |
| } | |
| .bigtable { | |
| margin: 0px; | |
| padding: 0px; | |
| width: 800px; | |
| vertical-align: top; | |
| } | |
| .highlight { | |
| background-color: #CCFFCC; | |
| padding: 2px; | |
| } | |
| .atc1 { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 13px; | |
| font-weight: bold; | |
| color: #0033CC; | |
| font-style: italic; | |
| } | |
| .atc2 { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 13px; | |
| font-weight: bold; | |
| color: #DD0000; | |
| font-style: italic; | |
| } | |
| .script { | |
| font-family: "Monotype Corsiva", Georgia; | |
| font-size: 18px; | |
| color: #666666; | |
| } | |
| .postable1 { | |
| background-color: #66CC66; | |
| } | |
| .postable2 { | |
| background-color: #3399FF; | |
| } | |
| .postable3 { | |
| background-color: #CC66CC; | |
| } | |
| .postable4 { | |
| background-color: #FF9933; | |
| } | |
| .postable5 { | |
| background-color: #FFFF33; | |
| } | |
| .postable6 { | |
| background-color: #FF0066; | |
| } | |
| .postable { | |
| padding: 3px; | |
| width: 100%; | |
| text-align: left; | |
| } | |
| .leftTable { | |
| width: 13%; | |
| height: 100%; | |
| } | |
| .centerTable { | |
| width: 69%; | |
| } | |
| .rightTable { | |
| width: 18%; | |
| height: 100%; | |
| } | |
| .topTable { | |
| border: 1px solid #000; | |
| border-width: 1px; | |
| border-collapse: collapse; | |
| border-spacing: 1px; | |
| padding: 2px; | |
| font-family: Verdana, Helvetica, sans-serif; | |
| font-size: 13px; | |
| color: #000000; | |
| margin-left: 4px; | |
| } | |
| .freqTable { | |
| border: 1px solid #000; | |
| border-width: 1px; | |
| border-collapse: collapse; | |
| border-spacing: 1px; | |
| font-family: Verdana, Helvetica, sans-serif; | |
| font-size: 11px; | |
| color: #000000; | |
| margin-left: 4px; | |
| } | |
| .freqTable th { | |
| border: 1px solid #000; | |
| font-size: 11px; | |
| } | |
| .freqTable tr { | |
| border: 1px solid #000; | |
| font-size: 11px; | |
| } | |
| .freqTable td { | |
| border: 1px solid #000; | |
| font-size: 11px; | |
| border-left: 1px solid #000; | |
| } | |
| .td0 { | |
| background-color: #E6E6E6; | |
| border-color: #000; | |
| border-collapse: collapse; | |
| border-width: 1px; | |
| } | |
| .td1 { | |
| background-color: #FFFFFF; | |
| border-color: #000 ; | |
| border-collapse: collapse; | |
| border-width: 1px; | |
| } | |
| .bio { | |
| font-family: Courier New, Courier, mono; | |
| font-size: 14px; | |
| } | |
| .newroster { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 12px; | |
| font-style: italic; | |
| color: #336699; | |
| } | |
| .badge { | |
| font-family: Arial, Helvetica, sans-serif; | |
| font-size: 14px; | |
| font-style: normal; | |
| font-weight: bold; | |
| font-variant: normal; | |
| color: #000000; | |
| background-color: #EEEEEE; | |
| text-align: center; | |
| vertical-align: middle; | |
| padding: 10px; | |
| border: 3px solid #000000; | |
| } | |
| .badge2 { | |
| font-family: "Arial Black", Helvetica, sans-serif; | |
| font-size: 24px; | |
| font-style: normal; | |
| font-variant: normal; | |
| color: #0000FF; | |
| background-color: #FFFFFF; | |
| text-align: center; | |
| vertical-align: middle; | |
| padding: 12px; | |
| border: 3px solid #000000; | |
| } | |
| .style3 {color: #d8e9f8} | |
| .style4 {color: #0000FF; font-weight: bold; font-size:16px; background-color: #d8e9f8; text-align: left;} | |
| .m2 {display: none; } | |
| .mySearchButton { | |
| background:url("https://img.liveatc.net/search_button.png") no-repeat; | |
| cursor:pointer; | |
| width: 25px; | |
| height: 25px; | |
| border: none; | |
| text-indent: -9999px; | |
| overflow: hidden; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment