| author | reno |
| Fri, 11 Dec 2009 12:03:51 +0100 | |
| changeset 59 | 8a2d933209aa |
| parent 11 | 7b8167c4aa6f |
| child 103 | 61fd17f9ab78 |
| permissions | -rw-r--r-- |
| 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 |
||
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
78 |
.c-comment a.c-close, .c-comment a.c-show-scope { |
| 0 | 79 |
position: absolute; |
|
8
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
80 |
top: 5px; |
| 0 | 81 |
height: 14px; |
82 |
text-indent: -999px; |
|
83 |
width: 14px; |
|
84 |
cursor: pointer; |
|
85 |
color:#2D5593; |
|
86 |
overflow: hidden; |
|
87 |
text-decoration: none; |
|
88 |
font-size:77%; |
|
89 |
} |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
90 |
.c-comment a.c-close { |
|
8
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
91 |
background: transparent url(../../../img/c_spr.png) no-repeat scroll 0 -30px; |
|
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
92 |
right: 5px; |
|
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
93 |
} |
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
94 |
.c-comment a.c-show-scope { |
|
8
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
95 |
background: transparent url(../../../img/c_spr2.png) no-repeat scroll 0 -30px; |
|
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
96 |
right: 21px; |
|
1a495fcc40f9
client show scope button + do not show all comments on startup
reno
parents:
0
diff
changeset
|
97 |
} |
| 0 | 98 |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
99 |
.c-comment a.c-close { |
| 0 | 100 |
background-position: 0 -30px; |
101 |
} |
|
102 |
||
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
103 |
.c-focus-comment .c-comment a.c-close { |
| 0 | 104 |
background-position: 0 -74px; |
105 |
} |
|
|
11
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
106 |
|
|
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
107 |
.c-focus-comment .c-comment a.c-show-scope { |
|
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
108 |
background-image: none; |
|
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
109 |
} |
|
7b8167c4aa6f
simplified style management. checked gray and notelike styles self sufficiency.
reno
parents:
8
diff
changeset
|
110 |
|
| 0 | 111 |
input[type="text"], input[type="password"], textarea { |
112 |
border: 1px solid #C1C1C1; |
|
113 |
} |
|
114 |
||
115 |
.c-comment .yui-widget-bd { |
|
116 |
padding-bottom: 20px; |
|
117 |
} |
|
118 |
||
119 |
.c-focus-comment .c-comment { |
|
120 |
background-color:#DBE8FF; |
|
121 |
border:1px solid #BFD6FF; |
|
122 |
} |
|
123 |
||
124 |
.c-focus-comment .c-comment .yui-widget-hd { |
|
125 |
background-color:#BFD6FF; |
|
126 |
} |
|
127 |
||
128 |
.c-focus-comment .c-comment{ |
|
129 |
/* border: solid 1px #000000 ;*/ |
|
130 |
} |
|
131 |
||
132 |
a.c-state-unapproved { |
|
133 |
color:#F00 ; |
|
134 |
} |
|
135 |
a.c-state-pending { |
|
136 |
color:#FF8000 ; |
|
137 |
} |
|
138 |
a.c-state-approved { |
|
139 |
color:#1AB81D ; |
|
140 |
} |
|
141 |
||
142 |
span.c-content p { |
|
143 |
margin-bottom:0em; |
|
144 |
} |