mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
cambio de fuentes css
This commit is contained in:
parent
d1c8c72233
commit
f82efa439f
@ -1,257 +1,253 @@
|
||||
* {
|
||||
font-family: "Open Sans", "Noto Sans", sans-serif
|
||||
}
|
||||
|
||||
body {
|
||||
min-width: 425px;
|
||||
min-height: 540px;
|
||||
margin: 5px;
|
||||
font-family: Tahoma, Geneva, Arial;
|
||||
font-size: 10pt;
|
||||
min-width: 425px;
|
||||
min-height: 540px;
|
||||
margin: 5px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
margin: 2px 0px 2px 0px;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
margin: 2px 0px 2px 0px;
|
||||
}
|
||||
h2 {
|
||||
color : #333;
|
||||
color: #333;
|
||||
}
|
||||
p {
|
||||
font-size: 20px;
|
||||
font-size: 20px;
|
||||
}
|
||||
a {
|
||||
color: #254533;
|
||||
text-decoration: none;
|
||||
color: #254533;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:visited {
|
||||
color: #254533; text-decoration:none;
|
||||
color: #254533;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span.res {
|
||||
font-size: 80%;
|
||||
color: #555;
|
||||
font-size: 80%;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
img.pm {
|
||||
margin-right: 3px;
|
||||
cursor: pointer;
|
||||
margin-top: 2px;
|
||||
float: right;
|
||||
margin-right: 3px;
|
||||
cursor: pointer;
|
||||
margin-top: 2px;
|
||||
float: right;
|
||||
}
|
||||
div.main {
|
||||
background-color: white;
|
||||
height: 500px;
|
||||
width: 400px;
|
||||
background-color: white;
|
||||
height: 500px;
|
||||
width: 400px;
|
||||
}
|
||||
div.textarea {
|
||||
background-color: #D5DED5;
|
||||
width: 100%
|
||||
background-color: #d5ded5;
|
||||
width: 100%;
|
||||
}
|
||||
div.e {
|
||||
text-align: right;
|
||||
font-size:8pt;
|
||||
text-align: right;
|
||||
font-size: 8pt;
|
||||
}
|
||||
div.b {
|
||||
background-color:white;
|
||||
display: none;
|
||||
background-color: white;
|
||||
display: none;
|
||||
}
|
||||
div.b p a {
|
||||
font-size: 10pt;
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.b div.items p {
|
||||
margin: 2px 0px 8px 0px;
|
||||
width: 355px;
|
||||
float: left;
|
||||
display: block;
|
||||
margin: 2px 0px 8px 0px;
|
||||
width: 355px;
|
||||
float: left;
|
||||
display: block;
|
||||
}
|
||||
div.b div.items p img {
|
||||
float: left;
|
||||
margin: 0px 3px 0px 0px;
|
||||
float: left;
|
||||
margin: 0px 3px 0px 0px;
|
||||
}
|
||||
|
||||
div.options_header {
|
||||
margin: 10px 10px;
|
||||
margin: 10px 10px;
|
||||
}
|
||||
|
||||
div.options_divider {
|
||||
width: 627px;
|
||||
margin-top: 30px;
|
||||
width: 627px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
div.options_divider h2{
|
||||
margin: 20px 20px 0;
|
||||
padding: 5px;
|
||||
font-weight: 500;
|
||||
border: 2px solid #82b92e;
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
background: #82b92e;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
div.options_divider h2 {
|
||||
margin: 20px 20px 0;
|
||||
padding: 5px;
|
||||
font-weight: 500;
|
||||
border: 2px solid #82b92e;
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
background: #82b92e;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
div.options_textarea {
|
||||
background-color: #f6f6f6;
|
||||
width: 550px;
|
||||
margin: 0 20px;
|
||||
padding: 10px 10px 25px 25px;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
border: 1px solid #e4e4e4;
|
||||
border-top: 0;
|
||||
background-color: #f6f6f6;
|
||||
width: 550px;
|
||||
margin: 0 20px;
|
||||
padding: 10px 10px 25px 25px;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
border: 1px solid #e4e4e4;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
div.options_footer {
|
||||
width: 550px;
|
||||
margin: 10px 10px;
|
||||
padding: 10px;
|
||||
width: 550px;
|
||||
margin: 10px 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
select {
|
||||
background: white;
|
||||
border: 1px solid #888;
|
||||
font-size: smaller;
|
||||
padding: 2px 1px;
|
||||
width: 250px;
|
||||
background: white;
|
||||
border: 1px solid #888;
|
||||
font-size: smaller;
|
||||
padding: 2px 1px;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.sound_selector td:first-child {
|
||||
padding-left: 25px;
|
||||
width: 39%;
|
||||
padding-left: 25px;
|
||||
width: 39%;
|
||||
}
|
||||
|
||||
.options_textarea button {
|
||||
background-color: #82b92e;
|
||||
border: 1px solid #82b92e;
|
||||
color: white;
|
||||
padding: 6px 32px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
border-radius: 2px;
|
||||
margin: 25px 0px 0px 422px;
|
||||
background-color: #82b92e;
|
||||
border: 1px solid #82b92e;
|
||||
color: white;
|
||||
padding: 6px 32px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
border-radius: 2px;
|
||||
margin: 25px 0px 0px 422px;
|
||||
}
|
||||
|
||||
.options_textarea button:hover {
|
||||
background-color: transparent;
|
||||
color: #82b92e;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
color: #82b92e;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.options_textarea h3 {
|
||||
text-align: left;
|
||||
font-size: 11.4pt;
|
||||
text-align: left;
|
||||
font-size: 11.4pt;
|
||||
}
|
||||
|
||||
button h3 {
|
||||
margin: 0;
|
||||
font-size: 10pt !important;
|
||||
margin: 0;
|
||||
font-size: 10pt !important;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
display: none;
|
||||
font-size: 12px;
|
||||
height: 70px;
|
||||
width: 160px;
|
||||
padding: 25px;
|
||||
color: #eee;
|
||||
display: none;
|
||||
font-size: 12px;
|
||||
height: 70px;
|
||||
width: 160px;
|
||||
padding: 25px;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.spinner {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -50px;
|
||||
margin-top: -50px;
|
||||
text-align: center;
|
||||
z-index: 1234;
|
||||
overflow: auto;
|
||||
width: 100px;
|
||||
height: 102px;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -50px;
|
||||
margin-top: -50px;
|
||||
text-align: center;
|
||||
z-index: 1234;
|
||||
overflow: auto;
|
||||
width: 100px;
|
||||
height: 102px;
|
||||
}
|
||||
|
||||
.error {
|
||||
display: flex;
|
||||
border: solid #e4e4e4 1px;
|
||||
border-radius: 2px;
|
||||
background: #f6f6f6;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
margin-top: 35px;
|
||||
display: flex;
|
||||
border: solid #e4e4e4 1px;
|
||||
border-radius: 2px;
|
||||
background: #f6f6f6;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
margin-top: 35px;
|
||||
}
|
||||
|
||||
.error_text {
|
||||
margin: 0 10px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.result {
|
||||
margin: 10px;
|
||||
height: 500;
|
||||
overflow-y: auto;
|
||||
margin: 10px;
|
||||
height: 500;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#events_title {
|
||||
padding: 5px 0;
|
||||
margin: 0;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
padding: 5px 0;
|
||||
margin: 0;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.event {
|
||||
border: solid 1px #e5e5e5;
|
||||
border-top: 0;
|
||||
padding: 5px 6px;
|
||||
color: white;
|
||||
border: solid 1px #e5e5e5;
|
||||
border-top: 0;
|
||||
padding: 5px 6px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.event a {
|
||||
margin-left: 5px;
|
||||
color: white;
|
||||
font-size: 9pt;
|
||||
margin-left: 5px;
|
||||
color: white;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.sev-Warning a {
|
||||
margin-left: 5px;
|
||||
color: #333;
|
||||
margin-left: 5px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.event p {
|
||||
margin: 0 0 0 6px;
|
||||
padding-top: 2px;
|
||||
display: none;
|
||||
font-size: 8pt;
|
||||
margin: 0 0 0 6px;
|
||||
padding-top: 2px;
|
||||
display: none;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
.sev-Warning {
|
||||
background: #FDDD30;
|
||||
color: #333;
|
||||
background: #fddd30;
|
||||
color: #333;
|
||||
}
|
||||
.sev-Critical {
|
||||
background: #F84348;
|
||||
background: #f84348;
|
||||
}
|
||||
.sev-Informational {
|
||||
background: #4CA8E0;
|
||||
background: #4ca8e0;
|
||||
}
|
||||
.sev-Normal {
|
||||
background: #84B839;
|
||||
background: #84b839;
|
||||
}
|
||||
.sev-Maintenance {
|
||||
background: #A8A8A8;
|
||||
background: #a8a8a8;
|
||||
}
|
||||
.sev-Minor {
|
||||
background: #F099A2;
|
||||
color: #333;
|
||||
background: #f099a2;
|
||||
color: #333;
|
||||
}
|
||||
.sev-Major {
|
||||
background: #C97A4A;
|
||||
}
|
||||
background: #c97a4a;
|
||||
}
|
||||
|
@ -1,71 +1,116 @@
|
||||
body {
|
||||
min-width:425px;
|
||||
min-height:540px;
|
||||
margin:5px;
|
||||
font-family:Tahoma, Geneva, Arial;
|
||||
font-size:10pt;
|
||||
min-width: 425px;
|
||||
min-height: 540px;
|
||||
margin: 5px;
|
||||
font-size: 10pt;
|
||||
}
|
||||
h1 { font-weight: bold; font-size:16px; margin:2px 0px 2px 0px; color:#237948; font-family:arial }
|
||||
h2{
|
||||
color : blue;
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
margin: 2px 0px 2px 0px;
|
||||
color: #237948;
|
||||
}
|
||||
h2 {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
label { color: #254533; text-decoration:none; }
|
||||
label:hover { text-decoration:underline; }
|
||||
label:visited { color: #254533; text-decoration:none; }
|
||||
label:visited:hover { text-decoration:underline; }
|
||||
|
||||
|
||||
label.text-link { color: #254533; text-decoration:none; }
|
||||
label.text-link :hover { text-decoration:underline; }
|
||||
label.text-link :visited { color: #254533; text-decoration:none; }
|
||||
label.text-link :visited:hover { text-decoration:underline; }
|
||||
|
||||
|
||||
span.res { font-size:80%; color:#555; }
|
||||
|
||||
image.pm { margin-right:3px;cursor:pointer; margin-top:0px; }
|
||||
.main{
|
||||
background-color : white;
|
||||
height: 500px;
|
||||
width: 400px;
|
||||
label {
|
||||
color: #254533;
|
||||
text-decoration: none;
|
||||
}
|
||||
.textarea{
|
||||
background-color : #D5DED5;
|
||||
width :100%
|
||||
label:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
label:visited {
|
||||
color: #254533;
|
||||
text-decoration: none;
|
||||
}
|
||||
label:visited:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
label.text-link {
|
||||
color: #254533;
|
||||
text-decoration: none;
|
||||
}
|
||||
label.text-link :hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
label.text-link :visited {
|
||||
color: #254533;
|
||||
text-decoration: none;
|
||||
}
|
||||
label.text-link :visited:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
span.res {
|
||||
font-size: 80%;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
image.pm {
|
||||
margin-right: 3px;
|
||||
cursor: pointer;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.main {
|
||||
background-color: white;
|
||||
height: 500px;
|
||||
width: 400px;
|
||||
}
|
||||
.textarea {
|
||||
background-color: #d5ded5;
|
||||
width: 100%;
|
||||
}
|
||||
vbox.e {
|
||||
text-align: right;
|
||||
font-size: 8pt;
|
||||
}
|
||||
vbox.b {
|
||||
background-color: white;
|
||||
border: 1px solid #bababa;
|
||||
margin: 5px;
|
||||
padding: 4px;
|
||||
}
|
||||
vbox.b description label {
|
||||
font-size: 10pt;
|
||||
}
|
||||
vbox.b description {
|
||||
margin: 2px 0px 4px 0px;
|
||||
color: #333;
|
||||
font-size: 9pt;
|
||||
}
|
||||
vbox.e{ text-align:right; font-size:8pt; }
|
||||
vbox.b { background-color:white; border:1px solid #BABABA; margin:5px; padding:4px; }
|
||||
vbox.b description label { font-size: 10pt; }
|
||||
vbox.b description { margin:2px 0px 4px 0px; color:#333; font-size:9pt; }
|
||||
vbox.b vbox.items description {
|
||||
margin:2px 0px 8px 0px; color:#333; width:355px;float:left; display:block;
|
||||
margin: 2px 0px 8px 0px;
|
||||
color: #333;
|
||||
width: 355px;
|
||||
float: left;
|
||||
display: block;
|
||||
}
|
||||
vbox.b vbox.items description image {
|
||||
float:left;margin:0px 3px 0px 0px;
|
||||
float: left;
|
||||
margin: 0px 3px 0px 0px;
|
||||
}
|
||||
|
||||
|
||||
.tooltip {
|
||||
display:none;
|
||||
font-size:12px;
|
||||
height:70px;
|
||||
width:160px;
|
||||
padding:25px;
|
||||
color:#eee;
|
||||
display: none;
|
||||
font-size: 12px;
|
||||
height: 70px;
|
||||
width: 160px;
|
||||
padding: 25px;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.spinner {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -50px; /* half width of the spinner gif */
|
||||
margin-top: -50px; /* half height of the spinner gif */
|
||||
text-align:center;
|
||||
z-index:1234;
|
||||
overflow: auto;
|
||||
width: 100px; /* width of the spinner gif */
|
||||
height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -50px; /* half width of the spinner gif */
|
||||
margin-top: -50px; /* half height of the spinner gif */
|
||||
text-align: center;
|
||||
z-index: 1234;
|
||||
overflow: auto;
|
||||
width: 100px; /* width of the spinner gif */
|
||||
height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
|
||||
}
|
||||
|
||||
|
||||
|
@ -211,26 +211,6 @@ $fonts = [
|
||||
'196pt' => '196pt',
|
||||
];
|
||||
|
||||
/*
|
||||
$fontf = array('andale mono,times' => 'Andale Mono',
|
||||
'arial,helvetica,sans-serif' => 'Arial',
|
||||
'arial black,avant garde' => 'Arial Black',
|
||||
'comic sans ms,sans-serif' => 'Comic Sans MS',
|
||||
'courier new,courier' => 'Courier New',
|
||||
'georgia,palatino' => 'Georgia',
|
||||
'helvetica,impact' => 'Helvetica',
|
||||
'impact,chicago' => 'Impact',
|
||||
'symbol' => 'Symbol',
|
||||
'tahoma,arial,helvetica,sans-serif' => 'Tahoma',
|
||||
'terminal,monaco' => 'Terminal',
|
||||
'times new roman,times' => 'Times New Roman',
|
||||
'trebuchet ms,geneva' => 'Trebuchet MS',
|
||||
'verdana,geneva' => 'Verdana',
|
||||
'Webdings' => 'Webdings',
|
||||
'Wingdings' => 'Wingdings'
|
||||
);
|
||||
*/
|
||||
|
||||
$table->rowstyle['all_9'] = 'display: none;';
|
||||
$table->data['all_9'][0] = __('Font');
|
||||
$table->colspan['all_9'][1] = '3';
|
||||
|
@ -2,7 +2,6 @@
|
||||
background-color: #373a3d;
|
||||
background-image: -moz-linear-gradient(center top, #373a3d, #313437);
|
||||
border-radius: 3px;
|
||||
font-family: "PT Sans Narrow", sans-serif;
|
||||
margin: 0px;
|
||||
padding: 30px;
|
||||
}
|
||||
@ -24,7 +23,6 @@
|
||||
#drop_file table td,
|
||||
#drop_file table label {
|
||||
color: #707070;
|
||||
font-family: "PT Sans Narrow", sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
@ -153,7 +151,6 @@
|
||||
|
||||
div#box_online * {
|
||||
font-size: 16pt;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
#box_online .content {
|
||||
@ -200,7 +197,6 @@ a.update_manager_button {
|
||||
font-size: 16px;
|
||||
border-radius: 4px;
|
||||
text-decoration: none;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
a.update_manager_button:after {
|
||||
|
@ -421,7 +421,7 @@ class WelcomeWindow extends Wizard
|
||||
[
|
||||
'wrapper' => 'div',
|
||||
'block_id' => 'div_configure_mail',
|
||||
'class' => 'hole flex-row w100p '.$li_configure_mail_class,
|
||||
'class' => 'hole flex-row w98p '.$li_configure_mail_class,
|
||||
'direct' => 1,
|
||||
'block_content' => [
|
||||
[
|
||||
@ -455,7 +455,7 @@ class WelcomeWindow extends Wizard
|
||||
[
|
||||
'wrapper' => 'div',
|
||||
'block_id' => 'div_create_agent',
|
||||
'class' => 'learn_content_indented flex-row w100p '.$li_create_agent_class,
|
||||
'class' => 'learn_content_indented flex-row w98p '.$li_create_agent_class,
|
||||
'direct' => 1,
|
||||
'block_content' => [
|
||||
[
|
||||
@ -480,7 +480,7 @@ class WelcomeWindow extends Wizard
|
||||
[
|
||||
'wrapper' => 'div',
|
||||
'block_id' => 'div_monitor_actions',
|
||||
'class' => 'learn_content_indented flex-row w100p '.$li_create_module_class,
|
||||
'class' => 'learn_content_indented flex-row w98p '.$li_create_module_class,
|
||||
'direct' => 1,
|
||||
'block_content' => [
|
||||
[
|
||||
@ -505,7 +505,7 @@ class WelcomeWindow extends Wizard
|
||||
[
|
||||
'wrapper' => 'div',
|
||||
'block_id' => 'div_monitor_actions',
|
||||
'class' => 'hole learn_content_indented flex-row w100p '.$li_create_alert_class,
|
||||
'class' => 'hole learn_content_indented flex-row w98p '.$li_create_alert_class,
|
||||
'direct' => 1,
|
||||
'block_content' => [
|
||||
[
|
||||
@ -530,7 +530,7 @@ class WelcomeWindow extends Wizard
|
||||
[
|
||||
'wrapper' => 'div',
|
||||
'block_id' => 'div_discover',
|
||||
'class' => 'hole flex-row w100p '.$li_create_discovery_class,
|
||||
'class' => 'hole flex-row w98p '.$li_create_discovery_class,
|
||||
'direct' => 1,
|
||||
'block_content' => [
|
||||
[
|
||||
@ -558,7 +558,7 @@ class WelcomeWindow extends Wizard
|
||||
$inputs[] = [
|
||||
'wrapper' => 'div',
|
||||
'block_id' => 'div_not_working',
|
||||
'class' => 'hole flex-row w100p',
|
||||
'class' => 'hole flex-row w98p',
|
||||
'direct' => 1,
|
||||
'block_content' => [
|
||||
[
|
||||
|
783
pandora_console/include/ehorus/css/bootstrap.css
vendored
783
pandora_console/include/ehorus/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
BIN
pandora_console/include/fonts/Lato-Black.woff
Normal file
BIN
pandora_console/include/fonts/Lato-Black.woff
Normal file
Binary file not shown.
BIN
pandora_console/include/fonts/Lato-BlackItalic.woff
Normal file
BIN
pandora_console/include/fonts/Lato-BlackItalic.woff
Normal file
Binary file not shown.
BIN
pandora_console/include/fonts/Lato-Bold.woff
Normal file
BIN
pandora_console/include/fonts/Lato-Bold.woff
Normal file
Binary file not shown.
BIN
pandora_console/include/fonts/Lato-BoldItalic.woff
Normal file
BIN
pandora_console/include/fonts/Lato-BoldItalic.woff
Normal file
Binary file not shown.
Binary file not shown.
BIN
pandora_console/include/fonts/Lato-Italic.woff
Normal file
BIN
pandora_console/include/fonts/Lato-Italic.woff
Normal file
Binary file not shown.
Binary file not shown.
BIN
pandora_console/include/fonts/Lato-Light.woff
Normal file
BIN
pandora_console/include/fonts/Lato-Light.woff
Normal file
Binary file not shown.
BIN
pandora_console/include/fonts/Lato-LightItalic.woff
Normal file
BIN
pandora_console/include/fonts/Lato-LightItalic.woff
Normal file
Binary file not shown.
Binary file not shown.
BIN
pandora_console/include/fonts/Lato-Regular.woff
Normal file
BIN
pandora_console/include/fonts/Lato-Regular.woff
Normal file
Binary file not shown.
BIN
pandora_console/include/fonts/Lato-Thin.woff
Normal file
BIN
pandora_console/include/fonts/Lato-Thin.woff
Normal file
Binary file not shown.
BIN
pandora_console/include/fonts/Lato-ThinItalic.woff
Normal file
BIN
pandora_console/include/fonts/Lato-ThinItalic.woff
Normal file
Binary file not shown.
BIN
pandora_console/include/fonts/SourceCodePro.woff
Normal file
BIN
pandora_console/include/fonts/SourceCodePro.woff
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
pandora_console/include/fonts/unicode.ttf
Executable file
BIN
pandora_console/include/fonts/unicode.ttf
Executable file
Binary file not shown.
@ -1,139 +1,138 @@
|
||||
div.olMap {
|
||||
z-index: 0;
|
||||
padding: 0px!important;
|
||||
margin: 0px!important;
|
||||
cursor: default;
|
||||
position: relative !important;
|
||||
z-index: 0;
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
cursor: default;
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
div.olMapViewport {
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.olLayerDiv {
|
||||
-moz-user-select: none;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
.olLayerGoogleCopyright {
|
||||
left: 2px;
|
||||
bottom: 2px;
|
||||
left: 2px;
|
||||
bottom: 2px;
|
||||
}
|
||||
.olLayerGooglePoweredBy {
|
||||
left: 2px;
|
||||
bottom: 15px;
|
||||
left: 2px;
|
||||
bottom: 15px;
|
||||
}
|
||||
.olControlAttribution {
|
||||
font-size: smaller;
|
||||
right: 3px;
|
||||
bottom: 4.5em;
|
||||
position: absolute;
|
||||
display: block;
|
||||
font-size: smaller;
|
||||
right: 3px;
|
||||
bottom: 4.5em;
|
||||
position: absolute;
|
||||
display: block;
|
||||
}
|
||||
.olControlScale {
|
||||
right: 3px;
|
||||
bottom: 3em;
|
||||
display: block;
|
||||
position: absolute;
|
||||
font-size: smaller;
|
||||
right: 3px;
|
||||
bottom: 3em;
|
||||
display: block;
|
||||
position: absolute;
|
||||
font-size: smaller;
|
||||
}
|
||||
.olControlScaleLine {
|
||||
left: 10px;
|
||||
bottom: 15px;
|
||||
font-size: xx-small;
|
||||
left: 10px;
|
||||
bottom: 15px;
|
||||
font-size: xx-small;
|
||||
}
|
||||
.olControlScaleLineBottom {
|
||||
border: solid 2px black;
|
||||
border-bottom: none;
|
||||
margin-top:-2px;
|
||||
text-align: center;
|
||||
border: solid 2px black;
|
||||
border-bottom: none;
|
||||
margin-top: -2px;
|
||||
text-align: center;
|
||||
}
|
||||
.olControlScaleLineTop {
|
||||
border: solid 2px black;
|
||||
border-top: none;
|
||||
text-align: center;
|
||||
border: solid 2px black;
|
||||
border-top: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.olControlPermalink {
|
||||
right: 3px;
|
||||
bottom: 1.5em;
|
||||
display: block;
|
||||
position: absolute;
|
||||
font-size: smaller;
|
||||
}
|
||||
right: 3px;
|
||||
bottom: 1.5em;
|
||||
display: block;
|
||||
position: absolute;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
div.olControlMousePosition {
|
||||
bottom: 0em;
|
||||
right: 3px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
font-family: Arial;
|
||||
font-size: smaller;
|
||||
bottom: 0em;
|
||||
right: 3px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.olControlOverviewMapContainer {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.olControlOverviewMapElement {
|
||||
padding: 10px 18px 10px 10px;
|
||||
background-color: #00008B;
|
||||
-moz-border-radius: 1em 0 0 0;
|
||||
padding: 10px 18px 10px 10px;
|
||||
background-color: #00008b;
|
||||
-moz-border-radius: 1em 0 0 0;
|
||||
}
|
||||
|
||||
.olControlOverviewMapMinimizeButton {
|
||||
right: 0px;
|
||||
bottom: 80px;
|
||||
}
|
||||
right: 0px;
|
||||
bottom: 80px;
|
||||
}
|
||||
|
||||
.olControlOverviewMapMaximizeButton {
|
||||
right: 0px;
|
||||
bottom: 80px;
|
||||
right: 0px;
|
||||
bottom: 80px;
|
||||
}
|
||||
|
||||
.olControlOverviewMapExtentRectangle {
|
||||
overflow: hidden;
|
||||
background-image: url("img/blank.gif");
|
||||
cursor: move;
|
||||
border: 2px dotted red;
|
||||
overflow: hidden;
|
||||
background-image: url("img/blank.gif");
|
||||
cursor: move;
|
||||
border: 2px dotted red;
|
||||
}
|
||||
.olControlOverviewMapRectReplacement {
|
||||
overflow: hidden;
|
||||
cursor: move;
|
||||
background-image: url("img/overview_replacement.gif");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
overflow: hidden;
|
||||
cursor: move;
|
||||
background-image: url("img/overview_replacement.gif");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.olLayerGeoRSSDescription {
|
||||
float:left;
|
||||
width:100%;
|
||||
overflow:auto;
|
||||
font-size:1.0em;
|
||||
float: left;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
font-size: 1em;
|
||||
}
|
||||
.olLayerGeoRSSClose {
|
||||
float:right;
|
||||
color:gray;
|
||||
font-size:1.2em;
|
||||
margin-right:6px;
|
||||
font-family:sans-serif;
|
||||
float: right;
|
||||
color: gray;
|
||||
font-size: 1.2em;
|
||||
margin-right: 6px;
|
||||
}
|
||||
.olLayerGeoRSSTitle {
|
||||
float:left;font-size:1.2em;
|
||||
float: left;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.olPopupContent {
|
||||
padding:5px;
|
||||
overflow: auto;
|
||||
}
|
||||
.olControlNavToolbar {
|
||||
width:0px;
|
||||
height:0px;
|
||||
}
|
||||
.olControlNavToolbar div {
|
||||
display:block;
|
||||
width: 28px;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
}
|
||||
.olControlNavToolbar {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
.olControlNavToolbar div {
|
||||
display: block;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
top: 300px;
|
||||
left: 6px;
|
||||
@ -141,172 +140,171 @@ div.olControlMousePosition {
|
||||
}
|
||||
|
||||
.olControlNavigationHistory {
|
||||
background-image: url("img/navigation_history.png");
|
||||
background-repeat: no-repeat;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
||||
background-image: url("img/navigation_history.png");
|
||||
background-repeat: no-repeat;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
.olControlNavigationHistoryPreviousItemActive {
|
||||
.olControlNavigationHistoryPreviousItemActive {
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
.olControlNavigationHistoryPreviousItemInactive {
|
||||
background-position: 0px -24px;
|
||||
.olControlNavigationHistoryPreviousItemInactive {
|
||||
background-position: 0px -24px;
|
||||
}
|
||||
.olControlNavigationHistoryNextItemActive {
|
||||
background-position: -24px 0px;
|
||||
.olControlNavigationHistoryNextItemActive {
|
||||
background-position: -24px 0px;
|
||||
}
|
||||
.olControlNavigationHistoryNextItemInactive {
|
||||
background-position: -24px -24px;
|
||||
.olControlNavigationHistoryNextItemInactive {
|
||||
background-position: -24px -24px;
|
||||
}
|
||||
|
||||
.olControlNavToolbar .olControlNavigationItemActive {
|
||||
.olControlNavToolbar .olControlNavigationItemActive {
|
||||
background-image: url("img/panning-hand-on.png");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.olControlNavToolbar .olControlNavigationItemInactive {
|
||||
.olControlNavToolbar .olControlNavigationItemInactive {
|
||||
background-image: url("img/panning-hand-off.png");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.olControlNavToolbar .olControlZoomBoxItemActive {
|
||||
.olControlNavToolbar .olControlZoomBoxItemActive {
|
||||
background-image: url("img/drag-rectangle-on.png");
|
||||
background-color: orange;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.olControlNavToolbar .olControlZoomBoxItemInactive {
|
||||
.olControlNavToolbar .olControlZoomBoxItemInactive {
|
||||
background-image: url("img/drag-rectangle-off.png");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.olControlEditingToolbar {
|
||||
float:right;
|
||||
right: 0px;
|
||||
height: 30px;
|
||||
width: 200px;
|
||||
.olControlEditingToolbar {
|
||||
float: right;
|
||||
right: 0px;
|
||||
height: 30px;
|
||||
width: 200px;
|
||||
}
|
||||
.olControlEditingToolbar div {
|
||||
.olControlEditingToolbar div {
|
||||
background-image: url("img/editing_tool_bar.png");
|
||||
background-repeat: no-repeat;
|
||||
float:right;
|
||||
width: 24px;
|
||||
float: right;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 5px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlNavigationItemActive {
|
||||
background-position: -103px -23px;
|
||||
.olControlEditingToolbar .olControlNavigationItemActive {
|
||||
background-position: -103px -23px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlNavigationItemInactive {
|
||||
background-position: -103px -0px;
|
||||
.olControlEditingToolbar .olControlNavigationItemInactive {
|
||||
background-position: -103px -0px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
|
||||
background-position: -77px -23px;
|
||||
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
|
||||
background-position: -77px -23px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
|
||||
background-position: -77px -0px;
|
||||
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
|
||||
background-position: -77px -0px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
|
||||
background-position: -51px 0px;
|
||||
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
|
||||
background-position: -51px 0px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
|
||||
background-position: -51px -23px;
|
||||
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
|
||||
background-position: -51px -23px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
|
||||
background-position: -26px 0px;
|
||||
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
|
||||
background-position: -26px 0px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
|
||||
background-position: -26px -23px ;
|
||||
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
|
||||
background-position: -26px -23px;
|
||||
}
|
||||
.olControlSaveFeaturesItemActive {
|
||||
background-image: url(img/save_features_on.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0px 1px;
|
||||
.olControlSaveFeaturesItemActive {
|
||||
background-image: url(img/save_features_on.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0px 1px;
|
||||
}
|
||||
.olControlSaveFeaturesItemInactive {
|
||||
background-image: url(img/save_features_off.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0px 1px;
|
||||
.olControlSaveFeaturesItemInactive {
|
||||
background-image: url(img/save_features_off.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0px 1px;
|
||||
}
|
||||
|
||||
.olHandlerBoxZoomBox {
|
||||
border: 2px solid red;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
opacity: 0.50;
|
||||
font-size: 1px;
|
||||
filter: alpha(opacity=50);
|
||||
border: 2px solid red;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
opacity: 0.5;
|
||||
font-size: 1px;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.olHandlerBoxSelectFeature {
|
||||
border: 2px solid blue;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
opacity: 0.50;
|
||||
font-size: 1px;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
border: 2px solid blue;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
opacity: 0.5;
|
||||
font-size: 1px;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.olControlPanPanel {
|
||||
top: 10px;
|
||||
left: 5px;
|
||||
}
|
||||
top: 10px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.olControlPanPanel div {
|
||||
background-image: url(img/pan-panel.png);
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
background-image: url(img/pan-panel.png);
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.olControlPanPanel .olControlPanNorthItemInactive {
|
||||
top: 0px;
|
||||
left: 9px;
|
||||
background-position: 0px 0px;
|
||||
top: 0px;
|
||||
left: 9px;
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
.olControlPanPanel .olControlPanSouthItemInactive {
|
||||
top: 36px;
|
||||
left: 9px;
|
||||
background-position: 18px 0px;
|
||||
top: 36px;
|
||||
left: 9px;
|
||||
background-position: 18px 0px;
|
||||
}
|
||||
.olControlPanPanel .olControlPanWestItemInactive {
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
left: 0px;
|
||||
background-position: 0px 18px;
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
left: 0px;
|
||||
background-position: 0px 18px;
|
||||
}
|
||||
.olControlPanPanel .olControlPanEastItemInactive {
|
||||
top: 18px;
|
||||
left: 18px;
|
||||
background-position: 18px 18px;
|
||||
top: 18px;
|
||||
left: 18px;
|
||||
background-position: 18px 18px;
|
||||
}
|
||||
|
||||
.olControlZoomPanel {
|
||||
top: 71px;
|
||||
left: 14px;
|
||||
}
|
||||
top: 71px;
|
||||
left: 14px;
|
||||
}
|
||||
|
||||
.olControlZoomPanel div {
|
||||
background-image: url(img/zoom-panel.png);
|
||||
position: absolute;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
cursor: pointer;
|
||||
background-image: url(img/zoom-panel.png);
|
||||
position: absolute;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.olControlZoomPanel .olControlZoomInItemInactive {
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
background-position: 0px 0px;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
|
||||
.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
|
||||
top: 18px;
|
||||
left: 0px;
|
||||
background-position: 0px -18px;
|
||||
top: 18px;
|
||||
left: 0px;
|
||||
background-position: 0px -18px;
|
||||
}
|
||||
|
||||
.olControlZoomPanel .olControlZoomOutItemInactive {
|
||||
top: 36px;
|
||||
left: 0px;
|
||||
background-position: 0px 18px;
|
||||
top: 36px;
|
||||
left: 0px;
|
||||
background-position: 0px 18px;
|
||||
}
|
||||
|
||||
.olPopupCloseBox {
|
||||
@ -315,12 +313,12 @@ div.olControlMousePosition {
|
||||
}
|
||||
|
||||
.olFramedCloudPopupContent {
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.olControlNoSelect {
|
||||
-moz-user-select: none;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -328,17 +326,17 @@ div.olControlMousePosition {
|
||||
*/
|
||||
|
||||
.olCursorWait {
|
||||
cursor: wait;
|
||||
cursor: wait;
|
||||
}
|
||||
.olDragDown {
|
||||
cursor: move;
|
||||
cursor: move;
|
||||
}
|
||||
.olDrawBox {
|
||||
cursor: crosshair;
|
||||
cursor: crosshair;
|
||||
}
|
||||
.olControlDragFeatureOver {
|
||||
cursor: move;
|
||||
cursor: move;
|
||||
}
|
||||
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
|
||||
cursor: -moz-grabbing;
|
||||
cursor: -moz-grabbing;
|
||||
}
|
||||
|
@ -1,50 +1,161 @@
|
||||
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;}
|
||||
body.mceBrowserDefaults {background:transparent; color:inherit; font-size:inherit; font-family:inherit;}
|
||||
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; -webkit-user-select:all; -webkit-user-modify:read-only; -moz-user-select:all; -moz-user-modify:read-only; width:11px !important; height:11px !important; background:url(img/items.gif) no-repeat center center}
|
||||
span.mceItemNbsp {background: #DDD}
|
||||
td.mceSelected, th.mceSelected {background-color:#3399ff !important}
|
||||
img {border:0;}
|
||||
table, img, hr, .mceItemAnchor {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}
|
||||
body,
|
||||
td,
|
||||
pre {
|
||||
color: #000;
|
||||
font-size: 10px;
|
||||
margin: 8px;
|
||||
}
|
||||
body {
|
||||
background: #fff;
|
||||
}
|
||||
body.mceForceColors {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
body.mceBrowserDefaults {
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.17em;
|
||||
}
|
||||
h4 {
|
||||
font-size: 1em;
|
||||
}
|
||||
h5 {
|
||||
font-size: 0.83em;
|
||||
}
|
||||
h6 {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
.mceItemTable,
|
||||
.mceItemTable td,
|
||||
.mceItemTable th,
|
||||
.mceItemTable caption,
|
||||
.mceItemVisualAid {
|
||||
border: 1px dashed #bbb;
|
||||
}
|
||||
a.mceItemAnchor {
|
||||
display: inline-block;
|
||||
-webkit-user-select: all;
|
||||
-webkit-user-modify: read-only;
|
||||
-moz-user-select: all;
|
||||
-moz-user-modify: read-only;
|
||||
width: 11px !important;
|
||||
height: 11px !important;
|
||||
background: url(img/items.gif) no-repeat center center;
|
||||
}
|
||||
span.mceItemNbsp {
|
||||
background: #ddd;
|
||||
}
|
||||
td.mceSelected,
|
||||
th.mceSelected {
|
||||
background-color: #3399ff !important;
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
table,
|
||||
img,
|
||||
hr,
|
||||
.mceItemAnchor {
|
||||
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;
|
||||
}
|
||||
|
||||
/* IE */
|
||||
* 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;
|
||||
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}
|
||||
*[contentEditable]:focus {outline:0}
|
||||
img:-moz-broken {
|
||||
-moz-force-broken-image-icon: 1;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
font[face="mceinline"] {
|
||||
font-family: inherit !important;
|
||||
}
|
||||
*[contentEditable]:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.mceItemMedia {border:1px dotted #cc0000; background-position:center; background-repeat:no-repeat; background-color:#ffffcc}
|
||||
.mceItemShockWave {background-image:url(../../img/shockwave.gif)}
|
||||
.mceItemFlash {background-image:url(../../img/flash.gif)}
|
||||
.mceItemQuickTime {background-image:url(../../img/quicktime.gif)}
|
||||
.mceItemWindowsMedia {background-image:url(../../img/windowsmedia.gif)}
|
||||
.mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
|
||||
.mceItemVideo {background-image:url(../../img/video.gif)}
|
||||
.mceItemAudio {background-image:url(../../img/video.gif)}
|
||||
.mceItemEmbeddedAudio {background-image:url(../../img/video.gif)}
|
||||
.mceItemIframe {background-image:url(../../img/iframe.gif)}
|
||||
.mcePageBreak {display:block;border:0;width:100%;height:12px;border-top:1px dotted #ccc;margin-top:15px;background:#fff url(../../img/pagebreak.gif) no-repeat center top;}
|
||||
.mceItemMedia {
|
||||
border: 1px dotted #cc0000;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #ffffcc;
|
||||
}
|
||||
.mceItemShockWave {
|
||||
background-image: url(../../img/shockwave.gif);
|
||||
}
|
||||
.mceItemFlash {
|
||||
background-image: url(../../img/flash.gif);
|
||||
}
|
||||
.mceItemQuickTime {
|
||||
background-image: url(../../img/quicktime.gif);
|
||||
}
|
||||
.mceItemWindowsMedia {
|
||||
background-image: url(../../img/windowsmedia.gif);
|
||||
}
|
||||
.mceItemRealMedia {
|
||||
background-image: url(../../img/realmedia.gif);
|
||||
}
|
||||
.mceItemVideo {
|
||||
background-image: url(../../img/video.gif);
|
||||
}
|
||||
.mceItemAudio {
|
||||
background-image: url(../../img/video.gif);
|
||||
}
|
||||
.mceItemEmbeddedAudio {
|
||||
background-image: url(../../img/video.gif);
|
||||
}
|
||||
.mceItemIframe {
|
||||
background-image: url(../../img/iframe.gif);
|
||||
}
|
||||
.mcePageBreak {
|
||||
display: block;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
height: 12px;
|
||||
border-top: 1px dotted #ccc;
|
||||
margin-top: 15px;
|
||||
background: #fff url(../../img/pagebreak.gif) no-repeat center top;
|
||||
}
|
||||
|
@ -1,118 +1,383 @@
|
||||
/* Generic */
|
||||
body {
|
||||
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
|
||||
scrollbar-3dlight-color:#F0F0EE;
|
||||
scrollbar-arrow-color:#676662;
|
||||
scrollbar-base-color:#F0F0EE;
|
||||
scrollbar-darkshadow-color:#DDDDDD;
|
||||
scrollbar-face-color:#E0E0DD;
|
||||
scrollbar-highlight-color:#F0F0EE;
|
||||
scrollbar-shadow-color:#F0F0EE;
|
||||
scrollbar-track-color:#F5F5F5;
|
||||
background:#F0F0EE;
|
||||
padding:0;
|
||||
margin:8px 8px 0 8px;
|
||||
font-size: 11px;
|
||||
scrollbar-3dlight-color: #f0f0ee;
|
||||
scrollbar-arrow-color: #676662;
|
||||
scrollbar-base-color: #f0f0ee;
|
||||
scrollbar-darkshadow-color: #dddddd;
|
||||
scrollbar-face-color: #e0e0dd;
|
||||
scrollbar-highlight-color: #f0f0ee;
|
||||
scrollbar-shadow-color: #f0f0ee;
|
||||
scrollbar-track-color: #f5f5f5;
|
||||
background: #f0f0ee;
|
||||
padding: 0;
|
||||
margin: 8px 8px 0 8px;
|
||||
}
|
||||
|
||||
html {background:#F0F0EE;}
|
||||
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}
|
||||
html {
|
||||
background: #f0f0ee;
|
||||
}
|
||||
td {
|
||||
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 #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;
|
||||
fieldset {
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
border: 1px solid #919b9c;
|
||||
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-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;
|
||||
}
|
||||
|
||||
#insert {background:url(img/buttons.png) 0 -52px}
|
||||
#cancel {background:url(img/buttons.png) 0 0; float:right}
|
||||
/* 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;
|
||||
}
|
||||
#cancel {
|
||||
background: url(img/buttons.png) 0 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Browse */
|
||||
a.pickcolor, a.browse {text-decoration:none}
|
||||
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; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter: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:hover span.disabled {}
|
||||
a.pickcolor,
|
||||
a.browse {
|
||||
text-decoration: none;
|
||||
}
|
||||
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;
|
||||
opacity: 0.3;
|
||||
-ms-filter: "alpha(opacity=30)";
|
||||
filter: 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:hover span.disabled {
|
||||
}
|
||||
|
||||
/* 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}
|
||||
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;
|
||||
text-align: center;
|
||||
}
|
||||
#charmap #codeV {
|
||||
font-size: 40px;
|
||||
height: 80px;
|
||||
border: 1px solid #aaa;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Source */
|
||||
.wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
|
||||
.mceActionPanel {margin-top:5px;}
|
||||
.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;}
|
||||
.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-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;}
|
||||
.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;}
|
||||
.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;}
|
||||
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 {display:inline-block; padding-left:40px; height:14px; border:1px solid black; margin-left:5px; margin-right: 5px}
|
||||
#colorpicker #previewblock {position: relative; top: -3px; padding-left:5px; padding-top: 0px; display:inline}
|
||||
#colorpicker #preview_wrapper { text-align:center; padding-top:4px; white-space: nowrap}
|
||||
#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 .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;}
|
||||
#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 {
|
||||
display: inline-block;
|
||||
padding-left: 40px;
|
||||
height: 14px;
|
||||
border: 1px solid black;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
#colorpicker #previewblock {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
padding-left: 5px;
|
||||
padding-top: 0px;
|
||||
display: inline;
|
||||
}
|
||||
#colorpicker #preview_wrapper {
|
||||
text-align: center;
|
||||
padding-top: 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#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 .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;
|
||||
}
|
||||
|
@ -106,7 +106,6 @@
|
||||
}
|
||||
.defaultSkin .mceStatusbar {
|
||||
background: #f0f0ee;
|
||||
font-family: "MS Sans Serif", sans-serif, Verdana, Arial;
|
||||
font-size: 9pt;
|
||||
line-height: 16px;
|
||||
overflow: visible;
|
||||
@ -185,7 +184,6 @@
|
||||
display: block;
|
||||
font-size: 10px;
|
||||
padding: 4px 6px 0 22px;
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica;
|
||||
}
|
||||
.defaultSkin .mceButtonDisabled .mceButtonLabel {
|
||||
color: #888;
|
||||
@ -212,7 +210,6 @@
|
||||
border: 1px solid #ccc;
|
||||
border-right: 0;
|
||||
background: #fff;
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica;
|
||||
font-size: 11px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
@ -254,7 +251,6 @@
|
||||
height: 22px;
|
||||
}
|
||||
.defaultSkin select.mceNativeListBox {
|
||||
font-family: "MS Sans Serif", sans-serif, Verdana, Arial;
|
||||
font-size: 7pt;
|
||||
background: #f0f0ee;
|
||||
border: 1px solid gray;
|
||||
@ -338,7 +334,6 @@
|
||||
width: 100%;
|
||||
height: auto;
|
||||
text-align: center;
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica;
|
||||
font-size: 11px;
|
||||
line-height: 20px;
|
||||
border: 1px solid #fff;
|
||||
@ -396,7 +391,6 @@
|
||||
.defaultSkin .mceMenu .mceText {
|
||||
position: relative;
|
||||
display: block;
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica;
|
||||
color: #000;
|
||||
cursor: default;
|
||||
margin: 0;
|
||||
@ -407,9 +401,6 @@
|
||||
.defaultSkin .mceMenu .mcePreview {
|
||||
font-size: 11px;
|
||||
}
|
||||
.defaultSkin .mceMenu pre.mceText {
|
||||
font-family: Monospace;
|
||||
}
|
||||
.defaultSkin .mceMenu .mceIcon {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@ -494,9 +485,6 @@
|
||||
.defaultSkin .mce_address span.mceText {
|
||||
font-style: italic;
|
||||
}
|
||||
.defaultSkin .mce_pre span.mceText {
|
||||
font-family: monospace;
|
||||
}
|
||||
.defaultSkin .mce_h1 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 2em;
|
||||
|
@ -1,106 +1,366 @@
|
||||
/* Generic */
|
||||
body {
|
||||
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
|
||||
background:#F0F0EE;
|
||||
color: black;
|
||||
padding:0;
|
||||
margin:8px 8px 0 8px;
|
||||
font-size: 11px;
|
||||
background: #f0f0ee;
|
||||
color: black;
|
||||
padding: 0;
|
||||
margin: 8px 8px 0 8px;
|
||||
}
|
||||
|
||||
html {background:#F0F0EE; color:#000;}
|
||||
td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
|
||||
textarea {resize:none;outline:none;}
|
||||
a:link, a:visited {color:black;background-color:transparent;}
|
||||
a:hover {color:#2B6FB6;background-color:transparent;}
|
||||
.nowrap {white-space: nowrap}
|
||||
html {
|
||||
background: #f0f0ee;
|
||||
color: #000;
|
||||
}
|
||||
td {
|
||||
font-size: 10px;
|
||||
}
|
||||
textarea {
|
||||
resize: none;
|
||||
outline: none;
|
||||
}
|
||||
a:link,
|
||||
a:visited {
|
||||
color: black;
|
||||
background-color: transparent;
|
||||
}
|
||||
a:hover {
|
||||
color: #2b6fb6;
|
||||
background-color: transparent;
|
||||
}
|
||||
.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;background-color:transparent;}
|
||||
input.invalid {border:1px solid #EE0000;background-color:transparent;}
|
||||
input {background:#FFF; border:1px solid #CCC;color:black;}
|
||||
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 {
|
||||
font-weight:bold;
|
||||
width:94px; height:23px;
|
||||
cursor:pointer;
|
||||
padding-bottom:2px;
|
||||
float:left;
|
||||
fieldset {
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
border: 1px solid #919b9c;
|
||||
font-size: 10px;
|
||||
}
|
||||
legend {
|
||||
color: #2b6fb6;
|
||||
font-weight: bold;
|
||||
}
|
||||
label.msg {
|
||||
display: none;
|
||||
}
|
||||
label.invalid {
|
||||
color: #ee0000;
|
||||
display: inline;
|
||||
background-color: transparent;
|
||||
}
|
||||
input.invalid {
|
||||
border: 1px solid #ee0000;
|
||||
background-color: transparent;
|
||||
}
|
||||
input {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
color: black;
|
||||
}
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
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;
|
||||
}
|
||||
|
||||
#cancel {float:right}
|
||||
/* Buttons */
|
||||
#insert,
|
||||
#cancel,
|
||||
input.button,
|
||||
.updateButton {
|
||||
font-weight: bold;
|
||||
width: 94px;
|
||||
height: 23px;
|
||||
cursor: pointer;
|
||||
padding-bottom: 2px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#cancel {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Browse */
|
||||
a.pickcolor, a.browse {text-decoration:none}
|
||||
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; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter: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:hover span.disabled {}
|
||||
a.pickcolor,
|
||||
a.browse {
|
||||
text-decoration: none;
|
||||
}
|
||||
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;
|
||||
opacity: 0.3;
|
||||
-ms-filter: "alpha(opacity=30)";
|
||||
filter: 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:hover span.disabled {
|
||||
}
|
||||
|
||||
/* 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}
|
||||
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;
|
||||
text-align: center;
|
||||
}
|
||||
#charmap #codeV {
|
||||
font-size: 40px;
|
||||
height: 80px;
|
||||
border: 1px solid #aaa;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Source */
|
||||
.wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
|
||||
.mceActionPanel {margin-top:5px;}
|
||||
.wordWrapCode {
|
||||
vertical-align: middle;
|
||||
border: 1px none #000000;
|
||||
background: transparent;
|
||||
}
|
||||
.mceActionPanel {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* Tabs classes */
|
||||
.tabs {width:100%; height:18px; line-height:normal;}
|
||||
.tabs ul {margin:0; padding:0; list-style:none;}
|
||||
.tabs li {float:left; border: 1px solid black; border-bottom:0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block; cursor:pointer;}
|
||||
.tabs li.current {font-weight: bold; margin-right:2px;}
|
||||
.tabs span {float:left; display:block; padding:0px 10px 0 0;}
|
||||
.tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
|
||||
.tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
|
||||
.tabs {
|
||||
width: 100%;
|
||||
height: 18px;
|
||||
line-height: normal;
|
||||
}
|
||||
.tabs ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.tabs li {
|
||||
float: left;
|
||||
border: 1px solid black;
|
||||
border-bottom: 0;
|
||||
margin: 0 2px 0 0;
|
||||
padding: 0 0 0 10px;
|
||||
line-height: 17px;
|
||||
height: 18px;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.tabs li.current {
|
||||
font-weight: bold;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.tabs span {
|
||||
float: left;
|
||||
display: block;
|
||||
padding: 0px 10px 0 0;
|
||||
}
|
||||
.tabs a {
|
||||
text-decoration: none;
|
||||
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; padding:10px; padding-top:5px; clear:both; background:white;}
|
||||
.panel_wrapper div.panel {
|
||||
display: none;
|
||||
}
|
||||
.panel_wrapper div.current {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
overflow: visible;
|
||||
}
|
||||
.panel_wrapper {
|
||||
border: 1px solid #919b9c;
|
||||
padding: 10px;
|
||||
padding-top: 5px;
|
||||
clear: both;
|
||||
background: white;
|
||||
}
|
||||
|
||||
/* Columns */
|
||||
.column {float:left;}
|
||||
.properties {width:100%;}
|
||||
.properties .column1 {}
|
||||
.properties .column2 {text-align:left;}
|
||||
.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;}
|
||||
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 {display:inline-block; padding-left:40px; height:14px; border:1px solid black; margin-left:5px; margin-right: 5px}
|
||||
#colorpicker #previewblock {position: relative; top: -3px; padding-left:5px; padding-top: 0px; display:inline}
|
||||
#colorpicker #preview_wrapper { text-align:center; padding-top:4px; white-space: nowrap}
|
||||
#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 .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;}
|
||||
#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 {
|
||||
display: inline-block;
|
||||
padding-left: 40px;
|
||||
height: 14px;
|
||||
border: 1px solid black;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
#colorpicker #previewblock {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
padding-left: 5px;
|
||||
padding-top: 0px;
|
||||
display: inline;
|
||||
}
|
||||
#colorpicker #preview_wrapper {
|
||||
text-align: center;
|
||||
padding-top: 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#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 .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;
|
||||
}
|
||||
|
@ -1,106 +1,439 @@
|
||||
/* Reset */
|
||||
.highcontrastSkin table, .highcontrastSkin tbody, .highcontrastSkin a, .highcontrastSkin img, .highcontrastSkin tr, .highcontrastSkin div, .highcontrastSkin td, .highcontrastSkin iframe, .highcontrastSkin span, .highcontrastSkin *, .highcontrastSkin .mceText {border:0; margin:0; padding:0; vertical-align:baseline; border-collapse:separate;}
|
||||
.highcontrastSkin a:hover, .highcontrastSkin a:link, .highcontrastSkin a:visited, .highcontrastSkin a:active {text-decoration:none; font-weight:normal; cursor:default;}
|
||||
.highcontrastSkin table td {vertical-align:middle}
|
||||
.highcontrastSkin table,
|
||||
.highcontrastSkin tbody,
|
||||
.highcontrastSkin a,
|
||||
.highcontrastSkin img,
|
||||
.highcontrastSkin tr,
|
||||
.highcontrastSkin div,
|
||||
.highcontrastSkin td,
|
||||
.highcontrastSkin iframe,
|
||||
.highcontrastSkin span,
|
||||
.highcontrastSkin *,
|
||||
.highcontrastSkin .mceText {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
vertical-align: baseline;
|
||||
border-collapse: separate;
|
||||
}
|
||||
.highcontrastSkin a:hover,
|
||||
.highcontrastSkin a:link,
|
||||
.highcontrastSkin a:visited,
|
||||
.highcontrastSkin a:active {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
cursor: default;
|
||||
}
|
||||
.highcontrastSkin table td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.highcontrastSkin .mceIconOnly {display: block !important;}
|
||||
.highcontrastSkin .mceIconOnly {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* External */
|
||||
.highcontrastSkin .mceExternalToolbar {position:absolute; border:1px solid; border-bottom:0; display:none; background-color: white;}
|
||||
.highcontrastSkin .mceExternalToolbar td.mceToolbar {padding-right:13px;}
|
||||
.highcontrastSkin .mceExternalClose {position:absolute; top:3px; right:3px; width:7px; height:7px;}
|
||||
.highcontrastSkin .mceExternalToolbar {
|
||||
position: absolute;
|
||||
border: 1px solid;
|
||||
border-bottom: 0;
|
||||
display: none;
|
||||
background-color: white;
|
||||
}
|
||||
.highcontrastSkin .mceExternalToolbar td.mceToolbar {
|
||||
padding-right: 13px;
|
||||
}
|
||||
.highcontrastSkin .mceExternalClose {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
right: 3px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
/* Layout */
|
||||
.highcontrastSkin table.mceLayout {border: 1px solid;}
|
||||
.highcontrastSkin .mceIframeContainer {border-top:1px solid; border-bottom:1px solid}
|
||||
.highcontrastSkin .mceStatusbar a:hover {text-decoration:underline}
|
||||
.highcontrastSkin .mceStatusbar {display:block; line-height:1.5em; overflow:visible;}
|
||||
.highcontrastSkin .mceStatusbar div {float:left}
|
||||
.highcontrastSkin .mceStatusbar a.mceResize {display:block; float:right; width:20px; height:20px; cursor:se-resize; outline:0}
|
||||
.highcontrastSkin table.mceLayout {
|
||||
border: 1px solid;
|
||||
}
|
||||
.highcontrastSkin .mceIframeContainer {
|
||||
border-top: 1px solid;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.highcontrastSkin .mceStatusbar a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.highcontrastSkin .mceStatusbar {
|
||||
display: block;
|
||||
line-height: 1.5em;
|
||||
overflow: visible;
|
||||
}
|
||||
.highcontrastSkin .mceStatusbar div {
|
||||
float: left;
|
||||
}
|
||||
.highcontrastSkin .mceStatusbar a.mceResize {
|
||||
display: block;
|
||||
float: right;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: se-resize;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.highcontrastSkin .mceToolbar td { display: inline-block; float: left;}
|
||||
.highcontrastSkin .mceToolbar tr { display: block;}
|
||||
.highcontrastSkin .mceToolbar table { display: block; }
|
||||
.highcontrastSkin .mceToolbar td {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
.highcontrastSkin .mceToolbar tr {
|
||||
display: block;
|
||||
}
|
||||
.highcontrastSkin .mceToolbar table {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Button */
|
||||
|
||||
.highcontrastSkin .mceButton { display:block; margin: 2px; padding: 5px 10px;border: 1px solid; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; height: 2em;}
|
||||
.highcontrastSkin .mceButton .mceVoiceLabel { height: 100%; vertical-align: center; line-height: 2em}
|
||||
.highcontrastSkin .mceButtonDisabled .mceVoiceLabel { opacity:0.6; -ms-filter:'alpha(opacity=60)'; filter:alpha(opacity=60);}
|
||||
.highcontrastSkin .mceButtonActive, .highcontrastSkin .mceButton:focus, .highcontrastSkin .mceButton:active { border: 5px solid; padding: 1px 6px;-webkit-focus-ring-color:none;outline:none;}
|
||||
.highcontrastSkin .mceButton {
|
||||
display: block;
|
||||
margin: 2px;
|
||||
padding: 5px 10px;
|
||||
border: 1px solid;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-ms-border-radius: 3px;
|
||||
height: 2em;
|
||||
}
|
||||
.highcontrastSkin .mceButton .mceVoiceLabel {
|
||||
height: 100%;
|
||||
vertical-align: center;
|
||||
line-height: 2em;
|
||||
}
|
||||
.highcontrastSkin .mceButtonDisabled .mceVoiceLabel {
|
||||
opacity: 0.6;
|
||||
-ms-filter: "alpha(opacity=60)";
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.highcontrastSkin .mceButtonActive,
|
||||
.highcontrastSkin .mceButton:focus,
|
||||
.highcontrastSkin .mceButton:active {
|
||||
border: 5px solid;
|
||||
padding: 1px 6px;
|
||||
-webkit-focus-ring-color: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* Separator */
|
||||
.highcontrastSkin .mceSeparator {display:block; width:16px; height:26px;}
|
||||
.highcontrastSkin .mceSeparator {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
/* ListBox */
|
||||
.highcontrastSkin .mceListBox { display: block; margin:2px;-webkit-focus-ring-color:none;outline:none;}
|
||||
.highcontrastSkin .mceListBox .mceText {padding: 5px 6px; line-height: 2em; width: 15ex; overflow: hidden;}
|
||||
.highcontrastSkin .mceListBoxDisabled .mceText { opacity:0.6; -ms-filter:'alpha(opacity=60)'; filter:alpha(opacity=60);}
|
||||
.highcontrastSkin .mceListBox a.mceText { padding: 5px 10px; display: block; height: 2em; line-height: 2em; border: 1px solid; border-right: 0; border-radius: 3px 0px 0px 3px; -moz-border-radius: 3px 0px 0px 3px; -webkit-border-radius: 3px 0px 0px 3px; -ms-border-radius: 3px 0px 0px 3px;}
|
||||
.highcontrastSkin .mceListBox a.mceOpen { padding: 5px 4px; display: block; height: 2em; line-height: 2em; border: 1px solid; border-left: 0; border-radius: 0px 3px 3px 0px; -moz-border-radius: 0px 3px 3px 0px; -webkit-border-radius: 0px 3px 3px 0px; -ms-border-radius: 0px 3px 3px 0px;}
|
||||
.highcontrastSkin .mceListBox:focus a.mceText, .highcontrastSkin .mceListBox:active a.mceText { border-width: 5px; padding: 1px 10px 1px 6px;}
|
||||
.highcontrastSkin .mceListBox:focus a.mceOpen, .highcontrastSkin .mceListBox:active a.mceOpen { border-width: 5px; padding: 1px 0px 1px 4px;}
|
||||
.highcontrastSkin .mceListBox {
|
||||
display: block;
|
||||
margin: 2px;
|
||||
-webkit-focus-ring-color: none;
|
||||
outline: none;
|
||||
}
|
||||
.highcontrastSkin .mceListBox .mceText {
|
||||
padding: 5px 6px;
|
||||
line-height: 2em;
|
||||
width: 15ex;
|
||||
overflow: hidden;
|
||||
}
|
||||
.highcontrastSkin .mceListBoxDisabled .mceText {
|
||||
opacity: 0.6;
|
||||
-ms-filter: "alpha(opacity=60)";
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.highcontrastSkin .mceListBox a.mceText {
|
||||
padding: 5px 10px;
|
||||
display: block;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
border: 1px solid;
|
||||
border-right: 0;
|
||||
border-radius: 3px 0px 0px 3px;
|
||||
-moz-border-radius: 3px 0px 0px 3px;
|
||||
-webkit-border-radius: 3px 0px 0px 3px;
|
||||
-ms-border-radius: 3px 0px 0px 3px;
|
||||
}
|
||||
.highcontrastSkin .mceListBox a.mceOpen {
|
||||
padding: 5px 4px;
|
||||
display: block;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
border: 1px solid;
|
||||
border-left: 0;
|
||||
border-radius: 0px 3px 3px 0px;
|
||||
-moz-border-radius: 0px 3px 3px 0px;
|
||||
-webkit-border-radius: 0px 3px 3px 0px;
|
||||
-ms-border-radius: 0px 3px 3px 0px;
|
||||
}
|
||||
.highcontrastSkin .mceListBox:focus a.mceText,
|
||||
.highcontrastSkin .mceListBox:active a.mceText {
|
||||
border-width: 5px;
|
||||
padding: 1px 10px 1px 6px;
|
||||
}
|
||||
.highcontrastSkin .mceListBox:focus a.mceOpen,
|
||||
.highcontrastSkin .mceListBox:active a.mceOpen {
|
||||
border-width: 5px;
|
||||
padding: 1px 0px 1px 4px;
|
||||
}
|
||||
|
||||
.highcontrastSkin .mceListBoxMenu {overflow-y:auto}
|
||||
.highcontrastSkin .mceListBoxMenu {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/* SplitButton */
|
||||
.highcontrastSkin .mceSplitButtonDisabled .mceAction {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||
.highcontrastSkin .mceSplitButtonDisabled .mceAction {
|
||||
opacity: 0.3;
|
||||
-ms-filter: "alpha(opacity=30)";
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
|
||||
.highcontrastSkin .mceSplitButton { border-collapse: collapse; margin: 2px; height: 2em; line-height: 2em;-webkit-focus-ring-color:none;outline:none;}
|
||||
.highcontrastSkin .mceSplitButton td { display: table-cell; float: none; margin: 0; padding: 0; height: 2em;}
|
||||
.highcontrastSkin .mceSplitButton tr { display: table-row; }
|
||||
.highcontrastSkin table.mceSplitButton { display: table; }
|
||||
.highcontrastSkin .mceSplitButton a.mceAction { padding: 5px 10px; display: block; height: 2em; line-height: 2em; overflow: hidden; border: 1px solid; border-right: 0; border-radius: 3px 0px 0px 3px; -moz-border-radius: 3px 0px 0px 3px; -webkit-border-radius: 3px 0px 0px 3px; -ms-border-radius: 3px 0px 0px 3px;}
|
||||
.highcontrastSkin .mceSplitButton a.mceOpen { padding: 5px 4px; display: block; height: 2em; line-height: 2em; border: 1px solid; border-radius: 0px 3px 3px 0px; -moz-border-radius: 0px 3px 3px 0px; -webkit-border-radius: 0px 3px 3px 0px; -ms-border-radius: 0px 3px 3px 0px;}
|
||||
.highcontrastSkin .mceSplitButton .mceVoiceLabel { height: 2em; vertical-align: center; line-height: 2em; }
|
||||
.highcontrastSkin .mceSplitButton:focus a.mceAction, .highcontrastSkin .mceSplitButton:active a.mceAction { border-width: 5px; border-right-width: 1px; padding: 1px 10px 1px 6px;-webkit-focus-ring-color:none;outline:none;}
|
||||
.highcontrastSkin .mceSplitButton:focus a.mceOpen, .highcontrastSkin .mceSplitButton:active a.mceOpen { border-width: 5px; border-left-width: 1px; padding: 1px 0px 1px 4px;-webkit-focus-ring-color:none;outline:none;}
|
||||
.highcontrastSkin .mceSplitButton {
|
||||
border-collapse: collapse;
|
||||
margin: 2px;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
-webkit-focus-ring-color: none;
|
||||
outline: none;
|
||||
}
|
||||
.highcontrastSkin .mceSplitButton td {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 2em;
|
||||
}
|
||||
.highcontrastSkin .mceSplitButton tr {
|
||||
display: table-row;
|
||||
}
|
||||
.highcontrastSkin table.mceSplitButton {
|
||||
display: table;
|
||||
}
|
||||
.highcontrastSkin .mceSplitButton a.mceAction {
|
||||
padding: 5px 10px;
|
||||
display: block;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
overflow: hidden;
|
||||
border: 1px solid;
|
||||
border-right: 0;
|
||||
border-radius: 3px 0px 0px 3px;
|
||||
-moz-border-radius: 3px 0px 0px 3px;
|
||||
-webkit-border-radius: 3px 0px 0px 3px;
|
||||
-ms-border-radius: 3px 0px 0px 3px;
|
||||
}
|
||||
.highcontrastSkin .mceSplitButton a.mceOpen {
|
||||
padding: 5px 4px;
|
||||
display: block;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
border: 1px solid;
|
||||
border-radius: 0px 3px 3px 0px;
|
||||
-moz-border-radius: 0px 3px 3px 0px;
|
||||
-webkit-border-radius: 0px 3px 3px 0px;
|
||||
-ms-border-radius: 0px 3px 3px 0px;
|
||||
}
|
||||
.highcontrastSkin .mceSplitButton .mceVoiceLabel {
|
||||
height: 2em;
|
||||
vertical-align: center;
|
||||
line-height: 2em;
|
||||
}
|
||||
.highcontrastSkin .mceSplitButton:focus a.mceAction,
|
||||
.highcontrastSkin .mceSplitButton:active a.mceAction {
|
||||
border-width: 5px;
|
||||
border-right-width: 1px;
|
||||
padding: 1px 10px 1px 6px;
|
||||
-webkit-focus-ring-color: none;
|
||||
outline: none;
|
||||
}
|
||||
.highcontrastSkin .mceSplitButton:focus a.mceOpen,
|
||||
.highcontrastSkin .mceSplitButton:active a.mceOpen {
|
||||
border-width: 5px;
|
||||
border-left-width: 1px;
|
||||
padding: 1px 0px 1px 4px;
|
||||
-webkit-focus-ring-color: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* Menu */
|
||||
.highcontrastSkin .mceNoIcons span.mceIcon {width:0;}
|
||||
.highcontrastSkin .mceMenu {position:absolute; left:0; top:0; z-index:1000; border:1px solid; direction:ltr}
|
||||
.highcontrastSkin .mceMenu table {background:white; color: black}
|
||||
.highcontrastSkin .mceNoIcons a .mceText {padding-left:10px}
|
||||
.highcontrastSkin .mceMenu a, .highcontrastSkin .mceMenu span, .highcontrastSkin .mceMenu {display:block;background:white; color: black}
|
||||
.highcontrastSkin .mceMenu td {height:2em}
|
||||
.highcontrastSkin .mceMenu a {position:relative;padding:3px 0 4px 0; display: block;}
|
||||
.highcontrastSkin .mceMenu .mceText {position:relative; display:block; cursor:default; margin:0; padding:0 25px 0 25px;}
|
||||
.highcontrastSkin .mceMenu pre.mceText {font-family:Monospace}
|
||||
.highcontrastSkin .mceMenu .mceIcon {position:absolute; top:0; left:0; width:26px;}
|
||||
.highcontrastSkin td.mceMenuItemSeparator {border-top:1px solid; height:1px}
|
||||
.highcontrastSkin .mceMenuItemTitle a {border:0; border-bottom:1px solid}
|
||||
.highcontrastSkin .mceMenuItemTitle span.mceText {font-weight:bold; padding-left:4px}
|
||||
.highcontrastSkin .mceNoIcons .mceMenuItemSelected span.mceText:before {content: "\2713\A0";}
|
||||
.highcontrastSkin .mceMenu span.mceMenuLine {display:none}
|
||||
.highcontrastSkin .mceMenuItemSub a .mceText:after {content: "\A0\25B8"}
|
||||
.highcontrastSkin .mceMenuItem td, .highcontrastSkin .mceMenuItem th {line-height: normal}
|
||||
.highcontrastSkin .mceNoIcons span.mceIcon {
|
||||
width: 0;
|
||||
}
|
||||
.highcontrastSkin .mceMenu {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
border: 1px solid;
|
||||
direction: ltr;
|
||||
}
|
||||
.highcontrastSkin .mceMenu table {
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
.highcontrastSkin .mceNoIcons a .mceText {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.highcontrastSkin .mceMenu a,
|
||||
.highcontrastSkin .mceMenu span,
|
||||
.highcontrastSkin .mceMenu {
|
||||
display: block;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
.highcontrastSkin .mceMenu td {
|
||||
height: 2em;
|
||||
}
|
||||
.highcontrastSkin .mceMenu a {
|
||||
position: relative;
|
||||
padding: 3px 0 4px 0;
|
||||
display: block;
|
||||
}
|
||||
.highcontrastSkin .mceMenu .mceText {
|
||||
position: relative;
|
||||
display: block;
|
||||
cursor: default;
|
||||
margin: 0;
|
||||
padding: 0 25px 0 25px;
|
||||
}
|
||||
.highcontrastSkin .mceMenu .mceIcon {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 26px;
|
||||
}
|
||||
.highcontrastSkin td.mceMenuItemSeparator {
|
||||
border-top: 1px solid;
|
||||
height: 1px;
|
||||
}
|
||||
.highcontrastSkin .mceMenuItemTitle a {
|
||||
border: 0;
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.highcontrastSkin .mceMenuItemTitle span.mceText {
|
||||
font-weight: bold;
|
||||
padding-left: 4px;
|
||||
}
|
||||
.highcontrastSkin .mceNoIcons .mceMenuItemSelected span.mceText:before {
|
||||
content: "\2713\A0";
|
||||
}
|
||||
.highcontrastSkin .mceMenu span.mceMenuLine {
|
||||
display: none;
|
||||
}
|
||||
.highcontrastSkin .mceMenuItemSub a .mceText:after {
|
||||
content: "\A0\25B8";
|
||||
}
|
||||
.highcontrastSkin .mceMenuItem td,
|
||||
.highcontrastSkin .mceMenuItem th {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/* ColorSplitButton */
|
||||
.highcontrastSkin div.mceColorSplitMenu table {background:#FFF; border:1px solid; color: #000}
|
||||
.highcontrastSkin .mceColorSplitMenu td {padding:2px}
|
||||
.highcontrastSkin .mceColorSplitMenu a {display:block; width:16px; height:16px; overflow:hidden; color:#000; margin: 0; padding: 0;}
|
||||
.highcontrastSkin .mceColorSplitMenu td.mceMoreColors {padding:1px 3px 1px 1px}
|
||||
.highcontrastSkin .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}
|
||||
.highcontrastSkin .mceColorSplitMenu a.mceMoreColors:hover {border:1px solid; background-color:#B6BDD2}
|
||||
.highcontrastSkin a.mceMoreColors:hover {border:1px solid #0A246A; color: #000;}
|
||||
.highcontrastSkin .mceColorPreview {display:none;}
|
||||
.highcontrastSkin .mce_forecolor span.mceAction, .highcontrastSkin .mce_backcolor span.mceAction {height:17px;overflow:hidden}
|
||||
.highcontrastSkin div.mceColorSplitMenu table {
|
||||
background: #fff;
|
||||
border: 1px solid;
|
||||
color: #000;
|
||||
}
|
||||
.highcontrastSkin .mceColorSplitMenu td {
|
||||
padding: 2px;
|
||||
}
|
||||
.highcontrastSkin .mceColorSplitMenu a {
|
||||
display: block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
color: #000;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.highcontrastSkin .mceColorSplitMenu td.mceMoreColors {
|
||||
padding: 1px 3px 1px 1px;
|
||||
}
|
||||
.highcontrastSkin .mceColorSplitMenu a.mceMoreColors {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
line-height: 20px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.highcontrastSkin .mceColorSplitMenu a.mceMoreColors:hover {
|
||||
border: 1px solid;
|
||||
background-color: #b6bdd2;
|
||||
}
|
||||
.highcontrastSkin a.mceMoreColors:hover {
|
||||
border: 1px solid #0a246a;
|
||||
color: #000;
|
||||
}
|
||||
.highcontrastSkin .mceColorPreview {
|
||||
display: none;
|
||||
}
|
||||
.highcontrastSkin .mce_forecolor span.mceAction,
|
||||
.highcontrastSkin .mce_backcolor span.mceAction {
|
||||
height: 17px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Progress,Resize */
|
||||
.highcontrastSkin .mceBlocker {position:absolute; left:0; top:0; z-index:1000; opacity:0.5; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=50); background:#FFF}
|
||||
.highcontrastSkin .mceProgress {position:absolute; left:0; top:0; z-index:1001; background:url(../default/img/progress.gif) no-repeat; width:32px; height:32px; margin:-16px 0 0 -16px}
|
||||
.highcontrastSkin .mceBlocker {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
opacity: 0.5;
|
||||
-ms-filter: "alpha(opacity=30)";
|
||||
filter: alpha(opacity=50);
|
||||
background: #fff;
|
||||
}
|
||||
.highcontrastSkin .mceProgress {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1001;
|
||||
background: url(../default/img/progress.gif) no-repeat;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: -16px 0 0 -16px;
|
||||
}
|
||||
|
||||
/* Rtl */
|
||||
.mceRtl .mceListBox .mceText {text-align: right; padding: 0 4px 0 0}
|
||||
.mceRtl .mceMenuItem .mceText {text-align: right}
|
||||
.mceRtl .mceListBox .mceText {
|
||||
text-align: right;
|
||||
padding: 0 4px 0 0;
|
||||
}
|
||||
.mceRtl .mceMenuItem .mceText {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Formats */
|
||||
.highcontrastSkin .mce_p span.mceText {}
|
||||
.highcontrastSkin .mce_address span.mceText {font-style:italic}
|
||||
.highcontrastSkin .mce_pre span.mceText {font-family:monospace}
|
||||
.highcontrastSkin .mce_h1 span.mceText {font-weight:bolder; font-size: 2em}
|
||||
.highcontrastSkin .mce_h2 span.mceText {font-weight:bolder; font-size: 1.5em}
|
||||
.highcontrastSkin .mce_h3 span.mceText {font-weight:bolder; font-size: 1.17em}
|
||||
.highcontrastSkin .mce_h4 span.mceText {font-weight:bolder; font-size: 1em}
|
||||
.highcontrastSkin .mce_h5 span.mceText {font-weight:bolder; font-size: .83em}
|
||||
.highcontrastSkin .mce_h6 span.mceText {font-weight:bolder; font-size: .75em}
|
||||
.highcontrastSkin .mce_p span.mceText {
|
||||
}
|
||||
.highcontrastSkin .mce_h1 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 2em;
|
||||
}
|
||||
.highcontrastSkin .mce_h2 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.highcontrastSkin .mce_h3 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 1.17em;
|
||||
}
|
||||
.highcontrastSkin .mce_h4 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 1em;
|
||||
}
|
||||
.highcontrastSkin .mce_h5 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 0.83em;
|
||||
}
|
||||
.highcontrastSkin .mce_h6 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
@ -1,48 +1,149 @@
|
||||
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(../default/img/items.gif) no-repeat 0 0;}
|
||||
span.mceItemNbsp {background: #DDD}
|
||||
td.mceSelected, th.mceSelected {background-color:#3399ff !important}
|
||||
img {border:0;}
|
||||
table, img, hr, .mceItemAnchor {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}
|
||||
body,
|
||||
td,
|
||||
pre {
|
||||
color: #000;
|
||||
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: 0.83em;
|
||||
}
|
||||
h6 {
|
||||
font-size: 0.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(../default/img/items.gif) no-repeat 0 0;
|
||||
}
|
||||
span.mceItemNbsp {
|
||||
background: #ddd;
|
||||
}
|
||||
td.mceSelected,
|
||||
th.mceSelected {
|
||||
background-color: #3399ff !important;
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
table,
|
||||
img,
|
||||
hr,
|
||||
.mceItemAnchor {
|
||||
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;
|
||||
}
|
||||
|
||||
/* IE */
|
||||
* 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;
|
||||
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}
|
||||
*[contentEditable]:focus {outline:0}
|
||||
img:-moz-broken {
|
||||
-moz-force-broken-image-icon: 1;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
font[face="mceinline"] {
|
||||
font-family: inherit !important;
|
||||
}
|
||||
*[contentEditable]:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.mceItemMedia {border:1px dotted #cc0000; background-position:center; background-repeat:no-repeat; background-color:#ffffcc}
|
||||
.mceItemShockWave {background-image:url(../../img/shockwave.gif)}
|
||||
.mceItemFlash {background-image:url(../../img/flash.gif)}
|
||||
.mceItemQuickTime {background-image:url(../../img/quicktime.gif)}
|
||||
.mceItemWindowsMedia {background-image:url(../../img/windowsmedia.gif)}
|
||||
.mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
|
||||
.mceItemVideo {background-image:url(../../img/video.gif)}
|
||||
.mceItemAudio {background-image:url(../../img/video.gif)}
|
||||
.mceItemIframe {background-image:url(../../img/iframe.gif)}
|
||||
.mcePageBreak {display:block;border:0;width:100%;height:12px;border-top:1px dotted #ccc;margin-top:15px;background:#fff url(../../img/pagebreak.gif) no-repeat center top;}
|
||||
.mceItemMedia {
|
||||
border: 1px dotted #cc0000;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #ffffcc;
|
||||
}
|
||||
.mceItemShockWave {
|
||||
background-image: url(../../img/shockwave.gif);
|
||||
}
|
||||
.mceItemFlash {
|
||||
background-image: url(../../img/flash.gif);
|
||||
}
|
||||
.mceItemQuickTime {
|
||||
background-image: url(../../img/quicktime.gif);
|
||||
}
|
||||
.mceItemWindowsMedia {
|
||||
background-image: url(../../img/windowsmedia.gif);
|
||||
}
|
||||
.mceItemRealMedia {
|
||||
background-image: url(../../img/realmedia.gif);
|
||||
}
|
||||
.mceItemVideo {
|
||||
background-image: url(../../img/video.gif);
|
||||
}
|
||||
.mceItemAudio {
|
||||
background-image: url(../../img/video.gif);
|
||||
}
|
||||
.mceItemIframe {
|
||||
background-image: url(../../img/iframe.gif);
|
||||
}
|
||||
.mcePageBreak {
|
||||
display: block;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
height: 12px;
|
||||
border-top: 1px dotted #ccc;
|
||||
margin-top: 15px;
|
||||
background: #fff url(../../img/pagebreak.gif) no-repeat center top;
|
||||
}
|
||||
|
@ -1,118 +1,383 @@
|
||||
/* Generic */
|
||||
body {
|
||||
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
|
||||
scrollbar-3dlight-color:#F0F0EE;
|
||||
scrollbar-arrow-color:#676662;
|
||||
scrollbar-base-color:#F0F0EE;
|
||||
scrollbar-darkshadow-color:#DDDDDD;
|
||||
scrollbar-face-color:#E0E0DD;
|
||||
scrollbar-highlight-color:#F0F0EE;
|
||||
scrollbar-shadow-color:#F0F0EE;
|
||||
scrollbar-track-color:#F5F5F5;
|
||||
background:#F0F0EE;
|
||||
padding:0;
|
||||
margin:8px 8px 0 8px;
|
||||
font-size: 11px;
|
||||
scrollbar-3dlight-color: #f0f0ee;
|
||||
scrollbar-arrow-color: #676662;
|
||||
scrollbar-base-color: #f0f0ee;
|
||||
scrollbar-darkshadow-color: #dddddd;
|
||||
scrollbar-face-color: #e0e0dd;
|
||||
scrollbar-highlight-color: #f0f0ee;
|
||||
scrollbar-shadow-color: #f0f0ee;
|
||||
scrollbar-track-color: #f5f5f5;
|
||||
background: #f0f0ee;
|
||||
padding: 0;
|
||||
margin: 8px 8px 0 8px;
|
||||
}
|
||||
|
||||
html {background:#F0F0EE;}
|
||||
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}
|
||||
html {
|
||||
background: #f0f0ee;
|
||||
}
|
||||
td {
|
||||
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 #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(../default/img/buttons.png) 0 -26px;
|
||||
cursor:pointer;
|
||||
padding-bottom:2px;
|
||||
float:left;
|
||||
fieldset {
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
border: 1px solid #919b9c;
|
||||
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-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;
|
||||
}
|
||||
|
||||
#insert {background:url(../default/img/buttons.png) 0 -52px}
|
||||
#cancel {background:url(../default/img/buttons.png) 0 0; float:right}
|
||||
/* Buttons */
|
||||
#insert,
|
||||
#cancel,
|
||||
input.button,
|
||||
.updateButton {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
width: 94px;
|
||||
height: 26px;
|
||||
background: url(../default/img/buttons.png) 0 -26px;
|
||||
cursor: pointer;
|
||||
padding-bottom: 2px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#insert {
|
||||
background: url(../default/img/buttons.png) 0 -52px;
|
||||
}
|
||||
#cancel {
|
||||
background: url(../default/img/buttons.png) 0 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Browse */
|
||||
a.pickcolor, a.browse {text-decoration:none}
|
||||
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; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter: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:hover span.disabled {}
|
||||
a.pickcolor,
|
||||
a.browse {
|
||||
text-decoration: none;
|
||||
}
|
||||
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;
|
||||
opacity: 0.3;
|
||||
-ms-filter: "alpha(opacity=30)";
|
||||
filter: 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:hover span.disabled {
|
||||
}
|
||||
|
||||
/* 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}
|
||||
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;
|
||||
text-align: center;
|
||||
}
|
||||
#charmap #codeV {
|
||||
font-size: 40px;
|
||||
height: 80px;
|
||||
border: 1px solid #aaa;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Source */
|
||||
.wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
|
||||
.mceActionPanel {margin-top:5px;}
|
||||
.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(../default/img/tabs.gif) repeat-x 0 -72px;}
|
||||
.tabs ul {margin:0; padding:0; list-style:none;}
|
||||
.tabs li {float:left; background:url(../default/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(../default/img/tabs.gif) no-repeat 0 -18px; margin-right:2px;}
|
||||
.tabs span {float:left; display:block; background:url(../default/img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;}
|
||||
.tabs .current span {background:url(../default/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;}
|
||||
.tabs {
|
||||
width: 100%;
|
||||
height: 18px;
|
||||
line-height: normal;
|
||||
background: url(../default/img/tabs.gif) repeat-x 0 -72px;
|
||||
}
|
||||
.tabs ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.tabs li {
|
||||
float: left;
|
||||
background: url(../default/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(../default/img/tabs.gif) no-repeat 0 -18px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.tabs span {
|
||||
float: left;
|
||||
display: block;
|
||||
background: url(../default/img/tabs.gif) no-repeat right -36px;
|
||||
padding: 0px 10px 0 0;
|
||||
}
|
||||
.tabs .current span {
|
||||
background: url(../default/img/tabs.gif) no-repeat right -54px;
|
||||
}
|
||||
.tabs a {
|
||||
text-decoration: none;
|
||||
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;}
|
||||
.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;}
|
||||
.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;}
|
||||
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 {display:inline-block; padding-left:40px; height:14px; border:1px solid black; margin-left:5px; margin-right: 5px}
|
||||
#colorpicker #previewblock {position: relative; top: -3px; padding-left:5px; padding-top: 0px; display:inline}
|
||||
#colorpicker #preview_wrapper { text-align:center; padding-top:4px; white-space: nowrap}
|
||||
#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 .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;}
|
||||
#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 {
|
||||
display: inline-block;
|
||||
padding-left: 40px;
|
||||
height: 14px;
|
||||
border: 1px solid black;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
#colorpicker #previewblock {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
padding-left: 5px;
|
||||
padding-top: 0px;
|
||||
display: inline;
|
||||
}
|
||||
#colorpicker #preview_wrapper {
|
||||
text-align: center;
|
||||
padding-top: 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#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 .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;
|
||||
}
|
||||
|
@ -1,222 +1,780 @@
|
||||
/* Reset */
|
||||
.o2k7Skin table, .o2k7Skin tbody, .o2k7Skin a, .o2k7Skin img, .o2k7Skin tr, .o2k7Skin div, .o2k7Skin td, .o2k7Skin iframe, .o2k7Skin span, .o2k7Skin *, .o2k7Skin .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}
|
||||
.o2k7Skin a:hover, .o2k7Skin a:link, .o2k7Skin a:visited, .o2k7Skin a:active {text-decoration:none; font-weight:normal; cursor:default; color:#000}
|
||||
.o2k7Skin table td {vertical-align:middle}
|
||||
.o2k7Skin table,
|
||||
.o2k7Skin tbody,
|
||||
.o2k7Skin a,
|
||||
.o2k7Skin img,
|
||||
.o2k7Skin tr,
|
||||
.o2k7Skin div,
|
||||
.o2k7Skin td,
|
||||
.o2k7Skin iframe,
|
||||
.o2k7Skin span,
|
||||
.o2k7Skin *,
|
||||
.o2k7Skin .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;
|
||||
}
|
||||
.o2k7Skin a:hover,
|
||||
.o2k7Skin a:link,
|
||||
.o2k7Skin a:visited,
|
||||
.o2k7Skin a:active {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
cursor: default;
|
||||
color: #000;
|
||||
}
|
||||
.o2k7Skin table td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Containers */
|
||||
.o2k7Skin table {background:transparent}
|
||||
.o2k7Skin iframe {display:block;}
|
||||
.o2k7Skin .mceToolbar {height:26px}
|
||||
.o2k7Skin table {
|
||||
background: transparent;
|
||||
}
|
||||
.o2k7Skin iframe {
|
||||
display: block;
|
||||
}
|
||||
.o2k7Skin .mceToolbar {
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
/* External */
|
||||
.o2k7Skin .mceExternalToolbar {position:absolute; border:1px solid #ABC6DD; border-bottom:0; display:none}
|
||||
.o2k7Skin .mceExternalToolbar td.mceToolbar {padding-right:13px;}
|
||||
.o2k7Skin .mceExternalClose {position:absolute; top:3px; right:3px; width:7px; height:7px; background:url(../../img/icons.gif) -820px 0}
|
||||
.o2k7Skin .mceExternalToolbar {
|
||||
position: absolute;
|
||||
border: 1px solid #abc6dd;
|
||||
border-bottom: 0;
|
||||
display: none;
|
||||
}
|
||||
.o2k7Skin .mceExternalToolbar td.mceToolbar {
|
||||
padding-right: 13px;
|
||||
}
|
||||
.o2k7Skin .mceExternalClose {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
right: 3px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
background: url(../../img/icons.gif) -820px 0;
|
||||
}
|
||||
|
||||
/* Layout */
|
||||
.o2k7Skin table.mceLayout {border:0; border-left:1px solid #ABC6DD; border-right:1px solid #ABC6DD}
|
||||
.o2k7Skin table.mceLayout tr.mceFirst td {border-top:1px solid #ABC6DD}
|
||||
.o2k7Skin table.mceLayout tr.mceLast td {border-bottom:1px solid #ABC6DD}
|
||||
.o2k7Skin table.mceToolbar, .o2k7Skin tr.mceFirst .mceToolbar tr td, .o2k7Skin tr.mceLast .mceToolbar tr td {border:0; margin:0; padding:0}
|
||||
.o2k7Skin .mceIframeContainer {border-top:1px solid #ABC6DD; border-bottom:1px solid #ABC6DD}
|
||||
.o2k7Skin td.mceToolbar{background:#E5EFFD}
|
||||
.o2k7Skin .mceStatusbar {background:#E5EFFD; display:block; font-family:'MS Sans Serif',sans-serif,Verdana,Arial; font-size:9pt; line-height:16px; overflow:visible; color:#000; height:20px}
|
||||
.o2k7Skin .mceStatusbar div {float:left; padding:2px}
|
||||
.o2k7Skin .mceStatusbar a.mceResize {display:block; float:right; background:url(../../img/icons.gif) -800px 0; width:20px; height:20px; cursor:se-resize; outline:0}
|
||||
.o2k7Skin .mceStatusbar a:hover {text-decoration:underline}
|
||||
.o2k7Skin table.mceToolbar {margin-left:3px}
|
||||
.o2k7Skin .mceToolbar .mceToolbarStart span {display:block; background:url(img/button_bg.png) -22px 0; width:1px; height:22px; margin-left:3px;}
|
||||
.o2k7Skin .mceToolbar td.mceFirst span {margin:0}
|
||||
.o2k7Skin .mceToolbar .mceToolbarEnd span {display:block; background:url(img/button_bg.png) -22px 0; width:1px; height:22px}
|
||||
.o2k7Skin .mceToolbar .mceToolbarEndListBox span, .o2k7Skin .mceToolbar .mceToolbarStartListBox span {display:none}
|
||||
.o2k7Skin span.mceIcon, .o2k7Skin img.mceIcon {display:block; width:20px; height:20px}
|
||||
.o2k7Skin .mceIcon {background:url(../../img/icons.gif) no-repeat 20px 20px}
|
||||
.o2k7Skin td.mceCenter {text-align:center;}
|
||||
.o2k7Skin td.mceCenter table {margin:0 auto; text-align:left;}
|
||||
.o2k7Skin td.mceRight table {margin:0 0 0 auto;}
|
||||
.o2k7Skin table.mceLayout {
|
||||
border: 0;
|
||||
border-left: 1px solid #abc6dd;
|
||||
border-right: 1px solid #abc6dd;
|
||||
}
|
||||
.o2k7Skin table.mceLayout tr.mceFirst td {
|
||||
border-top: 1px solid #abc6dd;
|
||||
}
|
||||
.o2k7Skin table.mceLayout tr.mceLast td {
|
||||
border-bottom: 1px solid #abc6dd;
|
||||
}
|
||||
.o2k7Skin table.mceToolbar,
|
||||
.o2k7Skin tr.mceFirst .mceToolbar tr td,
|
||||
.o2k7Skin tr.mceLast .mceToolbar tr td {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.o2k7Skin .mceIframeContainer {
|
||||
border-top: 1px solid #abc6dd;
|
||||
border-bottom: 1px solid #abc6dd;
|
||||
}
|
||||
.o2k7Skin td.mceToolbar {
|
||||
background: #e5effd;
|
||||
}
|
||||
.o2k7Skin .mceStatusbar {
|
||||
background: #e5effd;
|
||||
display: block;
|
||||
font-size: 9pt;
|
||||
line-height: 16px;
|
||||
overflow: visible;
|
||||
color: #000;
|
||||
height: 20px;
|
||||
}
|
||||
.o2k7Skin .mceStatusbar div {
|
||||
float: left;
|
||||
padding: 2px;
|
||||
}
|
||||
.o2k7Skin .mceStatusbar a.mceResize {
|
||||
display: block;
|
||||
float: right;
|
||||
background: url(../../img/icons.gif) -800px 0;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: se-resize;
|
||||
outline: 0;
|
||||
}
|
||||
.o2k7Skin .mceStatusbar a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.o2k7Skin table.mceToolbar {
|
||||
margin-left: 3px;
|
||||
}
|
||||
.o2k7Skin .mceToolbar .mceToolbarStart span {
|
||||
display: block;
|
||||
background: url(img/button_bg.png) -22px 0;
|
||||
width: 1px;
|
||||
height: 22px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.o2k7Skin .mceToolbar td.mceFirst span {
|
||||
margin: 0;
|
||||
}
|
||||
.o2k7Skin .mceToolbar .mceToolbarEnd span {
|
||||
display: block;
|
||||
background: url(img/button_bg.png) -22px 0;
|
||||
width: 1px;
|
||||
height: 22px;
|
||||
}
|
||||
.o2k7Skin .mceToolbar .mceToolbarEndListBox span,
|
||||
.o2k7Skin .mceToolbar .mceToolbarStartListBox span {
|
||||
display: none;
|
||||
}
|
||||
.o2k7Skin span.mceIcon,
|
||||
.o2k7Skin img.mceIcon {
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.o2k7Skin .mceIcon {
|
||||
background: url(../../img/icons.gif) no-repeat 20px 20px;
|
||||
}
|
||||
.o2k7Skin td.mceCenter {
|
||||
text-align: center;
|
||||
}
|
||||
.o2k7Skin td.mceCenter table {
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
}
|
||||
.o2k7Skin td.mceRight table {
|
||||
margin: 0 0 0 auto;
|
||||
}
|
||||
|
||||
/* Button */
|
||||
.o2k7Skin .mceButton {display:block; background:url(img/button_bg.png); width:22px; height:22px}
|
||||
.o2k7Skin a.mceButton span, .o2k7Skin a.mceButton img {margin-left:1px}
|
||||
.o2k7Skin .mceOldBoxModel a.mceButton span, .o2k7Skin .mceOldBoxModel a.mceButton img {margin:0 0 0 1px}
|
||||
.o2k7Skin a.mceButtonEnabled:hover {background-color:#B2BBD0; background-position:0 -22px}
|
||||
.o2k7Skin a.mceButtonActive, .o2k7Skin a.mceButtonSelected {background-position:0 -44px}
|
||||
.o2k7Skin .mceButtonDisabled .mceIcon {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||
.o2k7Skin .mceButtonLabeled {width:auto}
|
||||
.o2k7Skin .mceButtonLabeled span.mceIcon {float:left}
|
||||
.o2k7Skin span.mceButtonLabel {display:block; font-size:10px; padding:4px 6px 0 22px; font-family:Tahoma,Verdana,Arial,Helvetica}
|
||||
.o2k7Skin .mceButtonDisabled .mceButtonLabel {color:#888}
|
||||
.o2k7Skin .mceButton {
|
||||
display: block;
|
||||
background: url(img/button_bg.png);
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
.o2k7Skin a.mceButton span,
|
||||
.o2k7Skin a.mceButton img {
|
||||
margin-left: 1px;
|
||||
}
|
||||
.o2k7Skin .mceOldBoxModel a.mceButton span,
|
||||
.o2k7Skin .mceOldBoxModel a.mceButton img {
|
||||
margin: 0 0 0 1px;
|
||||
}
|
||||
.o2k7Skin a.mceButtonEnabled:hover {
|
||||
background-color: #b2bbd0;
|
||||
background-position: 0 -22px;
|
||||
}
|
||||
.o2k7Skin a.mceButtonActive,
|
||||
.o2k7Skin a.mceButtonSelected {
|
||||
background-position: 0 -44px;
|
||||
}
|
||||
.o2k7Skin .mceButtonDisabled .mceIcon {
|
||||
opacity: 0.3;
|
||||
-ms-filter: "alpha(opacity=30)";
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
.o2k7Skin .mceButtonLabeled {
|
||||
width: auto;
|
||||
}
|
||||
.o2k7Skin .mceButtonLabeled span.mceIcon {
|
||||
float: left;
|
||||
}
|
||||
.o2k7Skin span.mceButtonLabel {
|
||||
display: block;
|
||||
font-size: 10px;
|
||||
padding: 4px 6px 0 22px;
|
||||
}
|
||||
.o2k7Skin .mceButtonDisabled .mceButtonLabel {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
/* Separator */
|
||||
.o2k7Skin .mceSeparator {display:block; background:url(img/button_bg.png) -22px 0; width:5px; height:22px}
|
||||
.o2k7Skin .mceSeparator {
|
||||
display: block;
|
||||
background: url(img/button_bg.png) -22px 0;
|
||||
width: 5px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
/* ListBox */
|
||||
.o2k7Skin .mceListBox {padding-left: 3px}
|
||||
.o2k7Skin .mceListBox, .o2k7Skin .mceListBox a {display:block}
|
||||
.o2k7Skin .mceListBox .mceText {padding-left:4px; text-align:left; width:70px; border:1px solid #b3c7e1; border-right:0; background:#eaf2fb; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; height:20px; line-height:20px; overflow:hidden}
|
||||
.o2k7Skin .mceListBox .mceOpen {width:14px; height:22px; background:url(img/button_bg.png) -66px 0}
|
||||
.o2k7Skin table.mceListBoxEnabled:hover .mceText, .o2k7Skin .mceListBoxHover .mceText, .o2k7Skin .mceListBoxSelected .mceText {background:#FFF}
|
||||
.o2k7Skin table.mceListBoxEnabled:hover .mceOpen, .o2k7Skin .mceListBoxHover .mceOpen, .o2k7Skin .mceListBoxSelected .mceOpen {background-position:-66px -22px}
|
||||
.o2k7Skin .mceListBoxDisabled .mceText {color:gray}
|
||||
.o2k7Skin .mceListBoxMenu {overflow:auto; overflow-x:hidden; margin-left:3px}
|
||||
.o2k7Skin .mceOldBoxModel .mceListBox .mceText {height:22px}
|
||||
.o2k7Skin select.mceListBox {font-family:Tahoma,Verdana,Arial,Helvetica; font-size:12px; border:1px solid #b3c7e1; background:#FFF;}
|
||||
.o2k7Skin .mceListBox {
|
||||
padding-left: 3px;
|
||||
}
|
||||
.o2k7Skin .mceListBox,
|
||||
.o2k7Skin .mceListBox a {
|
||||
display: block;
|
||||
}
|
||||
.o2k7Skin .mceListBox .mceText {
|
||||
padding-left: 4px;
|
||||
text-align: left;
|
||||
width: 70px;
|
||||
border: 1px solid #b3c7e1;
|
||||
border-right: 0;
|
||||
background: #eaf2fb;
|
||||
font-size: 11px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.o2k7Skin .mceListBox .mceOpen {
|
||||
width: 14px;
|
||||
height: 22px;
|
||||
background: url(img/button_bg.png) -66px 0;
|
||||
}
|
||||
.o2k7Skin table.mceListBoxEnabled:hover .mceText,
|
||||
.o2k7Skin .mceListBoxHover .mceText,
|
||||
.o2k7Skin .mceListBoxSelected .mceText {
|
||||
background: #fff;
|
||||
}
|
||||
.o2k7Skin table.mceListBoxEnabled:hover .mceOpen,
|
||||
.o2k7Skin .mceListBoxHover .mceOpen,
|
||||
.o2k7Skin .mceListBoxSelected .mceOpen {
|
||||
background-position: -66px -22px;
|
||||
}
|
||||
.o2k7Skin .mceListBoxDisabled .mceText {
|
||||
color: gray;
|
||||
}
|
||||
.o2k7Skin .mceListBoxMenu {
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.o2k7Skin .mceOldBoxModel .mceListBox .mceText {
|
||||
height: 22px;
|
||||
}
|
||||
.o2k7Skin select.mceListBox {
|
||||
font-size: 12px;
|
||||
border: 1px solid #b3c7e1;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
/* SplitButton */
|
||||
.o2k7Skin .mceSplitButton, .o2k7Skin .mceSplitButton a, .o2k7Skin .mceSplitButton span {display:block; height:22px; direction:ltr}
|
||||
.o2k7Skin .mceSplitButton {background:url(img/button_bg.png)}
|
||||
.o2k7Skin .mceSplitButton a.mceAction {width:22px}
|
||||
.o2k7Skin .mceSplitButton span.mceAction {width:22px; background-image:url(../../img/icons.gif)}
|
||||
.o2k7Skin .mceSplitButton a.mceOpen {width:10px; background:url(img/button_bg.png) -44px 0}
|
||||
.o2k7Skin .mceSplitButton span.mceOpen {display:none}
|
||||
.o2k7Skin table.mceSplitButtonEnabled:hover a.mceAction, .o2k7Skin .mceSplitButtonHover a.mceAction, .o2k7Skin .mceSplitButtonSelected {background:url(img/button_bg.png) 0 -22px}
|
||||
.o2k7Skin table.mceSplitButtonEnabled:hover a.mceOpen, .o2k7Skin .mceSplitButtonHover a.mceOpen, .o2k7Skin .mceSplitButtonSelected a.mceOpen {background-position:-44px -44px}
|
||||
.o2k7Skin .mceSplitButtonDisabled .mceAction {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
|
||||
.o2k7Skin .mceSplitButtonActive {background-position:0 -44px}
|
||||
.o2k7Skin .mceSplitButton,
|
||||
.o2k7Skin .mceSplitButton a,
|
||||
.o2k7Skin .mceSplitButton span {
|
||||
display: block;
|
||||
height: 22px;
|
||||
direction: ltr;
|
||||
}
|
||||
.o2k7Skin .mceSplitButton {
|
||||
background: url(img/button_bg.png);
|
||||
}
|
||||
.o2k7Skin .mceSplitButton a.mceAction {
|
||||
width: 22px;
|
||||
}
|
||||
.o2k7Skin .mceSplitButton span.mceAction {
|
||||
width: 22px;
|
||||
background-image: url(../../img/icons.gif);
|
||||
}
|
||||
.o2k7Skin .mceSplitButton a.mceOpen {
|
||||
width: 10px;
|
||||
background: url(img/button_bg.png) -44px 0;
|
||||
}
|
||||
.o2k7Skin .mceSplitButton span.mceOpen {
|
||||
display: none;
|
||||
}
|
||||
.o2k7Skin table.mceSplitButtonEnabled:hover a.mceAction,
|
||||
.o2k7Skin .mceSplitButtonHover a.mceAction,
|
||||
.o2k7Skin .mceSplitButtonSelected {
|
||||
background: url(img/button_bg.png) 0 -22px;
|
||||
}
|
||||
.o2k7Skin table.mceSplitButtonEnabled:hover a.mceOpen,
|
||||
.o2k7Skin .mceSplitButtonHover a.mceOpen,
|
||||
.o2k7Skin .mceSplitButtonSelected a.mceOpen {
|
||||
background-position: -44px -44px;
|
||||
}
|
||||
.o2k7Skin .mceSplitButtonDisabled .mceAction {
|
||||
opacity: 0.3;
|
||||
-ms-filter: "alpha(opacity=30)";
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
.o2k7Skin .mceSplitButtonActive {
|
||||
background-position: 0 -44px;
|
||||
}
|
||||
|
||||
/* ColorSplitButton */
|
||||
.o2k7Skin div.mceColorSplitMenu table {background:#FFF; border:1px solid gray}
|
||||
.o2k7Skin .mceColorSplitMenu td {padding:2px}
|
||||
.o2k7Skin .mceColorSplitMenu a {display:block; width:9px; height:9px; overflow:hidden; border:1px solid #808080}
|
||||
.o2k7Skin .mceColorSplitMenu td.mceMoreColors {padding:1px 3px 1px 1px}
|
||||
.o2k7Skin .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}
|
||||
.o2k7Skin .mceColorSplitMenu a.mceMoreColors:hover {border:1px solid #0A246A; background-color:#B6BDD2}
|
||||
.o2k7Skin a.mceMoreColors:hover {border:1px solid #0A246A}
|
||||
.o2k7Skin .mceColorPreview {margin-left:2px; width:16px; height:4px; overflow:hidden; background:#9a9b9a;overflow:hidden}
|
||||
.o2k7Skin .mce_forecolor span.mceAction, .o2k7Skin .mce_backcolor span.mceAction {height:15px;overflow:hidden}
|
||||
.o2k7Skin div.mceColorSplitMenu table {
|
||||
background: #fff;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
.o2k7Skin .mceColorSplitMenu td {
|
||||
padding: 2px;
|
||||
}
|
||||
.o2k7Skin .mceColorSplitMenu a {
|
||||
display: block;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
overflow: hidden;
|
||||
border: 1px solid #808080;
|
||||
}
|
||||
.o2k7Skin .mceColorSplitMenu td.mceMoreColors {
|
||||
padding: 1px 3px 1px 1px;
|
||||
}
|
||||
.o2k7Skin .mceColorSplitMenu a.mceMoreColors {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
line-height: 20px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.o2k7Skin .mceColorSplitMenu a.mceMoreColors:hover {
|
||||
border: 1px solid #0a246a;
|
||||
background-color: #b6bdd2;
|
||||
}
|
||||
.o2k7Skin a.mceMoreColors:hover {
|
||||
border: 1px solid #0a246a;
|
||||
}
|
||||
.o2k7Skin .mceColorPreview {
|
||||
margin-left: 2px;
|
||||
width: 16px;
|
||||
height: 4px;
|
||||
overflow: hidden;
|
||||
background: #9a9b9a;
|
||||
overflow: hidden;
|
||||
}
|
||||
.o2k7Skin .mce_forecolor span.mceAction,
|
||||
.o2k7Skin .mce_backcolor span.mceAction {
|
||||
height: 15px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Menu */
|
||||
.o2k7Skin .mceMenu {position:absolute; left:0; top:0; z-index:1000; border:1px solid #ABC6DD; direction:ltr}
|
||||
.o2k7Skin .mceNoIcons span.mceIcon {width:0;}
|
||||
.o2k7Skin .mceNoIcons a .mceText {padding-left:10px}
|
||||
.o2k7Skin .mceMenu table {background:#FFF}
|
||||
.o2k7Skin .mceMenu a, .o2k7Skin .mceMenu span, .o2k7Skin .mceMenu {display:block}
|
||||
.o2k7Skin .mceMenu td {height:20px}
|
||||
.o2k7Skin .mceMenu a {position:relative;padding:3px 0 4px 0}
|
||||
.o2k7Skin .mceMenu .mceText {position:relative; display:block; font-family:Tahoma,Verdana,Arial,Helvetica; color:#000; cursor:default; margin:0; padding:0 25px 0 25px; display:block}
|
||||
.o2k7Skin .mceMenu span.mceText, .o2k7Skin .mceMenu .mcePreview {font-size:11px}
|
||||
.o2k7Skin .mceMenu pre.mceText {font-family:Monospace}
|
||||
.o2k7Skin .mceMenu .mceIcon {position:absolute; top:0; left:0; width:22px;}
|
||||
.o2k7Skin .mceMenu .mceMenuItemEnabled a:hover, .o2k7Skin .mceMenu .mceMenuItemActive {background-color:#dbecf3}
|
||||
.o2k7Skin td.mceMenuItemSeparator {background:#DDD; height:1px}
|
||||
.o2k7Skin .mceMenuItemTitle a {border:0; background:#E5EFFD; border-bottom:1px solid #ABC6DD}
|
||||
.o2k7Skin .mceMenuItemTitle span.mceText {color:#000; font-weight:bold; padding-left:4px}
|
||||
.o2k7Skin .mceMenuItemDisabled .mceText {color:#888}
|
||||
.o2k7Skin .mceMenuItemSelected .mceIcon {background:url(../default/img/menu_check.gif)}
|
||||
.o2k7Skin .mceNoIcons .mceMenuItemSelected a {background:url(../default/img/menu_arrow.gif) no-repeat -6px center}
|
||||
.o2k7Skin .mceMenu span.mceMenuLine {display:none}
|
||||
.o2k7Skin .mceMenuItemSub a {background:url(../default/img/menu_arrow.gif) no-repeat top right;}
|
||||
.o2k7Skin .mceMenuItem td, .o2k7Skin .mceMenuItem th {line-height: normal}
|
||||
.o2k7Skin .mceMenu {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
border: 1px solid #abc6dd;
|
||||
direction: ltr;
|
||||
}
|
||||
.o2k7Skin .mceNoIcons span.mceIcon {
|
||||
width: 0;
|
||||
}
|
||||
.o2k7Skin .mceNoIcons a .mceText {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.o2k7Skin .mceMenu table {
|
||||
background: #fff;
|
||||
}
|
||||
.o2k7Skin .mceMenu a,
|
||||
.o2k7Skin .mceMenu span,
|
||||
.o2k7Skin .mceMenu {
|
||||
display: block;
|
||||
}
|
||||
.o2k7Skin .mceMenu td {
|
||||
height: 20px;
|
||||
}
|
||||
.o2k7Skin .mceMenu a {
|
||||
position: relative;
|
||||
padding: 3px 0 4px 0;
|
||||
}
|
||||
.o2k7Skin .mceMenu .mceText {
|
||||
position: relative;
|
||||
display: block;
|
||||
color: #000;
|
||||
cursor: default;
|
||||
margin: 0;
|
||||
padding: 0 25px 0 25px;
|
||||
display: block;
|
||||
}
|
||||
.o2k7Skin .mceMenu span.mceText,
|
||||
.o2k7Skin .mceMenu .mcePreview {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.o2k7Skin .mceMenu .mceIcon {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 22px;
|
||||
}
|
||||
.o2k7Skin .mceMenu .mceMenuItemEnabled a:hover,
|
||||
.o2k7Skin .mceMenu .mceMenuItemActive {
|
||||
background-color: #dbecf3;
|
||||
}
|
||||
.o2k7Skin td.mceMenuItemSeparator {
|
||||
background: #ddd;
|
||||
height: 1px;
|
||||
}
|
||||
.o2k7Skin .mceMenuItemTitle a {
|
||||
border: 0;
|
||||
background: #e5effd;
|
||||
border-bottom: 1px solid #abc6dd;
|
||||
}
|
||||
.o2k7Skin .mceMenuItemTitle span.mceText {
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
padding-left: 4px;
|
||||
}
|
||||
.o2k7Skin .mceMenuItemDisabled .mceText {
|
||||
color: #888;
|
||||
}
|
||||
.o2k7Skin .mceMenuItemSelected .mceIcon {
|
||||
background: url(../default/img/menu_check.gif);
|
||||
}
|
||||
.o2k7Skin .mceNoIcons .mceMenuItemSelected a {
|
||||
background: url(../default/img/menu_arrow.gif) no-repeat -6px center;
|
||||
}
|
||||
.o2k7Skin .mceMenu span.mceMenuLine {
|
||||
display: none;
|
||||
}
|
||||
.o2k7Skin .mceMenuItemSub a {
|
||||
background: url(../default/img/menu_arrow.gif) no-repeat top right;
|
||||
}
|
||||
.o2k7Skin .mceMenuItem td,
|
||||
.o2k7Skin .mceMenuItem th {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/* Progress,Resize */
|
||||
.o2k7Skin .mceBlocker {position:absolute; left:0; top:0; z-index:1000; opacity:0.5; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=50); background:#FFF}
|
||||
.o2k7Skin .mceProgress {position:absolute; left:0; top:0; z-index:1001; background:url(../default/img/progress.gif) no-repeat; width:32px; height:32px; margin:-16px 0 0 -16px}
|
||||
.o2k7Skin .mceBlocker {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
opacity: 0.5;
|
||||
-ms-filter: "alpha(opacity=30)";
|
||||
filter: alpha(opacity=50);
|
||||
background: #fff;
|
||||
}
|
||||
.o2k7Skin .mceProgress {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1001;
|
||||
background: url(../default/img/progress.gif) no-repeat;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: -16px 0 0 -16px;
|
||||
}
|
||||
|
||||
/* Rtl */
|
||||
.mceRtl .mceListBox .mceText {text-align: right; padding: 0 4px 0 0}
|
||||
.mceRtl .mceMenuItem .mceText {text-align: right}
|
||||
.mceRtl .mceListBox .mceText {
|
||||
text-align: right;
|
||||
padding: 0 4px 0 0;
|
||||
}
|
||||
.mceRtl .mceMenuItem .mceText {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Formats */
|
||||
.o2k7Skin .mce_formatPreview a {font-size:10px}
|
||||
.o2k7Skin .mce_p span.mceText {}
|
||||
.o2k7Skin .mce_address span.mceText {font-style:italic}
|
||||
.o2k7Skin .mce_pre span.mceText {font-family:monospace}
|
||||
.o2k7Skin .mce_h1 span.mceText {font-weight:bolder; font-size: 2em}
|
||||
.o2k7Skin .mce_h2 span.mceText {font-weight:bolder; font-size: 1.5em}
|
||||
.o2k7Skin .mce_h3 span.mceText {font-weight:bolder; font-size: 1.17em}
|
||||
.o2k7Skin .mce_h4 span.mceText {font-weight:bolder; font-size: 1em}
|
||||
.o2k7Skin .mce_h5 span.mceText {font-weight:bolder; font-size: .83em}
|
||||
.o2k7Skin .mce_h6 span.mceText {font-weight:bolder; font-size: .75em}
|
||||
.o2k7Skin .mce_formatPreview a {
|
||||
font-size: 10px;
|
||||
}
|
||||
.o2k7Skin .mce_p span.mceText {
|
||||
}
|
||||
.o2k7Skin .mce_address span.mceText {
|
||||
font-style: italic;
|
||||
}
|
||||
.o2k7Skin .mce_h1 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 2em;
|
||||
}
|
||||
.o2k7Skin .mce_h2 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
.o2k7Skin .mce_h3 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 1.17em;
|
||||
}
|
||||
.o2k7Skin .mce_h4 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 1em;
|
||||
}
|
||||
.o2k7Skin .mce_h5 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 0.83em;
|
||||
}
|
||||
.o2k7Skin .mce_h6 span.mceText {
|
||||
font-weight: bolder;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
/* Theme */
|
||||
.o2k7Skin span.mce_bold {background-position:0 0}
|
||||
.o2k7Skin span.mce_italic {background-position:-60px 0}
|
||||
.o2k7Skin span.mce_underline {background-position:-140px 0}
|
||||
.o2k7Skin span.mce_strikethrough {background-position:-120px 0}
|
||||
.o2k7Skin span.mce_undo {background-position:-160px 0}
|
||||
.o2k7Skin span.mce_redo {background-position:-100px 0}
|
||||
.o2k7Skin span.mce_cleanup {background-position:-40px 0}
|
||||
.o2k7Skin span.mce_bullist {background-position:-20px 0}
|
||||
.o2k7Skin span.mce_numlist {background-position:-80px 0}
|
||||
.o2k7Skin span.mce_justifyleft {background-position:-460px 0}
|
||||
.o2k7Skin span.mce_justifyright {background-position:-480px 0}
|
||||
.o2k7Skin span.mce_justifycenter {background-position:-420px 0}
|
||||
.o2k7Skin span.mce_justifyfull {background-position:-440px 0}
|
||||
.o2k7Skin span.mce_anchor {background-position:-200px 0}
|
||||
.o2k7Skin span.mce_indent {background-position:-400px 0}
|
||||
.o2k7Skin span.mce_outdent {background-position:-540px 0}
|
||||
.o2k7Skin span.mce_link {background-position:-500px 0}
|
||||
.o2k7Skin span.mce_unlink {background-position:-640px 0}
|
||||
.o2k7Skin span.mce_sub {background-position:-600px 0}
|
||||
.o2k7Skin span.mce_sup {background-position:-620px 0}
|
||||
.o2k7Skin span.mce_removeformat {background-position:-580px 0}
|
||||
.o2k7Skin span.mce_newdocument {background-position:-520px 0}
|
||||
.o2k7Skin span.mce_image {background-position:-380px 0}
|
||||
.o2k7Skin span.mce_help {background-position:-340px 0}
|
||||
.o2k7Skin span.mce_code {background-position:-260px 0}
|
||||
.o2k7Skin span.mce_hr {background-position:-360px 0}
|
||||
.o2k7Skin span.mce_visualaid {background-position:-660px 0}
|
||||
.o2k7Skin span.mce_charmap {background-position:-240px 0}
|
||||
.o2k7Skin span.mce_paste {background-position:-560px 0}
|
||||
.o2k7Skin span.mce_copy {background-position:-700px 0}
|
||||
.o2k7Skin span.mce_cut {background-position:-680px 0}
|
||||
.o2k7Skin span.mce_blockquote {background-position:-220px 0}
|
||||
.o2k7Skin .mce_forecolor span.mceAction {background-position:-720px 0}
|
||||
.o2k7Skin .mce_backcolor span.mceAction {background-position:-760px 0}
|
||||
.o2k7Skin span.mce_forecolorpicker {background-position:-720px 0}
|
||||
.o2k7Skin span.mce_backcolorpicker {background-position:-760px 0}
|
||||
.o2k7Skin span.mce_bold {
|
||||
background-position: 0 0;
|
||||
}
|
||||
.o2k7Skin span.mce_italic {
|
||||
background-position: -60px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_underline {
|
||||
background-position: -140px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_strikethrough {
|
||||
background-position: -120px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_undo {
|
||||
background-position: -160px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_redo {
|
||||
background-position: -100px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_cleanup {
|
||||
background-position: -40px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_bullist {
|
||||
background-position: -20px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_numlist {
|
||||
background-position: -80px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_justifyleft {
|
||||
background-position: -460px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_justifyright {
|
||||
background-position: -480px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_justifycenter {
|
||||
background-position: -420px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_justifyfull {
|
||||
background-position: -440px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_anchor {
|
||||
background-position: -200px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_indent {
|
||||
background-position: -400px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_outdent {
|
||||
background-position: -540px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_link {
|
||||
background-position: -500px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_unlink {
|
||||
background-position: -640px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_sub {
|
||||
background-position: -600px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_sup {
|
||||
background-position: -620px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_removeformat {
|
||||
background-position: -580px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_newdocument {
|
||||
background-position: -520px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_image {
|
||||
background-position: -380px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_help {
|
||||
background-position: -340px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_code {
|
||||
background-position: -260px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_hr {
|
||||
background-position: -360px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_visualaid {
|
||||
background-position: -660px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_charmap {
|
||||
background-position: -240px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_paste {
|
||||
background-position: -560px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_copy {
|
||||
background-position: -700px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_cut {
|
||||
background-position: -680px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_blockquote {
|
||||
background-position: -220px 0;
|
||||
}
|
||||
.o2k7Skin .mce_forecolor span.mceAction {
|
||||
background-position: -720px 0;
|
||||
}
|
||||
.o2k7Skin .mce_backcolor span.mceAction {
|
||||
background-position: -760px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_forecolorpicker {
|
||||
background-position: -720px 0;
|
||||
}
|
||||
.o2k7Skin span.mce_backcolorpicker {
|
||||
background-position: -760px 0;
|
||||
}
|
||||
|
||||
/* Plugins */
|
||||
.o2k7Skin span.mce_advhr {background-position:-0px -20px}
|
||||
.o2k7Skin span.mce_ltr {background-position:-20px -20px}
|
||||
.o2k7Skin span.mce_rtl {background-position:-40px -20px}
|
||||
.o2k7Skin span.mce_emotions {background-position:-60px -20px}
|
||||
.o2k7Skin span.mce_fullpage {background-position:-80px -20px}
|
||||
.o2k7Skin span.mce_fullscreen {background-position:-100px -20px}
|
||||
.o2k7Skin span.mce_iespell {background-position:-120px -20px}
|
||||
.o2k7Skin span.mce_insertdate {background-position:-140px -20px}
|
||||
.o2k7Skin span.mce_inserttime {background-position:-160px -20px}
|
||||
.o2k7Skin span.mce_absolute {background-position:-180px -20px}
|
||||
.o2k7Skin span.mce_backward {background-position:-200px -20px}
|
||||
.o2k7Skin span.mce_forward {background-position:-220px -20px}
|
||||
.o2k7Skin span.mce_insert_layer {background-position:-240px -20px}
|
||||
.o2k7Skin span.mce_insertlayer {background-position:-260px -20px}
|
||||
.o2k7Skin span.mce_movebackward {background-position:-280px -20px}
|
||||
.o2k7Skin span.mce_moveforward {background-position:-300px -20px}
|
||||
.o2k7Skin span.mce_media {background-position:-320px -20px}
|
||||
.o2k7Skin span.mce_nonbreaking {background-position:-340px -20px}
|
||||
.o2k7Skin span.mce_pastetext {background-position:-360px -20px}
|
||||
.o2k7Skin span.mce_pasteword {background-position:-380px -20px}
|
||||
.o2k7Skin span.mce_selectall {background-position:-400px -20px}
|
||||
.o2k7Skin span.mce_preview {background-position:-420px -20px}
|
||||
.o2k7Skin span.mce_print {background-position:-440px -20px}
|
||||
.o2k7Skin span.mce_cancel {background-position:-460px -20px}
|
||||
.o2k7Skin span.mce_save {background-position:-480px -20px}
|
||||
.o2k7Skin span.mce_replace {background-position:-500px -20px}
|
||||
.o2k7Skin span.mce_search {background-position:-520px -20px}
|
||||
.o2k7Skin span.mce_styleprops {background-position:-560px -20px}
|
||||
.o2k7Skin span.mce_table {background-position:-580px -20px}
|
||||
.o2k7Skin span.mce_cell_props {background-position:-600px -20px}
|
||||
.o2k7Skin span.mce_delete_table {background-position:-620px -20px}
|
||||
.o2k7Skin span.mce_delete_col {background-position:-640px -20px}
|
||||
.o2k7Skin span.mce_delete_row {background-position:-660px -20px}
|
||||
.o2k7Skin span.mce_col_after {background-position:-680px -20px}
|
||||
.o2k7Skin span.mce_col_before {background-position:-700px -20px}
|
||||
.o2k7Skin span.mce_row_after {background-position:-720px -20px}
|
||||
.o2k7Skin span.mce_row_before {background-position:-740px -20px}
|
||||
.o2k7Skin span.mce_merge_cells {background-position:-760px -20px}
|
||||
.o2k7Skin span.mce_table_props {background-position:-980px -20px}
|
||||
.o2k7Skin span.mce_row_props {background-position:-780px -20px}
|
||||
.o2k7Skin span.mce_split_cells {background-position:-800px -20px}
|
||||
.o2k7Skin span.mce_template {background-position:-820px -20px}
|
||||
.o2k7Skin span.mce_visualchars {background-position:-840px -20px}
|
||||
.o2k7Skin span.mce_abbr {background-position:-860px -20px}
|
||||
.o2k7Skin span.mce_acronym {background-position:-880px -20px}
|
||||
.o2k7Skin span.mce_attribs {background-position:-900px -20px}
|
||||
.o2k7Skin span.mce_cite {background-position:-920px -20px}
|
||||
.o2k7Skin span.mce_del {background-position:-940px -20px}
|
||||
.o2k7Skin span.mce_ins {background-position:-960px -20px}
|
||||
.o2k7Skin span.mce_pagebreak {background-position:0 -40px}
|
||||
.o2k7Skin span.mce_restoredraft {background-position:-20px -40px}
|
||||
.o2k7Skin span.mce_spellchecker {background-position:-540px -20px}
|
||||
.o2k7Skin span.mce_visualblocks {background-position: -40px -40px}
|
||||
.o2k7Skin span.mce_advhr {
|
||||
background-position: -0px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_ltr {
|
||||
background-position: -20px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_rtl {
|
||||
background-position: -40px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_emotions {
|
||||
background-position: -60px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_fullpage {
|
||||
background-position: -80px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_fullscreen {
|
||||
background-position: -100px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_iespell {
|
||||
background-position: -120px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_insertdate {
|
||||
background-position: -140px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_inserttime {
|
||||
background-position: -160px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_absolute {
|
||||
background-position: -180px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_backward {
|
||||
background-position: -200px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_forward {
|
||||
background-position: -220px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_insert_layer {
|
||||
background-position: -240px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_insertlayer {
|
||||
background-position: -260px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_movebackward {
|
||||
background-position: -280px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_moveforward {
|
||||
background-position: -300px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_media {
|
||||
background-position: -320px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_nonbreaking {
|
||||
background-position: -340px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_pastetext {
|
||||
background-position: -360px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_pasteword {
|
||||
background-position: -380px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_selectall {
|
||||
background-position: -400px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_preview {
|
||||
background-position: -420px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_print {
|
||||
background-position: -440px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_cancel {
|
||||
background-position: -460px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_save {
|
||||
background-position: -480px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_replace {
|
||||
background-position: -500px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_search {
|
||||
background-position: -520px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_styleprops {
|
||||
background-position: -560px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_table {
|
||||
background-position: -580px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_cell_props {
|
||||
background-position: -600px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_delete_table {
|
||||
background-position: -620px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_delete_col {
|
||||
background-position: -640px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_delete_row {
|
||||
background-position: -660px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_col_after {
|
||||
background-position: -680px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_col_before {
|
||||
background-position: -700px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_row_after {
|
||||
background-position: -720px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_row_before {
|
||||
background-position: -740px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_merge_cells {
|
||||
background-position: -760px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_table_props {
|
||||
background-position: -980px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_row_props {
|
||||
background-position: -780px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_split_cells {
|
||||
background-position: -800px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_template {
|
||||
background-position: -820px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_visualchars {
|
||||
background-position: -840px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_abbr {
|
||||
background-position: -860px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_acronym {
|
||||
background-position: -880px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_attribs {
|
||||
background-position: -900px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_cite {
|
||||
background-position: -920px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_del {
|
||||
background-position: -940px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_ins {
|
||||
background-position: -960px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_pagebreak {
|
||||
background-position: 0 -40px;
|
||||
}
|
||||
.o2k7Skin span.mce_restoredraft {
|
||||
background-position: -20px -40px;
|
||||
}
|
||||
.o2k7Skin span.mce_spellchecker {
|
||||
background-position: -540px -20px;
|
||||
}
|
||||
.o2k7Skin span.mce_visualblocks {
|
||||
background-position: -40px -40px;
|
||||
}
|
||||
|
@ -1,17 +1,25 @@
|
||||
body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
|
||||
body,
|
||||
td,
|
||||
pre {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
body {background: #FFF;}
|
||||
.mceVisualAid {border: 1px dashed #BBB;}
|
||||
body {
|
||||
background: #fff;
|
||||
}
|
||||
.mceVisualAid {
|
||||
border: 1px dashed #bbb;
|
||||
}
|
||||
|
||||
/* IE */
|
||||
|
||||
* html body {
|
||||
scrollbar-3dlight-color: #F0F0EE;
|
||||
scrollbar-arrow-color: #676662;
|
||||
scrollbar-base-color: #F0F0EE;
|
||||
scrollbar-darkshadow-color: #DDDDDD;
|
||||
scrollbar-face-color: #E0E0DD;
|
||||
scrollbar-highlight-color: #F0F0EE;
|
||||
scrollbar-shadow-color: #F0F0EE;
|
||||
scrollbar-track-color: #F5F5F5;
|
||||
scrollbar-3dlight-color: #f0f0ee;
|
||||
scrollbar-arrow-color: #676662;
|
||||
scrollbar-base-color: #f0f0ee;
|
||||
scrollbar-darkshadow-color: #dddddd;
|
||||
scrollbar-face-color: #e0e0dd;
|
||||
scrollbar-highlight-color: #f0f0ee;
|
||||
scrollbar-shadow-color: #f0f0ee;
|
||||
scrollbar-track-color: #f5f5f5;
|
||||
}
|
||||
|
@ -31,7 +31,6 @@ li.discovery > a label {
|
||||
}
|
||||
|
||||
div.data_container > label {
|
||||
font-family: "lato", "Open Sans", sans-serif;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
@ -143,7 +142,6 @@ div.arrow_box:before {
|
||||
.breadcrumb_link {
|
||||
color: #848484;
|
||||
font-size: 10pt;
|
||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -172,7 +170,6 @@ form.discovery * {
|
||||
}
|
||||
|
||||
form.discovery .label_select b {
|
||||
font-family: "lato", "Open Sans", sans-serif;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
@ -215,7 +212,6 @@ li > input[type="password"],
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
border-bottom: 1px solid #ccc;
|
||||
font-family: "lato-bolder", "Open Sans", sans-serif;
|
||||
font-weight: lighter;
|
||||
padding: 0px 0px 2px 0px;
|
||||
box-sizing: border-box;
|
||||
@ -292,7 +288,6 @@ ul.wizard li > textarea {
|
||||
width: 600px;
|
||||
height: 15em;
|
||||
display: inline-block;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
@ -341,7 +336,6 @@ div.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content.uitool
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
||||
letter-spacing: 0.03pt;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
1571
pandora_console/include/styles/jquery-ui.min.css
vendored
1571
pandora_console/include/styles/jquery-ui.min.css
vendored
File diff suppressed because one or more lines are too long
@ -18,24 +18,20 @@
|
||||
}
|
||||
|
||||
#welcome_form label {
|
||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
.content_position {
|
||||
display: flex;
|
||||
margin-top: 5px;
|
||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.learn_content_indented {
|
||||
text-indent: 1.5em;
|
||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#lbl_learn {
|
||||
font-family: "lato-lighter", "Open Sans", sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
@ -221,7 +221,6 @@ li.discovery > a label {
|
||||
}
|
||||
|
||||
div.data_container > label {
|
||||
font-family: "lato", "Open Sans", sans-serif;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
@ -362,7 +361,6 @@ form.discovery * {
|
||||
}
|
||||
|
||||
form.discovery .label_select b {
|
||||
font-family: "lato", "Open Sans", sans-serif;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
|
@ -107,7 +107,6 @@
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "lato";
|
||||
font-size: 8.5pt;
|
||||
color: #303030;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -298,7 +298,6 @@ a.pandora_pagination.current:hover {
|
||||
background-repeat: no-repeat;
|
||||
color: #000;
|
||||
border: none;
|
||||
font-family: "lato", "Open Sans", sans-serif;
|
||||
cursor: pointer;
|
||||
display: inline;
|
||||
padding: 7pt;
|
||||
|
@ -55,7 +55,6 @@ div.subtitle div.manage {
|
||||
|
||||
div.subtitle div.manage button {
|
||||
font-size: 1.2em;
|
||||
font-family: "lato", "Open Sans", sans-serif;
|
||||
display: inline-block;
|
||||
margin-right: 1em;
|
||||
cursor: pointer;
|
||||
|
@ -435,7 +435,6 @@ li#li-image-item label img {
|
||||
.discovery.modal * {
|
||||
font-weight: normal;
|
||||
color: #343434;
|
||||
font-family: "lato", "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
.discovery.modal select {
|
||||
@ -714,5 +713,4 @@ div.module-graph .gauge_d3_class {
|
||||
animation: rotate-second 60s infinite linear;
|
||||
}
|
||||
|
||||
|
||||
/*# sourceMappingURL=vc.main.css.map*/
|
||||
/*# sourceMappingURL=vc.main.css.map*/
|
||||
|
@ -321,13 +321,6 @@ p.error-p-validate {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/*
|
||||
@font-face {
|
||||
font-family: Alarm Clock;
|
||||
src: url(alarm-clock.ttf);
|
||||
}
|
||||
*/
|
||||
|
||||
/* Digital clock */
|
||||
|
||||
.visual-console-item .digital-clock {
|
||||
@ -435,7 +428,6 @@ li#li-image-item label img {
|
||||
.discovery.modal * {
|
||||
font-weight: normal;
|
||||
color: #343434;
|
||||
font-family: "lato", "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
.discovery.modal select {
|
||||
|
Loading…
x
Reference in New Issue
Block a user