비표준 그누보드4 첫커밋

This commit is contained in:
whitedot
2012-10-05 15:12:27 +09:00
parent 8751c57ffc
commit a4b2e70e4d
899 changed files with 89562 additions and 0 deletions

View File

@ -0,0 +1,5 @@
/* CSS file */
Application
{
}

429
cheditor5/css/default.css Normal file
View File

@ -0,0 +1,429 @@
a.cheditor-tag-path-elem {
text-decoration:none;
color:#0033cc;
font-size: 8pt;
font-family: dotum,tahoma,helvetica;
cursor:pointer;
}
a.cheditor-tag-path-elem:hover {
color:#0033cc;
text-decoration:underline;
cursor:pointer;
}
.cheditor-container {
border-top: 1px #ccc solid;
position: relative;
text-align: left;
}
.cheditor-tb-wrapper {
border-right:1px #ccc solid;
border-left:1px #ccc solid;
position: relative;
display: block;
background: #f5f5f5 url(../icons/toolbar-wrapper-bg.png) repeat-x left bottom;
}
.cheditor-editarea-wrapper {
border-right: 1px #ccc solid;
border-bottom: 1px #ccc solid;
border-left: 1px #ccc solid;
vertical-align: top;
}
.cheditor-editarea {
width:100%;
overflow:auto;
background-color: #fff;
}
.cheditor-modify-block .cheditor-ico {
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 5px;
}
.cheditor-modify-block select {
font-size: 9pt;
color: #000;
}
.cheditor-modify-block div {
padding: 5px 10px 5px 10px;
color: #000;
display: block;
}
.cheditor-modify-block div .wrap-text-desc {
line-height: 1em;
color: #000;
}
.cheditor-modify-block div .user-input-width {
width: 30px;
margin-left: 5px;
font-size: 9pt;
color: #000;
}
.cheditor-modify-block div .user-input-alt {
width: 150px;
margin: 3px 10px 0px 5px;
font-size: 9pt;
color: #000;
}
.cheditor-modify-block div .wrap-checked {
vertical-align: middle;
padding: 0px;
margin-right: 2px;
}
.cheditor-modify-block div .input-submit {
cursor: pointer;
vertical-align: middle;
margin-left: 20px;
height:20px;
width:64px;
}
.cheditor-modify-block div .color-picker {
cursor: pointer;
vertical-align: middle;
height:20px;
width:20px;
}
.cheditor-modify-block div .delete-submit {
cursor: pointer;
vertical-align: middle;
margin-left: 3px;
height:20px;
width:64px;
}
.cheditor-modify-block div .edit-table-ico {
cursor: pointer;
vertical-align: middle;
width: 16px;
height: 16px;
margin: 0px 3px;
}
.cheditor-modify-block {
display:none;
border-right: 1px #ccc solid;
border-bottom: 1px #ccc solid;
border-left: 1px #ccc solid;
padding:2px;
background-color:#eee;
font-size:9pt;
font-family: gulim,tahoma,helvetica;
text-align:center;
}
.cheditor-status-bar {
font-size:8pt;
font-family: dotum,tahoma,helvetica;
color:#333;
}
.cheditor-tag-path {
border-right: 1px #ccc solid;
border-bottom: 1px #ccc solid;
border-left: 1px #ccc solid;
padding: 0px 2px 0px 2px;
display: none;
height: 18px;
line-height:18px;
overflow: hidden;
}
.cheditor-fullscreen {
float: right;
background: transparent url(../icons/fullscreen.png) no-repeat 0 0;
}
.cheditor-viewmode {
padding: 0px 4px 0px 4px;
height: 16px;
background: transparent url(../icons/statusbar_bgline.gif) repeat-x 0 0;
}
.cheditor-viewmode div {
width: 24px;
height: 16px;
cursor: pointer;
}
.cheditor-tab-rich {
background: transparent url(../icons/edit_mode_rich_a.png) no-repeat 0 0;
float: left;
}
.cheditor-tab-rich-off {
background: transparent url(../icons/edit_mode_rich_b.png) no-repeat 0 0;
float: left;
}
.cheditor-tab-code {
background: transparent url(../icons/edit_mode_code_a.png) no-repeat 0 0;
float: left;
}
.cheditor-tab-code-off {
background: transparent url(../icons/edit_mode_code_b.png) no-repeat 0 0;
float: left;
}
.cheditor-tab-preview {
background: transparent url(../icons/edit_mode_view_a.png) no-repeat 0 0;
float: left;
}
.cheditor-tab-preview-off {
background: transparent url(../icons/edit_mode_view_b.png) no-repeat 0 0;
float: left;
}
.cheditor-popup-window {
border:1px solid #8db3e5;
display:none;
position:absolute;
background-color:#ebe9ed;
left:0px;
top:0px;
}
.cheditor-popup-drag-handle {
border-bottom:1px solid #8db3e5;
height:24px;
background: #6b90c0 url(../icons/title_bar_bg.gif) repeat-x 0 0;
}
.cheditor-popup-titlebar {
padding: 4px 0px 0px 0px !important;
line-height: 1em;
}
.cheditor-resizebar {
height: 11px;
overflow:hidden;
border-left: 1px #ccc solid;
border-right: 1px #ccc solid;
cursor:s-resize;
background: #eee url(../icons/splitter.gif) no-repeat center top;
}
.cheditor_mode_icon { width: 24px; height: 16px; cursor: pointer; vertical-align:top }
.cheditor-popup-title { font-size: 9pt; font-family:gulim,tahoma,helvetica; font-weight:bold; color:#003366; }
.cheditor-popup-cframe {
background-color: #ebe9ed;
}
.cheditor-pulldown-container {
border:#8db3e5 1px solid;
background-color:#fff;
padding:1px;
position: relative;
}
.cheditor-pulldown-container div {
padding: 2px 2px 2px 15px;
line-height: 1.1;
margin: 1px;
font-size: 9pt;
font-family: gulim,tahoma,helvetica;
color: #000;
position: relative;
}
.cheditor-pulldown-color-container {
border:#8db3e5 1px solid;
background-color:#fff;
padding:2px;
height: 160px;
}
.cheditor-pulldown-container div label, .cheditor-pulldown-textblock-container div label {
position: relative;
overflow: hidden;
}
.cheditor-pulldown-textblock-container div div {
text-align: center;
padding: 2px;
font-size: 9pt;
color: #000;
line-height: 1;
}
.cheditor-pulldown-textblock-container div {
padding: 1px;
}
.cheditor-pulldown-textblock-out {
border: #fff 1px solid;
}
.cheditor-pulldown-textblock-over {
border: #316ac5 1px solid;
}
.cheditor-pulldown-textblock-container {
border:#8db3e5 1px solid;
background-color:#fff;
padding:2px;
}
.cheditor-pulldown-mouseout {
border: #fff 1px solid;
}
.cheditor-pulldown-mouseover {
background-color: #f0f0f0;
border: #e0e0e0 1px solid;
}
.cheditor-pulldown-frame {
position:absolute;
visibility:hidden;
z-index: -1;
width:1px;
height:1px;
line-height:12px;
}
.cheditor-pulldown-color-over {
float: left;
border: 1px solid #c00000;
width: 15px;
height: 15px;
margin: 1px;
font-size: 7px;
cursor: pointer;
}
.cheditor-pulldown-color-cell {
float: left;
border: 1px #000 solid;
width: 15px;
height: 15px;
margin: 1px;
font-size: 7px;
cursor: pointer;
}
.cheditor-pulldown-color-selected {
border: 1px solid #000;
text-align: center;
margin: 1px;
height: 15px;
line-height: 1.1;
}
.cheditor-pulldown-color-selected label {
font-family: verdana;
font-size: 8pt;
color: #000;
}
.cheditor-pulldown-color-spacer {
clear: both;
height: 4px;
overflow: hidden;
}
.cheditor-pulldown-color-wrapper {
line-height: 1;
height: 340px;
}
.cheditor-container-fullscreen {
border-top: 1px #ccc solid;
position: fixed;
left: 0px;
top: 0px;
_position: absolute;
_left: expression((0 + (ignoreMe2 =
document.documentElement.scrollLeft ?
document.documentElement.scrollLeft :
document.body.scrollLeft)) + 'px');
_top: expression((270 + (ignoreMe =
document.documentElement.scrollTop ?
document.documentElement.scrollTop :
document.body.scrollTop)) + 'px');
z-index: 1000;
text-align: left;
background-color: #fff;
}
.cheditor-modalPopupTransparent {
background-color: #f0f0f0;
position: fixed;
display: none;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
_position: absolute;
_left: expression((0 + (ignoreMe2 =
document.documentElement.scrollLeft ?
document.documentElement.scrollLeft :
document.body.scrollLeft)) + 'px');
_top: expression((270 + (ignoreMe =
document.documentElement.scrollTop ?
document.documentElement.scrollTop :
document.body.scrollTop)) + 'px');
}
.cheditor-dragWindowTransparent { background-color: #fff; position: absolute; display: block; left:0px; top: 24px; }
.cheditor-pulldown-wrapper {line-height: 1; }
.cheditor-toolbar-icon-wrapper {
margin: 0px 2px 0px 0px;
float: left;
height: 24px;
overflow: hidden;
}
.cheditor-tb-icon {
height: 22px;
width: 16px;
margin-left: 3px;
overflow: hidden;
}
.cheditor-tb-text {
height: 22px;
margin-left: 5px;
color: #555;
font-family: gulim,tahoma,helvetica;
font-size: 9pt;
overflow: hidden;
margin-right: 13px;
line-height: 24px;
position: relative;
}
.cheditor-tb-bg55 {
float: left;
overflow: hidden;
background: transparent url(../icons/toolbar-background.png) no-repeat left -414px;
position: relative;
}
.cheditor-tb-bg40 {
float: left;
overflow: hidden;
background: transparent url(../icons/toolbar-background.png) no-repeat left -483px;
position: relative;
}
.cheditor-tb-icon23 {
height: 22px;
width: 23px;
margin-left: 3px;
overflow: hidden;
}
.cheditor-tb-bg30 {
float: left;
overflow: hidden;
background: transparent url(../icons/toolbar-background.png) no-repeat left -276px;
position: relative;
}
.cheditor-tb-bg30-last {
float: left;
overflow: hidden;
background: transparent url(../icons/toolbar-background.png) no-repeat left -345px;
position: relative;
}
.cheditor-tb-bg {
float: left;
overflow: hidden;
background: transparent url(../icons/toolbar-background.png) no-repeat left -69px;
position: relative;
}
.cheditor-tb-bg-first {
float: left;
overflow: hidden;
background: transparent url(../icons/toolbar-background.png) no-repeat left top;
position: relative;
}
.cheditor-tb-bg-last {
float: left;
overflow: hidden;
background: transparent url(../icons/toolbar-background.png) no-repeat left -138px;
position: relative;
}
.cheditor-tb-bg-single {
float: left;
overflow: hidden;
background: transparent url(../icons/toolbar-background.png) no-repeat left -207px;
position: relative;
}
.cheditor-tb-color-btn {
width: 16px;
height: 3px;
overflow: hidden;
position: absolute;
top: 16px;
left: 3px;
}
.cheditor-tb-button-spacer {
overflow: hidden;
width: 4px;
height: 4px;
float: left;
}
.cheditor-tb-split {
overflow: hidden;
height: 2px;
width: 3px;
clear: both;
}

133
cheditor5/css/dialog.css Normal file
View File

@ -0,0 +1,133 @@
body {
background-color: #ebe9ed;
margin: 0px;
border: 0px;
padding: 10px;
font-size: 9pt;
font-family: gulim,tahoma,helvetica;
}
td, input, select {
font-size: 9pt;
vertical-align: middle;
margin:0px;
}
.handCursor {
cursor: pointer;
}
td.hover
{
background-color : Fuchsia;
}
table.dlg {
border: 0px;
}
fieldset {
border: 1px solid #c5c5cc;
padding: 2px;
margin: 0px;
}
.dlg td {
text-align: left;
height: 20px;
}
form {
display: inline;
}
.dlg input {
border: 2px;
}
.img {
border: 0px;
vertical-align: middle;
}
.font-normal {
font-size: 9pt;
}
.button {
width: 64px;
height: 22px;
margin: 0px 2px 0px 2px;
cursor: pointer;
vertical-align: middle;
}
.button8em {
font-size: 9pt;
padding-top:2px !important; padding-top:2px;
height: 21px;
width: 8em;
}
.button10em {
font-size: 9pt;
padding-top:1px !important;padding-top:2px;
height: 21px;
width: 10em;
}
.emIcon {
width: 19px;
height: 19px;
cursor: pointer;
}
.emImgBlock {
padding: 5px;
text-align: center;
}
.emImgRow {
margin: 3px;
text-align: center;
}
.schar {
border:1px solid #ccc;
background-color:#fff;
width: 18px;
height: 17px;
text-align:center;
cursor: pointer;
font-size: 9pt;
line-height: 17px;
}
.spacer {
margin: 10px 0px 0px 0px;
}
.spacer5 {
margin: 5px 0px 0px 0px;
clear: both;
}
.wrapper {
text-align: center;
}
.clear { clear: both }
.flash-player-wrapper {
width:480px;
height:385px;
margin-top:5px;
border:1px #c5c5cc solid;
text-align:center;
overflow-x:auto;
overflow-y:hidden;
}
.media-player-wrapper {
height:200px;
margin-top:5px;
text-align:center;
overflow-x:auto;
overflow-y:hidden;
}

View File

@ -0,0 +1,99 @@
#uploadWindow {
position:absolute;
display: none;
background-color: #ebe9ed;
}
.clear { clear: both; }
#container {
padding: 8px;
font-family: gulim,tahoma,helvetica;
}
#imageListWrapper {
background-color: #fff;
border:1px #c5c5cc solid;
position: absolute;
}
#imageInfoBox {
padding: 7px;
background-color: #fff;
border:1px #c5c5cc solid;
float: right;
}
.button {
width: 77px;
height: 22px;
cursor: pointer;
vertical-align: middle;
}
.imageBox, .imageBoxHighlighted {
width: 124px;
height: 94px;
margin: 3px;
float:left;
}
.imageBox_theImage,.imageBox_theImage_over {
width:100%;
height:100%;
}
.imageBox .imageBox_theImage{
border: 1px solid #ddd;
background-image: url('../icons/dot.gif');
background-position: center center;
background-repeat: no-repeat;
}
.imageBox .imageBox_theImage_over {
border: 1px solid #000;
background-image: url('../icons/dot.gif');
background-position: center center;
background-repeat: no-repeat;
}
.imageBoxHighlighted .imageBox_theImage {
border: 1px solid #ff6600;
}
.imageBoxHighlighted .imageBox_theImage_over {
border: 1px solid #ff6600;
background-image: url('../icons/dot.gif');
background-position: center center;
background-repeat: no-repeat;
}
#removeImage {
display: none;
width: 28px;
height: 16px;
position:absolute;
cursor: pointer;
z-index: 100;
}
#insertionMarker {
height:102px;
width:6px;
position:absolute;
display:none;
}
#insertionMarkerLine {
width:6px;
height:100px;
}
#insertionMarker img {
float:left;
}
#dragDropContent{
position:absolute;
z-index:10;
display:none;
}
body {
background-color: #ebe9ed;
margin: 0px;
border: none;
padding: 0px;
overflow: hidden;
}

