You are here

advanced_forum-structure.css in Advanced Forum 6

/*
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;
}

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

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

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

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 {
  font-size: .8em;
  font-weight: normal;
  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 {
  font-size: 0.9em;
  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 */
.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;
  padding-left: 0px;
}

.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 */
/* 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 {
  float: right;
  line-height: 2em;
  text-align: right;
  padding: 0px 5px;  
  margin-left: 150px;
}

File

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