forked from namuorg/webtimer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshare.css
More file actions
95 lines (81 loc) · 1.63 KB
/
Copy pathshare.css
File metadata and controls
95 lines (81 loc) · 1.63 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
90
91
92
93
94
95
body {
font-family: helvetica, arial, sans-serif;
}
#main {
width: 500px;
float: left;
}
h1 {
display: inline-block;
}
img {
margin-bottom: -10px;
padding-right: 10px;
}
#title {
width: 240px;
margin-left: auto;
margin-right: auto;
}
#popup {
display: block;
margin-left: auto;
margin-right: auto;
padding: 10px;
border: 1px solid black;
}
#footer {
margin-left: auto;
margin-right: auto;
font-size: 12px;
width: 360px;
padding: 10px;
color: gray;
}
#footer a {
color: gray;
text-decoration: none;
}
#results {
float: left;
}
#share , #error, #save {
width: 400px;
padding: 15px;
border: 1px solid black;
display: none;
}
#error {
border: 3px solid red;
}
#save {
display: block;
border: none;
}
#save_button {
-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
box-shadow:inset 0px 1px 0px 0px #f29c93;
background:-webkit-gradient( linear, left top, left bottom,
color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
background-color:#fe1a00;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #d83526;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:1px 1px 0px #b23e35;
}
#save_button:hover {
background:-webkit-gradient( linear, left top, left bottom,
color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
background-color:#ce0100;
}
#save_button:active {
position:relative;
top:1px;
}