MediaWiki:Common.css: Rozdiel medzi revíziami

Zo stránky Parametrické a Generatívne 3D modelovanie
Bez shrnutí editace
Bez shrnutí editace
Riadok 72: Riadok 72:
     border-radius: 10px;
     border-radius: 10px;
     padding: 20px;
     padding: 20px;
}
.worksheet h1, h2 {
font-weight: bold;
font-size: 24px;
}
.worksheet .section {
margin-bottom: 20px;
}
.worksheet img {
max-width: 100%;
height: auto;
}
}

Verzia z 12:39, 25. 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;
    padding-bottom: 4px;
    padding-right: 16px;
    margin: 10 0;
}

.easy {
	background-color: #ccffcc;
}

.medium {
	background-color: #fff5b6;
}

.hard {
	background-color: #ffb6b6;
}

.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: 7px;
    display: flex;
    justify-content: space-between;
}

.lesson-plan-text div div {
	font-weight: bolder;
    color: #54595d;
}

.lesson-plan-text div h3 {
	margin-top: 0;
	padding-top: 0;
	display: flex;
    justify-content: space-between;
}

img {
	border-radius: 3px;
}

.worksheet {
    background-color: #f7f7f7;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}