MediaWiki:Common.css: Difference between revisions

From Eternum McEdition
Jump to navigationJump to search
No edit summary
No edit summary
 
(69 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* [[User:Giraffer/Themes/OrangeDark.css]] */
:root{
:root{
     filter: invert(85%);
     filter: invert(85%);
      
      
}
}
.mw-wiki-logo {
 
    visibility: visible;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/4/4e/Wikipedia_logo_dark-mode.svg/135px-Wikipedia_logo_dark-mode.svg.png);
    filter: invert(100%) hue-rotate(180deg);
}
.mw-footer {
.mw-footer {
     filter: invert(85%);
     filter: invert(85%);
}
}
.mw-panel {
.mw-panel {
   filter: invert(85%) hue-rotate(180deg);
   filter: invert(85%) hue-rotate(180deg);
Line 18: Line 12:


img{
img{
    filter: invert(85%);
filter: invert(100%) hue-rotate(0deg) grayscale(0%);
 
}
}


video {
.mw-body-content a:visited { color: #0645AD !IMPORTANT; }
filter: invert(85%) hue-rotate(-150deg) grayscale(0%);
.mw-body-content a.new:link { color: #45acc0 !IMPORTANT; }
.mw-body-content a.new:visited { color: #a55858 !IMPORTANT; }


}
#content p { font-size: 22px; line-height:26px;}
#content h1 { font-size: 64px; font-family:"Caslon Antique"; line-height:64px; }
#content h2 { font-size: 48px; font-family:"Caslon Antique"; line-height:64px; }
#content h3 { font-size: 40px; font-family:"Caslon Antique" }
#content h4 { font-size: 36px; font-family:"Caslon Antique" }
#content h5 { font-size: 32px; font-family:"Caslon Antique" }
 
#p-navigation { font-size: 12px; }
#p-cactions { font-size: 22px }
#p-personal { font-size: 22px }

Latest revision as of 18:18, 5 August 2024

:root{
    filter: invert(85%);
    
}

.mw-footer {
    filter: invert(85%);
}
.mw-panel {
   filter: invert(85%) hue-rotate(180deg);
}

img{
	filter: invert(100%) hue-rotate(0deg) grayscale(0%);

}

.mw-body-content a:visited { color: #0645AD !IMPORTANT; }
.mw-body-content a.new:link { color: #45acc0 !IMPORTANT; }
.mw-body-content a.new:visited { color: #a55858 !IMPORTANT; }

#content p { font-size: 22px; line-height:26px;}
#content h1 { font-size: 64px; font-family:"Caslon Antique"; line-height:64px; }
#content h2 { font-size: 48px; font-family:"Caslon Antique"; line-height:64px; }
#content h3 { font-size: 40px; font-family:"Caslon Antique" }
#content h4 { font-size: 36px; font-family:"Caslon Antique" }
#content h5 { font-size: 32px; font-family:"Caslon Antique" }

#p-navigation { font-size: 12px; }
#p-cactions { font-size: 22px }
#p-personal { font-size: 22px }