You are here

heartbeat.css in Heartbeat 7

Same filename and directory in other branches
  1. 8 css/heartbeat.css
@CHARSET "UTF-8";

/**
 * Heartbeat streams.
 */
.heartbeat-stream {
  padding: 2px 0;
  clear: both;
  width: auto;
  /* FB styling */
  font-size: 11px;
  font-family: 'lucida grande', tahoma, verdana, arial, san-serif;
}

.heartbeat-stream a {
  /* FB styling */
  color: #3B5998;
}

.heartbeat-stream blockquote {
  margin-left: 0;
  /* FB styling */
  padding-left: 7px;
  border-left: 2px solid #CCC;
  color: #979797;
}

a.user-link {
  font-weight: bold;
}


/**
 * Heartbeat activity (row).
 */
.heartbeat-activity {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 7px;
  padding-top: 7px;
}

/**
 * Heartbeat activity: Heartbeat attachments and buttons in heartbeat to avoid extra css loading.
 *   flags: FB-alike theming
 *   heartbeat comments: FB-alike theming
 */
.heartbeat-stream span.flag-wrapper,
.heartbeat-stream span.hover-delete,
.heartbeat-attachment-button {
  padding: 0 6px;
  background: transparent url(../images/bullet.png) 0 0 no-repeat;
}

.heartbeat-stream span.heartbeat-time-ago {
  padding-right: 6px;
  background-image: none;
}

.heartbeat-stream span.heartbeat-time-ago,
.heartbeat-stream span.heartbeat-time-ago a {
  color: #B7B7B7;  
}

.heartbeat-stream span.hover-delete {
  
}

.heartbeat-flag-count {
  background-color: #EDEFF4;
  border-bottom: 1px solid #E5EAF1;
  margin-top: 2px;
  padding: 5px 5px 4px; 
  display: block; 
  width: auto;
}
.heartbeat-comments-wrapper {
  width: 100%;
}

.heartbeat-comments-wrapper .heartbeat-comments form {
  padding: 5px 5px 4px;
  background-color: #EDEFF4;  
  border-bottom: 1px solid #E5EAF1;
  margin-top: 2px;
}

.heartbeat-comments-wrapper .heartbeat-comments label {
  display: none;
}

.heartbeat-comments-wrapper .heartbeat-comments .form-type-textarea {
  /*form-textarea-wrapper*/
  padding: 3px;
  border: solid #BDC7D8;
  border-width: 1px;
  background-color: #FFF;
}

.heartbeat-comments-wrapper .heartbeat-comments textarea {
  height: 14px;
  padding: 0; margin: 0;
  border-width: 0px;
}

.heartbeat-comment {
  position: relative;
  background-color: #EDEFF4;
  border-bottom: 1px solid #E5EAF1;
  margin-top: 2px;
  padding: 5px 5px 4px;
}

.heartbeat-comment-delete {
  display: none;
}

.heartbeat-comment:hover .heartbeat-comment-delete,
.heartbeat-comment.hover .heartbeat-comment-delete {
  position: absolute; top: 6px; right: 2px; z-index: 1;
  display: block;
}

.heartbeat-comments ul {
  padding: 0; margin: 0;
}

.heartbeat-comment {
  list-style-type: none;
  clear: both;
}

.heartbeat-comment span.avatar {
  float: left;
  clear: left;
  margin: 3px 3px 3px 0;
  width: 35px;
}

.heartbeat-comment .heartbeat-teaser {
  float: left;
  width: auto;
  margin: 3px 0 3px 0;  
  padding-top: 3px;
  color: #666;
  font-size: 11px;
}

.heartbeat-comment .heartbeat-teaser p {
  margin: 2px 0;
}


/**
 * Modal window theming.
 */
