-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
100 lines (78 loc) · 1.29 KB
/
style.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
body {
background: #f0f0f0 url('img/twailerzbg.png') no-repeat 50% 50% fixed;
}
#title {
position: relative;
left: 50%;
transform: translateX(-50%);
margin: 0 auto;
}
.description p {
text-align: center;
font-size: 1.5vw;
color: #000fff;
}
.modal.modal-wide .modal-dialog {
width: 70vw;
}
.modal-wide .modal-body {
height: 100vh;
overflow-y: hidden;
}
.images {
width: 100%;
}
.col-sm-3 {
margin: 25px auto;
}
.frame_div {
position: relative;
width: 68%;
height: auto;
margin: 0 auto;
}
.iframe {
width: 40vw;
height: 40vh;
}
.col-sm-6 {
width: 40vw;
margin: 20px;
}
.syn_frame {
margin: 10px;
height: 35vh;
overflow: auto;
}
.twit_frame {
margin: 10px;
height: 35vh;
overflow: auto;
}
.add_tweet {
border: 1px solid #55acee;
margin: 3px;
}
.images {
border-radius: 5px;
box-shadow: 0px 2px 10px #000;
}
@media screen and (max-width: 768px) {
.description p {
font-size: 4vw;
}
#title {
position: relative;
left: 50%;
transform: translateX(-50%);
width: 100vw;
}
}
@media screen and (max-width: 360px) {
.outerdiv {
position: relative;
left: 50%;
transform: translateX(-50%);
width: 100vw;
}
}