| | 237 | /* =Topic and reply content |
| | 238 | -------------------------------------------------------------- */ |
| | 239 | |
| | 240 | #bbpress-forums div.bbp-topic-content, |
| | 241 | #bbpress-forums div.bbp-reply-content { |
| | 242 | margin-left: 140px; |
| | 243 | padding: 12px 12px 12px 0; |
| | 244 | text-align: left; |
| | 245 | } |
| | 246 | |
| | 247 | #bbpress-forums div.bbp-topic-content h1, |
| | 248 | #bbpress-forums div.bbp-reply-content h1, |
| | 249 | #bbpress-forums div.bbp-topic-content h2, |
| | 250 | #bbpress-forums div.bbp-reply-content h2, |
| | 251 | #bbpress-forums div.bbp-topic-content h3, |
| | 252 | #bbpress-forums div.bbp-reply-content h3, |
| | 253 | #bbpress-forums div.bbp-topic-content h4, |
| | 254 | #bbpress-forums div.bbp-reply-content h4, |
| | 255 | #bbpress-forums div.bbp-topic-content h5, |
| | 256 | #bbpress-forums div.bbp-reply-content h5, |
| | 257 | #bbpress-forums div.bbp-topic-content h6, |
| | 258 | #bbpress-forums div.bbp-reply-content h6 { |
| | 259 | line-height: 1em; |
| | 260 | margin: 24px 0; |
| | 261 | padding: 0; |
| | 262 | } |
| | 263 | |
| | 264 | #bbpress-forums div.bbp-topic-content ul, |
| | 265 | #bbpress-forums div.bbp-reply-content ul { |
| | 266 | padding-left: 15px; |
| | 267 | margin-left: 0; |
| | 268 | } |
| | 269 | |
| | 270 | #bbpress-forums div.bbp-topic-content ul li, |
| | 271 | #bbpress-forums div.bbp-reply-content ul li { |
| | 272 | list-style-type: disc; |
| | 273 | } |
| | 274 | |
| | 275 | #bbpress-forums div.bbp-topic-content ol, |
| | 276 | #bbpress-forums div.bbp-reply-content ol { |
| | 277 | padding-left: 15px; |
| | 278 | margin-left: 0; |
| | 279 | } |
| | 280 | |
| | 281 | #bbpress-forums div.bbp-topic-content ol li, |
| | 282 | #bbpress-forums div.bbp-reply-content ol li { |
| | 283 | list-style-type:decimal; |
| | 284 | } |
| | 285 | |
| | 286 | #bbpress-forums div.bbp-topic-content ol li li, |
| | 287 | #bbpress-forums div.bbp-reply-content ol li li { |
| | 288 | list-style-type: lower-alpha; |
| | 289 | } |
| | 290 | |
| | 291 | #bbpress-forums div.bbp-topic-content ol li li li, |
| | 292 | #bbpress-forums div.bbp-reply-content ol li li li { |
| | 293 | list-style-type: upper-roman; |
| | 294 | } |
| | 295 | |
| | 296 | #bbpress-forums div.bbp-topic-content code, |
| | 297 | #bbpress-forums div.bbp-reply-content code, |
| | 298 | #bbpress-forums div.bbp-topic-content pre, |
| | 299 | #bbpress-forums div.bbp-reply-content pre { |
| | 300 | font-family: Consolas, Monaco, Lucida Console, monospace; |
| | 301 | } |
| | 302 | |
| | 303 | #bbpress-forums div.bbp-topic-content pre, |
| | 304 | #bbpress-forums div.bbp-reply-content pre { |
| | 305 | background-color: #f9f9f9; |
| | 306 | border: 1px solid #ddd; |
| | 307 | display: block; |
| | 308 | line-height: 18px; |
| | 309 | margin: 24px 0; |
| | 310 | padding: 10px; |
| | 311 | white-space: pre; |
| | 312 | white-space: pre-wrap; |
| | 313 | word-wrap: break-word; |
| | 314 | } |
| | 315 | |