You are here

advanced_forum.naked_stacked.structure.css in Advanced Forum 6.2

/*
This document contains structural markup such as widths, margins, padding, and
floats.
*/

/*** FORUM THREADS ***********************************************************/

/* Header at the top of each post */
.post-info {
  margin-bottom: none /* Reset */
}

.posted-on {
  padding: 0 10px;
}

.post-title {
  padding: 5px 0px 5px 10px;
}

/* Author information pane */
.forum-post-panel-sub {
  float: none; /* Reset */
  line-height: 110%;
  width: auto; /* Reset */
}

.forum-post-panel-sub .author-pane {
  margin: 0; /* Reset */
  padding: 10px 0 5px 10px;
}

.forum-post-panel-sub .author-pane-top {
  overflow: auto;
  height: 100px;
}

.forum-post-panel-sub .author-pane .picture {
  float: left;
  display: block;
  margin: 2px 10px 2px 2px;
}

.forum-post-panel-sub .author-pane-section-1,
.forum-post-panel-sub .author-pane-section-2,
.forum-post-panel-sub .author-pane-stats {
  float: left;
  display: block;
  margin-right: 10px;
}

.forum-post-panel-sub .author-pane-contact,
.forum-post-panel-sub .author-pane-admin {
  float: right;
  display: block;
  margin-right: 5px;
}

/* Post text area */
.forum-post-wrapper .forum-post-panel-main {
  clear: both;
  margin-left: 0px;  /* Reset */
  min-height: 0px;  /* Reset */
  height: auto !important;  /* Reset */
}

.forum-post-panel-main .content {
  padding-top: 0; /* Reset */
  padding: 5px;
}

.forum-post-links {
  float: right;
}

File

styles/naked_stacked/advanced_forum.naked_stacked.structure.css
View source
  1. /*
  2. This document contains structural markup such as widths, margins, padding, and
  3. floats.
  4. */
  5. /*** FORUM THREADS ***********************************************************/
  6. /* Header at the top of each post */
  7. .post-info {
  8. margin-bottom: none /* Reset */
  9. }
  10. .posted-on {
  11. padding: 0 10px;
  12. }
  13. .post-title {
  14. padding: 5px 0px 5px 10px;
  15. }
  16. /* Author information pane */
  17. .forum-post-panel-sub {
  18. float: none; /* Reset */
  19. line-height: 110%;
  20. width: auto; /* Reset */
  21. }
  22. .forum-post-panel-sub .author-pane {
  23. margin: 0; /* Reset */
  24. padding: 10px 0 5px 10px;
  25. }
  26. .forum-post-panel-sub .author-pane-top {
  27. overflow: auto;
  28. height: 100px;
  29. }
  30. .forum-post-panel-sub .author-pane .picture {
  31. float: left;
  32. display: block;
  33. margin: 2px 10px 2px 2px;
  34. }
  35. .forum-post-panel-sub .author-pane-section-1,
  36. .forum-post-panel-sub .author-pane-section-2,
  37. .forum-post-panel-sub .author-pane-stats {
  38. float: left;
  39. display: block;
  40. margin-right: 10px;
  41. }
  42. .forum-post-panel-sub .author-pane-contact,
  43. .forum-post-panel-sub .author-pane-admin {
  44. float: right;
  45. display: block;
  46. margin-right: 5px;
  47. }
  48. /* Post text area */
  49. .forum-post-wrapper .forum-post-panel-main {
  50. clear: both;
  51. margin-left: 0px; /* Reset */
  52. min-height: 0px; /* Reset */
  53. height: auto !important; /* Reset */
  54. }
  55. .forum-post-panel-main .content {
  56. padding-top: 0; /* Reset */
  57. padding: 5px;
  58. }
  59. .forum-post-links {
  60. float: right;
  61. }