-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (83 loc) · 2.3 KB
/
Copy pathstyle.css
File metadata and controls
89 lines (83 loc) · 2.3 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
88
89
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
outline: 0;
border: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
html,body{
height:100%;
}
.ctrl{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 250px;
height: 350px;
margin: auto;
border: 1px solid #dcdcdc;
background: #f2f2f2;
background: -webkit-linear-gradient(90deg, #f2f2f2, #ffffff 2px, #f4f4f4 5px, rgba(255, 255, 255, 0.8) 67%);
background: -moz-linear-gradient(90deg, #f2f2f2, #ffffff 2px, #f4f4f4 5px, rgba(255, 255, 255, 0.8) 67%);
background: -o-linear-gradient(90deg, #f2f2f2, #ffffff 2px, #f4f4f4 5px, rgba(255, 255, 255, 0.8) 67%);
background: -ms-linear-gradient(90deg, #f2f2f2, #ffffff 2px, #f4f4f4 5px, rgba(255, 255, 255, 0.8) 67%);
background: linear-gradient(90deg, #f2f2f2, #ffffff 2px, #f4f4f4 5px, rgba(255, 255, 255, 0.8) 67%);
-webkit-box-shadow: inset 0px 0px 3px #cdcdcd;
-moz-box-shadow: inset 0px 0px 3px #cdcdcd;
box-shadow: inset 0px 0px 3px #cdcdcd;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.head{
position:absolute;
font-size:25px;
top:40px;
left:48px;
border-bottom: 1px solid #ddd;
font-family: 'Sansita One', cursive;
text-shadow: 1px 1px #fff;
-webkit-box-shadow: 0px 1px #ffffff;
-moz-box-shadow: 0px 1px #ffffff;
box-shadow: 0px 1px #ffffff;
}
.open{
position: absolute;
top: 124px;
left: 61px;
width: 130px;
height: 55px;
border: 1px solid #cfcfcf;
background: #f8f8f8 no-repeat 0 4px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.close{
position: absolute;
top: 219px;
right: 61px;
width: 130px;
height: 55px;
border: 1px solid #cfcfcf;
border-radius:5px;
background: #f8f8f8 no-repeat 0 4px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}