Skip to content

LiSA en plus beau by Kumquatum

Details

AuthorKumquatum

LicenseCC-BY-NC-SA

Categoryhttps://livret.uness.fr/lisa/2025/Fiche_LiSA*

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Rendre les fiches LiSA lisibles
Prototype en cours de développement

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         LiSA en plus beau
@version      20250213.19.20
@namespace    https://userstyles.world/user/Kumquat
@description  Rendre les fiches LiSA lisibles
@author       Kumquat
@license      CC-BY-NC-SA
==/UserStyle== */

@-moz-document url-prefix("https://livret.uness.fr/lisa/2025/Fiche_LiSA") {
@media print {
    * {
        color: inherit !important;
    }
}

.d-none {
    display: contents !important;
}

.alert-success {
    display: none !important;
}

.contentHeader {
    display: none !important;
}

.text-right {
    display: none !important;
}


.navbox {
  border: 0px !important;
}

.rang-A {
    background: #fff0f0 !important;
    padding: 30px;
    border-radius: 30px;
}

.rang-B {
    color: #107edf !important;
    background: #def0ff !important;
    padding: 30px;
    border-radius: 30px;
}

/*ul:first-of-type:nth-of-type(1) {
    display: none !important;
}*/

.mw-parser-output > ul:not([id]):not([class]) {
    display: none !important;
}

.lisa-print-title {
    display: block !important;
    margin-bottom: 1em !important; /* Adjust as needed */
    margin-top: 0em !important;
    border: 0px;
}

.modele-oic {
    display: none !important;
}

p {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
}

.mw-content-text > .pt-0{
    padding-top: 40px !important;   
}

.bodyContent {
    margin-top: 30px !important;
}

.mw-parser-output > hr {
    margin-top: 60px !important;    
}

/* NOT WORKING FOR PRINT
.printfooter {
    display: inline !important;
    font-size: 0px !important;
    
}

.printfooter > a {
    font-size: 15px !important;
}

@media print {
    .printfooter {
        display: block !important;
        color: black !important;
        font-size: 30px !important;
        visibility: visible !important;
    }

    .printfooter > a {
        font-size: 15px !important;
    }
}
*/
}

Reviews

No reviews yet.