heartbeat.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .token-tree {
  2. display: block;
  3. }
  4. .heartbeat-message {
  5. border: 1px solid #dfdfdf;
  6. padding: 16px;
  7. }
  8. .heartbeat-message img {
  9. max-width: 286px;
  10. margin: 8px;
  11. display: block;
  12. }
  13. /*Main Feed Form*/
  14. #heartbeat-feed-form input[type="radio"] {
  15. -webkit-appearance: none;
  16. display: inline-block;
  17. }
  18. #heartbeat-feed-form .form-type-radio {
  19. display: inline-block;
  20. position: relative;
  21. border-right: 1px solid white;
  22. }
  23. #heartbeat-feed-form input.form-radio {
  24. background: #12ff00;
  25. min-width: 100%;
  26. margin-bottom:0;
  27. padding: 0em 22em 2.5em 0em;
  28. font-weight: 700;
  29. display: inline-block;
  30. }
  31. #heartbeat-feed-form input.form-radio:hover {
  32. background: #1E6100;
  33. }
  34. #heartbeat-feed-form input[type="radio"]:checked {
  35. background: #003b00;
  36. }
  37. #heartbeat-feed-form label {
  38. font-size:1rem;
  39. font-weight: 700;
  40. color: white;
  41. position:absolute;
  42. /*top:50%;;*/
  43. /*left:50%;*/
  44. display:inline-block;
  45. width:auto;
  46. transform:translate(5%, -150%);
  47. }
  48. #heartbeat-feed-form .form-item-feedtabs {
  49. display: inline-block;
  50. }
  51. #heartbeat-feed-form .form-item-feedsearch,
  52. #heartbeat-feed-form #edit-submit {
  53. display: none;
  54. }
  55. /*Heartbeat feed re-render block
  56. Temporarily hiding all irrelevant content */
  57. #block-heartbeatblock a.visually-hidden,
  58. #block-heartbeatblock #toolbar-administration,
  59. #block-heartbeatblock header,
  60. #block-heartbeatblock footer,
  61. #block-heartbeatblock .highlighted,
  62. #block-heartbeatblock .region-breadcrumb,
  63. #block-heartbeatblock #sidebar-first,
  64. #block-heartbeatblock .block-page-title-block,
  65. #block-heartbeatblock #block-kekistan-breadcrumbs,
  66. #block-heartbeatblock #block-kekistan-page-title { display: none}
  67. .heartbeat-stream #content {
  68. margin-left: 0;
  69. }
  70. /*heartbeat-stream section.section {*/
  71. /*padding: 0;*/
  72. /*}*/
  73. .heartbeat-youtube {
  74. display: block;
  75. }
  76. /*@media (min-width: 532px)*/
  77. /*and (max-width: 767px) {*/
  78. /*}*/
  79. /*@media (min-width: 300px) and (max-width: 420px)*/
  80. /*and (min-height: 640px) and (max-height: 768px) {*/
  81. /*}*/
  82. /*@media (min-width: 532px) and (max-height: 370px) and (max-width: 767px) {*/
  83. /*}*/
  84. /*@media all and (min-width: 768px) and (max-width: 960px) {*/
  85. /*}*/
  86. /*@media (min-height: 320px) and (max-height: 420px) and (max-width: 768px) {*/
  87. /*}*/
  88. /*@media (min-height: 420px) and (max-width: 768px) {*/
  89. /*}*/
  90. /*@media (min-width: 960px) {*/
  91. /*}*/
  92. /*@media all and (max-width: 767px) {*/
  93. /*}*/
  94. /*@media all and (min-width: 300px) {*/
  95. /*}*/