MediaWiki:Common.css: Rozdiel medzi revíziami

Zo stránky Parametrické a Generatívne 3D modelovanie
Bez shrnutí editace
Bez shrnutí editace
Riadok 20: Riadok 20:


.lesson-plan-image {
.lesson-plan-image {
     max-width: 100px; /* Adjust max-width as needed */
     max-width: 128px;
     height: auto;
     height: auto;
}
}


.lesson-plan-text {
.lesson-plan-text {
     margin-left: 20px; /* Adjust margin as needed */
     margin-left: 20px;
     line-height: 1em;
     line-height: 1em;
}
}

Verzia z 15:58, 23. apríl 2024

/* Tu umiestnené CSS bude ovplyvňovať všetky štýly */
ca-talk { display:none!important; }
body {
    background-color: rgb(241, 241, 241) !important;
}
.vector-menu-heading-label {
    color: rgb(37, 37, 37);
    font-weight: bold !important;
    font-size: larger;
}

.lesson-plan-container {
    display: flex;
    align-items: center;
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
}

.lesson-plan-image {
    max-width: 128px;
    height: auto;
}

.lesson-plan-text {
    margin-left: 20px;
    line-height: 1em;
}

.lesson-plan-text div {
    margin-bottom: 10px;
}