-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetItFrom.css
88 lines (73 loc) · 1.58 KB
/
GetItFrom.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
@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
.metadata {
display: none;
}
.metadata--mobile {
display: block;
}
#content .metadata.metadata--mobile img {
margin: 0 auto 15px auto;
}
}
table.center {
margin: 0 auto;
}
hr {
width: 700px;
margin: 0 auto;
height: 2PX;
background-color: black;
}
.youtube-container {
border: 8px solid #f0f0f0;
display: inline-block; }
.youtube-container iframe {
display: block;
}
.iframe {
display: block;
height: 386px;
width: 700px;
margin: 0 auto;
}
@media screen and (max-width: 760px) {
.youtube-container {
border-width: 8px;
margin-bottom: 15px;
}
.iframe {
display: block;
height: 170px;
width: 300px;
margin: 0 auto;
}
hr {
width: 300px;
margin: 0 auto;
background-color: black;
height: 2px;
}
}
.hoverTable{
width:300px;
border-collapse: collapse;
border: 1px solid black;
/* This centrers he table */
margin: 0 auto;
}
td {
border:black 1px solid;
height: 76px;
vertical-align: middle;
text-align: center;
}
/* Define the default color for all the table rows */
.hoverTable tr{
background: #f3f4f8;
cursor: default;
}
/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
background-color: #fff;
cursor:pointer;
}