diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/Prog1/Vorlesung_files | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
Diffstat (limited to 'Bachelor/Prog1/Vorlesung_files')
| -rw-r--r-- | Bachelor/Prog1/Vorlesung_files/style.css | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Bachelor/Prog1/Vorlesung_files/style.css b/Bachelor/Prog1/Vorlesung_files/style.css new file mode 100644 index 0000000..6bb3a39 --- /dev/null +++ b/Bachelor/Prog1/Vorlesung_files/style.css @@ -0,0 +1,54 @@ +BODY {
+ FONT-SIZE: 10pt; MARGIN: 0px 10px 10px 20px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #fffff7; TEXT-ALIGN: left
+}
+FONT {
+ FONT-SIZE: 10pt; FONT-FAMILY: Arial, Helvetica, sans-serif
+}
+FONT.INDEX {
+ FONT-SIZE: 10pt; COLOR: #b05000; FONT-FAMILY: Arial, Helvetica, sans-serif
+}
+TD {
+ FONT-SIZE: 10pt; FONT-FAMILY: Arial, Helvetica, sans-serif
+}
+DL {
+ MARGIN-TOP: 0.4em; MARGIN-BOTTOM: 0.4em
+}
+DT {
+ PADDING-BOTTOM: 0.3em; LINE-HEIGHT: 1em
+}
+.Copyright {
+ FONT-SIZE: 7pt
+}
+.Autor {
+ FONT-SIZE: 8pt
+}
+A {
+ FONT-SIZE: 10pt; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
+}
+A:link {
+ COLOR: maroon
+}
+A:visited {
+ COLOR: maroon
+}
+A:active {
+ COLOR: #000000
+}
+H1 {
+ FONT-SIZE: 16pt; TEXT-ALIGN: left
+}
+H2 {
+ FONT-SIZE: 14pt; TEXT-ALIGN: left
+}
+H3 {
+ FONT-SIZE: 12pt; TEXT-ALIGN: left
+}
+H4 {
+ FONT-SIZE: 10pt; TEXT-ALIGN: left
+}
+BLOCKQUOTE {
+ FONT-SIZE: 8pt
+}
+CITE {
+ FONT-SIZE: 8pt; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif
+}
\ No newline at end of file |
