MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 29: | Line 29: | ||
a:visited { | a:visited { | ||
color: rgb(130, 150, 72); | color: rgb(130, 150, 72); | ||
} | |||
a:link .external .text { | |||
color: rgb(249, 163, 63); | |||
} | |||
} | } |
Revision as of 07:55, 31 January 2024
/* CSS placed here will be applied to all skins */
/* common stuff */
.vector-body h2 {
background-color: #F9A33F;
padding: 5px 0 5px 10px;
color: white;
border-style: none;
}
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
background-color: white;
}
h2 a:link {
color: white;
}
h2 a:hover {
color: rgb(222, 93, 45);
}
a:link {
color: rgb(249, 163, 63);
}
a:hover {
color: rgb(222, 93, 45);
}
a:visited {
color: rgb(130, 150, 72);
}
a:link .external .text {
color: rgb(249, 163, 63);
}
}