Kapitel 10 fertig
This commit is contained in:
15
book.css
15
book.css
@@ -168,6 +168,16 @@ body {
|
||||
margin: 10px auto 20px auto;
|
||||
border-collapse: collapse;
|
||||
page-break-inside: avoid;
|
||||
border-radius: 8px;
|
||||
box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
/* Verschachtelte Tabellen (Untertabellen) */
|
||||
table table {
|
||||
margin: 5px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
tbody {
|
||||
@@ -180,11 +190,12 @@ body {
|
||||
|
||||
td, th {
|
||||
padding-right: 10px;
|
||||
border: thin solid;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
border-bottom: thin solid;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
/* Quizzes */
|
||||
@@ -262,6 +273,8 @@ body {
|
||||
|
||||
table caption {
|
||||
text-align: center;
|
||||
font-size: 5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
figure.code figcaption {
|
||||
|
||||
Reference in New Issue
Block a user