This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
forked from plutoniumm/Celestia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtalks.css
131 lines (115 loc) · 2.32 KB
/
talks.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
119
120
121
122
123
124
125
126
127
128
129
130
131
#particles-js{
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
position: fixed;
}
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
background-color: #353B3F;
font-family: "Roboto", sans-serif;
}
/* The card */
.card {
position: relative;
height: 450px;
width: 900px;
margin: 200px auto;
background-image:url(img/gal1.jpg);
-webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
}
/* Image on the left side */
.thumbnail {
float: left;
position: relative;
left: 30px;
top: -50px;
height: 450px;
width: 530px;
-webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
overflow: hidden;
}
/*object-fit: cover; */
/*object-position: center; */
img.left {
position: absolute;
left: 50%;
top: 50%;
height: 100%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* Right side of the card */
.right {
margin-left: 590px;
margin-right: 20px;
}
h1 {
padding-top: 15px;
font-size: 1.3rem;
color: #fff;
text-align: center;
height: 25px;
}
.author {
background-color: #9ECAFF;
height: 30px;
width: auto;
border-radius: 20px;
margin-top: 25px;
}
h2 {
padding-top: 8px;
margin-left: 6px;
text-align: center;
font-size: 0.8rem;
}
.separator {
margin-top: 10px;
border: 1px solid #C3C3C3;
}
p {
text-align: justify;
padding-top: 10px;
font-size: 0.95rem;
line-height: 150%;
color: #fff;
}
/* DATE of release */
h5 {
position: absolute;
left: 30px;
bottom: -120px;
font-size: 6rem;
color: #C3C3C3;
}
h6 {
position: absolute;
left: 30px;
bottom: -65px;
font-size: 2rem;
color: #C3C3C3;
}
/* Those futur buttons */
ul {
margin-left: 250px;
}
li {
display: inline;
list-style: none;
padding-right: 40px;
color: #7B7B7B;
}
body {
font-size: 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
background-color: #08090A; }
body {
background-image: url(img/Bodyback.jpg); }