MediaWiki:Vector.css: Difference between revisions

From Randomdata wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
/*
* This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org.
* Styling inside .mw-parser-output should generally use TemplateStyles.
*/


/* Sidebar in MonoBook */
#column-content, #column-one {
#column-content, #column-one {
     background-color: #00FF00;
     background-color: #00FF00;
/* Force lining numbers in headers (for fonts like Georgia) */
h1 {
    background-color: #ABCA4B;
}
h2 {
    background-color: #ABCA4B;
}
:link.internal {
    color: #ABCA4B;
}
}


/* Sidebar portlets (boxes) */
:link.extiw {
.portlet,
    color: #ABCA4B;
.portlet h5 {
}
     background-color: #00FF00;
 
     color: black;
:link.external {
     color: #ABCA4B;
}
 
:link#contentTop {
     color: #ABCA4B;
}
}


/* Links in sidebar */
:link {
.portlet a,
     color: #ABCA4B;
.portlet a:visited {
     color: black !important;
    background-color: #00FF00;
}
}


/* Personal tools (top right) */
:link.visited {
#p-personal {
     color: #ABCA4B;
     background-color: #00FF00;
}
}


#p-personal a,
:link.new {
#p-personal a:visited {
     color: #FF1111;
     color: black !important;
    background-color: #00FF00;
}
}


/* Optional hover effect */
mw-panel a:visited,
.portlet a:hover,
p-personal a:visited,
#p-personal a:hover {
p-search a:visited {
     background-color: #39FF14 !important;
     background-color: #00FF00;
    color: black !important;
}
}

Revision as of 12:38, 22 March 2025

/*
 * This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org.
 * Styling inside .mw-parser-output should generally use TemplateStyles.
 */

#column-content, #column-one {
    background-color: #00FF00;

/* Force lining numbers in headers (for fonts like Georgia) */
h1 {
    background-color: #ABCA4B;
}
h2 {
    background-color: #ABCA4B;
}

:link.internal {
    color: #ABCA4B;
}

:link.extiw {
    color: #ABCA4B;
}

:link.external {
    color: #ABCA4B;
}

:link#contentTop {
    color: #ABCA4B;
}

:link {
    color: #ABCA4B;
}

:link.visited {
    color: #ABCA4B;
}

:link.new {
    color: #FF1111;
}

mw-panel a:visited,
p-personal a:visited,
p-search a:visited {
    background-color: #00FF00;
}