| | 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 a, |
| | 248 | #bbpress-forums div.bbp-reply-content a { |
| | 249 | background: none; |
| | 250 | border: none; |
| | 251 | display: inline; |
| | 252 | font-weight: normal; |
| | 253 | margin: 0; |
| | 254 | padding: 0; |
| | 255 | } |
| | 256 | |
| | 257 | #bbpress-forums div.bbp-topic-content h1, |
| | 258 | #bbpress-forums div.bbp-reply-content h1, |
| | 259 | #bbpress-forums div.bbp-topic-content h2, |
| | 260 | #bbpress-forums div.bbp-reply-content h2, |
| | 261 | #bbpress-forums div.bbp-topic-content h3, |
| | 262 | #bbpress-forums div.bbp-reply-content h3, |
| | 263 | #bbpress-forums div.bbp-topic-content h4, |
| | 264 | #bbpress-forums div.bbp-reply-content h4, |
| | 265 | #bbpress-forums div.bbp-topic-content h5, |
| | 266 | #bbpress-forums div.bbp-reply-content h5, |
| | 267 | #bbpress-forums div.bbp-topic-content h6, |
| | 268 | #bbpress-forums div.bbp-reply-content h6 { |
| | 269 | clear: both; |
| | 270 | line-height: 1em; |
| | 271 | margin: 24px 0; |
| | 272 | padding: 0; |
| | 273 | } |
| | 274 | |
| | 275 | #bbpress-forums div.bbp-topic-content ul, |
| | 276 | #bbpress-forums div.bbp-reply-content ul { |
| | 277 | padding-left: 15px; |
| | 278 | margin-left: 0; |
| | 279 | } |
| | 280 | |
| | 281 | #bbpress-forums div.bbp-topic-content ul li, |
| | 282 | #bbpress-forums div.bbp-reply-content ul li { |
| | 283 | list-style-type: disc; |
| | 284 | } |
| | 285 | |
| | 286 | #bbpress-forums div.bbp-topic-content ol, |
| | 287 | #bbpress-forums div.bbp-reply-content ol { |
| | 288 | padding-left: 15px; |
| | 289 | margin-left: 0; |
| | 290 | } |
| | 291 | |
| | 292 | #bbpress-forums div.bbp-topic-content ol li, |
| | 293 | #bbpress-forums div.bbp-reply-content ol li { |
| | 294 | list-style-type:decimal; |
| | 295 | } |
| | 296 | |
| | 297 | #bbpress-forums div.bbp-topic-content ol li li, |
| | 298 | #bbpress-forums div.bbp-reply-content ol li li { |
| | 299 | list-style-type: lower-alpha; |
| | 300 | } |
| | 301 | |
| | 302 | #bbpress-forums div.bbp-topic-content ol li li li, |
| | 303 | #bbpress-forums div.bbp-reply-content ol li li li { |
| | 304 | list-style-type: upper-roman; |
| | 305 | } |
| | 306 | |
| | 307 | #bbpress-forums div.bbp-topic-content code, |
| | 308 | #bbpress-forums div.bbp-reply-content code, |
| | 309 | #bbpress-forums div.bbp-topic-content pre, |
| | 310 | #bbpress-forums div.bbp-reply-content pre { |
| | 311 | font-family: Consolas, Monaco, Lucida Console, monospace; |
| | 312 | } |
| | 313 | |
| | 314 | #bbpress-forums div.bbp-topic-content pre, |
| | 315 | #bbpress-forums div.bbp-reply-content pre { |
| | 316 | background-color: #f9f9f9; |
| | 317 | border: 1px solid #ddd; |
| | 318 | display: block; |
| | 319 | line-height: 18px; |
| | 320 | margin: 24px 0; |
| | 321 | padding: 10px; |
| | 322 | white-space: pre; |
| | 323 | white-space: pre-wrap; |
| | 324 | word-wrap: break-word; |
| | 325 | } |
| | 326 | |