Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 608 → Rev 609

/branches/v4.0-livraison/wikini/maj_wikini/tools/templates/themes/default/javascripts/tiny_mce/themes/simple/css/editor_popup.css
New file
0,0 → 1,41
body {
background-color: #F0F0EE;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
scrollbar-3dlight-color: #F0F0EE;
scrollbar-arrow-color: #676662;
scrollbar-base-color: #F0F0EE;
scrollbar-darkshadow-color: #DDDDDD;
scrollbar-face-color: #E0E0DD;
scrollbar-highlight-color: #F0F0EE;
scrollbar-shadow-color: #F0F0EE;
scrollbar-track-color: #F5F5F5;
}
 
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
 
input {
background: #FFFFFF;
border: 1px solid #cccccc;
}
 
td, input, select, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
 
input, select, textarea {
border: 1px solid #808080;
}
 
.input_noborder {
border: 0;
}
 
.title {
font-size: 12px;
font-weight: bold;
}
/branches/v4.0-livraison/wikini/maj_wikini/tools/templates/themes/default/javascripts/tiny_mce/themes/simple/css/editor_content.css
New file
0,0 → 1,25
body, td, pre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
 
body {
background-color: #FFFFFF;
}
 
.mceVisualAid {
border: 1px dashed #BBBBBB;
}
 
/* MSIE specific */
 
* html body {
scrollbar-3dlight-color: #F0F0EE;
scrollbar-arrow-color: #676662;
scrollbar-base-color: #F0F0EE;
scrollbar-darkshadow-color: #DDDDDD;
scrollbar-face-color: #E0E0DD;
scrollbar-highlight-color: #F0F0EE;
scrollbar-shadow-color: #F0F0EE;
scrollbar-track-color: #F5F5F5;
}
/branches/v4.0-livraison/wikini/maj_wikini/tools/templates/themes/default/javascripts/tiny_mce/themes/simple/css/editor_ui.css
New file
0,0 → 1,125
.mceSeparatorLine {
border: 0;
padding: 0;
margin-left: 4px;
margin-right: 2px;
}
 
.mceSelectList {
font-family: "MS Sans Serif";
font-size: 7pt;
font-weight: normal;
margin-top: 2px;
}
 
.mceLabel, .mceLabelDisabled {
font-family: "MS Sans Serif";
font-size: 9pt;
}
 
.mceLabel {
color: #000000;
}
 
.mceLabelDisabled {
cursor: text;
color: #999999;
}
 
.mceEditor {
background: #F0F0EE;
border: 1px solid #cccccc;
}
 
.mceEditorArea {
font-family: "MS Sans Serif";
background: #FFFFFF;
}
 
.mceToolbar {
background: #F0F0EE;
border-top: 1px solid #cccccc;
line-height: 1px;
font-size: 1px;
padding-bottom: 1px;
}
 
.mceEditorIframe {
border: 0;
}
 
/* Button CSS rules */
 
a.mceButtonDisabled img, a.mceButtonNormal img, a.mceButtonSelected img {
width: 20px;
height: 20px;
cursor: default;
margin-top: 1px;
margin-left: 1px;
}
 
a.mceButtonDisabled img {
border: 0 !important;
}
 
a.mceButtonNormal img, a.mceButtonSelected img {
border: 1px solid #F0F0EE !important;
}
 
a.mceButtonSelected img {
border: 1px solid #C0C0BB !important;
}
 
a.mceButtonNormal img:hover, a.mceButtonSelected img:hover {
border: 1px solid #0A246A !important;
cursor: default;
background-color: #B6BDD2;
}
 
a.mceButtonDisabled img {
-moz-opacity:0.3;
opacity: 0.3;
border: 1px solid #F0F0EE !important;
cursor: default;
}
 
a.mceTiledButton img {
background-image: url('../images/buttons.gif');
background-repeat: no-repeat;
}
 
/* MSIE specific rules */
 
* html a.mceButtonNormal img, * html a.mceButtonSelected img, * html a.mceButtonDisabled img {
border: 0px !important;
margin-top: 2px;
margin-bottom: 1px;
}
 
* html a.mceButtonDisabled img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
border: 0px !important;
}
 
* html a.mceButtonDisabled {
border: 1px solid #F0F0EE !important;
}
 
* html a.mceButtonNormal, * html a.mceButtonSelected {
border: 1px solid #F0F0EE;
cursor: default;
}
 
* html a.mceButtonSelected {
border: 1px solid #C0C0BB;
}
 
* html a.mceButtonNormal:hover, * html a.mceButtonSelected:hover {
border: 1px solid #0A246A;
cursor: default;
background-color: #B6BDD2;
}
 
* html .mceSelectList {
margin-top: 2px;
}