Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stip.scss_11dec6d354e63d78237f08052de7276c.content « scss « scss « assets « _gen « resources - github.com/EmielH/stip-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c0160de25f79ebb2ded5875483afe33371f67c4 (plain)
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
body {
  background: url("/images/background.jpg"); }

html,
body {
  color: #fff;
  margin: 0;
  padding: 1rem; }

html {
  font-family: "Roboto", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow-y: auto; }

body {
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed; }

a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #fff; }
  a:hover {
    color: #88fcf0; }

h1 {
  font-size: 9rem;
  font-weight: 100; }
  @media screen and (max-width: 980px) {
    h1 {
      font-size: 6rem; } }

h2 {
  font-size: 3rem;
  font-weight: 100; }

p {
  font-family: "Lora", "Times", "Times New Roman", serif;
  font-weight: 300;
  line-height: 1.7; }

img.portrait {
  border-radius: 50%;
  border: 20px solid #fff;
  width: 300px;
  height: 300px; }

.portrait-container {
  border-radius: 50%;
  border: 65vw solid #164972;
  margin: -63vw;
  height: 340px;
  width: 340px; }

main {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 980px) {
    main {
      flex-direction: column; } }

.content {
  margin-left: 1rem;
  max-width: 50vw; }
  @media screen and (max-width: 980px) {
    .content {
      margin-left: 0;
      max-width: 100vw; } }
  .content .links {
    margin-top: 2.5rem;
    font-size: 1.5rem; }
    .content .links a {
      margin-right: 0.5rem;
      text-decoration: none; }

.footer {
  margin-top: 3rem;
  font-size: 0.75rem; }

/*# sourceMappingURL=style.css.map */