Skip to:
Content

bbPress.org

Ticket #2054: 2054.3.diff

File 2054.3.diff, 3.0 KB (added by jaredatch, 13 years ago)

Cleared the headers incorrectly. Also, had to use an !Important on the list items to override the !important bbPress already uses :\

  • templates/default/css/bbpress.css

     
    194194        font-style: italic;
    195195}
    196196
    197 #bbpress-forums div.bbp-topic-content,
    198 #bbpress-forums div.bbp-reply-content {
    199         margin-left: 140px;
    200         padding: 12px 12px 12px 0;
    201         text-align: left;
    202 }
    203 
    204197#bbpress-forums li.bbp-header .bbp-topic-author,
    205198#bbpress-forums li.bbp-footer .bbp-topic-author,
    206199#bbpress-forums li.bbp-header .bbp-reply-author,
     
    241234        color: #aaa;
    242235}
    243236
     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: none;
     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 !important;
     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 !important;
     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 !important;
     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 !important;
     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
    244327/* =Breadcrumb and Tags
    245328-------------------------------------------------------------- */
    246329