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

index.css « css « assets - github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52777d55e14a7bad8f189b341231689e8394d65f (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
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
/*Stuff for icons*/
/*html, body {*/
/*    height: 100vh;*/
/*}*/

li {
    font-weight: 400;
    color: #454545;
    font-size: 1rem;
    line-height: 1.8;
    font-family: Cantarell, sans-serif
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
    margin-top: -0.675em;
}

ul.icons li {
    display: inline-block;
    padding: 0.675em 0.5em;
}

ul.icons li a {
    text-decoration: none;
    position: relative;
    display: block;
    width: 7em;
    height: 7em;
    border-radius: 100%;
    border: solid 1px grey;
    line-height: 6.75em;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

ul.icons li a img{
    width: 5em;
    height: 5em;
}

ul.icons li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-weight: 400;
}

ul.icons li a:before {
    color: #ffffff;
    text-shadow: 1.25px 0px 0px lightgray, -1.25px 0px 0px lightgray, 0px 1.25px 0px lightgray, 0px -1.25px 0px lightgray;
}

ul.icons li a:hover:before {
    text-shadow: 1.25px 0px 0px #454545, -1.25px 0px 0px #454545, 0px 1.25px 0px #454545, 0px -1.25px 0px #454545;
}

ul.icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    font-size: 4rem;
    line-height: inherit;
    text-align: center;
    text-indent: 0;
}

ul.icons li a:hover {
    border-color: #454545;
}

@media screen and (max-width: 480px) {

    ul.icons li a:before {
        font-size: 1.5rem;
    }

}

/*Skills images*/

img.skills{
    width: 80px;
    height: 80px;
}

img.certs{
    height: 160px;
}

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

a.unset{
    all:unset
}

img.schools{
    width: 60px;
    height: 60px;
}