dialog.css

  1. 4.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/default/dialog.css
  2. 4.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/highcontrast/dialog.css
  3. 4.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/o2k7/dialog.css
  4. 5.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/o2k7/dialog.css
  5. 5.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/highcontrast/dialog.css
  6. 5.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/default/dialog.css
/* Generic */
body {
font-family:Verdana, Arial, Helvetica, sans-serif; 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}

/* 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;
}

#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 {}

/* 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}

/* Source */
.wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
.mceActionPanel {margin-top:5px;}

/* Tabs classes */
.tabs {width:100%; height:18px; line-height:normal;}
.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;}

/* 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;}

/* Columns */
.column {float:left;}
.properties {width:100%;}
.properties .column1 {}
.properties .column2 {text-align:left;}

/* Titles */
h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;}
h3 {font-size:14px;}
.title {font-size:12px; font-weight:bold; color:#2B6FB6;}

/* Dialog specific */
#link .panel_wrapper, #link div.current {height:125px;}
#image .panel_wrapper, #image div.current {height:200px;}
#plugintable thead {font-weight:bold; background:#DDD;}
#plugintable, #about #plugintable td {border:1px solid #919B9C;}
#plugintable {width:96%; margin-top:10px;}
#pluginscontainer {height:290px; overflow:auto;}
#colorpicker #preview {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;}

File

modules/tinymce/inc/tiny_mce/themes/advanced/skins/highcontrast/dialog.css
View source
  1. /* Generic */
  2. body {
  3. font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
  4. background:#F0F0EE;
  5. color: black;
  6. padding:0;
  7. margin:8px 8px 0 8px;
  8. }
  9. html {background:#F0F0EE; color:#000;}
  10. td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
  11. textarea {resize:none;outline:none;}
  12. a:link, a:visited {color:black;background-color:transparent;}
  13. a:hover {color:#2B6FB6;background-color:transparent;}
  14. .nowrap {white-space: nowrap}
  15. /* Forms */
  16. fieldset {margin:0; padding:4px; border:1px solid #919B9C; font-family:Verdana, Arial; font-size:10px;}
  17. legend {color:#2B6FB6; font-weight:bold;}
  18. label.msg {display:none;}
  19. label.invalid {color:#EE0000; display:inline;background-color:transparent;}
  20. input.invalid {border:1px solid #EE0000;background-color:transparent;}
  21. input {background:#FFF; border:1px solid #CCC;color:black;}
  22. input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
  23. input, select, textarea {border:1px solid #808080;}
  24. input.radio {border:1px none #000000; background:transparent; vertical-align:middle;}
  25. input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;}
  26. .input_noborder {border:0;}
  27. /* Buttons */
  28. #insert, #cancel, input.button, .updateButton {
  29. font-weight:bold;
  30. width:94px; height:23px;
  31. cursor:pointer;
  32. padding-bottom:2px;
  33. float:left;
  34. }
  35. #cancel {float:right}
  36. /* Browse */
  37. a.pickcolor, a.browse {text-decoration:none}
  38. a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;}
  39. .mceOldBoxModel a.browse span {width:22px; height:20px;}
  40. a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
  41. a.browse span.disabled {border:1px solid white; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
  42. a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
  43. a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;}
  44. .mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
  45. a.pickcolor:hover span {background-color:#B2BBD0;}
  46. a.pickcolor:hover span.disabled {}
  47. /* Charmap */
  48. table.charmap {border:1px solid #AAA; text-align:center}
  49. 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;}
  50. #charmap a {display:block; color:#000; text-decoration:none; border:0}
  51. #charmap a:hover {background:#CCC;color:#2B6FB6}
  52. #charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center}
  53. #charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center}
  54. /* Source */
  55. .wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
  56. .mceActionPanel {margin-top:5px;}
  57. /* Tabs classes */
  58. .tabs {width:100%; height:18px; line-height:normal;}
  59. .tabs ul {margin:0; padding:0; list-style:none;}
  60. .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;}
  61. .tabs li.current {font-weight: bold; margin-right:2px;}
  62. .tabs span {float:left; display:block; padding:0px 10px 0 0;}
  63. .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
  64. .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
  65. /* Panels */
  66. .panel_wrapper div.panel {display:none;}
  67. .panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
  68. .panel_wrapper {border:1px solid #919B9C; padding:10px; padding-top:5px; clear:both; background:white;}
  69. /* Columns */
  70. .column {float:left;}
  71. .properties {width:100%;}
  72. .properties .column1 {}
  73. .properties .column2 {text-align:left;}
  74. /* Titles */
  75. h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;}
  76. h3 {font-size:14px;}
  77. .title {font-size:12px; font-weight:bold; color:#2B6FB6;}
  78. /* Dialog specific */
  79. #link .panel_wrapper, #link div.current {height:125px;}
  80. #image .panel_wrapper, #image div.current {height:200px;}
  81. #plugintable thead {font-weight:bold; background:#DDD;}
  82. #plugintable, #about #plugintable td {border:1px solid #919B9C;}
  83. #plugintable {width:96%; margin-top:10px;}
  84. #pluginscontainer {height:290px; overflow:auto;}
  85. #colorpicker #preview {display:inline-block; padding-left:40px; height:14px; border:1px solid black; margin-left:5px; margin-right: 5px}
  86. #colorpicker #previewblock {position: relative; top: -3px; padding-left:5px; padding-top: 0px; display:inline}
  87. #colorpicker #preview_wrapper { text-align:center; padding-top:4px; white-space: nowrap}
  88. #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;}
  89. #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;}
  90. #colorpicker #light div {overflow:hidden;}
  91. #colorpicker .panel_wrapper div.current {height:175px;}
  92. #colorpicker #namedcolors {width:150px;}
  93. #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
  94. #colorpicker #colornamecontainer {margin-top:5px;}