Use YUI 3.10 (now that conflict with ASCIIMathML is solved).
/* style of overlays for comments,no border text only style */
/* YUI OVERLAY */ /* Overlay Look/Feel */
.c-comment, .c-newcomment {
padding: 0px;
/* font-size: 85%; */
}
.c-comment .yui3-widget-hd, .c-comment .yui3-widget-bd, .c-comment .yui3-widget-ft,.c-newcomment .yui3-widget-hd, .c-newcomment .yui3-widget-bd, .c-newcomment .yui3-widget-ft {
text-align: left;
padding: 2px;
}
.c-comment h1, .c-comment h2, .c-comment h3, .c-newcomment h1, .c-newcomment h2, .c-newcomment h3 {
margin:0;
}
.c-header-title {
font-size:100%;
font-weight: bold;
}
.c-newcommentform-title {
font-family:arial,helvetica,clean,sans-serif;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
line-height:1.231;
font-weight: bold;
}
.c-infos, .c-tags-infos, .c-cat, .c-state-actions,.c-iactions {
font-size: 77%;
color: #565656;
}
.c-no-scope-msg {
font-size: 77%;
color: #F00;
}
.c-has-scope .c-no-scope-msg {
display:none;
}
.c-error {
color: #FF0000;
}
.c-input {
padding:1px;
width:180px;
}
/* taking away anything changes the style under IE */
.current_sel {
-x-system-font:none;
background-color:#111111;
color:#FFFFFF;
/* font-size:11px;*/
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
width:100%;
}
.current_sel_ins {
margin:4px;
}
a.c-action {
overflow: hidden;
cursor: pointer;
color:#2D5593;
text-decoration: none;
}
.yui3-widget-bd .c-ireplyactions {
overflow: hidden;
margin-right:3px;
float:right;
}
.c-comment a.c-close, .c-comment a.c-show-scope {
position: absolute;
top: 5px;
height: 14px;
text-indent: -999px;
width: 14px;
cursor: pointer;
color:#2D5593;
overflow: hidden;
text-decoration: none;
font-size:77%;
}
.c-comment a.c-close {
background: transparent url(../../../img/c_spr.png) no-repeat scroll 0 -30px;
right: 5px;
}
.c-comment a.c-show-scope {
background: transparent url(../../../img/c_spr2.png) no-repeat scroll 0 -30px;
right: 21px;
}
.c-comment a.c-close {
background-position: 0 -30px;
}
.c-focus-comment .c-comment a.c-close {
background-position: 0 -74px;
}
.c-is-reply .c-comment a.c-show-scope, .c-focus-comment .c-comment a.c-show-scope, .c-has-no-scope .c-comment a.c-show-scope {
display: none;
}
input[type="text"], input[type="password"], textarea {
border: 1px solid #C1C1C1;
}
.c-comment .yui3-widget-bd {
padding-bottom: 20px;
}
.c-focus-comment .c-comment {
background-color:#DBE8FF;
border:1px solid #BFD6FF;
}
.c-focus-comment .c-comment .yui3-widget-hd {
background-color:#BFD6FF;
}
.c-focus-comment .c-comment{
/* border: solid 1px #000000 ;*/
}
a.c-state-unapproved {
color:#F00 ;
}
a.c-state-pending {
color:#FF8000 ;
}
a.c-state-approved {
color:#1AB81D ;
}
span.c-content p {
margin-bottom:0em;
}
.icomment-header .c-header-title {
font: bold 13px/16px 'PT Sans', Verdana, sans-serif;
}
.icomment-header .c-infos,
.icomment-header .c-state-actions,
.icomment-header .c-state-actions,
.icomment-header .c-tags,
.icomment-header .c-cat-val {
font: 11px/13px 'PT Sans', Verdana, sans-serif;
}
.icomment-header .c-cat-val.c-cat-1 {
color: #1523f4;
}
.icomment-header .c-cat-val.c-cat-2 {
color: #f4154f;
}
.icomment-header .c-cat-val.c-cat-3 {
color: #09ff09;
}
.icomment-header .c-cat-val.c-cat-4 {
color: #bc39cf;
}
.icomment-header .c-cat-val.c-cat-5 {
color: #ffbd08;
}
.icomment-body {
font: 13px/18px 'PT Sans', Verdana, sans-serif;
}