Advertisement
TheocraticSoftware

Workbook-S-140-Personal.css

Mar 27th, 2018
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.24 KB | None | 0 0
  1. /* Column widths */
  2. .columnTime {
  3.     width: 7%;
  4. }
  5. .columnTheme1Class {
  6.     width: 66%;
  7. }
  8. .columnTheme2Classes {
  9.     width: 54%;
  10. }
  11. .columnTheme3Classes {
  12.     width: 42%;
  13. }
  14. .columnPosition {
  15.     width: 10%;
  16. }
  17. .columnName {
  18.     width: 17%;
  19. }
  20. table {
  21.     border-collapse: collapse;
  22.     table-layout: fixed;
  23.     width: 100%;
  24. }
  25. table th, td {
  26.     /* Comment out the following line if you do not want borders */
  27.     border: 1px #d3d3d3 solid;
  28.     /* This is the default font for all cells */
  29.     font-family: Calibri;
  30. }
  31. table tbody tr:hover td {
  32.     color: #000;
  33.     background: #efefef;
  34. }
  35. body {
  36.     width: 100%;
  37.     margin-left: 0;
  38.     margin-right: 0;
  39.     background: #666;
  40. }
  41. .containerPage {
  42.     min-width: 210mm;
  43.     max-width: 210mm;
  44.     padding-left: 2mm;
  45.     padding-right: 2mm;
  46.     margin-left: auto;
  47.     margin-right: auto;
  48.     background: #FFF;
  49. }
  50. .containerMeeting {
  51.     margin-bottom: 3mm;
  52. }
  53. .cellBibleReading {
  54.     padding-left: 3mm;
  55.     font-size: 11pt;
  56.     font-weight: 700;
  57.     text-transform: uppercase;
  58.     border-right-style: none;
  59. }
  60. .cellNotes {
  61.     font-size: 10pt;
  62.     font-style: italic;
  63. }
  64. .cellTime {
  65.     padding-left: 3mm;
  66.     padding-right: 5mm;
  67.     font-size: 9pt;
  68.     font-weight: 700;
  69.     color: gray;
  70. }
  71. .cellTheme {
  72.     border-right-style: none;
  73. }
  74. .cellPosition {
  75.     color: gray;
  76.     padding-right: 2mm;
  77.     text-align: right;
  78.     font-size: 8pt;
  79.     font-weight: 700;
  80.     vertical-align: middle;
  81.     text-transform: none;
  82.     border-left-style: none;
  83. }
  84. .cellName {
  85.     font-size: 10pt;
  86.     font-weight: normal;
  87. }
  88. .floatRight {
  89.     color: gray;
  90.     padding-top: 1mm;
  91.     padding-bottom: 1mm;
  92.     padding-right: 2mm;
  93.     float: right;
  94.     text-align: right;
  95.     font-size: 8pt;
  96.     font-weight: 700;
  97.     text-transform: none;
  98. }
  99. .borderHEADINGOuter {
  100.     border-bottom: 1px gray solid;
  101.     margin-bottom: 2mm;
  102. }
  103. .borderHEADINGInner {
  104.     border-bottom: 4px gray solid;
  105.     margin-bottom: 2px;
  106. }
  107. .tableHEADING {
  108.     table-layout: auto;
  109.     width: 100%;
  110.     border: none;
  111. }
  112. .tableHEADING td {
  113.     border: none;
  114. }
  115. .textSpecialEvent {
  116.     text-align: center;
  117. }
  118. .textSpecialEventLocation {
  119.     text-align: center;
  120. }
  121. .tableDATE {
  122.     margin-bottom: 2mm;
  123. }
  124. .tableTFGW {
  125.     margin-bottom: 2mm;
  126. }
  127. .cellTFGW {
  128.     padding-left: 1mm;
  129. }
  130. .textTFGW {
  131.     padding-left: 1mm;
  132.     padding-top: 1mm;
  133.     padding-bottom: 1mm;
  134.     color: #fff;
  135.     background-color: #606a70;
  136.     width: 90mm;
  137.     font-size: 10pt;
  138.     font-weight: 700;
  139. }
  140. .bulletTFGW {
  141.     /*padding-top: 1mm;
  142.     padding-bottom: 1mm;*/
  143.     padding-right: 1mm;
  144.     color: #606a70;
  145.     /*font-size: 14pt;*/
  146.     font-weight: normal;
  147. }
  148. .tableAYFM {
  149.     margin-bottom: 2mm;
  150. }
  151. .cellAYFM {
  152.     padding-left: 1mm;
  153. }
  154. .textAYFM {
  155.     padding-left: 1mm;
  156.     padding-top: 1mm;
  157.     padding-bottom: 1mm;
  158.     color: #fff;
  159.     background-color: #c18626;
  160.     width: 90mm;
  161.     font-size: 10pt;
  162.     font-weight: 700;
  163. }
  164. .bulletAYFM {
  165.     /*padding-top: 1mm;
  166.     padding-bottom: 1mm;*/
  167.     padding-right: 1mm;
  168.     color: #c18626;
  169.     /*font-size: 14pt;*/
  170.     font-weight: normal;
  171. }
  172. .textHighlight {
  173.     background-color: #ffff00;
  174. }
  175. .textDuplicate {
  176.     background-color: #ff0000;
  177. }
  178. .textMaterial {
  179.     /* Uncomment to hide the material */
  180.     /* display:none;*/
  181.     font-size: 10pt;
  182.     font-style: italic;
  183.     font-weight: 700;
  184. }
  185. .textMethod {
  186.     /* Uncomment to hide the method */
  187.     /* display:none;*/
  188.     font-size: 10pt;
  189.     font-style: italic;
  190.     font-weight: 700;
  191. }
  192. .textSongTitle {
  193.     /* Uncomment to hide the song title */
  194.     /* display:none;*/
  195.     font-size: 10pt;
  196.     font-weight: 700;
  197. }
  198. .cellClass {
  199.     font-size: 8pt;
  200.     font-weight: 700;
  201.     vertical-align: bottom;
  202.     color: gray;
  203. }
  204. .tableLAC {
  205.     margin-bottom: 2mm;
  206. }
  207. .cellLAC {
  208.     padding-left: 1mm;
  209. }
  210. .textLAC {
  211.     padding-left: 1mm;
  212.     padding-top: 1mm;
  213.     padding-bottom: 1mm;
  214.     color: #fff;
  215.     background-color: #961526;
  216.     width: 90mm;
  217.     font-size: 10pt;
  218.     font-weight: 700;
  219. }
  220. .bulletLAC {
  221.     /*padding-top: 1mm;
  222.     padding-bottom: 1mm;*/
  223.     padding-right: 1mm;
  224.     color: #961526;
  225.     /*font-size: 14pt;*/
  226.     font-weight: normal;
  227. }
  228. .textDuration {
  229.     padding-left: 1mm;
  230.     font-family: Calibri;
  231.     font-size: 9pt;
  232.     font-weight: normal;
  233. }
  234. .textTheme {
  235.     font-size: 10pt;
  236.     font-weight: normal;
  237. }
  238. .textSongLabel {
  239.     font-size: 10pt;
  240.     font-weight: normal;
  241. }
  242. .textSongNumber {
  243.     font-size: 10pt;
  244.     font-weight: normal;
  245. }
  246. .textCongregation {
  247.     vertical-align: bottom;
  248.     text-align: left;
  249.     font-size: 11pt;
  250.     font-weight: 700;
  251.     text-transform: uppercase;
  252. }
  253. .textTitle {
  254.     vertical-align: bottom;
  255.     text-align: right;
  256.     font-family: Cambria;
  257.     font-size: 18pt;
  258.     font-weight: 700;
  259. }
  260. .tableWeekend {
  261.     margin-bottom: 2mm;
  262. }
  263. .cellWEEKEND {
  264.     padding-left: 1mm;
  265. }
  266. .textWEEKEND {
  267.     padding-left: 1mm;
  268.     padding-top: 1mm;
  269.     padding-bottom: 1mm;
  270.     color: #fff;
  271.     background-color: #8b8378;
  272.     width: 90mm;
  273.     font-size: 10pt;
  274.     font-weight: 700;
  275.     text-transform: uppercase;
  276. }
  277. .cellWEEKENDText {
  278.     padding-left: 3mm;
  279. }
  280. .textPTSLabel {
  281.     font-weight: 700;
  282.     font-size: 10pt;
  283. }
  284. .textPTSValue {
  285.     font-size: 10pt;
  286. }
  287. /* For right-to-left: text directions swapped */
  288. [dir=rtl] .textCongregation {
  289.     text-align: right;
  290. }
  291. [dir=rtl] .textTitle {
  292.     text-align: left;
  293. }
  294. @media print {
  295. body {
  296.     background: #FFF;
  297. }
  298. .containerPage, .containerMeeting, .tableDATE, .tableHEADING, .tableTFGW, .tableAYFM, .tableLAC, .tableWeekend {
  299.     width: 99%;
  300.     min-width: 99%;
  301.     max-width: 99%;
  302.     padding-left: 0;
  303.     padding-right: 0;
  304.     margin-left: auto;
  305.     margin-right: auto;
  306. }
  307. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement