summaryrefslogtreecommitdiffstatshomepage
path: root/style.css
blob: dd4e69fa731f2b6d9e7b4d5310ed81adbdf526a5 (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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
body {
  background-color: #f0f0f0;
  color: #0a0a0a;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

a {
  color: #ff685b;
}

a:visited {
  color: #0097a4;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.layout {
  background-color: #ffffff;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  min-width: 240px;
  min-height: 100vh;
  line-height: 1.25;
}

.header .character {
  user-select: none;
  width: 240px;
}

/* #region Webring */
.webring {
  width: 100%;
}

.webring a {
  color: #0a0a0a;
  text-decoration: none;
  font-size: 9px;
}

.webring a:hover {
  font-weight: 600;
}
/* #endregion */

.divider {
  margin: 0px 9px;
}

.section {
  padding: 6px 9px;
}

.heading {
  font-family: 'Times New Roman', Times, serif;
  padding: 6px 0px;
  margin: 0;
}

.text {
  font-size: 11px;
  padding: 6px 0px;
  margin: 0;
}

.contacts {
  border-collapse: collapse;
  margin: 6px 0px;
}

.contacts .title, .contacts .contact {
  border: 1px solid;
  text-align: left;
  font-size: 11px;
  padding: 6px;
}

/* #region Buttons */
.buttons {
  list-style-type: none;
  padding: 0px;
  margin: 6px 0px;
  text-align: center;
}

.button, .button img {
  width: 88px;
  height: 31px;
  border: 0;
}

.button {
  display: inline-block;
}
/* #endregion */

/* #region Images */
.irl {
  width: 112px;
  float: right;
  margin: 6px;
  border: 0;
}

.qr {
  width: 56px;
  height: 56px;
  float: right;
  margin: 6px;
}

.qr:hover {
  width: 112px;
  height: 112px;
  cursor: none;
}
/* #endregion */

.footer {
  text-align: center;
  font-size: 9px;
  margin: 9px;
}