heartbeat.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. .token-tree {
  2. display: block;
  3. }
  4. .heartbeat-message {
  5. border: 1px solid #dfdfdf;
  6. padding: 16px;
  7. }
  8. .heartbeat-message img {
  9. display: block;
  10. padding: 4px;
  11. }
  12. .heartbeat-message img:first-of-type ~ img {
  13. display: inline-block;
  14. max-width: 25%;
  15. }
  16. .heartbeat-message img:last-of-type {
  17. max-width: 100%;
  18. }
  19. /*Imgs displayed in colorbox*/
  20. .cboxPhoto {
  21. max-height: 854px;
  22. width: auto!important;
  23. height: auto!important;
  24. position: absolute;
  25. top:0;
  26. bottom: 0;
  27. left: 0;
  28. right: 0;
  29. margin: auto;
  30. }
  31. #colorbox {
  32. text-align: center!important;
  33. position: fixed!important;
  34. top: 0!important;
  35. left: 0!important;
  36. background: rgba(28, 28, 28, 0.75)!important;
  37. height: 100%!important;
  38. width: 100%!important;
  39. }
  40. #cboxContent,
  41. #cboxLoadedContent,
  42. #cboxWrapper {
  43. width: 100%!important;
  44. height: 100%!important;
  45. }
  46. #cboxNext {
  47. position: absolute;
  48. right: 5px;
  49. top: 45%;
  50. color: transparent;
  51. background: rgba(45, 45, 45, 0.5) url(/themes/kekistan/images/icons/forward.png) no-repeat 10px 10px;
  52. background-size: 30px;
  53. width: 10px;
  54. height: 50px;
  55. }
  56. #cboxPrevious {
  57. position: absolute;
  58. left: 5px;
  59. top: 45%;
  60. color: transparent;
  61. background: rgba(45, 45, 45, 0.5) url(/themes/kekistan/images/icons/backward.png) no-repeat 10px 10px;
  62. background-size: 30px;
  63. width: 10px;
  64. height: 50px;
  65. }
  66. #cboxClose {
  67. position: absolute;
  68. top: 16%;
  69. right: 10%;
  70. width: 65px;
  71. height: 67px;
  72. background: url(/themes/kekistan/images/icons/cross-circular-button-outline.png) no-repeat center center;
  73. color: transparent;
  74. }
  75. #cboxPrev:hover, #cboxNext:hover, #cboxClose:hover {
  76. opacity: 0.5;
  77. }
  78. /*Main Feed Form*/
  79. #heartbeat-feed-form input[type="radio"] {
  80. -webkit-appearance: none;
  81. display: inline-block;
  82. }
  83. #heartbeat-feed-form .form-type-radio {
  84. display: inline-block;
  85. position: relative;
  86. border-right: 1px solid white;
  87. }
  88. #heartbeat-feed-form input.form-radio {
  89. background: #12ff00;
  90. min-width: 100%;
  91. margin-bottom:0;
  92. padding: 0em 22em 2.5em 0em;
  93. font-weight: 700;
  94. display: inline-block;
  95. }
  96. #heartbeat-feed-form input.form-radio:hover {
  97. background: #1E6100;
  98. }
  99. #heartbeat-feed-form input[type="radio"]:checked {
  100. background: #003b00;
  101. }
  102. #heartbeat-feed-form label {
  103. font-size:1rem;
  104. font-weight: 700;
  105. color: white;
  106. position:absolute;
  107. /*top:50%;;*/
  108. /*left:50%;*/
  109. display:inline-block;
  110. width:auto;
  111. transform:translate(5%, -150%);
  112. }
  113. #heartbeat-feed-form .form-item-feedtabs {
  114. display: inline-block;
  115. }
  116. #heartbeat-feed-form .form-item-feedsearch,
  117. #heartbeat-feed-form #edit-submit {
  118. display: none;
  119. }
  120. /*Heartbeat feed re-render block
  121. Temporarily hiding all irrelevant content */
  122. #block-heartbeatblock a.visually-hidden,
  123. #block-heartbeatblock #toolbar-administration,
  124. #block-heartbeatblock header,
  125. #block-heartbeatblock footer,
  126. #block-heartbeatblock .highlighted,
  127. #block-heartbeatblock .region-breadcrumb,
  128. #block-heartbeatblock #sidebar-first,
  129. #block-heartbeatblock .block-page-title-block,
  130. #block-heartbeatblock #block-kekistan-breadcrumbs,
  131. #block-heartbeatblock #block-kekistan-page-title { display: none}
  132. /*.heartbeat-stream #content {*/
  133. /*margin-left: 0;*/
  134. /*}*/
  135. #block-heartbeatblock #content {
  136. margin-left: 0!important;
  137. width: 100%!important;
  138. }
  139. /*heartbeat-stream section.section {*/
  140. /*padding: 0;*/
  141. /*}*/
  142. .heartbeat-youtube {
  143. display: block;
  144. }
  145. /*@media (min-width: 532px)*/
  146. /*and (max-width: 767px) {*/
  147. /*}*/
  148. /*@media (min-width: 300px) and (max-width: 420px)*/
  149. /*and (min-height: 640px) and (max-height: 768px) {*/
  150. /*}*/
  151. /*@media (min-width: 532px) and (max-height: 370px) and (max-width: 767px) {*/
  152. /*}*/
  153. /*@media all and (min-width: 768px) and (max-width: 960px) {*/
  154. /*}*/
  155. /*@media (min-height: 320px) and (max-height: 420px) and (max-width: 768px) {*/
  156. /*}*/
  157. /*@media (min-height: 420px) and (max-width: 768px) {*/
  158. /*}*/
  159. /*@media (min-width: 960px) {*/
  160. /*}*/
  161. /*@media all and (max-width: 767px) {*/
  162. /*}*/
  163. /*@media all and (min-width: 300px) {*/
  164. /*}*/
  165. /*TODO
  166. //add responsiveness for colorbox on mobile using something like the following:
  167. max-width: 400px;
  168. height: auto!important;
  169. */