.ctools-modal-content {
  background: #000;
  padding: 30px;
  /*filter: alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;*/
}
.popups-container {
  padding: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.modal-content .item-list ul li {
  list-style-type: none;
  margin: 20px;
  float: left;
}

/**
 * garland default fix.
 */
.region-content .heartbeat-messages-wrapper ul {
    margin: 0;
    padding: 0;
}

File

css/heartbeat.css
View source
  1. @CHARSET "UTF-8";
  2. /**
  3. * Heartbeat streams.
  4. */
  5. .heartbeat-stream {
  6. padding: 2px 0;
  7. clear: both;
  8. width: auto;
  9. /* FB styling */
  10. font-size: 11px;
  11. font-family: 'lucida grande', tahoma, verdana, arial, san-serif;
  12. }
  13. .heartbeat-stream a {
  14. /* FB styling */
  15. color: #3B5998;
  16. }
  17. .heartbeat-stream blockquote {
  18. margin-left: 0;
  19. /* FB styling */
  20. padding-left: 7px;
  21. border-left: 2px solid #CCC;
  22. color: #979797;
  23. }
  24. a.user-link {
  25. font-weight: bold;
  26. }
  27. /**
  28. * Heartbeat activity (row).
  29. */
  30. .heartbeat-activity {
  31. border-bottom: 1px solid #E9E9E9;
  32. padding-bottom: 7px;
  33. padding-top: 7px;
  34. }
  35. /**
  36. * Heartbeat activity: Heartbeat attachments and buttons in heartbeat to avoid extra css loading.
  37. * flags: FB-alike theming
  38. * heartbeat comments: FB-alike theming
  39. */
  40. .heartbeat-stream span.flag-wrapper,
  41. .heartbeat-stream span.hover-delete,
  42. .heartbeat-attachment-button {
  43. padding: 0 6px;
  44. background: transparent url(../images/bullet.png) 0 0 no-repeat;
  45. }
  46. .heartbeat-stream span.heartbeat-time-ago {
  47. padding-right: 6px;
  48. background-image: none;
  49. }
  50. .heartbeat-stream span.heartbeat-time-ago,
  51. .heartbeat-stream span.heartbeat-time-ago a {
  52. color: #B7B7B7;
  53. }
  54. .heartbeat-stream span.hover-delete {
  55. }
  56. .heartbeat-flag-count {
  57. background-color: #EDEFF4;
  58. border-bottom: 1px solid #E5EAF1;
  59. margin-top: 2px;
  60. padding: 5px 5px 4px;
  61. display: block;
  62. width: auto;
  63. }
  64. .heartbeat-comments-wrapper {
  65. width: 100%;
  66. }
  67. .heartbeat-comments-wrapper .heartbeat-comments form {
  68. padding: 5px 5px 4px;
  69. background-color: #EDEFF4;
  70. border-bottom: 1px solid #E5EAF1;
  71. margin-top: 2px;
  72. }
  73. .heartbeat-comments-wrapper .heartbeat-comments label {
  74. display: none;
  75. }
  76. .heartbeat-comments-wrapper .heartbeat-comments .form-type-textarea {
  77. /*form-textarea-wrapper*/
  78. padding: 3px;
  79. border: solid #BDC7D8;
  80. border-width: 1px;
  81. background-color: #FFF;
  82. }
  83. .heartbeat-comments-wrapper .heartbeat-comments textarea {
  84. height: 14px;
  85. padding: 0; margin: 0;
  86. border-width: 0px;
  87. }
  88. .heartbeat-comment {
  89. position: relative;
  90. background-color: #EDEFF4;
  91. border-bottom: 1px solid #E5EAF1;
  92. margin-top: 2px;
  93. padding: 5px 5px 4px;
  94. }
  95. .heartbeat-comment-delete {
  96. display: none;
  97. }
  98. .heartbeat-comment:hover .heartbeat-comment-delete,
  99. .heartbeat-comment.hover .heartbeat-comment-delete {
  100. position: absolute; top: 6px; right: 2px; z-index: 1;
  101. display: block;
  102. }
  103. .heartbeat-comments ul {
  104. padding: 0; margin: 0;
  105. }
  106. .heartbeat-comment {
  107. list-style-type: none;
  108. clear: both;
  109. }
  110. .heartbeat-comment span.avatar {
  111. float: left;
  112. clear: left;
  113. margin: 3px 3px 3px 0;
  114. width: 35px;
  115. }
  116. .heartbeat-comment .heartbeat-teaser {
  117. float: left;
  118. width: auto;
  119. margin: 3px 0 3px 0;
  120. padding-top: 3px;
  121. color: #666;
  122. font-size: 11px;
  123. }
  124. .heartbeat-comment .heartbeat-teaser p {
  125. margin: 2px 0;
  126. }
  127. /**
  128. * Modal window theming.
  129. */
  130. .ctools-modal-content {
  131. background: #000;
  132. padding: 30px;
  133. /*filter: alpha(opacity=50);
  134. -moz-opacity:0.5;
  135. -khtml-opacity: 0.5;
  136. opacity: 0.5;*/
  137. }
  138. .popups-container {
  139. padding: 15px;
  140. -moz-border-radius: 15px;
  141. border-radius: 15px;
  142. }
  143. .modal-content .item-list ul li {
  144. list-style-type: none;
  145. margin: 20px;
  146. float: left;
  147. }
  148. /**
  149. * garland default fix.
  150. */
  151. .region-content .heartbeat-messages-wrapper ul {
  152. margin: 0;
  153. padding: 0;
  154. }