1
1
2
2
@-webkit-keyframes MeBgAnim {
3
- 0% {background-position :0% 50% }
4
- 50% {background-position :100% 50% }
5
- 100% {background-position :0% 50% }
3
+ 0% {background-position :0% 50% }
4
+ 50% {background-position :100% 50% }
5
+ 100% {background-position :0% 50% }
6
6
}
7
7
@keyframes MeBgAnim {
8
- 0% {background-position :0% 50% }
9
- 50% {background-position :100% 50% }
10
- 100% {background-position :0% 50% }
8
+ 0% {background-position :0% 50% }
9
+ 50% {background-position :100% 50% }
10
+ 100% {background-position :0% 50% }
11
11
}
12
12
13
13
body #me {
14
- // Custom tooltip colors for this page
15
- ._720kb-tooltip {
16
- background : $bg-color ;
17
- color : $text-color ;
18
- }
19
- ._720kb-tooltip-title {
20
- color : $text-color ;
21
- }
22
- ._720kb-tooltip-caret :before {
23
- // border: $bg-color;
24
- border-top-color : $bg-color ;
25
- border-bottom-color : $bg-color ;
26
- }
14
+ // Custom tooltip colors for this page
15
+ ._720kb-tooltip {
16
+ background : $bg-color ;
17
+ color : $text-color ;
18
+ }
19
+ ._720kb-tooltip-title {
20
+ color : $text-color ;
21
+ }
22
+ ._720kb-tooltip-caret :before {
23
+ // border: $bg-color;
24
+ border-top-color : $bg-color ;
25
+ border-bottom-color : $bg-color ;
26
+ }
27
27
28
- // The image on frontpage
29
- #cover {
30
- background-image : url (' /covers/mantymetsa.jpg' );
31
- background-size : cover ;
32
- }
33
- // Custom gradient overlay crazy color thingy
34
- #cover-sharp {
35
- background-size : 150% 150% ;
36
- -webkit-animation : MeBgAnim 15s ease forwards ;
37
- animation : MeBgAnim 15s ease forwards ;
38
- @include gradient-directional (#0000ff , #ff0000 , 45deg );
39
- opacity : 0.5 ;
40
- }
41
- #cover-blur {
42
- background-color : rgba (29 , 188 , 100 , 0.2 );
43
- }
28
+ // The image on frontpage
29
+ #cover {
30
+ background-image : url (' /covers/mantymetsa.jpg' );
31
+ background-size : cover ;
32
+ }
33
+ // Custom gradient overlay crazy color thingy
34
+ #cover-sharp {
35
+ background-size : 150% 150% ;
36
+ -webkit-animation : MeBgAnim 15s ease forwards ;
37
+ animation : MeBgAnim 15s ease forwards ;
38
+ @include gradient-directional (#0000ff , #ff0000 , 45deg );
39
+ opacity : 0.5 ;
40
+ }
41
+ #cover-blur {
42
+ background-color : rgba (29 , 188 , 100 , 0.2 );
43
+ }
44
44
45
- // Crazy size changes for my name
46
- #page-header {
47
- .title {
48
- z-index : 1 ; // Make texts/links clickable in header
45
+ // Crazy size changes for my name
46
+ #page-header {
47
+ .title {
48
+ z-index : 1 ; // Make texts/links clickable in header
49
49
50
- @media all and (max-width : 599px ) {
51
- height : 450px ;
52
- }
53
- @media all and (min-width : 600px ) {
54
- height : 240px ;
55
- }
56
- @media all and (min-width : 700px ) {
57
- height : 240px ;
58
- }
59
- @media screen and (max-height : 320px ) {
60
- height : 200px ;
61
- }
62
- }
50
+ @media all and (max-width : 599px ) {
51
+ padding-left : 5px ;
52
+ padding-right : 5px ;
53
+ height : 450px ;
54
+ }
55
+ @media all and (min-width : 600px ) {
56
+ height : 240px ;
57
+ }
58
+ @media all and (min-width : 700px ) {
59
+ height : 240px ;
60
+ }
61
+ @media screen and (max-height : 320px ) {
62
+ height : 200px ;
63
+ }
64
+ }
63
65
h1 {
64
66
@extend .hero-font ;
65
67
color : $bg-color ;
@@ -71,14 +73,14 @@ body#me {
71
73
@media screen and (max-width : 568px ) {
72
74
font-size : 40px ;
73
75
line-height : 40px ;
74
- }
76
+ }
75
77
}
76
78
h3 {
77
79
font-family : ' Source Sans Pro' , Helvetica , sans-serif ;
78
80
}
79
- }
81
+ }
80
82
81
- // Social media links and stuff like that
83
+ // Social media links and stuff like that
82
84
#some {
83
85
margin-top : 100px ;
84
86
font-size : 26px ;
@@ -100,25 +102,25 @@ body#me {
100
102
}
101
103
}
102
104
103
- // My email & digits
105
+ // My email & digits
104
106
#contact {
105
107
display : inline-block ;
106
108
position : relative ;
107
109
text-shadow : none ;
108
110
line-height : 40px ;
109
- font-size : 26px ;
111
+ font-size : 26px ;
110
112
@extend .sans ;
111
113
@media screen and (max-width : 599px ) {
112
114
display : block ;
113
115
height : auto ;
114
116
color : transparent ;
115
117
}
116
118
a {
117
- color : #fff ;
119
+ color : #fff ;
118
120
}
119
- }
121
+ }
120
122
121
- // About me
123
+ // About me
122
124
.container .main .content {
123
125
width : 100% ;
124
126
.narrower-content {
0 commit comments