MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 28: | Line 28: | ||
a:visited { | a:visited { | ||
color: #DAA520; | color: #DAA520; | ||
} | |||
:root.skin-theme-clientpref-light { | |||
--color-surface-0: red; | |||
--color-surface-1: lime; | |||
--color-surface-2: fuchsia; | |||
--color-surface-3: yellow; | |||
--color-surface-4: aqua; | |||
--color-base: blue; | |||
--color-base--emphasized: darkblue; | |||
--color-base--subtle: cornflowerblue; | |||
} | } | ||
Revision as of 14:19, 19 March 2025
.portable-infobox {
width:400px;
}
.portable-infobox .pi-title {
text-align: center;
}
.portable-infobox .pi-border-color {
border-color: #000000;
}
.portable-infobox.pi-background {
background-color: #2A2B2A;
}
/* Properties and sub headings */
.portable-infobox .pi-secondary-background {
background-color:#111111;
text-align:center;
border-color: #000000;
}
/* unvisited link */
/* gold */
a:link {
color: #FFD700;
}
/* visited link */
/* golden rod */
a:visited {
color: #DAA520;
}
:root.skin-theme-clientpref-light {
--color-surface-0: red;
--color-surface-1: lime;
--color-surface-2: fuchsia;
--color-surface-3: yellow;
--color-surface-4: aqua;
--color-base: blue;
--color-base--emphasized: darkblue;
--color-base--subtle: cornflowerblue;
}