-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprettify.css
More file actions
51 lines (45 loc) · 771 Bytes
/
prettify.css
File metadata and controls
51 lines (45 loc) · 771 Bytes
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
body {
background-color: #f0f0f2;
margin: 0;
padding: 0;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.experimentModule {
position: relative;
width: 100%;
height: 500px;
margin-top: 20px;
}
.previewShot {
height: 400px;
width: 49%
}
.variationCarousel {
position: relative;
top: 0px;
left: 0px;
width: 100%;
height: 300px
}
.variationCarousel iframe.varSelected_1 {
position: relative;
float: left;
display: block;
}
.variationCarousel iframe.varSelected_2 {
position: relative;
float: right;
display: block;
}
.variationCarousel iframe {
display: none;
}
.varButton {
}
#container {
background-color: #FFFFFF;
padding: 10px;
width: 90%;
height: 100%;
margin-left: 5%
}