forked from rdi-berkeley/metaguard
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetaverse.css
114 lines (96 loc) · 1.57 KB
/
metaverse.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
.carousel-img {
height: 600px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.carousel-img:after {
content:"";
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
background:rgba(0,0,0,0.1);
}
.carousel-item h5 {
text-shadow: 2px 2px #000;
font-size: 32px;
}
.carousel-item p {
font-size: 24px;
}
.text-shadow {
text-shadow: 2px 2px #000;
}
.card {
border: none;
overflow: hidden;
}
.card-img {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 0;
min-height: 300px;
}
@media (max-width: 1399px) {
.card-img {
min-height: 355px;
}
}
@media (max-width: 1199px) {
#press img {
height: 35px;
}
.card-img {
min-height: 375px;
}
}
#metaguard {
min-height: 800px;
background-image: url('img/metaguard-half.png');
background-size: cover;
background-position: right;
background-repeat: no-repeat;
}
#metaguard .container {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.text-justify {
text-align: justify;
}
table {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
margin-bottom: 20px;
}
th, td {
border: 1px solid #999;
padding: 8px;
text-align: center;
word-wrap: break-word;
color: white;
}
th {
background-color: #444;
font-weight: bold;
}
tr:nth-child(even) {
background-color: #333;
}
tr:nth-child(odd) {
background-color: #300;
}
/*tr:hover {*/
/* background-color: #222;*/
/*}*/
.category {
font-weight: bold;
background-color: #555;
}