-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
98 lines (83 loc) · 1.33 KB
/
style.css
File metadata and controls
98 lines (83 loc) · 1.33 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
html{
font-family: "Roboto", "Noto Sans", sans-serif
}
body {
color: white;
background-color: black;
}
body > p {
color: #80C0E0;
text-align: center;
}
body > p:after {
content: "®";
vertical-align: top;
}
body p img {
width: 60%;
}
body:before {
content: url("logo.svg");
position: absolute;
width: 5em;
left: 0;
top: 0;
}
body:after {
color: #80C0E0;
font-size: 0.2em;
content: "Website by DISTALOG ®";
float: right;
}
h1 {
font-size: 0px;
}
h2 {
color: #80C0E0;
text-align: center;
}
.level2 > p {
text-align: center;
}
.level3 > p {
text-align: center;
}
h3 {
font-size: 0px;
}
section.level4 {
border: solid #80C0E0;
color: white;
border-radius: 30px;
border-style: groove;
margin: 20px;
padding: 20px;
position:relative;
left: 0;
top: 0;
min-width: 20em;
min-height: 20em;
vertical-align: center;
}
h4 {
font-size: 18em;
color: black;
background: #80C0E0;
position: absolute;
text-align: center;
vertical-align: center;
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0px;
padding: 0px;
z-index: -1;
opacity: 0.3;
}
h4 + p:first-line {
color: #FF3050 ;
font-size: 2em;
}
:link { color: #FF3050 }
:visited { color: #D05070 }