Last active
November 2, 2023 02:46
-
-
Save jaysavage83/3424591 to your computer and use it in GitHub Desktop.
tcarchives
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
| .bttn { | |
| -moz-border-radius: 5px; | |
| -webkit-border-radius: 5px; | |
| -khtml-border-radius: 5px; | |
| border-radius: 5px; | |
| border: 0; | |
| padding: 6px; | |
| text-transform: uppercase; | |
| font-size: 11px; | |
| font-weight: 600; | |
| text-decoration: none; | |
| background: url(http://live.thursdaychurch.org/img/bg-bttn.png) repeat-x 0 100%; | |
| color: #fff !important; | |
| } | |
| .study_notes { | |
| -moz-border-radius: 5px; | |
| -webkit-border-radius: 5px; | |
| -khtml-border-radius: 5px; | |
| border-radius: 5px; | |
| border: 0; | |
| padding: 6px; | |
| text-transform: uppercase; | |
| font-size: 11px; | |
| font-weight: 600; | |
| text-decoration: none; | |
| background: url(http://live.thursdaychurch.org/img/bg-bttn.png) repeat-x 0 100% #67009d; | |
| color: #fff !important; | |
| } | |
| .study_notes a { | |
| color: #fff !important; | |
| } | |
| .icon_twitter, | |
| .icon_facebook, | |
| .icon_youtube, | |
| .icon_live, | |
| .icon_mail { | |
| background-repeat: no-repeat; | |
| display: block; | |
| width: 50px; | |
| height: 52px; | |
| } | |
| .icon_twitter { | |
| background-image: url(/images/icon_twitter.png); | |
| } | |
| .icon_facebook { | |
| background-image: url(/images/icon_facebook.png); | |
| } | |
| .icon_youtube { | |
| background-image: url(/images/icon_youtube.png); | |
| } | |
| .icon_live { | |
| background-image: url(images/live.png); | |
| } | |
| .icon_mail { | |
| background: url(images/icon_mail.png); | |
| } | |
| /* Countdown Begin */ | |
| #churchonline_counter { | |
| width: 200px; | |
| padding: 10px; | |
| display: none; | |
| color: #ffffff; | |
| } | |
| #churchonline_counter .description, | |
| #churchonline_counter .time li .label { | |
| font-size: 0.8em; | |
| } | |
| #churchonline_counter .time { | |
| list-style: none; | |
| padding: 0; | |
| margin: 10px 0 0 0; | |
| } | |
| #churchonline_counter .time li { | |
| float: left; | |
| padding: 0 10px; | |
| text-align: center; | |
| } | |
| #churchonline_counter .time li:first-child { | |
| padding-left: 0; | |
| } | |
| #churchonline_counter .time li span { | |
| font-size: 1.2em; | |
| } | |
| #churchonline_counter .live { | |
| display: none; | |
| font-weight: bold; | |
| color: #ffffff; | |
| } | |
| /* Countdown End */ | |
| /* Main */ | |
| p { | |
| margin-top: 0 | |
| } | |
| html { | |
| overflow-y: scroll | |
| } | |
| a { | |
| text-decoration: none; | |
| color: #FFFFFF; | |
| } | |
| #content { | |
| height: 600px; | |
| padding: 0; | |
| position: relative; | |
| z-index: 10; | |
| } | |
| /* Archive & other supporting styles for special pages */ | |
| .align_right.nowrap.shrink { | |
| color: #000; | |
| } | |
| .grid table { | |
| color: #800080; | |
| border: 1px solid #666666; | |
| width: 300px; | |
| border-collapse: collapse; | |
| } | |
| .grid td { | |
| border: 1px solid #666666; | |
| } | |
| .grid th { | |
| border: 1px solid #666666; | |
| } | |
| /* Archives and Lifegroups styles*/ | |
| #infowrap li { | |
| display: inline: | |
| } | |
| #infobox { | |
| width: 365px; | |
| float: left; | |
| margin-top: 10px; | |
| border: 1px solid #d9e6f0; | |
| } | |
| #infobox h3 { | |
| padding: 5px; | |
| font-size: 14px; | |
| background: #f3f9ff; | |
| border-bottom: 1px solid #d9e6f0; | |
| color: #375b91; | |
| } | |
| img { | |
| border: 0px; | |
| } | |
| /* CSS Document */ | |
| .container_12, | |
| .container_16 { | |
| margin-left: auto; | |
| margin-right: auto; | |
| width: 960px | |
| } | |
| .grid_1, | |
| .grid_2, | |
| .grid_3, | |
| .grid_4, | |
| .grid_5, | |
| .grid_6, | |
| .grid_7, | |
| .grid_8, | |
| .grid_9, | |
| .grid_10, | |
| .grid_11, | |
| .grid_12, | |
| .grid_13, | |
| .grid_14, | |
| .grid_15, | |
| .grid_16 { | |
| display: inline; | |
| float: left; | |
| margin-left: 10px; | |
| margin-right: 10px | |
| } | |
| .push_1, | |
| .pull_1, | |
| .push_2, | |
| .pull_2, | |
| .push_3, | |
| .pull_3, | |
| .push_4, | |
| .pull_4, | |
| .push_5, | |
| .pull_5, | |
| .push_6, | |
| .pull_6, | |
| .push_7, | |
| .pull_7, | |
| .push_8, | |
| .pull_8, | |
| .push_9, | |
| .pull_9, | |
| .push_10, | |
| .pull_10, | |
| .push_11, | |
| .pull_11, | |
| .push_12, | |
| .pull_12, | |
| .push_13, | |
| .pull_13, | |
| .push_14, | |
| .pull_14, | |
| .push_15, | |
| .pull_15 { | |
| position: relative; | |
| } | |
| .container_12 .grid_3, | |
| .container_16 .grid_4 { | |
| width: 220px; | |
| } | |
| .container_12 .grid_6, | |
| .container_16 .grid_8 { | |
| width: 460px; | |
| } | |
| .container_12 .grid_9, | |
| .container_16 .grid_12 { | |
| width: 700px; | |
| } | |
| .container_12 .grid_12, | |
| .container_16 .grid_16 { | |
| width: 940px; | |
| } | |
| .alpha { | |
| margin-left: 0; | |
| } | |
| .omega { | |
| margin-right: 0; | |
| } | |
| .container_12 .grid_1 { | |
| width: 60px; | |
| } | |
| .container_12 .grid_2 { | |
| width: 140px; | |
| } | |
| .container_12 .grid_4 { | |
| width: 300px; | |
| } | |
| .container_12 .grid_5 { | |
| width: 380px; | |
| } | |
| .container_12 .grid_7 { | |
| width: 540px; | |
| } | |
| .container_12 .grid_8 { | |
| width: 620px; | |
| } | |
| .container_12 .grid_10 { | |
| width: 780px; | |
| } | |
| .container_12 .grid_11 { | |
| width: 860px; | |
| } | |
| .container_16 .grid_1 { | |
| width: 40px; | |
| } | |
| .container_16 .grid_2 { | |
| width: 100px; | |
| } | |
| .container_16 .grid_3 { | |
| width: 160px; | |
| } | |
| .container_16 .grid_5 { | |
| width: 280px; | |
| } | |
| .container_16 .grid_6 { | |
| width: 340px; | |
| } | |
| .container_16 .grid_7 { | |
| width: 400px; | |
| } | |
| .container_16 .grid_9 { | |
| width: 520px; | |
| } | |
| .container_16 .grid_10 { | |
| width: 580px; | |
| } | |
| .container_16 .grid_11 { | |
| width: 640px; | |
| } | |
| .container_16 .grid_13 { | |
| width: 760px; | |
| } | |
| .container_16 .grid_14 { | |
| width: 820px; | |
| } | |
| .container_16 .grid_15 { | |
| width: 880px; | |
| } | |
| .container_12 .prefix_3, | |
| .container_16 .prefix_4 { | |
| padding-left: 240px; | |
| } | |
| .container_12 .prefix_6, | |
| .container_16 .prefix_8 { | |
| padding-left: 480px; | |
| } | |
| .container_12 .prefix_9, | |
| .container_16 .prefix_12 { | |
| padding-left: 720px; | |
| } | |
| .container_12 .prefix_1 { | |
| padding-left: 80px; | |
| } | |
| .container_12 .prefix_2 { | |
| padding-left: 160px; | |
| } | |
| .container_12 .prefix_4 { | |
| padding-left: 320px; | |
| } | |
| .container_12 .prefix_5 { | |
| padding-left: 400px; | |
| } | |
| .container_12 .prefix_7 { | |
| padding-left: 560px; | |
| } | |
| .container_12 .prefix_8 { | |
| padding-left: 640px; | |
| } | |
| .container_12 .prefix_10 { | |
| padding-left: 800px; | |
| } | |
| .container_12 .prefix_11 { | |
| padding-left: 880px; | |
| } | |
| .container_16 .prefix_1 { | |
| padding-left: 60px; | |
| } | |
| .container_16 .prefix_2 { | |
| padding-left: 120px; | |
| } | |
| .container_16 .prefix_3 { | |
| padding-left: 180px; | |
| } | |
| .container_16 .prefix_5 { | |
| padding-left: 300px; | |
| } | |
| .container_16 .prefix_6 { | |
| padding-left: 360px; | |
| } | |
| .container_16 .prefix_7 { | |
| padding-left: 420px; | |
| } | |
| .container_16 .prefix_9 { | |
| padding-left: 540px; | |
| } | |
| .container_16 .prefix_10 { | |
| padding-left: 600px; | |
| } | |
| .container_16 .prefix_11 { | |
| padding-left: 660px; | |
| } | |
| .container_16 .prefix_13 { | |
| padding-left: 780px; | |
| } | |
| .container_16 .prefix_14 { | |
| padding-left: 840px; | |
| } | |
| .container_16 .prefix_15 { | |
| padding-left: 900px; | |
| } | |
| .container_12 .suffix_3, | |
| .container_16 .suffix_4 { | |
| padding-right: 240px; | |
| } | |
| .container_12 .suffix_6, | |
| .container_16 .suffix_8 { | |
| padding-right: 480px; | |
| } | |
| .container_12 .suffix_9, | |
| .container_16 .suffix_12 { | |
| padding-right: 720px; | |
| } | |
| .container_12 .suffix_1 { | |
| padding-right: 80px; | |
| } | |
| .container_12 .suffix_2 { | |
| padding-right: 160px; | |
| } | |
| .container_12 .suffix_4 { | |
| padding-right: 320px; | |
| } | |
| .container_12 .suffix_5 { | |
| padding-right: 400px; | |
| } | |
| .container_12 .suffix_7 { | |
| padding-right: 560px; | |
| } | |
| .container_12 .suffix_8 { | |
| padding-right: 640px; | |
| } | |
| .container_12 .suffix_10 { | |
| padding-right: 800px; | |
| } | |
| .container_12 .suffix_11 { | |
| padding-right: 880px; | |
| } | |
| .container_16 .suffix_1 { | |
| padding-right: 60px; | |
| } | |
| .container_16 .suffix_2 { | |
| padding-right: 120px; | |
| } | |
| .container_16 .suffix_3 { | |
| padding-right: 180px; | |
| } | |
| .container_16 .suffix_5 { | |
| padding-right: 300px; | |
| } | |
| .container_16 .suffix_6 { | |
| padding-right: 360px; | |
| } | |
| .container_16 .suffix_7 { | |
| padding-right: 420px; | |
| } | |
| .container_16 .suffix_9 { | |
| padding-right: 540px; | |
| } | |
| .container_16 .suffix_10 { | |
| padding-right: 600px; | |
| } | |
| .container_16 .suffix_11 { | |
| padding-right: 660px; | |
| } | |
| .container_16 .suffix_13 { | |
| padding-right: 780px; | |
| } | |
| .container_16 .suffix_14 { | |
| padding-right: 840px; | |
| } | |
| .container_16 .suffix_15 { | |
| padding-right: 900px; | |
| } | |
| .container_12 .push_3, | |
| .container_16 .push_4 { | |
| left: 240px; | |
| } | |
| .container_12 .push_6, | |
| .container_16 .push_8 { | |
| left: 480px; | |
| } | |
| .container_12 .push_9, | |
| .container_16 .push_12 { | |
| left: 720px; | |
| } | |
| .container_12 .push_1 { | |
| left: 80px; | |
| } | |
| .container_12 .push_2 { | |
| left: 160px; | |
| } | |
| .container_12 .push_4 { | |
| left: 320px; | |
| } | |
| .container_12 .push_5 { | |
| left: 400px; | |
| } | |
| .container_12 .push_7 { | |
| left: 560px; | |
| } | |
| .container_12 .push_8 { | |
| left: 640px; | |
| } | |
| .container_12 .push_10 { | |
| left: 800px; | |
| } | |
| .container_12 .push_11 { | |
| left: 880px; | |
| } | |
| .container_16 .push_1 { | |
| left: 60px; | |
| } | |
| .container_16 .push_2 { | |
| left: 120px; | |
| } | |
| .container_16 .push_3 { | |
| left: 180px; | |
| } | |
| .container_16 .push_5 { | |
| left: 300px; | |
| } | |
| .container_16 .push_6 { | |
| left: 360px; | |
| } | |
| .container_16 .push_7 { | |
| left: 420px; | |
| } | |
| .container_16 .push_9 { | |
| left: 540px; | |
| } | |
| .container_16 .push_10 { | |
| left: 600px; | |
| } | |
| .container_16 .push_11 { | |
| left: 660px; | |
| } | |
| .container_16 .push_13 { | |
| left: 780px; | |
| } | |
| .container_16 .push_14 { | |
| left: 840px; | |
| } | |
| .container_16 .push_15 { | |
| left: 900px; | |
| } | |
| .container_12 .pull_3, | |
| .container_16 .pull_4 { | |
| left: -240px; | |
| } | |
| .container_12 .pull_6, | |
| .container_16 .pull_8 { | |
| left: -480px; | |
| } | |
| .container_12 .pull_9, | |
| .container_16 .pull_12 { | |
| left: -720px; | |
| } | |
| .container_12 .pull_1 { | |
| left: -80px; | |
| } | |
| .container_12 .pull_2 { | |
| left: -160px; | |
| } | |
| .container_12 .pull_4 { | |
| left: -320px; | |
| } | |
| .container_12 .pull_5 { | |
| left: -400px; | |
| } | |
| .container_12 .pull_7 { | |
| left: -560px; | |
| } | |
| .container_12 .pull_8 { | |
| left: -640px; | |
| } | |
| .container_12 .pull_10 { | |
| left: -800px; | |
| } | |
| .container_12 .pull_11 { | |
| left: -880px; | |
| } | |
| .container_16 .pull_1 { | |
| left: -60px; | |
| } | |
| .container_16 .pull_2 { | |
| left: -120px; | |
| } | |
| .container_16 .pull_3 { | |
| left: -180px; | |
| } | |
| .container_16 .pull_5 { | |
| left: -300px; | |
| } | |
| .container_16 .pull_6 { | |
| left: -360px; | |
| } | |
| .container_16 .pull_7 { | |
| left: -420px; | |
| } | |
| .container_16 .pull_9 { | |
| left: -540px; | |
| } | |
| .container_16 .pull_10 { | |
| left: -600px; | |
| } | |
| .container_16 .pull_11 { | |
| left: -660px; | |
| } | |
| .container_16 .pull_13 { | |
| left: -780px; | |
| } | |
| .container_16 .pull_14 { | |
| left: -840px; | |
| } | |
| .container_16 .pull_15 { | |
| left: -900px; | |
| } | |
| .clear { | |
| clear: both; | |
| display: block; | |
| overflow: hidden; | |
| visibility: hidden; | |
| width: 0; | |
| height: 0 | |
| } | |
| .clearfix:after { | |
| clear: both; | |
| content: ' '; | |
| display: block; | |
| font-size: 0; | |
| line-height: 0; | |
| visibility: hidden; | |
| width: 0; | |
| height: 0 | |
| } | |
| .align_center { | |
| text-align: center; | |
| } | |
| .align_right { | |
| text-align: right; | |
| } | |
| .expand_left { | |
| margin-left: -20px; | |
| } | |
| .expand_right { | |
| margin-right: -20px; | |
| } | |
| .float_left { | |
| float: left; | |
| } | |
| .float_right { | |
| float: right; | |
| } | |
| .gutter_left { | |
| margin-left: 20px; | |
| } | |
| .gutter_left_half { | |
| margin-left: 10px; | |
| } | |
| .gutter_right { | |
| margin-right: 20px; | |
| } | |
| .gutter_right_half { | |
| margin-right: 10px; | |
| } | |
| .gutter_bottom_half { | |
| margin-bottom: 10px; | |
| } | |
| .width_half { | |
| width: 50%; | |
| } | |
| .big { | |
| font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif; | |
| font-size: 26px; | |
| color: #322a25 | |
| } | |
| .big strong { | |
| background: white; | |
| color: #a42d09; | |
| padding: 0 5px | |
| } | |
| .make_relative { | |
| position: relative | |
| } | |
| .mute { | |
| color: #000; | |
| } | |
| .tabs { | |
| background: url(/images/main_h2.png?1317765970) repeat-x left bottom; | |
| margin-top: -20px 0 0; | |
| line-height: 1; | |
| overflow: hidden; | |
| padding: 0 0 1px | |
| } | |
| .tabs a { | |
| display: block; | |
| padding: 0 0 10px; | |
| text-decoration: none | |
| } | |
| .tabs li { | |
| background: none; | |
| float: left; | |
| margin: 0 0 0 20px; | |
| padding: 0; | |
| } | |
| .tabs li.current a { | |
| border-bottom: 3px solid #4c4440; | |
| color: #332a25; | |
| } | |
| .tabs li:first-child { | |
| margin: 0; | |
| } | |
| .box { | |
| background: white; | |
| -moz-border-radius: 4px; | |
| -webkit-border-radius: 4px; | |
| -o-border-radius: 4px; | |
| -ms-border-radius: 4px; | |
| -khtml-border-radius: 4px; | |
| border-radius: 4px; | |
| border: 1px solid #d0d0d0; | |
| overflow: hidden; | |
| margin: 0 0 20px; | |
| padding: 20px 20px 0 | |
| } | |
| .box h5 { | |
| margin-bottom: 5px; | |
| } | |
| #main .box h5 { | |
| margin-bottom: 5px; | |
| } | |
| #infowrap li { | |
| display: inline: | |
| } | |
| #infobox { | |
| width: 365px; | |
| float: left; | |
| margin-top: 10px; | |
| border: 1px solid #d9e6f0; | |
| } | |
| #infobox h3 { | |
| padding: 5px; | |
| font-size: 14px; | |
| background: #f3f9ff; | |
| border-bottom: 1px solid #d9e6f0; | |
| color: #375b91; | |
| } | |
| div.archive_item { | |
| width: 200px; | |
| margin-right: 30px; | |
| float: left | |
| } | |
| div.archive_item a { | |
| color: #000000; | |
| } | |
| .bttn { | |
| background: url(http://live.thursdaychurch.org/img/bg-bttn.png) repeat-x 0 100% #df5a4a; | |
| color: #fff !important; | |
| } | |
| #top_bar a:link { | |
| text-decoration: none; | |
| color: #FFFFFF; | |
| } | |
| #top_bar { | |
| /* | |
| background: #412d4b; | |
| background: #8a00d3;*/ | |
| background: #67009d; | |
| color: #ffffff; | |
| line-height: 39px; | |
| overflow: hidden; | |
| height: 40px; | |
| } | |
| div.pagination { | |
| padding: 3px; | |
| margin: 3px; | |
| } | |
| div.pagination a { | |
| padding: 2px 5px 2px 5px; | |
| margin: 2px; | |
| border: 1px solid #AAAADD; | |
| text-decoration: none; | |
| color: #000000; | |
| } | |
| div.pagination a:hover, | |
| div.pagination a:active { | |
| border: 1px solid #000000; | |
| color: #000000; | |
| } | |
| div.pagination span.current { | |
| padding: 2px 5px 2px 5px; | |
| margin: 2px; | |
| border: 1px solid #000000; | |
| font-weight: bold; | |
| color: #000000; | |
| } | |
| div.pagination span.disabled { | |
| padding: 2px 5px 2px 5px; | |
| margin: 2px; | |
| border: 1px solid #EEE; | |
| color: #DDD; | |
| } | |
| .greyauto a:hover, | |
| div.pagination a:active { | |
| border: 1px solid #000000; | |
| color: #000000; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment