Initialer Commit
This commit is contained in:
87
output/html/templates/mystyle.css
Normal file
87
output/html/templates/mystyle.css
Normal file
@@ -0,0 +1,87 @@
|
||||
.reveal table {
|
||||
padding-left: 25px !important;
|
||||
padding-right: 25px !important;
|
||||
table-layout: fixed !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.reveal table, .reveal tr, .reveal th, .reveal td {
|
||||
border: 1px solid lightgrey !important;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: none !important;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
p.time {
|
||||
text-align: center !important;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
th, td {
|
||||
text-align: center !important;
|
||||
padding-left: 5px !important;
|
||||
padding-right: 5px !important;
|
||||
padding-top: 10px !important;
|
||||
padding-bottom: 10px !important;
|
||||
width: 10%;
|
||||
line-height: 70%;
|
||||
overflow: hidden;
|
||||
}
|
||||
th, td {
|
||||
font-size: 90%;
|
||||
}
|
||||
th.halbjahr, td.halbjahr {
|
||||
width: 15% !important;
|
||||
}
|
||||
|
||||
td.top {
|
||||
background-color: lightgreen;
|
||||
}
|
||||
td.def {
|
||||
background-color: salmon;
|
||||
}
|
||||
td.nw {
|
||||
background-color: orange;
|
||||
}
|
||||
|
||||
.lehrer {
|
||||
font-size: 50%;
|
||||
}
|
||||
.kursart {
|
||||
font-size: 50%;
|
||||
}
|
||||
.epoche {
|
||||
font-size: 40%;
|
||||
}
|
||||
.jahrgang {
|
||||
font-size: 90% !important;
|
||||
}
|
||||
.schuljahr {
|
||||
font-size: 50% !important;
|
||||
}
|
||||
|
||||
.lk {
|
||||
background-color: darkgrey;
|
||||
}
|
||||
.ab {
|
||||
background-color: lightgrey;
|
||||
}
|
||||
|
||||
p.fehl, p.versetzung {
|
||||
font-size: 70%;
|
||||
}
|
||||
p.hinweis {
|
||||
font-size: 70%;
|
||||
font-style: italic;
|
||||
}
|
||||
.ue, .nv {
|
||||
color: red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user