heartbeat.css 2.5 KB

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