heartbeat.css 3.9 KB

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