View File

@ -0,0 +1,95 @@
/************************************************
CHEditor Image Caption Util
************************************************/
img.chimg_photo
{
border: 1px darkgray solid;
padding:10px;
}
div.imgblock
{
}
div.leftjust
{
}
div.rightjust
{
}
div.caption
{
margin-top: 5px;
margin-left: 0.2em;
color: darkgray;
font-size: 9pt;
}
div.caption-marker
{
float: left;
margin-right: 0.2em;
}
div.caption-text
{
float: left;
clear: right;
text-align: left;
}
.imageUtil {
cursor: url(icons/imageutil/zoomin.cur), pointer;
outline: none;
}
.imageUtil img {
border: 2px solid gray;
}
.imageUtil:hover img {
border: 2px solid silver;
}
.imageUtil-image {
border-bottom: 1px solid white;
}
.imageUtil-image-blur {
}
.imageUtil-caption {
display: none;
border-bottom: 1px solid white;
font-family: gulim, Verdana, Helvetica;
font-size: 9pt;
padding: 5px;
background-color: #fff;
}
.imageUtil-loading {
display: block;
color: white;
font-size: 9px;
font-weight: normal;
text-decoration: none;
padding: 3px;
border-top: 1px solid white;
border-bottom: 1px solid white;
background-color: black;
padding-left: 22px;
background-image: url(icons/imageutil/loader.gif);
background-repeat: no-repeat;
background-position: 3px 1px;
}
a.imageUtil-credits,
a.imageUtil-credits i {
padding: 2px;
color: silver;
text-decoration: none;
font-size: 10px;
}
a.imageUtil-credits:hover,
a.imageUtil-credits:hover i {
color: white;
background-color: gray;
}
.imageUtil-display-block {
display: block;
}
.imageUtil-display-none {
display: none;
}

1
cheditor5/css/p.css Normal file
View File

@ -0,0 +1 @@
p { margin: 0px }