https://bugzilla.wikimedia.org/show_bug.cgi?id=38375

       Web browser: ---
             Bug #: 38375
           Summary: Monobook main.css incomplete, which makes modification
                    difficult
           Product: MediaWiki extensions
           Version: REL1_19 branch
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Unprioritized
         Component: [other]
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


In the 1.19.1 release, the main.css for the Monobook skin is missing lines that
are important to change colors.

For example, the 1.16 release had the lines

h1, h2, h3, h4, h5, h6 {
    color: #A67C52;
    background: none;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}

which allow users to set heading colors for a color changed version of
Monobook, or to override colors in the MediaWiki:Monobook.css page. These lines
are not included in the main.css of the 1.19.1 release, which makes it
impossible to change heading colors by modifiying a copy of the main.css. I was
only able to solve this for my own site by going through the backup that still
had the 1.16 main.css.

I suggest that all main.css files should include all neccessary lines to change
color, size, and fonts of all elements of the skin.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to