/static/scripts/tiny_mce/plugins/fullpage/css/fullpage.css

http://n23.googlecode.com/ · CSS · 182 lines · 141 code · 38 blank · 3 comment · 0 complexity · 0a4e4c9cbbc258fbe124848de31e2ddf MD5 · raw file

  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. /* Head list classes */
  30. .headlistwrapper {
  31. width: 100%;
  32. }
  33. .addbutton, .removebutton, .moveupbutton, .movedownbutton {
  34. border-top: 1px solid;
  35. border-left: 1px solid;
  36. border-bottom: 1px solid;
  37. border-right: 1px solid;
  38. border-color: #F0F0EE;
  39. cursor: default;
  40. display: block;
  41. width: 20px;
  42. height: 20px;
  43. }
  44. #doctypes {
  45. width: 200px;
  46. }
  47. .addbutton:hover, .removebutton:hover, .moveupbutton:hover, .movedownbutton:hover {
  48. border: 1px solid #0A246A;
  49. background-color: #B6BDD2;
  50. }
  51. .addbutton {
  52. background-image: url('../images/add.gif');
  53. float: left;
  54. margin-right: 3px;
  55. }
  56. .removebutton {
  57. background-image: url('../images/remove.gif');
  58. float: left;
  59. }
  60. .moveupbutton {
  61. background-image: url('../images/move_up.gif');
  62. float: left;
  63. margin-right: 3px;
  64. }
  65. .movedownbutton {
  66. background-image: url('../images/move_down.gif');
  67. float: left;
  68. }
  69. .selected {
  70. border: 1px solid #0A246A;
  71. background-color: #B6BDD2;
  72. }
  73. .toolbar {
  74. width: 100%;
  75. }
  76. #headlist {
  77. width: 100%;
  78. margin-top: 3px;
  79. font-size: 11px;
  80. }
  81. #info, #title_element, #meta_element, #script_element, #style_element, #base_element, #link_element, #comment_element, #unknown_element {
  82. display: none;
  83. }
  84. #addmenu {
  85. position: absolute;
  86. border: 1px solid gray;
  87. display: none;
  88. z-index: 100;
  89. background-color: white;
  90. }
  91. #addmenu a {
  92. display: block;
  93. width: 100%;
  94. line-height: 20px;
  95. text-decoration: none;
  96. background-color: white;
  97. }
  98. #addmenu a:hover {
  99. background-color: #B6BDD2;
  100. color: black;
  101. }
  102. #addmenu span {
  103. padding-left: 10px;
  104. padding-right: 10px;
  105. }
  106. #updateElementPanel {
  107. display: none;
  108. }
  109. #script_element .panel_wrapper div.current {
  110. height: 108px;
  111. }
  112. #style_element .panel_wrapper div.current {
  113. height: 108px;
  114. }
  115. #link_element .panel_wrapper div.current {
  116. height: 140px;
  117. }
  118. #element_script_value {
  119. width: 100%;
  120. height: 100px;
  121. }
  122. #element_comment_value {
  123. width: 100%;
  124. height: 120px;
  125. }
  126. #element_style_value {
  127. width: 100%;
  128. height: 100px;
  129. }
  130. #element_title, #element_script_src, #element_meta_name, #element_meta_content, #element_base_href, #element_link_href, #element_link_title {
  131. width: 250px;
  132. }
  133. .updateElementButton {
  134. margin-top: 3px;
  135. }
  136. /* MSIE specific styles */
  137. * html .addbutton, * html .removebutton, * html .moveupbutton, * html .movedownbutton {
  138. width: 22px;
  139. height: 22px;
  140. }
  141. textarea {
  142. height: 55px;
  143. }
  144. .panel_wrapper div.current {height:420px;}