fullpage.css

  1. 4.x modules/tinymce/inc/tiny_mce/plugins/fullpage/css/fullpage.css
  2. 5.x modules/tinymce/inc/tiny_mce/plugins/fullpage/css/fullpage.css
/* Hide the advanced tab */
#advanced_tab {
	display: none;
}

#metatitle, #metakeywords, #metadescription, #metaauthor, #metacopyright {
	width: 280px;
}

#doctype, #docencoding {
	width: 200px;
}

#langcode {
	width: 30px;
}

#bgimage {
	width: 220px;	
}

#fontface {
	width: 240px;
}

#leftmargin, #rightmargin, #topmargin, #bottommargin {
	width: 50px;
}

.panel_wrapper div.current {
	height: 400px;
}

#stylesheet, #style {
	width: 240px;
}

#doctypes {
	width: 200px;
}

/* Head list classes */

.headlistwrapper {
	width: 100%;
}

.selected {
	border: 1px solid #0A246A;
	background-color: #B6BDD2;
}

.toolbar {
	width: 100%;
}

#headlist {
	width: 100%;
	margin-top: 3px;
	font-size: 11px;
}

#info, #title_element, #meta_element, #script_element, #style_element, #base_element, #link_element, #comment_element, #unknown_element {
	display: none;
}

#addmenu {
	position: absolute;
	border: 1px solid gray;
	display: none;
	z-index: 100;
	background-color: white;
}

#addmenu a {
	display: block;
	width: 100%;
	line-height: 20px;
	text-decoration: none;
	background-color: white;
}

#addmenu a:hover {
	background-color: #B6BDD2;
	color: black;
}

#addmenu span {
	padding-left: 10px;
	padding-right: 10px;
}

#updateElementPanel {
	display: none;
}

#script_element .panel_wrapper div.current {
	height: 108px;
}

#style_element .panel_wrapper div.current {
	height: 108px;
}

#link_element  .panel_wrapper div.current {
	height: 140px;
}

#element_script_value {
	width: 100%;
	height: 100px;
}

#element_comment_value {
	width: 100%;
	height: 120px;
}

#element_style_value {
	width: 100%;
	height: 100px;
}

#element_title, #element_script_src, #element_meta_name, #element_meta_content, #element_base_href, #element_link_href, #element_link_title {
	width: 250px;
}

.updateElementButton {
	margin-top: 3px;
}

/* MSIE specific styles */

* html .addbutton, * html .removebutton, * html .moveupbutton, * html .movedownbutton {
	width: 22px;
	height: 22px;
}

textarea {
	height: 55px;
}

.panel_wrapper div.current {height:420px;}

File

modules/tinymce/inc/tiny_mce/plugins/fullpage/css/fullpage.css
View source
  1. /* Hide the advanced tab */
  2. #advanced_tab {
  3. display: none;
  4. }
  5. #metatitle, #metakeywords, #metadescription, #metaauthor, #metacopyright {
  6. width: 280px;
  7. }
  8. #doctype, #docencoding {
  9. width: 200px;
  10. }
  11. #langcode {
  12. width: 30px;
  13. }
  14. #bgimage {
  15. width: 220px;
  16. }
  17. #fontface {
  18. width: 240px;
  19. }
  20. #leftmargin, #rightmargin, #topmargin, #bottommargin {
  21. width: 50px;
  22. }
  23. .panel_wrapper div.current {
  24. height: 400px;
  25. }
  26. #stylesheet, #style {
  27. width: 240px;
  28. }
  29. #doctypes {
  30. width: 200px;
  31. }
  32. /* Head list classes */
  33. .headlistwrapper {
  34. width: 100%;
  35. }
  36. .selected {
  37. border: 1px solid #0A246A;
  38. background-color: #B6BDD2;
  39. }
  40. .toolbar {
  41. width: 100%;
  42. }
  43. #headlist {
  44. width: 100%;
  45. margin-top: 3px;
  46. font-size: 11px;
  47. }
  48. #info, #title_element, #meta_element, #script_element, #style_element, #base_element, #link_element, #comment_element, #unknown_element {
  49. display: none;
  50. }
  51. #addmenu {
  52. position: absolute;
  53. border: 1px solid gray;
  54. display: none;
  55. z-index: 100;
  56. background-color: white;
  57. }
  58. #addmenu a {
  59. display: block;
  60. width: 100%;
  61. line-height: 20px;
  62. text-decoration: none;
  63. background-color: white;
  64. }
  65. #addmenu a:hover {
  66. background-color: #B6BDD2;
  67. color: black;
  68. }
  69. #addmenu span {
  70. padding-left: 10px;
  71. padding-right: 10px;
  72. }
  73. #updateElementPanel {
  74. display: none;
  75. }
  76. #script_element .panel_wrapper div.current {
  77. height: 108px;
  78. }
  79. #style_element .panel_wrapper div.current {
  80. height: 108px;
  81. }
  82. #link_element .panel_wrapper div.current {
  83. height: 140px;
  84. }
  85. #element_script_value {
  86. width: 100%;
  87. height: 100px;
  88. }
  89. #element_comment_value {
  90. width: 100%;
  91. height: 120px;
  92. }
  93. #element_style_value {
  94. width: 100%;
  95. height: 100px;
  96. }
  97. #element_title, #element_script_src, #element_meta_name, #element_meta_content, #element_base_href, #element_link_href, #element_link_title {
  98. width: 250px;
  99. }
  100. .updateElementButton {
  101. margin-top: 3px;
  102. }
  103. /* MSIE specific styles */
  104. * html .addbutton, * html .removebutton, * html .moveupbutton, * html .movedownbutton {
  105. width: 22px;
  106. height: 22px;
  107. }
  108. textarea {
  109. height: 55px;
  110. }
  111. .panel_wrapper div.current {height:420px;}