-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphoto-express.css
95 lines (82 loc) · 1.81 KB
/
photo-express.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
/* main dialog style */
.peg-header {
padding: 6px;
background: #eaf2fa;
position: fixed;
width: 640px;
top: 0;
left: 0;
}
#peg-options {
padding: 38px 6px;
width: 652px;
background: white;
}
#peg-message1, #peg-message2, #peg-message3 {
padding: 4px 10px;
}
#peg-main {
padding: 38px 0 0;
width: 652px;
background: white;
}
#peg-main table {
border: 0;
margin: 2px 6px;
text-align: center;
}
#peg-main td {
vertical-align: top;
cursor: pointer;
border: 1px solid white;
}
#peg-main table a {
text-decoration: none;
}
#peg-main td:hover {
background: #f1f1f1;
}
#peg-main td.selected {
background: #eee;
border: 1px solid #d54e21;
}
#peg-main a img, #peg-main a span {
padding: 5px;
display: block;
text-align: center;
width: 144px;
font-size: 10px;
line-height: 10px;
}
#peg-main div.numbers {
position: absolute;
top: 1;
left: 1;
width: 144px;
height: 144px;
z-index: 100;
opacity: 0.5;
font-size: 30px;
color: black;
text-shadow: white -1px 0, white 1px 0, white 0 -1px, white 0 1px;
text-align: right;
padding: 10px 0;
}
.peg-space {
margin-left: 10px;
}
.peg-form-table input:disabled{
background-color: #eee;
}
.image-align-none-label {
background: url(../../../wp-admin/images/align-none.png) no-repeat center left;
}
.image-align-left-label {
background: url(../../../wp-admin/images/align-left.png) no-repeat center left;
}
.image-align-center-label {
background: url(../../../wp-admin/images/align-center.png) no-repeat center left;
}
.image-align-right-label {
background: url(../../../wp-admin/images/align-right.png) no-repeat center left;
}