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-comments .pager {
  float: right;
  margin-top: 5px;
  clear: none;
}

#forum-comments .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 {
  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;
  padding: 0;
}

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

/* Header at the top of each post */
.post-info {
  height:100%;
  clear: both;
  margin-bottom: 3px;
}

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

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

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

/* Author information pane */
.forum-post-panel-sub {
  float: left;
  line-height: 100%;
  width: 150px;
}

.forum-post-panel-sub .author-pane {
  margin: 10px;
}

.forum-post-panel-sub .author-pane .picture {
  float: none;
  padding-left: 0px;
  margin: 2px 0 10px 0;
  padding-left: 0;
}

.forum-post-panel-sub .author-pane .author-pane-section {
  margin-bottom: 10px;
}

.forum-post-panel-sub .author-pane .author-pane-line {
  margin-bottom: 7px;
}

/* Post text area */
.forum-post-panel-main {
  margin-left: 150px; /*Set left margin to LeftColumnWidth*/
  min-height: 50px;
  height: auto !important;
  height: 350px;
}

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

.forum-post-panel-main .post-title,
.forum-post-panel-main .content {
  margin-left: 0;
  padding-left: 10px;
}

.forum-post-panel-main p {
  margin-right: 10px;
}

/* 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/naked/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-comments .pager {
  8. float: right;
  9. margin-top: 5px;
  10. clear: none;
  11. }
  12. #forum-comments .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. font-size: 0.9em;
  86. line-height: 140%;
  87. padding: 0 10px;
  88. white-space: normal !important;
  89. width: 130px;
  90. }
  91. #forum td .links {
  92. padding-top: 10px;
  93. }
  94. /*** FORUM STATISTICS ********************************************************/
  95. #forum-statistics-header,
  96. .forum-statistics-sub-header,
  97. .forum-statistics-sub-body {
  98. padding: 0.3em 0.5em;
  99. }
  100. /*** ICONS LEGEND ************************************************************/
  101. /* Forum folders */
  102. .forum-folder-legend dt,
  103. .forum-folder-legend dd {
  104. display: inline;
  105. }
  106. .forum-folder-legend dd {
  107. margin: 0pt 5px 0pt 0pt;
  108. }
  109. .forum-folder-legend img {
  110. padding-bottom: 4px;
  111. vertical-align: middle;
  112. }
  113. /* Forum topics */
  114. .legend-group {
  115. float: left;
  116. display: block;
  117. }
  118. .forum-topic-legend dt,
  119. .forum-topic-legend dd {
  120. display: inline;
  121. }
  122. .forum-topic-legend dd {
  123. margin: 0pt 5px 0pt 0pt;
  124. }
  125. .forum-topic-legend img {
  126. padding-bottom: 4px;
  127. vertical-align: middle;
  128. }
  129. /*** FORUM THREADS ***********************************************************/
  130. /* Header at the top of each topic/thread */
  131. .forum-topic-header {
  132. margin: 10px 0 2px 0;
  133. }
  134. .forum-topic-header .forum-links {
  135. float: left;
  136. }
  137. .forum-topic-header .reply-count {
  138. float: right;
  139. }
  140. /* Individual forum post */
  141. .forum-post {
  142. margin: 0 0 5px 0;
  143. padding: 0;
  144. }
  145. .forum-post-wrapper {
  146. clear: both;
  147. }
  148. /* Header at the top of each post */
  149. .post-info {
  150. height:100%;
  151. clear: both;
  152. margin-bottom: 3px;
  153. }
  154. .posted-on {
  155. padding: 0 2px;
  156. float: left;
  157. }
  158. .forum-post .new {
  159. float: none;
  160. }
  161. .post-num {
  162. float: right;
  163. margin-right: 5px;
  164. }
  165. /* Author information pane */
  166. .forum-post-panel-sub {
  167. float: left;
  168. line-height: 100%;
  169. width: 150px;
  170. }
  171. .forum-post-panel-sub .author-pane {
  172. margin: 10px;
  173. }
  174. .forum-post-panel-sub .author-pane .picture {
  175. float: none;
  176. padding-left: 0px;
  177. margin: 2px 0 10px 0;
  178. padding-left: 0;
  179. }
  180. .forum-post-panel-sub .author-pane .author-pane-section {
  181. margin-bottom: 10px;
  182. }
  183. .forum-post-panel-sub .author-pane .author-pane-line {
  184. margin-bottom: 7px;
  185. }
  186. /* Post text area */
  187. .forum-post-panel-main {
  188. margin-left: 150px; /*Set left margin to LeftColumnWidth*/
  189. min-height: 50px;
  190. height: auto !important;
  191. height: 350px;
  192. }
  193. .forum-post-panel-main .content {
  194. padding-top: 2px;
  195. }
  196. .forum-post-panel-main .post-title,
  197. .forum-post-panel-main .content {
  198. margin-left: 0;
  199. padding-left: 10px;
  200. }
  201. .forum-post-panel-main p {
  202. margin-right: 10px;
  203. }
  204. /* Signature */
  205. .author-signature {
  206. margin: 10px 0 5px 10px;
  207. }
  208. /* Post footer */
  209. .forum-post-footer {
  210. margin-top: 0;
  211. clear: both;
  212. }
  213. .forum-jump-links {
  214. float: left;
  215. line-height: 2em;
  216. padding: 0px 5px;
  217. width: 140px;
  218. }
  219. .forum-post-links {
  220. line-height: 2em;
  221. text-align: right;
  222. padding: 0px 5px;
  223. margin-left: 150px;
  224. }