-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (52 loc) · 1.06 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
.remark-slide .remark-slide-content .remark-code {
padding: 10px 20px;
}
.browser {
position: relative;
box-sizing: border-box;
height: 550px;
width: 900px;
background-image: url('resources/browser-frame-left.png'), url('resources/browser-frame-right.png');
background-position: top left, top right;
background-repeat: no-repeat;
background-size: auto 50px;
margin: 20px auto;
border-radius: 5px;
padding-top: 50px;
box-shadow: 0 0 100px rgba(0, 0, 0, 1);
}
.browser iframe,
.browser .content {
width: 100%;
height: 100%;
border: 0;
}
.browser .content {
overflow: auto;
}
.browser .title {
position: absolute;
left: 61px;
top: 11px;
width: 110px;
font-family: "HelveticaNeue-Light";
font-weight: 300;
color: #000;
font-size: 9px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.browser .title .favicon {
height: 12px;
vertical-align: middle;
}
.browser .url {
position: absolute;
font-family: "HelveticaNeue-Light";
font-weight: 300;
left: 70px;
top: 30px;
color: #000;
font-size: 10px;
}