* css-tag class="hint" formatiert
* https-Links formatiert
This commit is contained in:
parent
5c4784e241
commit
f007aa47f7
4 changed files with 18 additions and 40 deletions
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
TODO
|
||||
Klassen "hint" und "program" definieren
|
||||
|
||||
HINWEISE
|
||||
padding,margin Angaben: oben rechts unten links
|
||||
*/
|
||||
|
@ -39,6 +36,11 @@ h2 {
|
|||
color: #4e9a06;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 120%;
|
||||
color: #888a85;
|
||||
}
|
||||
|
||||
/* author-info" */
|
||||
.author_info {
|
||||
text-align: center;
|
||||
|
@ -275,6 +277,10 @@ caption {
|
|||
border-color: #babdb6 #888a85 #888a85 #babdb6;;
|
||||
}
|
||||
|
||||
.hint {
|
||||
background-color: #eeeeec;
|
||||
}
|
||||
|
||||
#footnotes {
|
||||
font-size: small;
|
||||
margin-top: 3em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue