Commit 95420164 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

replace some css and javascript with compressed ones.

parent 83bff170
......@@ -28,484 +28,8 @@
</item>
<item>
<key> <string>raw</string> </key>
<value> <string>.htmlarea { background: #fff; }\n
.htmlarea td { margin:0;padding:0; }\n
\n
.htmlarea .toolbarRow {\n
width:1px;\n
}\n
\n
.htmlarea .toolbar {\n
cursor: default;\n
background: ButtonFace;\n
padding: 3px;\n
border: 1px solid;\n
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;\n
}\n
.htmlarea .toolbar table { margin: 0; font-family: Tahoma, Verdana,sans-serif; font-size: 11px; }\n
.htmlarea .toolbar img { border: none; vertical-align: top; }\n
.htmlarea .toolbar .label { padding: 0 3px; }\n
\n
.htmlarea .toolbar .button {\n
background: ButtonFace;\n
color: ButtonText;\n
border: 1px solid ButtonFace;\n
padding: 1px;\n
margin: 0;\n
width: 18px;\n
height: 18px;\n
}\n
.htmlarea .toolbar a.button:hover {\n
border: 1px solid;\n
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;\n
}\n
.htmlarea .toolbar a.buttonDisabled:hover {\n
border-color: ButtonFace;\n
}\n
.htmlarea .toolbar .buttonActive,\n
.htmlarea .toolbar .buttonPressed\n
{\n
padding: 2px 0 0 2px;\n
border: 1px solid;\n
border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;\n
}\n
.htmlarea .toolbar .buttonPressed {\n
background: ButtonHighlight;\n
}\n
.htmlarea .toolbar .indicator {\n
padding: 0 3px;\n
overflow: hidden;\n
width: 20px;\n
text-align: center;\n
cursor: default;\n
border: 1px solid ButtonShadow;\n
}\n
\n
.htmlarea .toolbar .buttonDisabled img {\n
filter: gray() alpha(opacity = 25);\n
-moz-opacity: 0.25;\n
opacity: 0.25;\n
}\n
\n
.htmlarea .toolbar .separator {\n
/*position: relative;*/\n
margin:0 3px;\n
border-left: 1px solid ButtonShadow;\n
border-right: 1px solid ButtonHighlight;\n
width: 0;\n
height: 18px;\n
padding: 0;\n
}\n
\n
.htmlarea .toolbar .space { width: 5px; }\n
\n
.htmlarea .toolbar select, .htmlarea .toolbar option { font: 11px Tahoma,Verdana,sans-serif;}\n
\n
.htmlarea .toolbar select,\n
.htmlarea .toolbar select:hover,\n
.htmlarea .toolbar select:active { \n
position:relative;\n
top:-2px;\n
margin-bottom:-2px;\n
color: ButtonText;\n
}\n
\n
.htmlarea iframe.xinha_iframe, .htmlarea textarea.xinha_textarea\n
{\n
border: none; /*1px solid;*/\n
}\n
\n
.htmlarea .statusBar {\n
border: 1px solid;\n
border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;\n
padding: 2px 4px;\n
background-color: ButtonFace;\n
color: ButtonText;\n
font: 11px Tahoma,Verdana,sans-serif;\n
height:16px;\n
overflow: hidden;\n
}\n
\n
.htmlarea .statusBar .statusBarTree a {\n
padding: 2px 5px;\n
color: #00f;\n
}\n
\n
.htmlarea .statusBar .statusBarTree a:visited { color: #00f; }\n
.htmlarea .statusBar .statusBarTree a:hover {\n
background-color: Highlight;\n
color: HighlightText;\n
padding: 1px 4px;\n
border: 1px solid HighlightText;\n
}\n
\n
.statusBarWidgetContainer {\n
background-color: ButtonFace;\n
}\n
\n
/* popup dialogs */\n
\n
.dialog {\n
color: ButtonText;\n
background: ButtonFace; \n
border: 1px outset; \n
border-color: WindowFrame;\n
}\n
div.dialog {\n
padding-bottom:10px;\n
border-radius: 8px 8px 0 0;\n
-moz-border-radius: 8px 8px 0 0;\n
-webkit-border-top-left-radius: 8px;\n
-webkit-border-top-right-radius: 8px;\n
\n
box-shadow: 9px 9px 10px #444;\n
-moz-box-shadow: 9px 9px 10px #444;\n
-webkit-box-shadow: 9px 9px 10px #444;\n
}\n
div.dialog.modeless {\n
box-shadow: 4px 4px 5px #888;\n
-moz-box-shadow: 4px 4px 5px #888;\n
-webkit-box-shadow: 4px 4px 5px #888;\n
}\n
div.dialog.chrome {\n
-webkit-box-shadow: none !IMPORTANT;\n
}\n
.panels div.dialog.panel {\n
border-radius:0;\n
-moz-border-radius: 0;\n
-webkit-border-radius:0;\n
\n
box-shadow: none;\n
-moz-box-shadow: none;\n
-webkit-box-shadow: none;\n
}\n
.xinha_dialog_background {\n
filter: alpha(opacity=0);\n
-moz-opacity: 0;\n
opacity: 0;\n
border:none;\n
}\n
.xinha_dialog_background_modal_greyout {\n
background-color:#666;\n
filter: alpha(opacity=70) !IMPORTANT;\n
-moz-opacity: 0.7;\n
opacity: 0.7;\n
}\n
.xinha_dialog_background_modal {\n
filter: alpha(opacity=0) !IMPORTANT;\n
-moz-opacity: 0;\n
opacity: 0;\n
border:none;\n
}\n
body.xinha_dialog_background_modal_greyout {\n
filter: alpha(opacity=100) !IMPORTANT;\n
}\n
body.xinha_dialog_background_modal {\n
filter: alpha(opacity=0);\n
}\n
.dialog .content { padding: 2px; }\n
\n
.dialog, .dialog button, .dialog input, .dialog select, .dialog textarea, .dialog table {\n
font: 11px Tahoma,Verdana,sans-serif;\n
}\n
\n
.dialog table { border-collapse: collapse; }\n
\n
.dialog .title, .dialog h1\n
{\n
background: ActiveCaption;\n
color: CaptionText;\n
border-bottom: 1px solid #000;\n
padding: 1px 0 2px 5px;\n
font-size: 12px;\n
font-weight: bold;\n
cursor: default;\n
letter-spacing: 0.01em;\n
}\n
.dialog h1 { \n
padding-left:22px;\n
margin:0;\n
border-radius: 8px 8px 0 0;\n
-moz-border-radius: 8px 8px 0 0;\n
-webkit-border-top-left-radius: 8px;\n
-webkit-border-top-right-radius: 8px;\n
}\n
.panels .dialog.panel h1 { \n
-moz-border-radius: 0;\n
-webkit-border-radius:0;\n
}\n
\n
.dialog .title .button {\n
float: right;\n
border: 1px solid #66a;\n
padding: 0 1px 0 2px;\n
margin-right: 1px;\n
color: #fff;\n
text-align: center;\n
}\n
\n
.dialog .title .button-hilite { border-color: #88f; background: #44c; }\n
\n
.dialog button {\n
width: 5.5em;\n
padding: 0;\n
}\n
.dialog .closeButton {\n
padding: 0;\n
cursor: default;\n
border: 1px solid;\n
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;\n
height : 11px;\n
width : 11px;\n
vertical-align : top;\n
position : absolute;\n
top : 3px;\n
right : 2px;\n
background-color: ButtonFace;\n
color: ButtonText;\n
font-size: 13px;\n
font-family: Tahoma,Verdana,sans-serif;\n
text-align:center;\n
letter-spacing:0;\n
overflow:hidden;\n
}\n
.dialog .buttonColor {\n
width :1em;\n
padding: 1px;\n
cursor: default;\n
border: 1px solid;\n
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;\n
}\n
\n
.dialog .buttonColor .chooser, .dialog .buttonColor .nocolor {\n
height: 0.6em;\n
border: 1px solid;\n
padding: 0 1em;\n
border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;\n
}\n
\n
.dialog .buttonClick {\n
border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;\n
}\n
.dialog .buttonColor-hilite {\n
border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;\n
}\n
\n
.dialog .buttonColor .nocolor { padding: 0; }\n
.dialog .buttonColor .nocolor-hilite { background-color: #fff; color: #f00; }\n
\n
.dialog .label { text-align: right; width: 6em; }\n
.dialog .value input { width: 100%; }\n
\n
.dialog legend { font-weight: bold; }\n
.dialog fieldset table { margin: 2px 0; }\n
\n
.dialog .buttons {\n
\n
padding: 1em; \n
text-align: center;\n
}\n
.dialog .resizeHandle {\n
-moz-appearance : resizer;\n
width: 12px;\n
height: 12px;\n
border-bottom: 2px solid #000;\n
border-right: 2px solid #000;\n
cursor : se-resize;\n
}\n
.popupwin {\n
padding: 0;\n
margin: 0;\n
}\n
\n
.popupwin .title {\n
background: #fff;\n
color: #000;\n
font-weight: bold;\n
font-size: 120%;\n
padding: 3px 10px;\n
margin-bottom: 10px;\n
border-bottom: 1px solid black;\n
letter-spacing: 2px;\n
}\n
\n
form { margin: 0; border: none; }\n
\n
\n
/** Panels **/\n
.htmlarea .panels_top\n
{\n
border-bottom : 1px solid;\n
border-color: ButtonShadow;\n
}\n
\n
.htmlarea .panels_right\n
{\n
border-left : 1px solid;\n
border-color: ButtonShadow;\n
}\n
\n
.htmlarea .panels_left\n
{\n
border-right : 1px solid;\n
border-color: ButtonShadow;\n
}\n
\n
.htmlarea .panels_bottom\n
{\n
border-top : 1px solid;\n
border-color: ButtonShadow;\n
}\n
\n
.htmlarea .panel h1 {\n
clear:left;\n
font-size:0.9em;\n
}\n
\n
.htmlarea .panel { \n
overflow:hidden; \n
background-color:white;\n
padding-bottom:0 !IMPORTANT;\n
border: none !IMPORTANT;\n
}\n
.htmlarea .panels_left .panel { border-right:none; border-left:none; }\n
.htmlarea .panels_left h1 { border-right:none; }\n
.htmlarea .panels_right .panel { border-right:none; border-left:none; }\n
.htmlarea .panels_left h1 { border-left:none; }\n
.htmlarea { border: 1px solid black; }\n
\n
.loading\n
{\n
font-family:sans-serif;\n
position:absolute;\n
z-index:998;\n
text-align:center;\n
width:212px;\n
padding: 55px 0 5px 0;\n
border:2px solid #ccc;\n
/* border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;*/\n
background: url(images/xinha_logo.gif) no-repeat #fff center 5px;\n
}\n
.loading_main\n
{\n
font-size:11px;\n
color:#000;\n
\n
}\n
.loading_sub\n
{\n
font-size:9px;\n
color:#666;\n
text-align:center;\n
}\n
/* Classes for filemanager styles in a dialog. */\n
.dialog a img\n
{\n
border: 0 none transparent;\n
}\n
\n
.dialog fieldset.collapsed {\n
border: 0 none transparent;\n
}\n
\n
.dialog fieldset.collapsed form {\n
display: none;\n
}\n
\n
.hidden\n
{\n
display: none;\n
}\n
\n
.placesmanager\n
{\n
width: 95%;\n
overflow: auto;\n
}\n
\n
.filemanager\n
{\n
width: 95%;\n
height: 200px;\n
overflow: auto;\n
background-color: #fff;\n
}\n
.filemanager div.file\n
{\n
min-width: 80px;\n
height: 100px;\n
position: relative;\n
float: left;\n
border: 1px outset #666;\n
margin: 4px;\n
}\n
.placesmanager div.file\n
{\n
min-width: 60px;\n
height: 70px;\n
position: relative;\n
float: left;\n
border: 1px outset #666;\n
margin: 4px;\n
}\n
.filemanager div.file:hover,\n
.placesmanager div.file:hover\n
{\n
border: 1px solid #333;\n
background: #fffff3;\n
}\n
\n
.filemanager div.selected,\n
.filemanager div.selected:hover,\n
.placesmanager div.selected,\n
.placesmanager div.selected:hover\n
{\n
background: #ffffda;\n
border: 1px solid #000;\n
}\n
.filemanager .filename {\n
\tmargin: 0.5em;\n
\tcolor: #222;\n
}\n
.filemanager div.selected .filename {\n
color: #000;\n
}\n
.filemanager img.thumb\n
{\n
width: 50px;\n
height: 50px;\n
position: absolute;\n
top: 50%;\n
left: 50%;\n
margin: -25px 0 0 -25px;\n
border: 1px solid black;\n
}\n
.filemanager img.icon\n
{\n
width: 32px;\n
height: 32px;\n
position: absolute;\n
top: 50%;\n
left: 50%;\n
margin: -16px 0 0 -16px;\n
}\n
.filemanager img.action\n
{\n
width: 15px;\n
height: 15px;\n
position: absolute;\n
}\n
.filemanager img.delete\n
{\n
bottom: 3px;\n
left: 20px;\n
}\n
.filemanager img.copy\n
{\n
bottom: 3px;\n
left: 3px;\n
}\n
</string> </value>
<value> <string>/* This compressed file is part of Xinha. For uncompressed sources, forum, and bug reports, go to xinha.org */\n
.htmlarea{background:#fff;}.htmlarea td{margin:0;padding:0;}.htmlarea .toolbarRow{width:1px;}.htmlarea .toolbar{cursor:default;background:ButtonFace;padding:3px;border:1px solid;border-color:ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;}.htmlarea .toolbar table{margin:0;font-family:Tahoma,Verdana,sans-serif;font-size:11px;}.htmlarea .toolbar img{border:none;vertical-align:top;}.htmlarea .toolbar .label{padding:0 3px;}.htmlarea .toolbar .button{background:ButtonFace;color:ButtonText;border:1px solid ButtonFace;padding:1px;margin:0;width:18px;height:18px;}.htmlarea .toolbar a.button:hover{border:1px solid;border-color:ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;}.htmlarea .toolbar a.buttonDisabled:hover{border-color:ButtonFace;}.htmlarea .toolbar .buttonActive,.htmlarea .toolbar .buttonPressed{padding:2px 0 0 2px;border:1px solid;border-color:ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;}.htmlarea .toolbar .buttonPressed{background:ButtonHighlight;}.htmlarea .toolbar .indicator{padding:0 3px;overflow:hidden;width:20px;text-align:center;cursor:default;border:1px solid ButtonShadow;}.htmlarea .toolbar .buttonDisabled img{filter:gray() alpha(opacity = 25);-moz-opacity:.25;opacity:.25;}.htmlarea .toolbar .separator{margin:0 3px;border-left:1px solid ButtonShadow;border-right:1px solid ButtonHighlight;width:0;height:18px;padding:0;}.htmlarea .toolbar .space{width:5px;}.htmlarea .toolbar select,.htmlarea .toolbar option{font:11px Tahoma,Verdana,sans-serif;}.htmlarea .toolbar select,.htmlarea .toolbar select:hover,.htmlarea .toolbar select:active{position:relative;top:-2px;margin-bottom:-2px;color:ButtonText;}.htmlarea iframe.xinha_iframe,.htmlarea textarea.xinha_textarea{border:none;}.htmlarea .statusBar{border:1px solid;border-color:ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;padding:2px 4px;background-color:ButtonFace;color:ButtonText;font:11px Tahoma,Verdana,sans-serif;height:16px;overflow:hidden;}.htmlarea .statusBar .statusBarTree a{padding:2px 5px;color:#00f;}.htmlarea .statusBar .statusBarTree a:visited{color:#00f;}.htmlarea .statusBar .statusBarTree a:hover{background-color:Highlight;color:HighlightText;padding:1px 4px;border:1px solid HighlightText;}.statusBarWidgetContainer{background-color:ButtonFace;}.dialog{color:ButtonText;background:ButtonFace;border:1px outset;border-color:WindowFrame;}div.dialog{padding-bottom:10px;border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;box-shadow:9px 9px 10px #444;-moz-box-shadow:9px 9px 10px #444;-webkit-box-shadow:9px 9px 10px #444;}div.dialog.modeless{box-shadow:4px 4px 5px #888;-moz-box-shadow:4px 4px 5px #888;-webkit-box-shadow:4px 4px 5px #888;}div.dialog.chrome{-webkit-box-shadow:none!IMPORTANT;}.panels div.dialog.panel{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;}.xinha_dialog_background{filter:alpha(opacity=0);-moz-opacity:0;opacity:0;border:none;}.xinha_dialog_background_modal_greyout{background-color:#666;filter:alpha(opacity=70)!IMPORTANT;-moz-opacity:.7;opacity:.7;}.xinha_dialog_background_modal{filter:alpha(opacity=0)!IMPORTANT;-moz-opacity:0;opacity:0;border:none;}body.xinha_dialog_background_modal_greyout{filter:alpha(opacity=100)!IMPORTANT;}body.xinha_dialog_background_modal{filter:alpha(opacity=0);}.dialog .content{padding:2px;}.dialog,.dialog button,.dialog input,.dialog select,.dialog textarea,.dialog table{font:11px Tahoma,Verdana,sans-serif;}.dialog table{border-collapse:collapse;}.dialog .title,.dialog h1{background:ActiveCaption;color:CaptionText;border-bottom:1px solid #000;padding:1px 0 2px 5px;font-size:12px;font-weight:bold;cursor:default;letter-spacing:.01em;}.dialog h1{padding-left:22px;margin:0;border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;}.panels .dialog.panel h1{-moz-border-radius:0;-webkit-border-radius:0;}.dialog .title .button{float:right;border:1px solid #66a;padding:0 1px 0 2px;margin-right:1px;color:#fff;text-align:center;}.dialog .title .button-hilite{border-color:#88f;background:#44c;}.dialog button{width:5.5em;padding:0;}.dialog .closeButton{padding:0;cursor:default;border:1px solid;border-color:ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;height:11px;width:11px;vertical-align:top;position:absolute;top:3px;right:2px;background-color:ButtonFace;color:ButtonText;font-size:13px;font-family:Tahoma,Verdana,sans-serif;text-align:center;letter-spacing:0;overflow:hidden;}.dialog .buttonColor{width:1em;padding:1px;cursor:default;border:1px solid;border-color:ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;}.dialog .buttonColor .chooser,.dialog .buttonColor .nocolor{height:.6em;border:1px solid;padding:0 1em;border-color:ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;}.dialog .buttonClick{border-color:ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;}.dialog .buttonColor-hilite{border-color:ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;}.dialog .buttonColor .nocolor{padding:0;}.dialog .buttonColor .nocolor-hilite{background-color:#fff;color:#f00;}.dialog .label{text-align:right;width:6em;}.dialog .value input{width:100%;}.dialog legend{font-weight:bold;}.dialog fieldset table{margin:2px 0;}.dialog .buttons{padding:1em;text-align:center;}.dialog .resizeHandle{-moz-appearance:resizer;width:12px;height:12px;border-bottom:2px solid #000;border-right:2px solid #000;cursor:se-resize;}.popupwin{padding:0;margin:0;}.popupwin .title{background:#fff;color:#000;font-weight:bold;font-size:120%;padding:3px 10px;margin-bottom:10px;border-bottom:1px solid black;letter-spacing:2px;}form{margin:0;border:none;}.htmlarea .panels_top{border-bottom:1px solid;border-color:ButtonShadow;}.htmlarea .panels_right{border-left:1px solid;border-color:ButtonShadow;}.htmlarea .panels_left{border-right:1px solid;border-color:ButtonShadow;}.htmlarea .panels_bottom{border-top:1px solid;border-color:ButtonShadow;}.htmlarea .panel h1{clear:left;font-size:.9em;}.htmlarea .panel{overflow:hidden;background-color:white;padding-bottom:0!IMPORTANT;border:none!IMPORTANT;}.htmlarea .panels_left .panel{border-right:none;border-left:none;}.htmlarea .panels_left h1{border-right:none;}.htmlarea .panels_right .panel{border-right:none;border-left:none;}.htmlarea .panels_left h1{border-left:none;}.htmlarea{border:1px solid black;}.loading{font-family:sans-serif;position:absolute;z-index:998;text-align:center;width:212px;padding:55px 0 5px 0;border:2px solid #ccc;background:url(images/xinha_logo.gif) no-repeat #fff center 5px;}.loading_main{font-size:11px;color:#000;}.loading_sub{font-size:9px;color:#666;text-align:center;}.dialog a img{border:0 none transparent;}.dialog fieldset.collapsed{border:0 none transparent;}.dialog fieldset.collapsed form{display:none;}.hidden{display:none;}.placesmanager{width:95%;overflow:auto;}.filemanager{width:95%;height:200px;overflow:auto;background-color:#fff;}.filemanager div.file{min-width:80px;height:100px;position:relative;float:left;border:1px outset #666;margin:4px;}.placesmanager div.file{min-width:60px;height:70px;position:relative;float:left;border:1px outset #666;margin:4px;}.filemanager div.file:hover,.placesmanager div.file:hover{border:1px solid #333;background:#fffff3;}.filemanager div.selected,.filemanager div.selected:hover,.placesmanager div.selected,.placesmanager div.selected:hover{background:#ffffda;border:1px solid #000;}.filemanager .filename{margin:.5em;color:#222;}.filemanager div.selected .filename{color:#000;}.filemanager img.thumb{width:50px;height:50px;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;border:1px solid black;}.filemanager img.icon{width:32px;height:32px;position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;}.filemanager img.action{width:15px;height:15px;position:absolute;}.filemanager img.delete{bottom:3px;left:20px;}.filemanager img.copy{bottom:3px;left:3px;}</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
7
\ No newline at end of file
8
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment