_comment.css
2.9 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
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
.comment-me-page {
.comment .title {
background-image: resolve(/home/comment.png);
}
.me-comment {
padding: 10px;
font-size: 12px;
line-height: 18px;
}
.main-tip span{
color: #e8044f;
}
.comment-table-header {
padding: 0;
margin-top: 10px;
.info {
width: 260px;
}
.time {
width: 415px;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.return-type {
width: 98px;
}
}
.comment-table {
width: 100%;
margin-top: 10px;
tr {
border: 1px solid #e6e6e6;
th {
background: #efefef;
padding: 5px;
}
td {
color: #666;
padding: 5px;
text-align: center;
}
a {
color: #468fa2;
text-decoration: none;
}
.remarked {
color: #e8044f;
}
.remark-btn {
width: 69px;
height: 22px;
line-height: 21px;
border: 0px;
background: resolve(home/remark-btn.png) no-repeat;
cursor: pointer;
color: #fff;
outline: none;
}
}
.remark-content {
width: 405px;
border: 1px solid #e6e6e6;
}
}
#comment-dialog-widget {
position: absolute;
padding: 5px;
border: 1px solid #999;
background: #fff;
border-radius: 4px;
.dialog-titlebar {
height: 16px;
cursor: move;
.dialog-close-btn {
float: right;
width: 46px;
height: 16px;
background: resolve(home/openbox_close.png) no-repeat 0px 0px;
cursor: pointer;
&:hover {
background-position: 0px -16px;
}
}
}
.dialog-content {
padding: 3px 30px;
dl {
display: table-row;
}
dd {
display: table-cell;
vertical-align: top;
font-size: 13px;
line-height: 15px;
}
textarea {
width:390px;
height:80px;
max-width: 390px;
max-height: 240px;
background: resolve(/home/input-back.png) repeat-x;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
}
.dialog-buttons {
padding-right: 30px;
button {
padding: 8px 15px;
float: right;
margin-left: 5px;
}
}
}
}