MediaWiki:Common.css: Rozdiel medzi revíziami
Bez shrnutí editace Značka: vrátené |
Bez shrnutí editace |
||
(79 medziľahlých úprav od rovnakého používateľa nie je zobrazených.) | |||
Riadok 2: | Riadok 2: | ||
ca-talk { display:none!important; } | ca-talk { display:none!important; } | ||
body { | body { | ||
font-weight: | background-color: rgb(241, 241, 241) !important; | ||
} | |||
.mw-list-item a { | |||
color: #6b6b6b !important; | |||
font-weight: 700; | |||
} | } | ||
.mw-parser-output a.external { | |||
background-image: none; | |||
padding-right: 0; | |||
} | } | ||
.vector-menu-heading-label { | .vector-menu-heading-label { | ||
color: rgb(37, 37, 37); | |||
font-weight: bold !important; | font-weight: bold !important; | ||
font-size: larger; | font-size: larger; | ||
} | |||
.lesson-plan-container { | |||
display: flex; | |||
align-items: center; | |||
width: 97%; | |||
border: 1px solid #ccc; | |||
border-radius: 3px; | |||
padding: 8px 10px 0 8px; | |||
margin: 5 0; | |||
} | |||
.easy { | |||
background-color: #e0ffe0; | |||
} | |||
.medium { | |||
background-color: #fff8d8; | |||
} | |||
.hard { | |||
background-color: #ffe7e7; | |||
} | |||
.bonus { | |||
background-color: #d7e2ff; | |||
} | |||
.lesson-plan-image { | |||
max-width: 100px; | |||
height: auto; | |||
} | |||
.lesson-plan-text { | |||
margin-left: 14px; | |||
line-height: 0.4em; | |||
font-size: 12px; | |||
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: 30px; | |||
} | |||
.worksheet .section ol { | |||
margin-left: 1.6em; | |||
} | |||
.worksheet h1 { | |||
margin-top: 0; | |||
margin-bottom: 10px; | |||
} | |||
.worksheet .floatleft { | |||
margin-right: 1.5em; | |||
} | |||
.worksheet .section .lesson-plan-text { | |||
margin-left: 0; | |||
} | |||
.worksheet > pre { | |||
width: min-content; | |||
height: min-content; | |||
padding: 0 20 20; | |||
margin-bottom: 20; | |||
float: left; | |||
clear: left; | |||
margin-right: 2.5em; | |||
margin-top: -6px; | |||
} | |||
.theory { | |||
padding: 5px 10px 13px 16px; | |||
margin-bottom: 10px; | |||
} | |||
.teachers-section-container { | |||
background-color: #f7f7f7; | |||
border: 2px solid #ccc; | |||
border-radius: 10px; | |||
padding: 25px; | |||
padding-top: 0; | |||
margin-bottom: 20px; | |||
} | |||
.mw-logo-container > .mw-logo-wordmark { | |||
width: 222px; | |||
} | } |
Aktuálna revízia z 21:29, 7. máj 2024
/* Tu umiestnené CSS bude ovplyvňovať všetky štýly */
ca-talk { display:none!important; }
body {
background-color: rgb(241, 241, 241) !important;
}
.mw-list-item a {
color: #6b6b6b !important;
font-weight: 700;
}
.mw-parser-output a.external {
background-image: none;
padding-right: 0;
}
.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: 97%;
border: 1px solid #ccc;
border-radius: 3px;
padding: 8px 10px 0 8px;
margin: 5 0;
}
.easy {
background-color: #e0ffe0;
}
.medium {
background-color: #fff8d8;
}
.hard {
background-color: #ffe7e7;
}
.bonus {
background-color: #d7e2ff;
}
.lesson-plan-image {
max-width: 100px;
height: auto;
}
.lesson-plan-text {
margin-left: 14px;
line-height: 0.4em;
font-size: 12px;
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: 30px;
}
.worksheet .section ol {
margin-left: 1.6em;
}
.worksheet h1 {
margin-top: 0;
margin-bottom: 10px;
}
.worksheet .floatleft {
margin-right: 1.5em;
}
.worksheet .section .lesson-plan-text {
margin-left: 0;
}
.worksheet > pre {
width: min-content;
height: min-content;
padding: 0 20 20;
margin-bottom: 20;
float: left;
clear: left;
margin-right: 2.5em;
margin-top: -6px;
}
.theory {
padding: 5px 10px 13px 16px;
margin-bottom: 10px;
}
.teachers-section-container {
background-color: #f7f7f7;
border: 2px solid #ccc;
border-radius: 10px;
padding: 25px;
padding-top: 0;
margin-bottom: 20px;
}
.mw-logo-container > .mw-logo-wordmark {
width: 222px;
}