Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 609 → Rev 610

/branches/v4.0/wikini/maj_wikini/tools/templates/themes/default/javascripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css
New file
0,0 → 1,11
.panel_wrapper div.current {
height: 290px;
}
 
#id, #style, #title, #dir, #hreflang, #lang, #classlist, #tabindex, #accesskey {
width: 200px;
}
 
#events_panel input {
width: 200px;
}
/branches/v4.0/wikini/maj_wikini/tools/templates/themes/default/javascripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css
New file
0,0 → 1,24
ins {
border-bottom: 1px solid green;
text-decoration: none;
color: green;
}
 
del {
color: Red;
text-decoration: line-through;
}
 
cite {
border-bottom: 1px dashed blue;
}
 
acronym {
border-bottom: 1px dotted #CCC;
cursor: help;
}
 
abbr, html\:abbr {
border-bottom: 1px dashed #CCC;
cursor: help;
}
/branches/v4.0/wikini/maj_wikini/tools/templates/themes/default/javascripts/tiny_mce/plugins/xhtmlxtras/css/popup.css
New file
0,0 → 1,46
a.mceButtonNormal img, a.mceButtonSelected img {border: 1px solid #F0F0EE !important;}
a.mceButtonNormal img:hover, a.mceButtonSelected img:hover {border: 1px solid #0A246A !important; cursor: default; background-color: #B6BDD2;}
 
img {
border: 0;
}
 
input.field, select.field {
width: 200px;
}
 
input.picker {
width: 179px;
margin-left: 5px;
}
 
input.disabled {
border-color: #F2F2F2;
}
 
img.picker {
vertical-align: text-bottom;
cursor: pointer;
}
 
h1 {
padding: 0 0 5px 0;
}
 
#remove {
font-weight: bold;
width: 90px;
height: 21px;
border: 0px;
background-image: url('../images/remove_button_bg.gif');
cursor: pointer;
margin-left: 3px;
}
 
.panel_wrapper div.current {
height: 160px;
}
 
#xhtmlxtrasdel .panel_wrapper div.current, #xhtmlxtrasins .panel_wrapper div.current {
height: 220px;
}