Advertisement
bhengh

alternate Style template

Jun 10th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. .sermon-browser h2 {
  2. clear: both;
  3. }
  4.  
  5. .sermon-browser a#show_hide_filter {
  6. font-size:0.8em;
  7. }
  8.  
  9. div.sermon-browser table.sermons {
  10. width: 100%;
  11. margin-top:20px;
  12. clear:both;
  13. }
  14.  
  15. div.sermon-browser table.sermons td.sermon-title {
  16. font-size: 140%;
  17. padding: 5px 5px;
  18. background:#DAE0E3
  19. }
  20.  
  21. div.sermon-browser table.sermons td.sermon-passage {
  22. font-weight:bold;
  23. font-size: 110%;
  24. }
  25.  
  26. div.sermon-browser table.sermons td.preacher {
  27. border-bottom: 1px solid #444444;
  28. }
  29.  
  30. div.sermon-browser table.sermons td.sermon-info {
  31. font-size:0.9em;
  32. padding-top:0.5em;
  33. }
  34.  
  35. div.sermon-browser table.sermons td.sermon-description {
  36. padding-top: 1.5em;
  37. }
  38.  
  39. div.sermon-browser table.sermons td.files img {
  40. border: none;
  41. margin-right: 24px;
  42. }
  43.  
  44. table.sermonbrowser td.fieldname {
  45. padding-right: 10px;
  46. vertical-align:middle;
  47. }
  48.  
  49. table.sermonbrowser td.field input, table.sermonbrowser td.field select{
  50. width: 170px;
  51. }
  52.  
  53. table.sermonbrowser td.field #date, table.sermonbrowser td.field #enddate {
  54. width: 150px;
  55. }
  56.  
  57. table.sermonbrowser td {
  58. white-space: nowrap;
  59. padding-top: 5px;
  60. padding-bottom: 5px;
  61. }
  62.  
  63. table.sermonbrowser td.rightcolumn {
  64. padding-left: 10px;
  65. }
  66.  
  67. div.sermon-browser div.floatright {
  68. float: right
  69. }
  70.  
  71. div.sermon-browser div.floatleft {
  72. float: left
  73. }
  74.  
  75. img.sermon-icon , img.site-icon {
  76. border: none;
  77. }
  78.  
  79. table.podcast {
  80. margin: 0 0 1em 0;
  81. }
  82.  
  83. .podcastall {
  84. float:left;
  85. background: #fff0c8 url(wp-content/plugins/sermon-browser/sb-includes/icons/podcast_background.png) repeat-x;
  86. padding: 0.5em;
  87. font-size: 1em;
  88. -moz-border-radius: 7px;
  89. -webkit-border-radius: 7px;
  90. }
  91.  
  92. .podcastcustom {
  93. float:right;
  94. background: #fce4ff url(wp-content/plugins/sermon-browser/sb-includes/icons/podcast_custom_background.png) repeat-x;
  95. padding: 0.5em;
  96. font-size: 1em;
  97. -moz-border-radius: 7px;
  98. -webkit-border-radius: 7px;
  99. }
  100.  
  101. td.podcast-icon {
  102. padding-right:1em;
  103. }
  104.  
  105. div.filtered, div.mainfilter {
  106. text-align: left;
  107. }
  108.  
  109. div.filter {
  110. margin-bottom: 1em;
  111. }
  112.  
  113. .filter-heading {
  114. font-weight: bold;
  115. }
  116.  
  117. div.sermon-browser-results span.preacher {
  118. font-size: 120%;
  119. }
  120.  
  121. div.sermon-browser-results span.scripture {
  122. font-size: 80%;
  123. }
  124.  
  125. div.sermon-browser-results img.preacher {
  126. float:right;
  127. margin-left: 1em;
  128. }
  129.  
  130. div.sermon-browser-results div.preacher-description {
  131. margin-top: 0.5em;
  132. }
  133.  
  134. div.sermon-browser-results div.preacher-description span.about {
  135. font-weight: bold;
  136. font-size: 120%;
  137. }
  138.  
  139. div.sermon-browser-results div.sermon-description {
  140. margin-top: 1.0em;
  141. }
  142.  
  143. div.sermon-browser-results div.esv h2 {
  144. font-weight: normal;
  145. font-size:120%;
  146. }
  147.  
  148. p.audioplayer_container {
  149. /*display:inline !important;*/
  150. margin-bottom:0px;
  151. }
  152.  
  153. div.sermon-browser-results div.sermon-file a {
  154.  
  155. }
  156.  
  157. span.chapter-num {
  158. font-weight: bold;
  159. font-size: 150%;
  160. }
  161.  
  162. span.verse-num {
  163. vertical-align:super;
  164. line-height: 1em;
  165. font-size: 65%;
  166. }
  167.  
  168. div.esv span.small-caps {
  169. font-variant: small-caps;
  170. }
  171.  
  172. div.net p.poetry {
  173. font-style: italics;
  174. margin: 0
  175. }
  176.  
  177. table.nearby-sermons {
  178. width: 100%;
  179. clear:both;
  180. }
  181.  
  182. table.nearby-sermons td, table.nearby-sermons th {
  183. text-align: center;
  184. }
  185.  
  186. table.nearby-sermons .earlier {
  187. padding-right: 1em;
  188. text-align: left;
  189. }
  190.  
  191. table.nearby-sermons .later {
  192. padding-left: 1em;
  193. text-align:right;
  194. }
  195.  
  196. table.nearby-sermons td {
  197. width: 33%;
  198. vertical-align: top;
  199. }
  200.  
  201. ul.sermon-widget {
  202. list-style-type:none;
  203. margin:0;
  204. padding: 0;
  205. }
  206.  
  207. ul.sermon-widget li {
  208. list-style-type:none;
  209. margin:0;
  210. padding: 0.25em 0;
  211. }
  212.  
  213. ul.sermon-widget li span.sermon-title {
  214. font-weight:bold;
  215. }
  216.  
  217. div.sb_edit_link {
  218. display:inline;
  219. }
  220. h2 div.sb_edit_link {
  221. font-size: 80%;
  222. }
  223.  
  224. table.sermons td { text-align: left; padding-left:0; }
  225.  
  226. .clear {
  227. clear:both;
  228. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement