MediaWiki:Darkvector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
/* Removes default infobox/table styling */ | |||
.infobox th, | .infobox th, | ||
.infobox caption { | .infobox caption { | ||
background-color: transparent; | background-color: transparent; | ||
} | |||
.infobox { | |||
border: 5px solid black; | |||
border-collapse: collapse; | |||
} | |||
/* Default Infobox styling */ | |||
.infobox { | |||
border: 5px solid black; | |||
border-collapse: collapse; | |||
} | } | ||
Revision as of 12:46, 21 March 2021
/* All CSS here will be loaded for users of the Vector skin */
/* Removes default infobox/table styling */
.infobox th,
.infobox caption {
background-color: transparent;
}
.infobox {
border: 5px solid black;
border-collapse: collapse;
}
/* Default Infobox styling */
.infobox {
border: 5px solid black;
border-collapse: collapse;
}
/* Fix link colors */
a:visited {
color: darkorange !important;
}
a.new:link {
color: red !important;
}
a.new:visited {
color: darkred !important;
}