summaryrefslogtreecommitdiffstats
path: root/views/layouts/presentation_files/jquery.cleditor.css
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-05-28 13:28:16 -0400
committerMichael Francis <edude03@gmail.com>2011-05-28 13:28:16 -0400
commit2389d66da849798f8d4ec5f10e3b07c11da49185 (patch)
treee22556d12982395b469a23420c662662e3e064cc /views/layouts/presentation_files/jquery.cleditor.css
downloadotakuhub-2389d66da849798f8d4ec5f10e3b07c11da49185.tar.xz
Initial Commit
Diffstat (limited to 'views/layouts/presentation_files/jquery.cleditor.css')
-rw-r--r--views/layouts/presentation_files/jquery.cleditor.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/views/layouts/presentation_files/jquery.cleditor.css b/views/layouts/presentation_files/jquery.cleditor.css
new file mode 100644
index 0000000..c72dddc
--- /dev/null
+++ b/views/layouts/presentation_files/jquery.cleditor.css
@@ -0,0 +1,37 @@
+.cleditorMain {border:1px solid #fff; padding:0 1px 1px; background-color:#fbfbfb; margin-bottom:15px; margin-left:2px;
+ border-radius: 5px;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+
+ -moz-box-shadow: 1px 1px 0px #999;
+ -webkit-box-shadow: 1px 1px 0px #999;
+ box-shadow: 1px 1px 0px #999;
+}
+.cleditorMain iframe {border:none; margin:0; padding:0}
+.cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none; color:#fff; /* webkit grip focus */}
+.cleditorToolbar {
+background:#fbfbfb;
+background: -moz-linear-gradient(top,#fbfbfb,#f5f5f5);
+background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f5f5f5));
+border-bottom:1px solid #ccc;
+}
+.cleditorGroup {float:left; height:26px}
+.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('buttons.gif')}
+.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
+.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
+.cleditorPopup {border:solid 1px #999; background-color:white; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
+.cleditorList div {padding:2px 4px 2px 4px}
+.cleditorList p,
+.cleditorList h1,
+.cleditorList h2,
+.cleditorList h3,
+.cleditorList h4,
+.cleditorList h5,
+.cleditorList h6,
+.cleditorList font {padding:0; margin:0; background-color:Transparent}
+.cleditorColor {width:150px; padding:1px 0 0 1px}
+.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
+.cleditorPrompt {background-color:#F6F7F9; padding:4px; font-size:8.5pt}
+.cleditorPrompt input,
+.cleditorPrompt textarea {font:8.5pt Arial,Verdana;}
+.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}