heartbeat.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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: 5%;
  69. right: 1%;
  70. width: 56px;
  71. height: 56px;
  72. color: transparent;
  73. border-radius: 20px;
  74. background-size: contain;
  75. background: rgba(45, 45, 45, 0.5) url(/themes/kekistan/images/icons/close.png) no-repeat center center;
  76. }
  77. #cboxPrev:hover, #cboxNext:hover, #cboxClose:hover {
  78. opacity: 0.5;
  79. }
  80. /*Main Feed Form*/
  81. #heartbeat-feed-form input[type="radio"] {
  82. -webkit-appearance: none;
  83. display: inline-block;
  84. }
  85. #heartbeat-feed-form .form-type-radio {
  86. display: inline-block;
  87. position: relative;
  88. border-right: 1px solid white;
  89. }
  90. #heartbeat-feed-form input.form-radio {
  91. background: #12ff00;
  92. min-width: 100%;
  93. margin-bottom:0;
  94. padding: 0em 22em 2.5em 0em;
  95. font-weight: 700;
  96. display: inline-block;
  97. }
  98. #heartbeat-feed-form input.form-radio:hover {
  99. background: #1E6100;
  100. }
  101. #heartbeat-feed-form input[type="radio"]:checked {
  102. background: #003b00;
  103. }
  104. #heartbeat-feed-form label {
  105. font-size:1rem;
  106. font-weight: 700;
  107. color: white;
  108. position:absolute;
  109. /*top:50%;;*/
  110. /*left:50%;*/
  111. display:inline-block;
  112. width:auto;
  113. transform:translate(5%, -150%);
  114. }
  115. #heartbeat-feed-form .form-item-feedtabs {
  116. display: inline-block;
  117. }
  118. #heartbeat-feed-form .form-item-feedsearch,
  119. #heartbeat-feed-form #edit-submit {
  120. display: none;
  121. }
  122. /*Heartbeat feed re-render block
  123. Temporarily hiding all irrelevant content */
  124. #block-heartbeatblock a.visually-hidden,
  125. #block-heartbeatblock #toolbar-administration,
  126. #block-heartbeatblock header,
  127. #block-heartbeatblock footer,
  128. #block-heartbeatblock .highlighted,
  129. #block-heartbeatblock .region-breadcrumb,
  130. #block-heartbeatblock #sidebar-first,
  131. #block-heartbeatblock .block-page-title-block,
  132. #block-heartbeatblock #block-kekistan-breadcrumbs,
  133. #block-heartbeatblock #block-kekistan-page-title { display: none}
  134. /*.heartbeat-stream #content {*/
  135. /*margin-left: 0;*/
  136. /*}*/
  137. #block-heartbeatblock #content {
  138. margin-left: 0!important;
  139. width: 100%!important;
  140. }
  141. /*heartbeat-stream section.section {*/
  142. /*padding: 0;*/
  143. /*}*/
  144. .heartbeat-youtube {
  145. display: block;
  146. }
  147. /*@media (min-width: 532px)*/
  148. /*and (max-width: 767px) {*/
  149. /*}*/
  150. /*@media (min-width: 300px) and (max-width: 420px)*/
  151. /*and (min-height: 640px) and (max-height: 768px) {*/
  152. /*}*/
  153. /*@media (min-width: 532px) and (max-height: 370px) and (max-width: 767px) {*/
  154. /*}*/
  155. /*@media all and (min-width: 768px) and (max-width: 960px) {*/
  156. /*}*/
  157. /*@media (min-height: 320px) and (max-height: 420px) and (max-width: 768px) {*/
  158. /*}*/
  159. /*@media (min-height: 420px) and (max-width: 768px) {*/
  160. /*}*/
  161. /*@media (min-width: 960px) {*/
  162. /*}*/
  163. /*@media all and (max-width: 767px) {*/
  164. /*}*/
  165. /*@media all and (min-width: 300px) {*/
  166. /*}*/
  167. /*TODO
  168. //add responsiveness for colorbox on mobile using something like the following:
  169. max-width: 400px;
  170. height: auto!important;
  171. */