Source: Scratch Wiki en français
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
- Opera : appuyez sur Ctrl + F5.
:root { --varAngle : 135deg ; } .navigation { background-color : #b21948 ; } hr { background-color : #b21948 !important ; color : #b21948 !important ; } #view { background : linear-gradient(var(--varAngle), #600d26, black, #005d30) ; } #content h1, #content h2 { border-bottom : 1px solid #b21948 !important ; } .box { border : 1px solid #b21948 ; border-radius : none ; background-color : transparent ; backdrop-filet : blur(32px) ; } .box-header { border : 1px solid #b21948 ; border-radius : 8px ; background-color : #8e1439 ; color : #f7e8ec ; } .box .box-header { background-color : #b21948 ; border : none ; } .box .box-content, .box #content { background-color : rgba(193, 70, 108, 0.2) ; backdrop-filter : blur(32x) ; } .box h4, .firstHeading { color : #f7e8ec ; } .Scratchwikiframe { border : 1px solid #b21948 !important ; } a { text-decoration : none ; color : #efd1da !important ; } #footer, .catlinks { background-color : #c1466c !important ; } #content code, #content pre:not(#editform pre) { background-color : #d0759133 !important ; border-color : #b21948 !important ; backdrop-filter : blur(8px) grayscale(100%) ; } .headerTitle, .headerParagraph, .mw-code, .feet, #content, #footer, #content code, .tocnumber, .toctext, table caption, .wikitable > * > tr > * { color : #fff } .thumbinner, .thumb, .mw-collapsible, .gallerybox, .toc, .wikitable, .mwe-popups, .mwe-popups-container { background-color : rgba(160, 22, 64, 0.2) !important ; backdrop-filter : blur(8px) !important ; border : 1px solid #b21948 !important ; } .mwe-popups-extract::after { visibility : hidden !important ; } .thumbimage, .wikitable > * > tr > th { background-color : transparent !important ; } #mw-toc-heading { border-bottom : none !important ; } .wikitable > * > tr > * { border : 1px solid #c95e7e !important ; }