Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ================== */
- /* = Sermon Archive = */
- /* ================== */
- .home .sermon-archive .loop-header {
- margin-bottom: 2em;
- padding-bottom: 1em;
- border-bottom: 1px solid #D1D1D1;
- }
- .home .sermon-archive .loop-title {
- margin-bottom: .4em;
- color: #818181;
- font-size: 56px;
- line-height: 55px;
- letter-spacing: -1px;
- font-weight: 100;
- }
- .home .sermon-archive .podcast_link {
- overflow: hidden;
- display: block;
- padding: 6px 30px 6px 10px;
- background: #921022 url('images/itunes-podcast-link-hover.png') 96% 50% no-repeat;
- border-color: #787878 #000000 #000000 #787878;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- border-style: solid;
- border-width: 1px;
- color: #FFFFFF;
- text-shadow: #000000 0px 1px 1px;
- text-decoration: none;
- -webkit-box-shadow: inset #1C0306 0 0 12px;
- -moz-box-shadow: inset #1C0306 0 0 12px;
- -o-box-shadow: inset #1C0306 0 0 12px;
- box-shadow: inset #1C0306 0 0 12px;
- }
- .home .sermon-archive .podcast_link:hover {
- background: #212121 url('images/itunes-podcast-link.png') 96% 50% no-repeat;
- background: url('images/itunes-podcast-link.png') 96% 50% no-repeat,
- -webkit-gradient(linear, left top, left bottom, from( #4F4F4F ), color-stop( 1%, #d0d0d0 ), color-stop( 1%, #393939 ), color-stop( 50%, #393939 ), color-stop( 50%, #393939 ), to( #212121 )); /* Safari */
- background: url('images/itunes-podcast-link.png') 96% 50% no-repeat,
- -webkit-linear-gradient(#4F4F4F, #d0d0d0 1px, #393939 1px, #393939 50%, #323232 50%, #212121); /* Chrome */
- background: url('images/itunes-podcast-link.png') 96% 50% no-repeat,
- -moz-linear-gradient(#4F4F4F, #d0d0d0 1px, #393939 1px, #393939 50%, #323232 50%, #212121);
- background: url('images/itunes-podcast-link.png') 96% 50% no-repeat,
- linear-gradient(#4F4F4F, #d0d0d0 1px, #393939 1px, #393939 50%, #323232 50%, #212121);
- }
- .home .sermon {
- clear: both;
- overflow: hidden;
- border-bottom: 1px solid #D1D1D1;
- padding-bottom: 1em;
- }
- .home .sermon .sermon-block-wrapper.image {
- position: relative;
- z-index: 1;
- width: 30%;
- max-width: 200px;
- padding: 5px 5px 2px;
- background-color: #F9F9F9;
- border: 1px solid #EEEEEE;
- box-shadow: #AAAAAA 1px 1px 2px;
- }
- .home .sermon .image img {
- margin: 0;
- width: 100%;
- max-width: 200px;
- height: auto;
- padding: 0;
- border: 0;
- }
- .home .sermon .sermon-block-wrapper.title-excerpt {
- width: 40%;
- }
- .home .sermon .entry-header {
- clear: none;
- }
- .home .sermon .entry-title {
- padding: 0 15px;
- clear: none;
- font-size: 16px;
- line-height: 22px;
- text-transform: uppercase;
- }
- .home .sermon .entry-content {
- clear: none;
- margin-top: 0;
- padding: 0 15px;
- }
- .home .sermon .entry-content p {
- margin-top: 0;
- }
- .home .sermon .date-tags {
- width: 20%;
- }
- .home .sermon .entry-meta.date {
- color: #444444;
- font-weight: bold;
- }
- .home .sermon .entry-meta.sermon-tags a {
- display: inline-block;
- margin: 3px 5px 3px 0;
- padding: 2px 5px;
- background: #F2E1E2;
- color: #313131;
- font-size: 11px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- }
- .home .sermon .entry-meta.sermon-tags a:hover {
- background: #C5B8B8;
- color: #FFFFFF;
- }
- .home .sermon .entry-meta.sermon-mp3-link a {
- display: block;
- width: 52px;
- height: 52px;
- margin: 0 auto;
- background: transparent url('images/mp3-play-link.png') no-repeat scroll center center;
- text-indent: -9999px;
- }
- .home .sermon .entry-meta.sermon-mp3-link h3 {
- text-transform: uppercase;
- color: #818181;
- font-size: 16px;
- margin: 0 0 10px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement