MediaWiki:Gadget-ShroomStyle.css: Difference between revisions

m
Update of colours
mNo edit summary
m (Update of colours)
Line 247: Line 247:
--shroom-40: #51c9d066;
--shroom-40: #51c9d066;
--shroom-20: #51c9d033;
--shroom-20: #51c9d033;
}
.specialblue {
--shroom-main: #618fea;
--shroom-main-text: #000;
--shroom-main-link: #00f;
--shroom-dark: #366dde;
--shroom-dark-text: #fff;
--shroom-bg: #b7cbff;
--shroom-section-bg: #e5eeff;
--shroom-section-text: #000;
--shroom-section-link: #00f;
--shroom-60: #618fea99;
--shroom-40: #618fea66;
--shroom-20: #618fea33;
}
}


Line 1,254: Line 1,269:
.shroomthumb.specialgreen .gallerytext {
.shroomthumb.specialgreen .gallerytext {
background-color: #0bae2d !important;
background-color: #0bae2d !important;
}
.shroomthumb.specialblue .thumb .image,
.mw-content-ltr .shroomthumb.specialblue .thumb .thumbcaption,
.shroomthumb.specialblue .gallery .thumb,
.shroomthumb.specialblue .gallerytext {
background-color: #366dde !important;
}
}


Line 1,440: Line 1,448:
.shroombg.specialcyan .shroomsection {
.shroombg.specialcyan .shroomsection {
background-color: #e9faff;
background-color: #e9faff;
}
.shroombg.specialblue .shroomsection {
background-color: #e5eeff;
}
}


Line 1,502: Line 1,506:
.shroomtable th, .shroomtable td {
.shroomtable th, .shroomtable td {
padding: 4px;
padding: 4px;
}
.shroomtable th {
background-color: var(--shroom-60);
}
.shroomtable td {
background-color: var(--shroom-40);
}
}


Line 1,544: Line 1,556:
border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
padding-right: 4px;
padding-right: 4px;
}
.cc .shroomtable th {
background-color: rgba(255, 127, 0, 0.6);
}
.cc .shroomtable td {
background-color: rgba(255, 127, 0, 0.4);
}
.fn .shroomtable th {
background-color: rgba(190, 60, 220, 0.4);
}
.fn .shroomtable td {
background-color: rgba(190, 60, 220, 0.2);
}
.fs .shroomtable th {
background-color: rgba(0, 127, 255, 0.4);
}
.fs .shroomtable td {
background-color: rgba(0, 127, 255, 0.2);
}
.pp .shroomtable th {
background-color: rgba(34, 139, 34, 0.4);
}
.pp .shroomtable td {
background-color: rgba(34, 139, 34, 0.2);
}
.ps .shroomtable th {
background-color: rgba(218, 165, 32, 0.6);
}
.ps .shroomtable td {
background-color: rgba(218, 165, 32, 0.4);
}
.sw .shroomtable th {
background-color: rgba(255, 105, 180, 0.6);
}
.sw .shroomtable td {
background-color: rgba(255, 105, 180, 0.4);
}
}