heartbeat.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. /*Main Feed Form*/
  19. #heartbeat-feed-form input[type="radio"] {
  20. -webkit-appearance: none;
  21. display: inline-block;
  22. }
  23. #heartbeat-feed-form .form-type-radio {
  24. display: inline-block;
  25. position: relative;
  26. border-right: 1px solid white;
  27. }
  28. #heartbeat-feed-form input.form-radio {
  29. background: #12ff00;
  30. min-width: 100%;
  31. margin-bottom:0;
  32. padding: 0em 22em 2.5em 0em;
  33. font-weight: 700;
  34. display: inline-block;
  35. }
  36. #heartbeat-feed-form input.form-radio:hover {
  37. background: #1E6100;
  38. }
  39. #heartbeat-feed-form input[type="radio"]:checked {
  40. background: #003b00;
  41. }
  42. #heartbeat-feed-form label {
  43. font-size:1rem;
  44. font-weight: 700;
  45. color: white;
  46. position:absolute;
  47. /*top:50%;;*/
  48. /*left:50%;*/
  49. display:inline-block;
  50. width:auto;
  51. transform:translate(5%, -150%);
  52. }
  53. #heartbeat-feed-form .form-item-feedtabs {
  54. display: inline-block;
  55. }
  56. #heartbeat-feed-form .form-item-feedsearch,
  57. #heartbeat-feed-form #edit-submit {
  58. display: none;
  59. }
  60. /*Heartbeat feed re-render block
  61. Temporarily hiding all irrelevant content */
  62. #block-heartbeatblock a.visually-hidden,
  63. #block-heartbeatblock #toolbar-administration,
  64. #block-heartbeatblock header,
  65. #block-heartbeatblock footer,
  66. #block-heartbeatblock .highlighted,
  67. #block-heartbeatblock .region-breadcrumb,
  68. #block-heartbeatblock #sidebar-first,
  69. #block-heartbeatblock .block-page-title-block,
  70. #block-heartbeatblock #block-kekistan-breadcrumbs,
  71. #block-heartbeatblock #block-kekistan-page-title { display: none}
  72. .heartbeat-stream #content {
  73. margin-left: 0;
  74. }
  75. /*heartbeat-stream section.section {*/
  76. /*padding: 0;*/
  77. /*}*/
  78. .heartbeat-youtube {
  79. display: block;
  80. }
  81. /*@media (min-width: 532px)*/
  82. /*and (max-width: 767px) {*/
  83. /*}*/
  84. /*@media (min-width: 300px) and (max-width: 420px)*/
  85. /*and (min-height: 640px) and (max-height: 768px) {*/
  86. /*}*/
  87. /*@media (min-width: 532px) and (max-height: 370px) and (max-width: 767px) {*/
  88. /*}*/
  89. /*@media all and (min-width: 768px) and (max-width: 960px) {*/
  90. /*}*/
  91. /*@media (min-height: 320px) and (max-height: 420px) and (max-width: 768px) {*/
  92. /*}*/
  93. /*@media (min-height: 420px) and (max-width: 768px) {*/
  94. /*}*/
  95. /*@media (min-width: 960px) {*/
  96. /*}*/
  97. /*@media all and (max-width: 767px) {*/
  98. /*}*/
  99. /*@media all and (min-width: 300px) {*/
  100. /*}*/
  101. /*TODO
  102. //add responsiveness for colorbox on mobile using something like the following:
  103. max-width: 400px;
  104. height: auto!important;
  105. */