-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (81 loc) · 1.65 KB
/
style.css
File metadata and controls
87 lines (81 loc) · 1.65 KB
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
@import url('https://fonts.googleapis.com/css?family=Bungee+Hairline|Lato');
.box {
position: static;
margin: 0 auto;
background: #7689A9;
opacity: 0.5;
border-radius: 1vh;
width: 70vh;
height: 70vh;
z-index: -97;
}
.tweet-item {
margin: 0 auto;
position: relative;
top: 30vh;
width: 30vh;
z-index: 4;
}
.rotate {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.title {
color: white;
display: inline-block;
width: 30vh;
margin: auto;
position: absolute;
top: 0; bottom: 0; left: 0; right: 0; /*change to auto margin*/
text-align: center;
z-index: 20;
}
.title h2 {
font-family: 'Bungee Hairline', cursive;
}
.title h3 {
font-family: 'Lato', sans-serif;
text-align: center;
}
.input-group {
position: fixed;
width: 40vh;
margin: 0 auto;
bottom: 18vh;
z-index: 20;
}
body {
background-image: url("trump.jpg");
background-size: 200vh 200vh;
z-index: -1;
}
blockquote.twitter-tweet {
display: inline-block;
padding: 16px;
margin: 10px 0;
max-width: 100vh;
border: #ddd 1px solid;
border-top-color: #eee;
border-bottom-color: #bbb;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,0.15);
font: bold 14px/18px Helvetica, Arial, sans-serif;
color: #000;
}
blockquote.twitter-tweet p {
font: normal 18px/24px Georgia, "Times New Roman", Palatino, serif;
margin: 0 5px 10px 0;
}
blockquote.twitter-tweet a[href^="https://twitter.com"] {
font-weight: normal;
color: #666;
font-size: 12px;
}
.wrapper {
position: absolute;
width: 50vh;
height: 50vh;
overflow: auto;
}