-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainStyle.css
118 lines (112 loc) · 2.13 KB
/
mainStyle.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
118
html{height:100%;margin:0;}
body{min-height:100%;
background:linear-gradient(to top, rgba(30,30,30,1), rgba(30,30,30,1))
no-repeat center center fixed;
font-family:"Open Sans", "Arial";
color:white;
}
a{text-decoration:none;color:rgba(30,203,166,1);}
a:hover{color:rgba(33,226,63,1);}
img{max-width:100%;max-height:100%;}
button{font-family:"Open Sans", "Arial";cursor:pointer;}
.menu{
width:100%;
height:14vw;
margin-top:-20px;
background-color:rgba(255,255,255,1);
}.logo{float:left;height:14vw;}
.content{
height:100%;
/*max-width:75%;*/
margin-top: 50px;
}
.menuButton{
float:left;
width:15vw;
height:4vw;
margin-left:6%;
margin-top:6%;
}a.menuButton{
/*float:left;*/
width:120%;
height:120%;
background-color:rgba(0,0,0,0);
/*background-image:url("img/button1.png");*/
background-size:100% 100%;
border:none;
text-align:center;
font-family:"Impact";
color:rgba(30,203,166,1);
letter-spacing:5px;
display:inline-block;
/*position:relative;*/
vertical-align: middle;
}
a.menuButton:hover{
color:rgba(33,226,63,1);
}
span.menuButtonText{
top:1vw;
/*right:5vw;*/
/*margin: 0 auto;*/
font-size:2.5vw;
position:relative;
}
.title{
font-family: "Impact";
letter-spacing:5px;
font-size:50px;
color:rgba(33,226,63,1);
margin-top:-35px;
margin-bottom:40px;
}
@media screen and (min-width: 550px){
/*Landscape*/
.desc{
font-size:2vmax;
line-height:2vmax;
text-align:justify;
margin-left:25%;
}
}
@media screen and (max-width: 549px) and (min-height:824px){
/*Portrait*/
.desc{
font-size:2vmax;
line-height:2vmax;
text-align:justify;
margin-left:5vw;
}
}
@media screen and (max-width: 550px) and (max-height: 825px){
/*Tablets*/
.desc{
font-size:3vmax;
line-height:3vmax;
text-align:justify;
margin-left:5vw;
}
}
/*.contacts{
margin-top:50px;
}
.contacts td{
width:50px;height:50px;
}
.contactsButton{
background-color:rgba(0,0,0,0);
background-size:100% 100%;
border:none;
}*/
.footer{
margin-top:4vmin;
height:2%;
/*background-color: rgb(49,9,49);*/
/*background-size:100% 100%;*/
color: white;
}
.cv_EN, .cv_PL, a.cv_EN, a.cv_PL{
font-family:"TrueLies";
letter-spacing:5px;
color:#9ec80a;
}