|
0
|
1 |
/* style of overlays for comments,no border text only style */ |
|
|
2 |
/* YUI OVERLAY */ /* Overlay Look/Feel */ |
|
|
3 |
.c-comment, .c-newcomment { |
|
|
4 |
padding: 0px; |
|
|
5 |
/* font-size: 85%; */ |
|
|
6 |
} |
|
|
7 |
|
|
|
8 |
.c-comment .yui-widget-hd, .c-comment .yui-widget-bd, .c-comment .yui-widget-ft,.c-newcomment .yui-widget-hd, .c-newcomment .yui-widget-bd, .c-newcomment .yui-widget-ft { |
|
|
9 |
text-align: left; |
|
|
10 |
padding: 2px; |
|
|
11 |
} |
|
|
12 |
|
|
|
13 |
.c-comment h1, .c-comment h2, .c-comment h3, .c-newcomment h1, .c-newcomment h2, .c-newcomment h3 { |
|
|
14 |
margin:0; |
|
|
15 |
} |
|
|
16 |
|
|
|
17 |
.c-header-title { |
|
|
18 |
font-size:100%; |
|
|
19 |
font-weight: bold; |
|
|
20 |
} |
|
|
21 |
|
|
|
22 |
.c-newcommentform-title { |
|
|
23 |
font-family:arial,helvetica,clean,sans-serif; |
|
|
24 |
font-size-adjust:none; |
|
|
25 |
font-style:normal; |
|
|
26 |
font-variant:normal; |
|
|
27 |
line-height:1.231; |
|
|
28 |
font-weight: bold; |
|
|
29 |
} |
|
|
30 |
|
|
|
31 |
.c-infos, .c-tags-infos, .c-state-actions,.c-iactions { |
|
|
32 |
font-size: 77%; |
|
|
33 |
color: #565656; |
|
|
34 |
} |
|
|
35 |
|
|
|
36 |
.c-error { |
|
|
37 |
color: #FF0000; |
|
|
38 |
} |
|
|
39 |
|
|
|
40 |
.c-input { |
|
|
41 |
padding:1px; |
|
|
42 |
width:180px; |
|
|
43 |
} |
|
|
44 |
|
|
|
45 |
/* taking away anything changes the style under IE */ |
|
|
46 |
.current_sel { |
|
|
47 |
-x-system-font:none; |
|
|
48 |
background-color:#111111; |
|
|
49 |
color:#FFFFFF; |
|
|
50 |
font-family:arial,helvetica,sans-serif; |
|
|
51 |
/* font-size:11px;*/ |
|
|
52 |
font-size-adjust:none; |
|
|
53 |
font-stretch:normal; |
|
|
54 |
font-style:normal; |
|
|
55 |
font-variant:normal; |
|
|
56 |
font-weight:bold; |
|
|
57 |
line-height:normal; |
|
|
58 |
width:100%; |
|
|
59 |
} |
|
|
60 |
|
|
|
61 |
.current_sel_ins { |
|
|
62 |
margin:4px; |
|
|
63 |
} |
|
|
64 |
|
|
|
65 |
a.c-action { |
|
|
66 |
overflow: hidden; |
|
|
67 |
cursor: pointer; |
|
|
68 |
color:#2D5593; |
|
|
69 |
text-decoration: none; |
|
|
70 |
} |
|
|
71 |
|
|
|
72 |
.yui-widget-bd .c-ireplyactions { |
|
|
73 |
overflow: hidden; |
|
|
74 |
margin-right:3px; |
|
|
75 |
float:right; |
|
|
76 |
} |
|
|
77 |
|
|
|
78 |
.yui-widget-hd a.c-close { |
|
|
79 |
/* background: transparent url(../../../img/close_comment.png) no-repeat scroll 0 0;*/ |
|
|
80 |
background: transparent url(../../../img/c_spr.png) no-repeat scroll 0 -30px; |
|
|
81 |
position: absolute; |
|
|
82 |
right: 5px; |
|
|
83 |
top: 5px; |
|
|
84 |
height: 14px; |
|
|
85 |
text-indent: -999px; |
|
|
86 |
width: 14px; |
|
|
87 |
cursor: pointer; |
|
|
88 |
color:#2D5593; |
|
|
89 |
overflow: hidden; |
|
|
90 |
text-decoration: none; |
|
|
91 |
font-size:77%; |
|
|
92 |
} |
|
|
93 |
|
|
|
94 |
.c-comment a.c-iclose { |
|
|
95 |
background-position: 0 -30px; |
|
|
96 |
} |
|
|
97 |
|
|
|
98 |
.c-comment a.c-iclose-focus { |
|
|
99 |
background-position: 0 -74px; |
|
|
100 |
} |
|
|
101 |
input[type="text"], input[type="password"], textarea { |
|
|
102 |
border: 1px solid #C1C1C1; |
|
|
103 |
} |
|
|
104 |
|
|
|
105 |
|
|
|
106 |
.c-comment .yui-widget-bd { |
|
|
107 |
padding-bottom: 20px; |
|
|
108 |
} |
|
|
109 |
|
|
|
110 |
.c-focus-comment .c-comment { |
|
|
111 |
background-color:#DBE8FF; |
|
|
112 |
border:1px solid #BFD6FF; |
|
|
113 |
} |
|
|
114 |
|
|
|
115 |
.c-focus-comment .c-comment .yui-widget-hd { |
|
|
116 |
background-color:#BFD6FF; |
|
|
117 |
} |
|
|
118 |
|
|
|
119 |
.c-focus-comment .c-comment{ |
|
|
120 |
/* border: solid 1px #000000 ;*/ |
|
|
121 |
} |
|
|
122 |
|
|
|
123 |
a.c-state-unapproved { |
|
|
124 |
color:#F00 ; |
|
|
125 |
} |
|
|
126 |
a.c-state-pending { |
|
|
127 |
color:#FF8000 ; |
|
|
128 |
} |
|
|
129 |
a.c-state-approved { |
|
|
130 |
color:#1AB81D ; |
|
|
131 |
} |
|
|
132 |
|
|
|
133 |
span.c-content p { |
|
|
134 |
margin-bottom:0em; |
|
|
135 |
} |