clean new tinymce image plugin
@ -49,7 +49,7 @@ var addCodeMirrorEditor = function(type, el, parser) {
|
|||||||
var TinyMceDefaultSettings = {
|
var TinyMceDefaultSettings = {
|
||||||
script_url : '/javascripts/admin/plugins/tiny_mce/tiny_mce.js',
|
script_url : '/javascripts/admin/plugins/tiny_mce/tiny_mce.js',
|
||||||
theme : 'advanced',
|
theme : 'advanced',
|
||||||
skin : 'cirkuit',
|
skin : 'locomotive',
|
||||||
plugins: 'safari,inlinepopups,locoimage',
|
plugins: 'safari,inlinepopups,locoimage',
|
||||||
theme_advanced_buttons1 : 'code,|,bold,italic,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,blockquote,|,link,unlink',
|
theme_advanced_buttons1 : 'code,|,bold,italic,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,blockquote,|,link,unlink',
|
||||||
theme_advanced_buttons2 : 'formatselect,fontselect,fontsizeselect,|,image',
|
theme_advanced_buttons2 : 'formatselect,fontselect,fontsizeselect,|,image',
|
||||||
|
@ -1,66 +0,0 @@
|
|||||||
/*body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
|
|
||||||
body {background:#FFF;}
|
|
||||||
body.mceForceColors {background:#FFF; color:#000;}
|
|
||||||
h1 {font-size: 2em}
|
|
||||||
h2 {font-size: 1.5em}
|
|
||||||
h3 {font-size: 1.17em}
|
|
||||||
h4 {font-size: 1em}
|
|
||||||
h5 {font-size: .83em}
|
|
||||||
h6 {font-size: .75em}
|
|
||||||
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
|
|
||||||
a.mceItemAnchor {display:inline-block; width:11px !important; height:11px !important; background:url(img/items.gif) no-repeat 0 0;}
|
|
||||||
td.mceSelected, th.mceSelected {background-color:#3399ff !important}
|
|
||||||
img {border:0;}
|
|
||||||
table {cursor:default}
|
|
||||||
table td, table th {cursor:text}
|
|
||||||
ins {border-bottom:1px solid green; text-decoration: none; color:green}
|
|
||||||
del {color:red; text-decoration:line-through}
|
|
||||||
cite {border-bottom:1px dashed blue}
|
|
||||||
acronym {border-bottom:1px dotted #CCC; cursor:help}
|
|
||||||
abbr {border-bottom:1px dashed #CCC; cursor:help}
|
|
||||||
|
|
||||||
* html body {
|
|
||||||
scrollbar-3dlight-color:#F0F0EE;
|
|
||||||
scrollbar-arrow-color:#676662;
|
|
||||||
scrollbar-base-color:#F0F0EE;
|
|
||||||
scrollbar-darkshadow-color:#DDD;
|
|
||||||
scrollbar-face-color:#E0E0DD;
|
|
||||||
scrollbar-highlight-color:#F0F0EE;
|
|
||||||
scrollbar-shadow-color:#F0F0EE;
|
|
||||||
scrollbar-track-color:#F5F5F5;
|
|
||||||
}
|
|
||||||
|
|
||||||
img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
|
|
||||||
font[face=mceinline] {font-family:inherit !important}*/
|
|
||||||
body, td, pre {color:#000; font: 12px/1.5em "Lucida Grande", Helvetica, Arial, sans-serif; margin:8px;}
|
|
||||||
html,body {background:#FFF; padding: 0 !important; margin: 0 !important; }
|
|
||||||
body {height: 94% !important; padding: .5% 5px !important;}
|
|
||||||
body.mceForceColors {background:#FFF; color:#000;}
|
|
||||||
h1 {font-size: 2em}
|
|
||||||
h2 {font-size: 1.5em}
|
|
||||||
h3 {font-size: 1.17em}
|
|
||||||
h4 {font-size: 1em}
|
|
||||||
h5 {font-size: .83em}
|
|
||||||
h6 {font-size: .75em}
|
|
||||||
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
|
|
||||||
a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(img/items.gif) no-repeat bottom left;}
|
|
||||||
img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;}
|
|
||||||
img {border:0;}
|
|
||||||
table {cursor:default}
|
|
||||||
table td, table th {cursor:text}
|
|
||||||
ins {border-bottom:1px solid green; text-decoration: none; color:green}
|
|
||||||
del {color:red; text-decoration:line-through}
|
|
||||||
cite {border-bottom:1px dashed blue}
|
|
||||||
acronym {border-bottom:1px dotted #CCC; cursor:help}
|
|
||||||
abbr, html\:abbr {border-bottom:1px dashed #CCC; cursor:help}
|
|
||||||
|
|
||||||
* html body {
|
|
||||||
scrollbar-3dlight-color:#F0F0EE;
|
|
||||||
scrollbar-arrow-color:#676662;
|
|
||||||
scrollbar-base-color:#F0F0EE;
|
|
||||||
scrollbar-darkshadow-color:#DDD;
|
|
||||||
scrollbar-face-color:#E0E0DD;
|
|
||||||
scrollbar-highlight-color:#F0F0EE;
|
|
||||||
scrollbar-shadow-color:#F0F0EE;
|
|
||||||
scrollbar-track-color:#F5F5F5;
|
|
||||||
}
|
|
@ -1,69 +0,0 @@
|
|||||||
/* Generic */
|
|
||||||
body {
|
|
||||||
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
||||||
font-size: 13px;
|
|
||||||
/* font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;*/
|
|
||||||
background: #fff;
|
|
||||||
padding:0;
|
|
||||||
margin: 8px 10px 0 10px;
|
|
||||||
padding-bottom: 120px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
color: #8B8D9A;
|
|
||||||
padding: 5px 0px 10px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabs { display: none; }
|
|
||||||
|
|
||||||
.mceActionPanel {
|
|
||||||
position: absolute;
|
|
||||||
left: 0px;
|
|
||||||
bottom: 0px;
|
|
||||||
height: 49px;
|
|
||||||
width: 100%;
|
|
||||||
background: #8b8d9a;
|
|
||||||
padding: 12px 0 0 0px;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mceMiddle span {
|
|
||||||
background: red !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mceActionPanel input {
|
|
||||||
color: #787A89;
|
|
||||||
text-shadow: 1px 1px 1px #fff;
|
|
||||||
background: #d9dce8;
|
|
||||||
-moz-border-radius: 5px;
|
|
||||||
-webkit-border-radius: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
box-shadow: 1px 1px 1px #333;
|
|
||||||
padding: 6px 9px 8px;
|
|
||||||
margin: 5px 20px 0 0;
|
|
||||||
font-size: 1em;
|
|
||||||
border: 0px;
|
|
||||||
background-image: -webkit-gradient(
|
|
||||||
linear,
|
|
||||||
left bottom,
|
|
||||||
left top,
|
|
||||||
color-stop(0.01, rgb(215,219,231)),
|
|
||||||
color-stop(0.47, rgb(235,237,244)),
|
|
||||||
color-stop(0.7, rgb(235,237,244))
|
|
||||||
);
|
|
||||||
background-image: -moz-linear-gradient(
|
|
||||||
center bottom,
|
|
||||||
rgb(215,219,231) 1%,
|
|
||||||
rgb(235,237,244) 47%,
|
|
||||||
rgb(235,237,244) 70%
|
|
||||||
);
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*#fancybox-inner .popup-actions p {
|
|
||||||
padding: 15px;
|
|
||||||
margin: 0px;
|
|
||||||
text-align: right;
|
|
||||||
}*/
|
|
@ -1,118 +0,0 @@
|
|||||||
/*/* Generic */
|
|
||||||
body {
|
|
||||||
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
|
|
||||||
background:#f1f1f1;
|
|
||||||
padding:0;
|
|
||||||
margin:8px 8px 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
html {background:#f1f1f1;}
|
|
||||||
td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
|
|
||||||
textarea {resize:none;outline:none;}
|
|
||||||
a:link, a:visited {color:black;}
|
|
||||||
a:hover {color:#2B6FB6;}
|
|
||||||
.nowrap {white-space: nowrap}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
fieldset {margin:0; padding:4px; border:1px solid #dfdfdf; font-family:Verdana, Arial; font-size:10px;}
|
|
||||||
legend {color:#2B6FB6; font-weight:bold;}
|
|
||||||
label.msg {display:none;}
|
|
||||||
label.invalid {color:#EE0000; display:inline;}
|
|
||||||
input.invalid {border:1px solid #EE0000;}
|
|
||||||
input {background:#FFF; border:1px solid #dfdfdf;}
|
|
||||||
input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
|
|
||||||
input, select, textarea {border:1px solid #dfdfdf;}
|
|
||||||
input.radio {border:1px none #000000; background:transparent; vertical-align:middle;}
|
|
||||||
input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;}
|
|
||||||
.input_noborder {border:0;}
|
|
||||||
|
|
||||||
/* Buttons */
|
|
||||||
#insert, #cancel, #apply, .mceActionPanel .button, input.mceButton, .updateButton {
|
|
||||||
border: 1px solid #bbb;
|
|
||||||
margin:0;
|
|
||||||
padding:0 0 1px;
|
|
||||||
font-weight:bold;
|
|
||||||
font-size: 11px;
|
|
||||||
width:94px;
|
|
||||||
height:24px;
|
|
||||||
background:url(img/fade-butt.png) 0 0;
|
|
||||||
color:#000;
|
|
||||||
cursor:pointer;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-khtml-border-radius: 3px;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
#insert:hover, #cancel:hover, input.mceButton:hover, .updateButton:hover,
|
|
||||||
#insert:focus, #cancel:focus, input.mceButton:focus, .updateButton:focus {
|
|
||||||
border: 1px solid #555;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Browse */
|
|
||||||
a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;}
|
|
||||||
.mceOldBoxModel a.browse span {width:22px; height:20px;}
|
|
||||||
a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
|
|
||||||
a.browse span.disabled {border:1px solid white; -moz-opacity:0.3; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}
|
|
||||||
a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
|
|
||||||
a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;}
|
|
||||||
.mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
|
|
||||||
a.pickcolor:hover span {background-color:#B2BBD0;}
|
|
||||||
a.pickcolor, a.browse {text-decoration:none}
|
|
||||||
|
|
||||||
/* Charmap */
|
|
||||||
table.charmap {border:1px solid #AAA; text-align:center}
|
|
||||||
td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;}
|
|
||||||
#charmap a {display:block; color:#000; text-decoration:none; border:0}
|
|
||||||
#charmap a:hover {background:#CCC;color:#2B6FB6}
|
|
||||||
#charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center}
|
|
||||||
#charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center}
|
|
||||||
#charmap #charmapView {background-color:#fff;}
|
|
||||||
|
|
||||||
/* Source */
|
|
||||||
.wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
|
|
||||||
.mceActionPanel {margin-top:5px;}
|
|
||||||
|
|
||||||
/* Tabs classes */
|
|
||||||
.tabs {width:100%; height:18px; line-height:normal; background:url(img/tabs.gif) repeat-x 0 -72px;}
|
|
||||||
.tabs ul {margin:0; padding:0; list-style:none;}
|
|
||||||
.tabs li {float:left; background:url(img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;}
|
|
||||||
.tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;}
|
|
||||||
.tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;}
|
|
||||||
.tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;}
|
|
||||||
.tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
|
|
||||||
.tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
|
|
||||||
|
|
||||||
/* Panels */
|
|
||||||
.panel_wrapper div.panel {display:none;}
|
|
||||||
.panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
|
|
||||||
.panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;}
|
|
||||||
|
|
||||||
/* Columns */
|
|
||||||
.column {float:left;}
|
|
||||||
.properties {width:100%;}
|
|
||||||
.properties .column1 {}
|
|
||||||
.properties .column2 {text-align:left;}
|
|
||||||
|
|
||||||
/* Titles */
|
|
||||||
h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;}
|
|
||||||
h3 {font-size:14px;}
|
|
||||||
.title {font-size:12px; font-weight:bold; color:#2B6FB6;}
|
|
||||||
|
|
||||||
/* Dialog specific */
|
|
||||||
#link .panel_wrapper, #link div.current {height:125px;}
|
|
||||||
#image .panel_wrapper, #image div.current {height:200px;}
|
|
||||||
#plugintable thead {font-weight:bold; background:#DDD;}
|
|
||||||
#plugintable, #about #plugintable td {border:1px solid #919B9C;}
|
|
||||||
#plugintable {width:96%; margin-top:10px;}
|
|
||||||
#pluginscontainer {height:290px; overflow:auto;}
|
|
||||||
#colorpicker #preview {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;}
|
|
||||||
#colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;}
|
|
||||||
#colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;}
|
|
||||||
#colorpicker #light div {overflow:hidden;}
|
|
||||||
#colorpicker #previewblock {float:right; padding-left:10px; height:20px;}
|
|
||||||
#colorpicker .panel_wrapper div.current {height:175px;}
|
|
||||||
#colorpicker #namedcolors {width:150px;}
|
|
||||||
#colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
|
|
||||||
#colorpicker #colornamecontainer {margin-top:5px;}
|
|
||||||
#colorpicker #picker_panel fieldset {margin:auto;width:325px;}
|
|
||||||
*/
|
|
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 60 B |
Before Width: | Height: | Size: 785 B |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 70 B |
Before Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 143 B |
@ -1,997 +0,0 @@
|
|||||||
/* Reset */
|
|
||||||
|
|
||||||
.cirkuitSkin table, .cirkuitSkin tbody, .cirkuitSkin a, .cirkuitSkin img, .cirkuitSkin tr, .cirkuitSkin div, .cirkuitSkin td, .cirkuitSkin iframe, .cirkuitSkin span, .cirkuitSkin *, .cirkuitSkin .mceText {
|
|
||||||
border: 0;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background: transparent;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: normal;
|
|
||||||
cursor: default;
|
|
||||||
color: #000;
|
|
||||||
vertical-align: baseline;
|
|
||||||
width: auto;
|
|
||||||
border-collapse: separate;
|
|
||||||
text-align: left
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin { display: inline-block; }
|
|
||||||
|
|
||||||
.cirkuitSkin a:hover, .cirkuitSkin a:link, .cirkuitSkin a:visited, .cirkuitSkin a:active {
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: normal;
|
|
||||||
cursor: default;
|
|
||||||
color: #000
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin table td {
|
|
||||||
vertical-align: middle
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Containers */
|
|
||||||
.cirkuitSkin table {
|
|
||||||
direction:ltr;
|
|
||||||
}
|
|
||||||
.cirkuitSkin iframe {
|
|
||||||
display: block;
|
|
||||||
background: #FFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceToolbar {
|
|
||||||
height: 26px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceLeft {
|
|
||||||
text-align: left
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceRight {
|
|
||||||
text-align: right
|
|
||||||
}
|
|
||||||
|
|
||||||
/* External */
|
|
||||||
.cirkuitSkin .mceExternalToolbar {
|
|
||||||
position: absolute;
|
|
||||||
border: 1px solid #CCC;
|
|
||||||
border-bottom: 0;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceExternalToolbar td.mceToolbar {
|
|
||||||
padding-right: 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceExternalClose {
|
|
||||||
position: absolute;
|
|
||||||
top: 3px;
|
|
||||||
right: 3px;
|
|
||||||
width: 7px;
|
|
||||||
height: 7px;
|
|
||||||
background: url('img/icons.png') -820px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Layout */
|
|
||||||
.cirkuitSkin table.mceLayout {
|
|
||||||
border: 0;
|
|
||||||
border-left: 1px solid #CCC;
|
|
||||||
border-right: 1px solid #CCC
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin table.mceLayout tr.mceFirst td {
|
|
||||||
border-top: 1px solid #ccced7;
|
|
||||||
/* border: none;*/
|
|
||||||
/* border-bottom: 10px solid #ebedf4;*/
|
|
||||||
background: #d7dbe7;
|
|
||||||
/* background: #fff;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin table.mceLayout tr.mceLast td {
|
|
||||||
border-bottom: 1px solid #CCC;
|
|
||||||
background: url('img/toolbarbg.png') center repeat-x;
|
|
||||||
/* background: transparent;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin table.mceToolbar, .cirkuitSkin tr.mceFirst .mceToolbar tr td, .cirkuitSkin tr.mceLast .mceToolbar tr td {
|
|
||||||
border: 0;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin td.mceToolbar {
|
|
||||||
padding-top: 1px;
|
|
||||||
vertical-align: top;
|
|
||||||
background-color: #DFDFDF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceIframeContainer {
|
|
||||||
border-top: 1px solid #CCC;
|
|
||||||
border-bottom: 1px solid #CCC;
|
|
||||||
/*height: 100%; 5/22/2010 - Joe Rozzi - taken out comparing to default theme ui.css */
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceStatusbar {
|
|
||||||
font-family: 'MS Sans Serif', sans-serif, Verdana, Arial;
|
|
||||||
font-size: 9pt;
|
|
||||||
line-height: 16px;
|
|
||||||
overflow: visible;
|
|
||||||
color: #666;
|
|
||||||
display: block;
|
|
||||||
height: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceStatusbar div {
|
|
||||||
float: left;
|
|
||||||
/*margin: 3px 0 0 4px;*/
|
|
||||||
margin:2px;
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceStatusbar a.mceResize {
|
|
||||||
display: block;
|
|
||||||
float: right;
|
|
||||||
background: url('img/icons.png') -801px -2px;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
cursor: se-resize;
|
|
||||||
outline:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceStatusbar a:hover {
|
|
||||||
text-decoration: underline
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin table.mceToolbar {
|
|
||||||
margin-left: 3px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mceIcon, .cirkuitSkin img.mceIcon {
|
|
||||||
display: block;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceIcon {
|
|
||||||
background: url('img/icons.png') no-repeat 20px 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin td.mceCenter {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin td.mceCenter table {
|
|
||||||
margin: 0 auto;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin td.mceRight table {
|
|
||||||
margin: 0 0 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Button */
|
|
||||||
.cirkuitSkin .mceButton {
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-khtml-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
background-image: url("img/butt2.png");
|
|
||||||
background-position: left top;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
cursor: default;
|
|
||||||
display: block;
|
|
||||||
height: 20px;
|
|
||||||
margin: 1px;
|
|
||||||
padding: 1px 2px;
|
|
||||||
width: 20px;
|
|
||||||
background-color: #E9E8E8;
|
|
||||||
border-color: #B2B2B2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin a.mceButtonEnabled:hover {
|
|
||||||
background-position: 0 -10px;
|
|
||||||
border-color: #777;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin a.mceButtonActive, .cirkuitSkin a.mceButtonSelected {
|
|
||||||
background-image: inherit;
|
|
||||||
border-color: #333;
|
|
||||||
background: #bcd0f5 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceButtonDisabled .mceIcon {
|
|
||||||
opacity: 0.3;
|
|
||||||
-ms-filter: 'alpha(opacity=30)';
|
|
||||||
filter: alpha(opacity = 30);
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceButtonLabeled {
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceButtonLabeled span.mceIcon {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mceButtonLabel {
|
|
||||||
display: block;
|
|
||||||
font-size: 10px;
|
|
||||||
padding: 4px 6px 0 22px;
|
|
||||||
font-family: Tahoma, Verdana, Arial, Helvetica;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceButtonDisabled .mceButtonLabel {
|
|
||||||
color: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Separator */
|
|
||||||
.cirkuitSkin .mceSeparator {
|
|
||||||
background: none repeat scroll 0 0 transparent;
|
|
||||||
display: block;
|
|
||||||
height: 24px;
|
|
||||||
margin: 0 2px;
|
|
||||||
overflow: hidden;
|
|
||||||
width: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ListBox */
|
|
||||||
.cirkuitSkin .mceListBox {
|
|
||||||
direction: ltr;
|
|
||||||
margin: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceListBox, .cirkuitSkin .mceListBox a {
|
|
||||||
display: block
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceListBox .mceText {
|
|
||||||
padding: 1px 2px 1px 5px;
|
|
||||||
text-align: left;
|
|
||||||
text-decoration: none !important;
|
|
||||||
width: 70px;
|
|
||||||
background-image: url(img/butt2.png);
|
|
||||||
background-position: left top;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
font-family: Tahoma, Verdana, Arial, Helvetica;
|
|
||||||
font-size: 11px;
|
|
||||||
height: 20px;
|
|
||||||
line-height: 20px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceListBox .mceText, .cirkuitSkin .mceListBox .mceOpen {
|
|
||||||
background-color: #D5D5D5;
|
|
||||||
border-color: #B2B2B2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin table.mceListBoxEnabled:hover .mceOpen, .cirkuitSkin .mceListBoxHover .mceOpen, .cirkuitSkin .mceListBoxSelected .mceOpen, .cirkuitSkin .mceListBoxSelected .mceText {
|
|
||||||
border-color: #777 !important;
|
|
||||||
background-color: #d5d5d5 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin table.mceListBoxEnabled:hover .mceText, .cirkuitSkin .mceListBoxHover .mceText {
|
|
||||||
border-color: #777 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin table.mceListBoxEnabled:hover .mceText, .cirkuitSkin .mceListBoxHover .mceText, .cirkuitSkin .mceListBoxSelected .mceText, .cirkuitSkin table.mceListBoxEnabled:hover .mceOpen, .cirkuitSkin .mceListBoxHover .mceOpen, .cirkuitSkin .mceListBoxSelected .mceOpen {
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceListBoxDisabled a.mceText {
|
|
||||||
color: gray;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceListBoxMenu {
|
|
||||||
overflow: auto;
|
|
||||||
overflow-x: hidden
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceOldBoxModel .mceListBox .mceText {
|
|
||||||
height: 22px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceOldBoxModel .mceListBox .mceOpen {
|
|
||||||
width: 11px;
|
|
||||||
height: 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin select.mceNativeListBox {
|
|
||||||
font: 11px 'Lucida Grande', Helvetica, Arial, sans-serif;
|
|
||||||
background: #F0F0EE;
|
|
||||||
border: 1px solid gray;
|
|
||||||
margin-right: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceListBox .mceOpen {
|
|
||||||
width: 14px;
|
|
||||||
height: 20px;
|
|
||||||
border-collapse: separate;
|
|
||||||
background-image: url(img/butt2.png);
|
|
||||||
background-position: left top;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
padding: 1px;
|
|
||||||
border-left: 0 none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceListBox .mceOpen span {
|
|
||||||
display: block;
|
|
||||||
width: 14px;
|
|
||||||
height: 20px;
|
|
||||||
background-image: url(img/down_arrow.gif);
|
|
||||||
background-position: 2px 1px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SplitButton */
|
|
||||||
.cirkuitSkin .mceSplitButton {
|
|
||||||
width: 32px;
|
|
||||||
height: 20px;
|
|
||||||
direction: ltr
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceSplitButton a, .cirkuitSkin .mceSplitButton span {
|
|
||||||
height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceSplitButton a {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceSplitButton a.mceAction {
|
|
||||||
height: 20px;
|
|
||||||
width: 20px;
|
|
||||||
padding: 1px 2px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceSplitButton span.mceAction {
|
|
||||||
width: 20px;
|
|
||||||
background: url('img/icons.png') 20px 20px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceSplitButton a.mceOpen {
|
|
||||||
width: 10px;
|
|
||||||
height: 20px;
|
|
||||||
background-image: url(img/down_arrow.gif);
|
|
||||||
background-position: 1px 2px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
padding: 1px;
|
|
||||||
border-left: 0 none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceSplitButtonDisabled .mceAction, .cirkuitSkin .mceSplitButtonDisabled span.mceOpen {
|
|
||||||
opacity: 0.3;
|
|
||||||
filter: alpha(opacity = 30);
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceSplitButtonActive a.mceAction {
|
|
||||||
border: 1px solid #0A246A;
|
|
||||||
background-color: #C2CBE0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin table.mceSplitButton td {
|
|
||||||
background-image: url(img/butt2.png);
|
|
||||||
background-position: left top;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceSplitButton a.mceAction, .cirkuitSkin .mceSplitButton a.mceOpen {
|
|
||||||
border-color: #B2B2B2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceListBox a.mceText, .cirkuitSkin .mceSplitButton a.mceAction {
|
|
||||||
-moz-border-radius-bottomleft: 3px;
|
|
||||||
-webkit-border-bottom-left-radius: 3px;
|
|
||||||
-khtml-border-bottom-left-radius: 3px;
|
|
||||||
border-bottom-left-radius: 3px;
|
|
||||||
-moz-border-radius-topleft: 3px;
|
|
||||||
-webkit-border-top-left-radius: 3px;
|
|
||||||
-khtml-border-top-left-radius: 3px;
|
|
||||||
border-top-left-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceSplitButton a.mceOpen, .cirkuitSkin .mceListBox a.mceOpen {
|
|
||||||
-moz-border-radius-bottomright: 3px;
|
|
||||||
-webkit-border-bottom-right-radius: 3px;
|
|
||||||
-khtml-border-bottom-right-radius: 3px;
|
|
||||||
border-bottom-right-radius: 3px;
|
|
||||||
-moz-border-radius-topright: 3px;
|
|
||||||
-webkit-border-top-right-radius: 3px;
|
|
||||||
-khtml-border-top-right-radius: 3px;
|
|
||||||
border-top-right-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceSplitButton a.mceOpen:hover, .cirkuitSkin .mceSplitButtonSelected a.mceOpen, .cirkuitSkin table.mceSplitButtonEnabled:hover a.mceAction, .cirkuitSkin .mceSplitButton a.mceAction:hover {
|
|
||||||
background-color: #d5d5d5;
|
|
||||||
border-color: #777 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ColorSplitButton */
|
|
||||||
.cirkuitSkin div.mceColorSplitMenu table {
|
|
||||||
background: #FFF;
|
|
||||||
border: 1px solid gray
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceColorSplitMenu td {
|
|
||||||
padding: 2px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceColorSplitMenu a {
|
|
||||||
display: block;
|
|
||||||
width: 9px;
|
|
||||||
height: 9px;
|
|
||||||
overflow: hidden;
|
|
||||||
border: 1px solid #808080
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceColorSplitMenu td.mceMoreColors {
|
|
||||||
padding: 1px 3px 1px 1px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceColorSplitMenu a.mceMoreColors {
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
text-align: center;
|
|
||||||
font-family: Tahoma, Verdana, Arial, Helvetica;
|
|
||||||
font-size: 11px;
|
|
||||||
line-height: 20px;
|
|
||||||
border: 1px solid #FFF
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceColorSplitMenu a.mceMoreColors:hover {
|
|
||||||
border: 1px solid #0A246A;
|
|
||||||
background-color: #B6BDD2
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin a.mceMoreColors:hover {
|
|
||||||
border: 1px solid #0A246A
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceColorPreview {
|
|
||||||
margin-left: 2px;
|
|
||||||
width: 16px;
|
|
||||||
height: 3px;
|
|
||||||
overflow: hidden;
|
|
||||||
background: #9a9b9a
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_forecolor span.mceAction, .cirkuitSkin .mce_backcolor span.mceAction {
|
|
||||||
overflow: hidden;
|
|
||||||
height: 16px
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Menu */
|
|
||||||
.cirkuitSkin .mceMenu {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
z-index: 1000;
|
|
||||||
border: 1px solid #D4D0C8
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceNoIcons span.mceIcon {
|
|
||||||
width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceNoIcons a .mceText {
|
|
||||||
padding-left: 10px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenu table {
|
|
||||||
background: #FFF
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenu a, .cirkuitSkin .mceMenu span, .cirkuitSkin .mceMenu {
|
|
||||||
display: block
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenu td {
|
|
||||||
height: 20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenu a {
|
|
||||||
position: relative;
|
|
||||||
padding: 3px 0 4px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenu .mceText {
|
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
|
|
||||||
color: #000;
|
|
||||||
cursor: default;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 25px 0 25px;
|
|
||||||
display: block
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenu span.mceText, .cirkuitSkin .mceMenu .mcePreview {
|
|
||||||
font-size: 11px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenu pre.mceText {
|
|
||||||
font-family: Monospace
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenu .mceIcon {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenu .mceMenuItemEnabled a:hover, .cirkuitSkin .mceMenu .mceMenuItemActive {
|
|
||||||
background-color: #dbecf3
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin td.mceMenuItemSeparator {
|
|
||||||
background: #DDD;
|
|
||||||
height: 1px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenuItemTitle a {
|
|
||||||
border: 0;
|
|
||||||
background: #EEE;
|
|
||||||
border-bottom: 1px solid #DDD
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenuItemTitle span.mceText {
|
|
||||||
color: #000;
|
|
||||||
font-weight: bold;
|
|
||||||
padding-left: 4px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenuItemDisabled .mceText {
|
|
||||||
color: #888
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenuItemSelected .mceIcon {
|
|
||||||
background: url('img/menu-check.png')
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceNoIcons .mceMenuItemSelected a {
|
|
||||||
background: url('img/menu-arrow.png') no-repeat -6px center
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenu span.mceMenuLine {
|
|
||||||
display: none
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceMenuItemSub a {
|
|
||||||
background: url('img/menu-arrow.png') no-repeat top right;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Progress,Resize */
|
|
||||||
.cirkuitSkin .mceBlocker {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
z-index: 1000;
|
|
||||||
opacity: 0.5;
|
|
||||||
-ms-filter: 'alpha(opacity=50)';
|
|
||||||
filter: alpha(opacity = 50);
|
|
||||||
background: #FFF
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mceProgress {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
z-index: 1001;
|
|
||||||
background: url('img/progress.gif') no-repeat;
|
|
||||||
width: 32px;
|
|
||||||
height: 32px;
|
|
||||||
margin: -16px 0 0 -16px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mcePlaceHolder {
|
|
||||||
border: 1px dotted gray
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Formats */
|
|
||||||
.cirkuitSkin .mce_formatPreview a {
|
|
||||||
font-size: 10px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_p span.mceText {
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_address span.mceText {
|
|
||||||
font-style: italic
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_pre span.mceText {
|
|
||||||
font-family: monospace
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_h1 span.mceText {
|
|
||||||
font-weight: bolder;
|
|
||||||
font-size: 2em
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_h2 span.mceText {
|
|
||||||
font-weight: bolder;
|
|
||||||
font-size: 1.5em
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_h3 span.mceText {
|
|
||||||
font-weight: bolder;
|
|
||||||
font-size: 1.17em
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_h4 span.mceText {
|
|
||||||
font-weight: bolder;
|
|
||||||
font-size: 1em
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_h5 span.mceText {
|
|
||||||
font-weight: bolder;
|
|
||||||
font-size: .83em
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_h6 span.mceText {
|
|
||||||
font-weight: bolder;
|
|
||||||
font-size: .75em
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Theme */
|
|
||||||
.cirkuitSkin span.mce_bold {
|
|
||||||
background-position: 0 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_italic {
|
|
||||||
background-position: -60px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_underline {
|
|
||||||
background-position: -140px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_strikethrough {
|
|
||||||
background-position: -120px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_undo {
|
|
||||||
background-position: -160px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_redo {
|
|
||||||
background-position: -100px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_cleanup {
|
|
||||||
background-position: -40px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_bullist {
|
|
||||||
background-position: -20px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_numlist {
|
|
||||||
background-position: -80px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_justifyleft {
|
|
||||||
background-position: -460px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_justifyright {
|
|
||||||
background-position: -480px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_justifycenter {
|
|
||||||
background-position: -420px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_justifyfull {
|
|
||||||
background-position: -440px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_anchor {
|
|
||||||
background-position: -200px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_indent {
|
|
||||||
background-position: -400px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_outdent {
|
|
||||||
background-position: -540px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_link {
|
|
||||||
background-position: -500px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_unlink {
|
|
||||||
background-position: -640px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_sub {
|
|
||||||
background-position: -600px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_sup {
|
|
||||||
background-position: -620px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_removeformat {
|
|
||||||
background-position: -580px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_newdocument {
|
|
||||||
background-position: -520px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_image {
|
|
||||||
background-position: -380px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_help {
|
|
||||||
background-position: -340px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_code {
|
|
||||||
background-position: -260px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_hr {
|
|
||||||
background-position: -360px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_visualaid {
|
|
||||||
background-position: -660px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_charmap {
|
|
||||||
background-position: -240px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_paste {
|
|
||||||
background-position: -560px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_copy {
|
|
||||||
background-position: -700px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_cut {
|
|
||||||
background-position: -680px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_blockquote {
|
|
||||||
background-position: -220px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_forecolor span.mceAction {
|
|
||||||
background-position: -720px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_backcolor span.mceAction {
|
|
||||||
background-position: -760px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_forecolorpicker {
|
|
||||||
background-position: -720px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_backcolorpicker {
|
|
||||||
background-position: -760px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Plugins */
|
|
||||||
.cirkuitSkin span.mce_advhr {
|
|
||||||
background-position: -0px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_ltr {
|
|
||||||
background-position: -20px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_rtl {
|
|
||||||
background-position: -40px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_emotions {
|
|
||||||
background-position: -60px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_fullpage {
|
|
||||||
background-position: -80px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_fullscreen {
|
|
||||||
background-position: -100px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_iespell {
|
|
||||||
background-position: -120px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_insertdate {
|
|
||||||
background-position: -140px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_inserttime {
|
|
||||||
background-position: -160px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_absolute {
|
|
||||||
background-position: -180px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_backward {
|
|
||||||
background-position: -200px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_forward {
|
|
||||||
background-position: -220px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_insert_layer {
|
|
||||||
background-position: -240px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_insertlayer {
|
|
||||||
background-position: -260px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_movebackward {
|
|
||||||
background-position: -280px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_moveforward {
|
|
||||||
background-position: -300px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_media {
|
|
||||||
background-position: -320px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_nonbreaking {
|
|
||||||
background-position: -340px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_pastetext {
|
|
||||||
background-position: -360px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_pasteword {
|
|
||||||
background-position: -380px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_selectall {
|
|
||||||
background-position: -400px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_preview {
|
|
||||||
background-position: -420px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_print {
|
|
||||||
background-position: -440px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_cancel {
|
|
||||||
background-position: -460px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_save {
|
|
||||||
background-position: -480px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_replace {
|
|
||||||
background-position: -500px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_search {
|
|
||||||
background-position: -520px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_styleprops {
|
|
||||||
background-position: -560px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_table {
|
|
||||||
background-position: -580px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_cell_props {
|
|
||||||
background-position: -600px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_delete_table {
|
|
||||||
background-position: -620px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_delete_col {
|
|
||||||
background-position: -640px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_delete_row {
|
|
||||||
background-position: -660px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_col_after {
|
|
||||||
background-position: -680px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_col_before {
|
|
||||||
background-position: -700px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_row_after {
|
|
||||||
background-position: -720px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_row_before {
|
|
||||||
background-position: -740px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_merge_cells {
|
|
||||||
background-position: -760px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_table_props {
|
|
||||||
background-position: -980px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_row_props {
|
|
||||||
background-position: -780px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_split_cells {
|
|
||||||
background-position: -800px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_template {
|
|
||||||
background-position: -820px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_visualchars {
|
|
||||||
background-position: -840px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_abbr {
|
|
||||||
background-position: -860px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_acronym {
|
|
||||||
background-position: -880px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_attribs {
|
|
||||||
background-position: -900px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_cite {
|
|
||||||
background-position: -920px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_del {
|
|
||||||
background-position: -940px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_ins {
|
|
||||||
background-position: -960px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_pagebreak {
|
|
||||||
background-position: 0 -40px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin .mce_spellchecker span.mceAction {
|
|
||||||
background-position: -540px -20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.cirkuitSkin span.mce_restoredraft {
|
|
||||||
background-position: -20px -40px
|
|
||||||
}
|
|
||||||
|
|
||||||
/* border */
|
|
||||||
.cirkuitSkin .mceExternalToolbar, .cirkuitSkin .mceButton, .cirkuitSkin a.mceButtonEnabled:hover, .cirkuitSkin a.mceButtonActive, .cirkuitSkin a.mceButtonSelected, .cirkuitSkin .mceListBox .mceText, .cirkuitSkin .mceListBox .mceOpen, .cirkuitSkin table.mceListBoxEnabled:hover .mceText, .cirkuitSkin .mceListBoxHover .mceText, .cirkuitSkin .mceListBoxSelected .mceText, .cirkuitSkin table.mceListBoxEnabled:hover .mceOpen, .cirkuitSkin .mceListBoxHover .mceOpen, .cirkuitSkin .mceListBoxSelected .mceOpen, .cirkuitSkin select.mceListBox, .cirkuitSkin .mceSplitButton a.mceAction, .cirkuitSkin .mceSplitButton a.mceOpen, .cirkuitSkin .mceSplitButton a.mceOpen:hover, .cirkuitSkin .mceSplitButtonSelected a.mceOpen, .cirkuitSkin table.mceSplitButtonEnabled:hover a.mceAction, .cirkuitSkin .mceSplitButton a.mceAction:hover, .cirkuitSkin div.mceColorSplitMenu table, .cirkuitSkin .mceColorSplitMenu a, .cirkuitSkin .mceColorSplitMenu a.mceMoreColors, .cirkuitSkin .mceColorSplitMenu a.mceMoreColors:hover, .cirkuitSkin a.mceMoreColors:hover, .cirkuitSkin .mceMenu {
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
|
||||||
|
|
41
public/javascripts/admin/plugins/tiny_mce/themes/advanced/skins/locomotive/content.css
vendored
Normal file → Executable file
@ -1,6 +1,6 @@
|
|||||||
body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
|
/*body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
|
||||||
body {background: #fff url("/images/admin/form/field.png") repeat-x scroll 0 0; color:#787A89; font-size: 0.8em;}
|
body {background:#FFF;}
|
||||||
body.mceForceColors {background:#FFF; }
|
body.mceForceColors {background:#FFF; color:#000;}
|
||||||
h1 {font-size: 2em}
|
h1 {font-size: 2em}
|
||||||
h2 {font-size: 1.5em}
|
h2 {font-size: 1.5em}
|
||||||
h3 {font-size: 1.17em}
|
h3 {font-size: 1.17em}
|
||||||
@ -19,7 +19,6 @@ cite {border-bottom:1px dashed blue}
|
|||||||
acronym {border-bottom:1px dotted #CCC; cursor:help}
|
acronym {border-bottom:1px dotted #CCC; cursor:help}
|
||||||
abbr {border-bottom:1px dashed #CCC; cursor:help}
|
abbr {border-bottom:1px dashed #CCC; cursor:help}
|
||||||
|
|
||||||
/* IE */
|
|
||||||
* html body {
|
* html body {
|
||||||
scrollbar-3dlight-color:#F0F0EE;
|
scrollbar-3dlight-color:#F0F0EE;
|
||||||
scrollbar-arrow-color:#676662;
|
scrollbar-arrow-color:#676662;
|
||||||
@ -32,4 +31,36 @@ scrollbar-track-color:#F5F5F5;
|
|||||||
}
|
}
|
||||||
|
|
||||||
img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
|
img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
|
||||||
font[face=mceinline] {font-family:inherit !important}
|
font[face=mceinline] {font-family:inherit !important}*/
|
||||||
|
body, td, pre {color:#000; font: 12px/1.5em "Lucida Grande", Helvetica, Arial, sans-serif; margin:8px;}
|
||||||
|
html,body {background:#FFF; padding: 0 !important; margin: 0 !important; }
|
||||||
|
body {height: 94% !important; padding: .5% 5px !important;}
|
||||||
|
body.mceForceColors {background:#FFF; color:#000;}
|
||||||
|
h1 {font-size: 2em}
|
||||||
|
h2 {font-size: 1.5em}
|
||||||
|
h3 {font-size: 1.17em}
|
||||||
|
h4 {font-size: 1em}
|
||||||
|
h5 {font-size: .83em}
|
||||||
|
h6 {font-size: .75em}
|
||||||
|
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
|
||||||
|
a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(img/items.gif) no-repeat bottom left;}
|
||||||
|
img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;}
|
||||||
|
img {border:0;}
|
||||||
|
table {cursor:default}
|
||||||
|
table td, table th {cursor:text}
|
||||||
|
ins {border-bottom:1px solid green; text-decoration: none; color:green}
|
||||||
|
del {color:red; text-decoration:line-through}
|
||||||
|
cite {border-bottom:1px dashed blue}
|
||||||
|
acronym {border-bottom:1px dotted #CCC; cursor:help}
|
||||||
|
abbr, html\:abbr {border-bottom:1px dashed #CCC; cursor:help}
|
||||||
|
|
||||||
|
* html body {
|
||||||
|
scrollbar-3dlight-color:#F0F0EE;
|
||||||
|
scrollbar-arrow-color:#676662;
|
||||||
|
scrollbar-base-color:#F0F0EE;
|
||||||
|
scrollbar-darkshadow-color:#DDD;
|
||||||
|
scrollbar-face-color:#E0E0DD;
|
||||||
|
scrollbar-highlight-color:#F0F0EE;
|
||||||
|
scrollbar-shadow-color:#F0F0EE;
|
||||||
|
scrollbar-track-color:#F5F5F5;
|
||||||
|
}
|
||||||
|
160
public/javascripts/admin/plugins/tiny_mce/themes/advanced/skins/locomotive/dialog.css
vendored
Normal file → Executable file
@ -1,117 +1,61 @@
|
|||||||
/* Generic */
|
/* Generic */
|
||||||
body {
|
body {
|
||||||
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
|
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||||
scrollbar-3dlight-color:#F0F0EE;
|
font-size: 13px;
|
||||||
scrollbar-arrow-color:#676662;
|
/* font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;*/
|
||||||
scrollbar-base-color:#F0F0EE;
|
background: #fff;
|
||||||
scrollbar-darkshadow-color:#DDDDDD;
|
padding:0;
|
||||||
scrollbar-face-color:#E0E0DD;
|
margin: 8px 10px 0 10px;
|
||||||
scrollbar-highlight-color:#F0F0EE;
|
padding-bottom: 120px;
|
||||||
scrollbar-shadow-color:#F0F0EE;
|
|
||||||
scrollbar-track-color:#F5F5F5;
|
|
||||||
background:#F0F0EE;
|
|
||||||
padding:0;
|
|
||||||
margin:8px 8px 0 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html {background:#F0F0EE;}
|
.title {
|
||||||
td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
|
color: #8B8D9A;
|
||||||
textarea {resize:none;outline:none;}
|
padding: 5px 0px 10px 0px;
|
||||||
a:link, a:visited {color:black;}
|
|
||||||
a:hover {color:#2B6FB6;}
|
|
||||||
.nowrap {white-space: nowrap}
|
|
||||||
|
|
||||||
/* Forms */
|
|
||||||
fieldset {margin:0; padding:4px; border:1px solid #919B9C; font-family:Verdana, Arial; font-size:10px;}
|
|
||||||
legend {color:#2B6FB6; font-weight:bold;}
|
|
||||||
label.msg {display:none;}
|
|
||||||
label.invalid {color:#EE0000; display:inline;}
|
|
||||||
input.invalid {border:1px solid #EE0000;}
|
|
||||||
input {background:#FFF; border:1px solid #CCC;}
|
|
||||||
input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
|
|
||||||
input, select, textarea {border:1px solid #808080;}
|
|
||||||
input.radio {border:1px none #000000; background:transparent; vertical-align:middle;}
|
|
||||||
input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;}
|
|
||||||
.input_noborder {border:0;}
|
|
||||||
|
|
||||||
/* Buttons */
|
|
||||||
#insert, #cancel, input.button, .updateButton {
|
|
||||||
border:0; margin:0; padding:0;
|
|
||||||
font-weight:bold;
|
|
||||||
width:94px; height:26px;
|
|
||||||
background:url(img/buttons.png) 0 -26px;
|
|
||||||
cursor:pointer;
|
|
||||||
padding-bottom:2px;
|
|
||||||
float:left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#insert {background:url(img/buttons.png) 0 -52px}
|
.tabs { display: none; }
|
||||||
#cancel {background:url(img/buttons.png) 0 0; float:right}
|
|
||||||
|
|
||||||
/* Browse */
|
.mceActionPanel {
|
||||||
a.pickcolor, a.browse {text-decoration:none}
|
position: absolute;
|
||||||
a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;}
|
left: 0px;
|
||||||
.mceOldBoxModel a.browse span {width:22px; height:20px;}
|
bottom: 0px;
|
||||||
a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
|
height: 49px;
|
||||||
a.browse span.disabled {border:1px solid white; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
width: 100%;
|
||||||
a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
|
background: #8b8d9a;
|
||||||
a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;}
|
padding: 12px 0 0 0px;
|
||||||
.mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
|
text-align: right;
|
||||||
a.pickcolor:hover span {background-color:#B2BBD0;}
|
}
|
||||||
a.pickcolor:hover span.disabled {}
|
|
||||||
|
|
||||||
/* Charmap */
|
.mceMiddle span {
|
||||||
table.charmap {border:1px solid #AAA; text-align:center}
|
background: red !important;
|
||||||
td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;}
|
}
|
||||||
#charmap a {display:block; color:#000; text-decoration:none; border:0}
|
|
||||||
#charmap a:hover {background:#CCC;color:#2B6FB6}
|
|
||||||
#charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center}
|
|
||||||
#charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center}
|
|
||||||
|
|
||||||
/* Source */
|
.mceActionPanel input {
|
||||||
.wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
|
color: #787A89;
|
||||||
.mceActionPanel {margin-top:5px;}
|
text-shadow: 1px 1px 1px #fff;
|
||||||
|
background: #d9dce8;
|
||||||
/* Tabs classes */
|
-moz-border-radius: 5px;
|
||||||
.tabs {width:100%; height:18px; line-height:normal; background:url(img/tabs.gif) repeat-x 0 -72px;}
|
-webkit-border-radius: 5px;
|
||||||
.tabs ul {margin:0; padding:0; list-style:none;}
|
border-radius: 5px;
|
||||||
.tabs li {float:left; background:url(img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;}
|
box-shadow: 1px 1px 1px #333;
|
||||||
.tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;}
|
padding: 6px 9px 8px;
|
||||||
.tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;}
|
margin: 5px 20px 0 0;
|
||||||
.tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;}
|
font-size: 1em;
|
||||||
.tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
|
border: 0px;
|
||||||
.tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
|
background-image: -webkit-gradient(
|
||||||
|
linear,
|
||||||
/* Panels */
|
left bottom,
|
||||||
.panel_wrapper div.panel {display:none;}
|
left top,
|
||||||
.panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
|
color-stop(0.01, rgb(215,219,231)),
|
||||||
.panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;}
|
color-stop(0.47, rgb(235,237,244)),
|
||||||
|
color-stop(0.7, rgb(235,237,244))
|
||||||
/* Columns */
|
);
|
||||||
.column {float:left;}
|
background-image: -moz-linear-gradient(
|
||||||
.properties {width:100%;}
|
center bottom,
|
||||||
.properties .column1 {}
|
rgb(215,219,231) 1%,
|
||||||
.properties .column2 {text-align:left;}
|
rgb(235,237,244) 47%,
|
||||||
|
rgb(235,237,244) 70%
|
||||||
/* Titles */
|
);
|
||||||
h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;}
|
cursor: pointer;
|
||||||
h3 {font-size:14px;}
|
}
|
||||||
.title {font-size:12px; font-weight:bold; color:#2B6FB6;}
|
|
||||||
|
|
||||||
/* Dialog specific */
|
|
||||||
#link .panel_wrapper, #link div.current {height:125px;}
|
|
||||||
#image .panel_wrapper, #image div.current {height:200px;}
|
|
||||||
#plugintable thead {font-weight:bold; background:#DDD;}
|
|
||||||
#plugintable, #about #plugintable td {border:1px solid #919B9C;}
|
|
||||||
#plugintable {width:96%; margin-top:10px;}
|
|
||||||
#pluginscontainer {height:290px; overflow:auto;}
|
|
||||||
#colorpicker #preview {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;}
|
|
||||||
#colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;}
|
|
||||||
#colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;}
|
|
||||||
#colorpicker #light div {overflow:hidden;}
|
|
||||||
#colorpicker #previewblock {float:right; padding-left:10px; height:20px;}
|
|
||||||
#colorpicker .panel_wrapper div.current {height:175px;}
|
|
||||||
#colorpicker #namedcolors {width:150px;}
|
|
||||||
#colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
|
|
||||||
#colorpicker #colornamecontainer {margin-top:5px;}
|
|
||||||
#colorpicker #picker_panel fieldset {margin:auto;width:325px;}
|
|
0
public/javascripts/admin/plugins/tiny_mce/themes/advanced/skins/locomotive/img/buttons.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
0
public/javascripts/admin/plugins/tiny_mce/themes/advanced/skins/locomotive/img/items.gif
vendored
Normal file → Executable file
Before Width: | Height: | Size: 70 B After Width: | Height: | Size: 70 B |
Before Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 70 B |
0
public/javascripts/admin/plugins/tiny_mce/themes/advanced/skins/locomotive/img/progress.gif
vendored
Normal file → Executable file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
public/javascripts/admin/plugins/tiny_mce/themes/advanced/skins/locomotive/img/tabs.gif
vendored
Normal file → Executable file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |