forked from EmbeddedMontiArc/webspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogo.css
87 lines (79 loc) · 1.36 KB
/
logo.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
body{
background:#000000;
}
#emalogo {
display:inline-block;
//
background:white;
/* float:left; */
background-image:url(EMALogoTransparent.png);
background-repeat:no-repeat;
background-size:contain;
width:100px;
height:150px;
}
#rightEmaLogo {
width: calc(100% - 150px);
max-width: 750px;
height:150px;
display:inline-block;
float:right;
font-size:40px;
font-family: 'Pacifico', cursive;
}
.div-body {
margin-top:10px;
width:100%;
text-align:left;
color:white;
}
#emas {
// background-image:url(emas.png);
// background-size:contain;
// background-repeat:no-repeat;
// background-position: center center;
width:100%;
// height:550px;
max-width:500px;
text-align: center;
}
#download {
padding:30px;
width:100%;
max-width:1000px;
text-align:center;
}
.slideImage {
width:100%;
max-width:1000px;
max-height: 400px;
}
.animate
{
transition: all 0.1s;
-webkit-transition: all 0.1s;
}
.action-button
{
position: relative;
padding: 10px 40px;
margin: 0px 10px 10px 0px;
//float: center;
border-radius: 10px;
font-family: 'Pacifico', cursive;
font-size: 20px;
color: #FFF;
text-decoration: none;
}
.red
{
background-color: #E74C3C;
border-bottom: 5px solid #BD3E31;
text-shadow: 0px -2px #BD3E31;
}
.action-button:active
{
transform: translate(0px,5px);
-webkit-transform: translate(0px,5px);
border-bottom: 1px solid;
}