forked from KanCraft/kanColleWidget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselect.css
More file actions
77 lines (73 loc) · 1.39 KB
/
Copy pathselect.css
File metadata and controls
77 lines (73 loc) · 1.39 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
html {
width: 200px;
/*
background-color: #f0f0f0;
*/
background-repeat: no-repeat;
background-image: url('');
background-size: cover;
background-position: left bottom;
/*
font-family: "Meiryo";
font-family: "times new roman";
*/
}
body {
margin: 0;
padding: 8px;
background-color: rgba(240,240,240,0.7);
}
h2 {
margin-bottom: 0;
}
small {
color: #3f3fdf;
text-decoration: none;
}
div#time-left, div#achievements, div#achievements-table {
font-size: 0.8em;
color: #333;
}
div#achievements-table {
margin-top: 0;
}
div#achievements-table>table>tbody>tr>td {
font-size: 0.8em;
line-height: 0.9em;
color: #333;
text-align: center;
}
ul {
padding-left: 20px;
margin-bottom: 0;
margin-top: 0;
}
.twincle.sec {
-webkit-animation-name: twincle_sec;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes twincle_sec {
0% { color: #f0f0f0; }
49% { color: #f0f0f0; }
50% { color: #000; }
100% { color: #000; }
}
div.select {
cursor: pointer;
}
input {
cursor: pointer;
}
div.content {
margin-top: 5px;
margin-bottom: 8px;
}
#screen-shot {
background-image: url('../img/screenshot.png');
background-repeat: no-repeat;
width: 26px;
border: none;
cursor: pointer;
background-color: transparent;
}