iframe.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. .gs5{display:inline-block;vertical-align:middle}
  2. .gsImgLatex{vertical-align:middle;cursor:pointer;position:relative;opacity:0.7;}
  3. .fl{float:left}
  4. i.clear{display:block;clear:both}
  5. .video{vertical-align:top;}
  6. .gseditor{overflow:hidden;vertical-align:middle;cursor:pointer !important;outline:none;min-width:10px;}
  7. body{color:#505050;}
  8. /* Fonts */
  9. @font-face {
  10. font-family: 'Conv_a';
  11. src: url('/js/ui/editor/fonts/a.eot?v=3.8.2.1622');
  12. src: local('☺'), url('/js/ui/editor/fonts/a.ttf?v=3.8.2.1622') format('truetype');
  13. font-weight: normal;
  14. font-style: normal;
  15. }
  16. @font-face {
  17. font-family: 'Conv_math1RTL';
  18. src: url('/js/ui/editor/fonts/math1_rtl.eot?v=3.8.2.1622');
  19. src: local('☺'), url('/js/ui/editor/fonts/math1_rtl.ttf?v=3.8.2.1622') format('truetype');
  20. font-weight: normal;
  21. font-style: normal;
  22. }
  23. @font-face {
  24. font-family: 'Conv_math1';
  25. src: url('/js/ui/editor/fonts/math1.eot?v=3.8.2.1622');
  26. src: local('☺'), url('/js/ui/editor/fonts/math1.ttf?v=3.8.2.1622') format('truetype');
  27. font-weight: normal;
  28. font-style: normal;
  29. }
  30. @font-face {
  31. font-family: 'Conv_horizontal';
  32. src: url('/js/ui/editor/fonts/horizontal.eot?v=3.8.2.1622');
  33. src: local('☺'), url('/js/ui/editor/fonts/horizontal.ttf?v=3.8.2.1622') format('truetype');
  34. font-weight: normal;
  35. font-style: normal;
  36. }
  37. @font-face {
  38. font-family: 'Conv_brackets';
  39. src: url('/js/ui/editor/fonts/brackets.eot?v=3.8.2.1622');
  40. src: local('☺'), url('/js/ui/editor/fonts/brackets.ttf?v=3.8.2.1622') format('truetype');
  41. font-weight: normal;
  42. font-style: normal;
  43. }
  44. @font-face {
  45. font-family: 'Conv_brack_sm';
  46. src: url('/js/ui/editor/fonts/brack_sm.eot?v=3.8.2.1622');
  47. src: local('☺'), url('/js/ui/editor/fonts/brack_sm.ttf?v=3.8.2.1622') format('truetype');
  48. font-weight: normal;
  49. font-style: normal;
  50. }
  51. /* Editor */
  52. {
  53. text-align: left;
  54. white-space: nowrap;
  55. position: relative;
  56. }
  57. .wrs_editor.wrs_rtl {
  58. text-align: right;
  59. }
  60. /* Viewer */
  61. .wrs_viewer {
  62. overflow: hidden;
  63. text-align: left;
  64. position: relative;
  65. display: inline-block;
  66. white-space: nowrap;
  67. /* IE 7 hacks */
  68. zoom: 1;
  69. *display: inline;
  70. }
  71. /* Common */
  72. .wrs_imageContainer { /* Image container */
  73. position: relative;
  74. display: block;
  75. overflow: hidden;
  76. margin: auto;
  77. }
  78. .wrs_image { /* Image */
  79. /*position: absolute;*/
  80. }
  81. .wrs_line { /* Section separator */
  82. display: inline-block;
  83. /* IE 7 hacks */
  84. zoom: 1;
  85. *display: inline;
  86. }
  87. .wrs_panelContainer { /* Body */
  88. clear: none;
  89. overflow: hidden;
  90. }
  91. .wrs_panelContainer > div { /* Panel */
  92. display: none;
  93. }
  94. .wrs_panelContainer > div > * { /* Panel contents */
  95. vertical-align: middle;
  96. }
  97. .wrs_panelContainer > div.wrs_selected { /* Selected panel */
  98. display: block;
  99. }
  100. .wrs_panelContainer > div > table { /* Section */
  101. display: inline-block;
  102. border-collapse: separate;
  103. width: auto;
  104. /* IE 7 hacks */
  105. zoom: 1;
  106. *display: inline;
  107. }
  108. .wrs_hidden {
  109. display: none !important;
  110. }
  111. /* Context panel */
  112. .wrs_contextPanel {
  113. position: absolute;
  114. }
  115. /* Formula display */
  116. { /* Formula display */
  117. position: relative;
  118. border: 1px solid #969696; /* Important: javascript thinks this value is 1px. */
  119. overflow: auto;
  120. background-color: #fff;
  121. cursor: text;
  122. text-align: left;
  123. direction: ltr;
  124. }
  125. .wrs_formulaDisplay.wrs_formulaRTL {
  126. direction: rtl;
  127. text-align: right;
  128. }
  129. .wrs_container { /* Container */
  130. display: inline-block;
  131. position: relative;
  132. margin: 5px; /* Important: javascript thinks this value is 5px. */
  133. direction: ltr;
  134. line-height:1;
  135. -webkit-touch-callout: none;
  136. -webkit-user-select: none;
  137. -khtml-user-select: none;
  138. -moz-user-select: none;
  139. -ms-user-select: none;
  140. user-select: none;
  141. /* IE 7 hacks */
  142. zoom: 1;
  143. *display: inline;
  144. }
  145. .wrs_viewer .wrs_container { /* Container */
  146. display: inline-block;
  147. position: relative;
  148. /* IE 7 hacks */
  149. zoom: 1;
  150. *display: inline;
  151. }
  152. .wrs_focusElementContainer {
  153. background: #f00;
  154. position: absolute;
  155. z-index: 3;
  156. overflow: hidden;
  157. opacity: 0;
  158. filter: alpha(opacity=0);
  159. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  160. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  161. }
  162. .wrs_focusElement { /* Hidden focus element */
  163. border: none;
  164. outline: 0;
  165. position: absolute;
  166. font-size: 1px;
  167. top: -30px;
  168. }
  169. .wrs_focusElement.wrs_forIOS {
  170. width: 2px;
  171. top: 0;
  172. }
  173. .wrs_focusElement.wrs_forAndroid {
  174. top: -30px;
  175. height: 30px;
  176. }
  177. .wrs_aChar,
  178. .wrs_viewer .wrs_aChar { /* Text with a font */
  179. font-family: 'Conv_a';
  180. }
  181. .wrs_mathChar,
  182. .wrs_viewer .wrs_mathChar { /* Text with math font */
  183. font-family: 'Conv_math1';
  184. }
  185. .wrs_mathRTLChar,
  186. .wrs_viewer .wrs_mathRTLChar { /* Text with math font */
  187. font-family: 'Conv_math1RTL';
  188. }
  189. .wrs_horizontalChar,
  190. .wrs_viewer .wrs_horizontalChar { /* Text with horizontal font */
  191. font-family: 'Conv_horizontal';
  192. }
  193. .wrs_specialChar,
  194. .wrs_viewer .wrs_specialChar { /* Text with special font */
  195. font-family: 'Conv_brackets';
  196. }
  197. .wrs_specialSmallChar,
  198. .wrs_viewer .wrs_specialSmallChar { /* Text with special small font */
  199. font-family: 'Conv_brack_sm';
  200. }
  201. .wrs_italic,
  202. .wrs_viewer .wrs_italic { /* Italic text */
  203. font-style: italic;
  204. }
  205. .wrs_notItalic,
  206. .wrs_viewer .wrs_notItalic { /* Not italic text */
  207. font-style: normal;
  208. }
  209. .wrs_bold,
  210. .wrs_viewer .wrs_bold { /* Bold text */
  211. font-weight: bold;
  212. }
  213. .wrs_notBold,
  214. .wrs_viewer .wrs_notBold { /* Not bold text */
  215. font-weight: normal;
  216. }
  217. /* Style */
  218. .wrs_line {
  219. margin-right: 1px;
  220. width: 1px;
  221. background: #bbbdbe;
  222. height: 60px;
  223. }
  224. .wrs_singleRowPanel .wrs_line {
  225. margin-right: 1px;
  226. width: 1px;
  227. background: #bbbdbe;
  228. height: 30px;
  229. }
  230. .wrs_layoutFor2Rows .wrs_empty { /* Empty section cell for 2 rows layout */
  231. height: 33px;
  232. }
  233. .wrs_layoutFor3Rows .wrs_empty { /* Empty section cell for 3 rows layout */
  234. height: 22px;
  235. }
  236. .wrs_font_arial {
  237. font-family: Arial, Helvetica, sans-serif;
  238. }
  239. .wrs_font_courierNew {
  240. font-family: "Courier New", Courier, monospace;
  241. }
  242. .wrs_font_tahoma {
  243. font-family: Tahoma, Geneva, sans-serif;
  244. }
  245. .wrs_font_timesNewRoman {
  246. font-family: "Times New Roman", Times, serif;
  247. }
  248. .wrs_font_verdana {
  249. font-family: Verdana, Geneva, sans-serif;
  250. }
  251. video{vertical-align:middle;}
  252. .tiankong{border-bottom:1px solid #000000;text-decoration:none;color:#777777;}