MediaWiki:Common.css: Rozdiel medzi revíziami

Zo stránky Parametrické a Generatívne 3D modelovanie
Bez shrnutí editace
Bez shrnutí editace
Riadok 13: Riadok 13:
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     width: 80%;
     width: 64%;
     border: 1px solid #ccc;
     border: 1px solid #ccc;
     border-radius: 3px;
     border-radius: 3px;
Riadok 27: Riadok 27:
     margin-left: 20px;
     margin-left: 20px;
     line-height: 0.8em;
     line-height: 0.8em;
    width: 100%;
}
}



Verzia z 16:09, 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: 64%;
    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: 0.8em;
    width: 100%;
}

.lesson-plan-text div {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.lesson-plan-text div h3 {
		margin-top: 0;
		padding-top: 0;
	}