MediaWiki:Common.css: Rozdiel medzi revíziami
Bez shrnutí editace |
Bez shrnutí editace |
||
Riadok 14: | Riadok 14: | ||
align-items: center; | align-items: center; | ||
justify-content: space-between; | justify-content: space-between; | ||
width: | width: 60%; | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
padding: 10px; | padding: 10px; |
Verzia z 15:50, 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;
justify-content: space-between;
width: 60%;
border: 1px solid #ccc;
padding: 10px;
}
.lesson-plan-image {
max-width: 100px; /* Adjust max-width as needed */
height: auto;
}
.lesson-plan-text {
margin-left: 20px; /* Adjust margin as needed */
}
.lesson-plan-text div {
margin-bottom: 10px;
}