summaryrefslogtreecommitdiffstats
path: root/style2.css
blob: 9527a24f8d919deae1231af0b634b9e755247484 (plain) (blame)
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
@font-face {
  font-family: "AnkaCoder";
  src: url("AnkaCoder-C87-r.ttf") format("truetype");
}

html,
body {
  margin: 0;
  height: 100%;
}

#main {
  --link-separator: "|";
  --text-color: #908090;
  --spacing: 0.25em;
  text-align: left;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 50px;
}

body {
  background-image: url("blur-shakal.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "AnkaCoder", monospace;
  color: var(--text-color);
  overflow-x: hidden;
  text-align: center;
}

a {
  color: #efbfdf;
  text-decoration: none;
}

.svg2764 {
  opacity: 0.5;
}

.ip-addr {
  background-color: #efbfdf;
  color: black;
  padding: 10px 20px;
  display: inline;
}