-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
117 lines (91 loc) · 1.32 KB
/
main.css
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
body{
background : url('img/gray_jean.png');
}
.text-center{
text-align: center ;
}
#hero{
background : url('img/hero_background.jpg');
background-size : cover;
webkit-transform:scale(1)
}
#myPicture{
width : 100% ;
margin : auto ;
-webkit-transition: -webkit-filter .3s;
-webkit-filter: grayscale(80%);
}
#myPicture:hover{
-webkit-filter: grayscale(0%);
}
/* Projects */
.thumbnail{
background : white;
}
.mainProject {
}
.mainProject img {
width : 500px ;
border : solid #EEE 1px;
}
#video-row{
margin-left : 2px;
padding-top : 10px;
padding-bottom : 10px;
background : url('img/video_back.jpg');
background-size : cover;
}
/* Skills */
#skills{
margin-bottom : 80px;
}
#skills h4{
font-variant : small-caps;
margin-top : 5px ;
margin-bottom : 0;
}
#skills hr{
margin : 5px ;
}
.skill h5{
font-size : 1.6em ;
}
.skill{
cursor : pointer;
}
.skill:hover h5{
font-size : 2em ;
}
.skillSet{
opacity : 0.5 ;
}
.skillSet:hover{
opacity : 1 ;
}
.popover{
text-align: left ;
}
/* CV */
#cv h2{
text-align: center ;
}
#cv h4{
margin-top : 22px;
text-align: right;
margin-left : 5px;
}
#cv p {
text-align : justify;
padding-left : 10px;
padding - right : 10px;
}
#cv .row{
height : 180px ;
}
#cv .row:nth-of-type(2){
opacity : 0.8 ;
}
#cv .row:nth-of-type(3){
opacity : 0.6 ;
}
/* skills */