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

style.css « css « assets - github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe2b6dbaed715fdb67d6798c24f15eba5df437a7 (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
@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700&display=swap";
.contain {
  object-fit: contain;
}

.uk-button-text {
  border-bottom: 1px solid #333;
}

.uk-button-text::before {
  border-bottom: 1px solid mediumblue;
}

.footer-section h5 {
  margin-bottom: 5px;
  margin-top: 20px;
}

.footer {
  flex-shrink: 0;
  background: #fafafa;
  border-top: 1px solid #eaeaea;
  padding-top: 5em;
}

.uk-link,
a {
  color: #0077aa;
}

.uk-lightbox {
  background: rgba(0, 0, 0, 0.7);
  /*As there isn't firefox support for this I won't use it*/
  /*backdrop-filter: blur(8px);*/
}

.uk-lightbox-toolbar {
  background: rgba(0, 0, 0, 0);
}

.imagemargin {
  margin-bottom: 40px;
}

figcaption p {
  font-size: 0.8em;
  color: grey;
}

figure img {
  border: solid thin black;
  padding: 10px;
}

em {
  color: unset;
}
img.experience {
  width: 150px;
  height: 180px;
}