-
Notifications
You must be signed in to change notification settings - Fork 0
/
couplelog.wdgt.css
80 lines (69 loc) · 1 KB
/
couplelog.wdgt.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body
{
font-family: Arial, sans-serif;
font-size: 11px;
}
body:hover .wdgtsetup
{
}
h1
{
font-size: 13px;
}
.wdgtsetup
{
}
.infocircle
{
width: 20px;
height: 20px;
}
.info-button
{
display: none;
font-family: Georgia, serif;
font-style: italic;
font-weight: bold;
font-size: 1.5em;
float: right;
margin-right: 0.5em;
color: gray;
}
.info-button:hover
{
cursor: pointer;
color: black;;
}
.info
{
display: none;
text-align: center;
background-color: #b0e0e6;
}
.b-widget__control
{
float: right;
width: 12px;
height: 12px;
}
.b-widget__control__setup
{
display: none;
}
.b-widget__control__setup i
{
background: url("http://img.yandex.net/i/widget/widget.png") repeat-x scroll 0 0 transparent;
overflow: hidden;
position: absolute;
background-position: 20px -12px;
height: 12px;
width: 12px;
}
a.b-widget__control__setup:hover i
{
background-position: 20px -24px
}
.setup-submit
{
display: none;
}