MediaWiki:Wikia.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
imported>LostInRiverview
(Lightened background colors for infobox template)
imported>Nikel23
(Added default green color class)
Line 1,372: Line 1,372:
table.metainfobox.blue {
table.metainfobox.blue {
background: #DAE8F2;
background: #DAE8F2;
}
table.metainfobox.green {
background: #DCF2DA;
}
}
table.metainfobox.ts1 {
table.metainfobox.ts1 {
Line 1,417: Line 1,420:
th.metainfobox-header.blue, td.metainfobox-header.blue {
th.metainfobox-header.blue, td.metainfobox-header.blue {
background: linear-gradient(to right, #2E70B7, #25A8E0);
background: linear-gradient(to right, #2E70B7, #25A8E0);
}
th.metainfobox-header.green, td.metainfobox-header.green {
background: linear-gradient(to right, #4CAD40, #96CF24);
}
}
th.metainfobox-header.ts1, td.metainfobox-header.ts1 {
th.metainfobox-header.ts1, td.metainfobox-header.ts1 {