-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery.pte.css
64 lines (63 loc) · 1.04 KB
/
jquery.pte.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
/*
* jquery.pte.css
* v1.0
*/
.pte_table,.pte_element,.pte_detail {
box-sizing: border-box;
ms-box-sizing: border-box;
webkit-box-sizing: border-box;
moz-box-sizing: border-box;
font-family: cursive;
padding: 0;
}
.pte_table {
/* box-shadow: 4px 4px 2px #333;
border: #CCC 1px solid;
background-color: #FFF;
*/
}
.pte_element {
border: #CCC 1px solid;
background-color: #CCC;
}
.pte_element:hover {
background-color: #FFF;
}
.pte_title {
font-size: 1.5em;
color: #666;
}
.pte_label {
font-size: 0.8em;
color: #333;
}
.pte_number {
font-size: 0.6em;
color: #333;
}
.pte_symbol {
font-size: 0.8em;
color: #333;
text-align: center;
font-weight: bold;
}
.pte_close {
font-size: 0.8em;
color: #666;
}
.pte_detail {
background-color: #FFF;
border: #CCC 1px solid;
font-size: 0.7em;
padding: 8px;
}
.pte_detail_label {
float: left;
clear: left;
color: #333;
}
.pte_detail_value {
float: left;
clear: right;
color: #666;
}