You are here

advanced_forum-structure.css in Advanced Forum 5

/*
This document contains structural markup such as widths, margins, padding, and 
floats. For colors and borders, see advanced_forum.css.
*/

/*** PAGER *******************************************************************/

#forum .pager,
#forum-posts .pager {
  float: right;
  margin-top: 5px;
  clear: none;
}

#forum-posts .box {
  clear: both;
}

/*** FORUM LINK LISTS ********************************************************/

.forum-top-links {
  margin: 10px 0 10px 0;
  float: left;
}

ul.forum-links {
  margin: 0;
  padding: 0;
}

.forum-links li {
  margin: 0;
  padding: 0pt 15px 0pt 0pt;
}

/*** FORUM & TOPIC LIST ******************************************************/

#forum {
  width: 100%;
}

#forum table {
  clear: both;
  width: 100%;
}

#forum div.indent {
  margin-left: 30px;
}

.forum-description {
  margin: 5px 0 5px 0;
}

/* Header */
#forum th {
  border-bottom: 0;
  text-align: center;
}

#forum th.forum-name {
  padding-left: 35px;
  text-align: left;
}

/* Forum listing */
#forum td.container {
  padding-top: 5px;
}

#forum td.container {
  border-top: 0;
  margin-top: 0;
  padding-left: 15px;
  padding-top: 5px;
}

#forum .container .description {
  margin: 0;
  padding: 3px 0 0 0;
}

#forum td.forum-icon {
  width: 1px;
  padding: 0 5px;
}

#forum .description {
  margin-left: 0;
  padding-left: 0;
  padding: 5px 0;
}

/* Topic listing */

#forum td.icon {
  width: 1px;
}

#forum td.views {
  text-align: center;
  white-space: nowrap;
  width: 35px;
}

#forum td.created,
#forum td.last-reply {
  line-height: 140%;
  padding: 0 10px;
  white-space: normal !important;
  width: 130px;
}

#forum td .links {
  padding-top: 10px;
}

/*** FORUM STATISTICS *********************************************************/

#forum-statistics-header,
.forum-statistics-sub-header,
.forum-statistics-sub-body {
  padding: 0.3em 0.5em;
}

/*** ICONS LEGEND ************************************************************/

/* Forum folders */
.forum-folder-legend dt, 
.forum-folder-legend dd {
  display: inline;
}

.forum-folder-legend dd {
  margin: 0pt 5px 0pt 0pt;
}

.forum-folder-legend img {
  padding-bottom: 4px;
  vertical-align: middle;
}

/* Forum topics */
.legend-group {
  float: left;
  display: block;
}

.forum-topic-legend dt, 
.forum-topic-legend dd {
  display: inline;
}

.forum-topic-legend dd {
  margin: 0pt 5px 0pt 0pt;
}

.forum-topic-legend img {
  padding-bottom: 4px;
  vertical-align: middle;
}

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

/* Header at the top of each topic/thread */
.forum-topic-header {
  margin: 10px 0 2px 0;
}

.forum-topic-header .forum-links {
  float: left;
}

.forum-topic-header .reply-count {
  float: right;
}

/* Individual forum post */
.forum-post {
  margin: 0 0 5px 0;
}

.forum-post-wrapper {
  clear: both;
}

/* Header at the top of each post */
/* Note: Changes from Naked in this section */
.post-info {
  height:100%;
  clear: both;
}

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

.forum-post .new {
  float: none;
}

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

.post-num {
  float: right;
  margin-right: 5px;
}

/* Author information pane */
/* Note: more CSS in the author pane css file */
.forum-post-panel-sub {
  line-height: 110%;
}

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

.author-pane-top {
  overflow: auto;
  height: 100px;
}

.forum-post-panel-sub .author-pane-picture,
.forum-post-panel-sub .author-pane-name-status,
.forum-post-panel-sub .author-pane-admin,
.forum-post-panel-sub .author-pane-stats {
  float: left;
  display: block;
  width: 145px;
  margin-right: 5px;
}

.forum-post-panel-sub .author-pane-stats {
  float: right;
}

.forum-post-panel-sub .author-pane-name-groups {

  margin: 5px;
}

.author-pane-picture .picture {
  float: none;
  padding-left: 0pt;
}

/* Post text area */
/* Note: Changes from Naked in this section */

.forum-post-wrapper .forum-post-panel-main {
  clear: both;
}

.forum-post-panel-main .content {
  padding: 5px;
}

/* Signature */
.author-signature {
  margin: 10px 0 5px 10px;
}

/* Post footer */
.forum-post-footer {
  margin-top: 0;
  clear: both;
}

.forum-jump-links {
  float: left;
  line-height: 2em;
  padding: 0px 5px;  
  width: 140px;
}

.forum-post-links {
  line-height: 2em;
  text-align: right;
  padding: 0px 5px;  
  margin-left: 150px;
}

File

