summaryrefslogtreecommitdiffstats
path: root/Bachelor/Prog1/Vorlesung_files/style.css
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Bachelor/Prog1/Vorlesung_files/style.css
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/Prog1/Vorlesung_files/style.css')
-rw-r--r--Bachelor/Prog1/Vorlesung_files/style.css54
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