-
Notifications
You must be signed in to change notification settings - Fork 0
/
Praktikum.css
60 lines (56 loc) · 1.05 KB
/
Praktikum.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@charset "utf-8";
.glfunction {
font-style: normal;
font-variant: small-caps;
}
.guielement {
font-style: normal;
font-weight: bold;
}
html , body{
background-color: #006699;
overflow-x: hidden;
overflow-y: hidden;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
width: 100%;
height: 100%;
}
#center {
min-width: 768px;
max-width: 1000px;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 100%;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
color: #3a3a3a;
text-shadow: 1px 1px 1px #CCCCCC;
text-align: justify;
overflow-x: auto;
}
#center header h1 {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 10px;
padding-top: 10px;
color: #003399;
padding-right: 10px;
}
#center article h2 {
color: #006699;
}
#center article {
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
}