styles/boxy_stacked/advanced_forum-structure.css
View source
  1. /*
  2. This document contains structural markup such as widths, margins, padding, and
  3. floats. For colors and borders, see advanced_forum.css.
  4. */
  5. /*** PAGER *******************************************************************/
  6. #forum .pager,
  7. #forum-posts .pager {
  8. float: right;
  9. margin-top: 5px;
  10. clear: none;
  11. }
  12. #forum-posts .box {
  13. clear: both;
  14. }
  15. /*** FORUM LINK LISTS ********************************************************/
  16. .forum-top-links {
  17. margin: 10px 0 10px 0;
  18. float: left;
  19. }
  20. ul.forum-links {
  21. margin: 0;
  22. padding: 0;
  23. }
  24. .forum-links li {
  25. margin: 0;
  26. padding: 0pt 15px 0pt 0pt;
  27. }
  28. /*** FORUM & TOPIC LIST ******************************************************/
  29. #forum {
  30. width: 100%;
  31. }
  32. #forum table {
  33. clear: both;
  34. width: 100%;
  35. }
  36. #forum div.indent {
  37. margin-left: 30px;
  38. }
  39. .forum-description {
  40. margin: 5px 0 5px 0;
  41. }
  42. /* Header */
  43. #forum th {
  44. border-bottom: 0;
  45. text-align: center;
  46. }
  47. #forum th.forum-name {
  48. padding-left: 35px;
  49. text-align: left;
  50. }
  51. /* Forum listing */
  52. #forum td.container {
  53. padding-top: 5px;
  54. }
  55. #forum td.container {
  56. border-top: 0;
  57. margin-top: 0;
  58. padding-left: 15px;
  59. padding-top: 5px;
  60. }
  61. #forum .container .description {
  62. margin: 0;
  63. padding: 3px 0 0 0;
  64. }
  65. #forum td.forum-icon {
  66. width: 1px;
  67. padding: 0 5px;
  68. }
  69. #forum .description {
  70. margin-left: 0;
  71. padding-left: 0;
  72. padding: 5px 0;
  73. }
  74. /* Topic listing */
  75. #forum td.icon {
  76. width: 1px;
  77. }
  78. #forum td.views {
  79. text-align: center;
  80. white-space: nowrap;
  81. width: 35px;
  82. }
  83. #forum td.created,
  84. #forum td.last-reply {
  85. line-height: 140%;
  86. padding: 0 10px;
  87. white-space: normal !important;
  88. width: 130px;
  89. }
  90. #forum td .links {
  91. padding-top: 10px;
  92. }
  93. /*** FORUM STATISTICS *********************************************************/
  94. #forum-statistics-header,
  95. .forum-statistics-sub-header,
  96. .forum-statistics-sub-body {
  97. padding: 0.3em 0.5em;
  98. }
  99. /*** ICONS LEGEND ************************************************************/
  100. /* Forum folders */
  101. .forum-folder-legend dt,
  102. .forum-folder-legend dd {
  103. display: inline;
  104. }
  105. .forum-folder-legend dd {
  106. margin: 0pt 5px 0pt 0pt;
  107. }
  108. .forum-folder-legend img {
  109. padding-bottom: 4px;
  110. vertical-align: middle;
  111. }
  112. /* Forum topics */
  113. .legend-group {
  114. float: left;
  115. display: block;
  116. }
  117. .forum-topic-legend dt,
  118. .forum-topic-legend dd {
  119. display: inline;
  120. }
  121. .forum-topic-legend dd {
  122. margin: 0pt 5px 0pt 0pt;
  123. }
  124. .forum-topic-legend img {
  125. padding-bottom: 4px;
  126. vertical-align: middle;
  127. }
  128. /*** FORUM THREADS ***********************************************************/
  129. /* Header at the top of each topic/thread */
  130. .forum-topic-header {
  131. margin: 10px 0 2px 0;
  132. }
  133. .forum-topic-header .forum-links {
  134. float: left;
  135. }
  136. .forum-topic-header .reply-count {
  137. float: right;
  138. }
  139. /* Individual forum post */
  140. .forum-post {
  141. margin: 0 0 5px 0;
  142. }
  143. .forum-post-wrapper {
  144. clear: both;
  145. }
  146. /* Header at the top of each post */
  147. /* Note: Changes from Naked in this section */
  148. .post-info {
  149. height:100%;
  150. clear: both;
  151. }
  152. .posted-on {
  153. padding: 0 10px;
  154. float: left;
  155. }
  156. .forum-post .new {
  157. float: none;
  158. }
  159. .post-title {
  160. padding: 5px 0px 5px 10px;
  161. }
  162. .post-num {
  163. float: right;
  164. margin-right: 5px;
  165. }
  166. /* Author information pane */
  167. /* Note: more CSS in the author pane css file */
  168. .forum-post-panel-sub {
  169. line-height: 110%;
  170. }
  171. .forum-post-panel-sub .author-pane {
  172. padding: 10px 0 5px 10px;
  173. }
  174. .author-pane-top {
  175. overflow: auto;
  176. height: 100px;
  177. }
  178. .forum-post-panel-sub .author-pane-picture,
  179. .forum-post-panel-sub .author-pane-name-status,
  180. .forum-post-panel-sub .author-pane-admin,
  181. .forum-post-panel-sub .author-pane-stats {
  182. float: left;
  183. display: block;
  184. width: 145px;
  185. margin-right: 5px;
  186. }
  187. .forum-post-panel-sub .author-pane-stats {
  188. float: right;
  189. }
  190. .forum-post-panel-sub .author-pane-name-groups {
  191. margin: 5px;
  192. }
  193. .author-pane-picture .picture {
  194. float: none;
  195. padding-left: 0pt;
  196. }
  197. /* Post text area */
  198. /* Note: Changes from Naked in this section */
  199. .forum-post-wrapper .forum-post-panel-main {
  200. clear: both;
  201. }
  202. .forum-post-panel-main .content {
  203. padding: 5px;
  204. }
  205. /* Signature */
  206. .author-signature {
  207. margin: 10px 0 5px 10px;
  208. }
  209. /* Post footer */
  210. .forum-post-footer {
  211. margin-top: 0;
  212. clear: both;
  213. }
  214. .forum-jump-links {
  215. float: left;
  216. line-height: 2em;
  217. padding: 0px 5px;
  218. width: 140px;
  219. }
  220. .forum-post-links {
  221. line-height: 2em;
  222. text-align: right;
  223. padding: 0px 5px;
  224. margin-left: 150px;
  225. }