MediaWiki:Vector.css: Difference between revisions
Created page with "→* * All CSS here will be loaded for users of the Vector skin * * This file @generated 2024-06-29 00:48:11.127169+00:00 from src/scss/Vector.scss.: div.inline-infobox.note { background-color: #eee; } div.inline-infobox.wwarning { background-color: #fc5; } table.ombox-delete { background: #fcc; border-color: red; } div#mainpage-newbie-box ul li a { color: #36c; } div#mainpage-newbie-box, div.gamelist div.mainpage-gamelist-tile { border-color: #cfcfcf; } div#m..." |
No edit summary |
||
Line 2: | Line 2: | ||
* All CSS here will be loaded for users of the Vector skin | * All CSS here will be loaded for users of the Vector skin | ||
* | * | ||
* This file @generated 2024-06-29 | * This file @generated 2024-06-29 22:23:31.217481+00:00 from src/scss/Vector.scss. | ||
*/ | */ | ||
div.inline-infobox.note { | div.inline-infobox.note { | ||
Line 13: | Line 13: | ||
background: #fcc; | background: #fcc; | ||
border-color: red; | border-color: red; | ||
} | |||
div#mainpage-contrib-box, | |||
div#mainpage-newbie-box { | |||
background-color: #fcfcfc; | |||
border-color: #cfcfcf; | |||
} | } | ||
div#mainpage-newbie-box ul li a { | div#mainpage-newbie-box ul li a { | ||
color: #36c; | color: #36c; | ||
} | } | ||
div.gamelist div.mainpage-gamelist-tile { | div.gamelist div.mainpage-gamelist-tile { | ||
border-color: #cfcfcf; | border-color: #cfcfcf; | ||
} | } | ||
div.gamelist div.mainpage-gamelist-tile a { | div.gamelist div.mainpage-gamelist-tile a { | ||
background-color: #fcfcfc; | background-color: #fcfcfc; | ||
} | } |
Revision as of 22:24, 29 June 2024
/** * All CSS here will be loaded for users of the Vector skin * * This file @generated 2024-06-29 22:23:31.217481+00:00 from src/scss/Vector.scss. */ div.inline-infobox.note { background-color: #eee; } div.inline-infobox.wwarning { background-color: #fc5; } table.ombox-delete { background: #fcc; border-color: red; } div#mainpage-contrib-box, div#mainpage-newbie-box { background-color: #fcfcfc; border-color: #cfcfcf; } div#mainpage-newbie-box ul li a { color: #36c; } div.gamelist div.mainpage-gamelist-tile { border-color: #cfcfcf; } div.gamelist div.mainpage-gamelist-tile a { background-color: #fcfcfc; }