wiki stylesheat: headings (1 Viewer)

Olodin

MP Donator
  • Premium Supporter
  • September 19, 2004
    166
    4
    Hi,

    just a question regarding the wiki default stylesheet.

    The headings h2 and h3 use different fonts and look completely different. A good example is this page (where I just did some changes):
    http://wiki.team-mediaportal.com/MediaPortalSetup_DVD

    In print view h3 is even displayed larger on my system.

    Here is the stylesheets for h2 my browser gets:
    Code:
    h2, .contentheading    (line 428)
    {
        font-family: Helvetica,Arial,sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: rgb(43, 48, 54);
    }

    Here is the stylesheets for h3 my browser gets:
    Code:
    h3    (line 435)
    {
        margin-top: 0pt;
        margin-right-value: 0pt;
        margin-bottom: 0pt;
        margin-left-value: 0pt;
        margin-left-ltr-source: physical;
        margin-left-rtl-source: physical;
        margin-right-ltr-source: physical;
        margin-right-rtl-source: physical;
    }
    
    .componentheading, #mainbody h3    (line 439)
    {
        margin-top: 0pt;
        margin-right-value: 0pt;
        margin-left-value: 0pt;
        margin-left-ltr-source: physical;
        margin-left-rtl-source: physical;
        margin-right-ltr-source: physical;
        margin-right-rtl-source: physical;
        margin-bottom: 10px;
        font-size: 12px;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: rgb(171, 41, 15);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(210, 216, 222);
    }
    
    #mainbody h3    (line 450)
    {
        line-height: 140%;
        height: 140%;
        padding-top: 0pt;
        padding-right-value: 0pt;
        padding-bottom: 0pt;
        padding-left-value: 0pt;
        padding-left-ltr-source: physical;
        padding-left-rtl-source: physical;
        padding-right-ltr-source: physical;
        padding-right-rtl-source: physical;
        text-indent: 0pt;
    }

    Is this intended or can the styles for the headings be harmonized?
    I'm using Firefox 2.0 btw.
     

    Users who are viewing this thread

    Top Bottom