This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalilapi.css
125 lines (117 loc) · 1.96 KB
/
calilapi.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/* CalilRender */
/* list */
.calil_searching {
background-image: url("http://calil.jp/public/img/parts/fish.gif");
background-repeat: no-repeat;
padding: 3px;
width: 8em;
font-size: 85%;
text-align:center;
}
.calil_status {
color:white;
display: inline-block;
padding: 3px;
width: 114px;
font-size: 85%;
text-decoration:none;
text-align:center;
font-size: 13px;
font-weight: bold;
}
.calil_nijumaru {
background-color: #339AFC;
}
.calil_maru {
background-color: #5CC00F;
}
.calil_sankaku {
background-color: #F29327;
}
.calil_marukannai {
background-color: #EC6A8C;
}
.calil_batu {
background-color: #D4D4D4;
}
.calil_minus {
background-color: #D4D4D4;
}
.calil_nothing {
background-color: #AAAAAA;
}
/* single */
.calil_system_status {
text-decoration:none;
color:white;
padding: 2px;
}
.calil_libname {
color: white;
padding: 2px;
}
.calil_libname a {
color: white;
}
/* CalilCitySelectDlg */
#calil_place_dialog_wrapper {
display: none;
position: absolute;
top : 0;
left : 0;
}
#calil_place_dialog {
display: none;
position : absolute;
padding : 0 10px 10px 10px;
top : 0;
left : 0;
background-color: white;
width: 460px;
border: 5px solid #999;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-size: 90%;
z-index: 100000;
}
#calil_place_dialog a {
color:black;
}
.calil_pref_list {
height:300px;
overflow:auto;
}
.calil_city_list .calil_yomi_block{
border-bottom:1px solid #26BEFF;
clear:both;
height:5px;
}
.calil_city_list .calil_yomi{
float:left;
clear:both;
width:1.3em;
height:1.3em;
margin-right:7px;
background-color:#26BEFF;
color:white;
text-align:center;
padding:3px 2px 2px 3px;
}
.calil_city_list .calil_cities{
float:left;
width:410px;
line-height:130%;
padding-top:1px;
}
.calil_cities .calil_city_part{
display:inline-block;
min-width:4em;
white-space:no-wrap;
margin-right:10px;
padding:2px 4px;
text-decoration:none;
}
.calil_cities a:hover{
color: white !important;
background-color: #26BEFF;
}