style.css 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944
  1. @charset "UTF-8";
  2. /* vim: set et sw=2 ts=2 sts=2 fdm=marker ff=unix fenc=utf8 */
  3. /** Typecho 后台样式 @author Typecho Team @since 2008-09-26 @update 2013-11-02 @link http://www.typecho.org/ @version 0.9 */
  4. /** Typecho 全局样式 */
  5. html { height: 100%; }
  6. body { font-family: 'Helvetica Neue', Helvetica, Arial, -apple-system, system-ui, sans-serif; background: #F6F6F3; color: #444; font-size: 87.5%; line-height: 1.5; }
  7. a { color: #467B96; text-decoration: none; }
  8. a:hover { color: #499BC3; text-decoration: underline; }
  9. code, pre, .mono { font-family: 'SF Mono', Menlo, Monaco, Consolas, 'Courier New', -apple-system, system-ui, monospace; }
  10. .p { margin: 1em 0; }
  11. .body-100 { height: 100%; }
  12. a.balloon-button { display: inline-block; padding: 0 6px; min-width: 12px; height: 18px; line-height: 18px; background: #D8E7EE; font-size: .85714em; text-align: center; text-decoration: none; /** 修正ie中文不对齐 */ zoom: 1; border-radius: 30px; white-space: nowrap; }
  13. a.button:hover, a.balloon-button:hover { background-color: #A5CADC; color: #FFF; text-decoration: none; }
  14. /** Forms */
  15. input[type=text], input[type=password], input[type=email], textarea { background: #FFF; border: 1px solid #D9D9D6; padding: 7px; border-radius: 2px; box-sizing: border-box; }
  16. input[type=text]:disabled, input[type=text]:read-only, input[type=password]:disabled, input[type=password]:read-only, input[type=email]:disabled, input[type=email]:read-only, textarea:disabled, textarea:read-only { background: #F3F3F3; }
  17. textarea { resize: vertical; line-height: 1.5; }
  18. input[type="radio"], input[type="checkbox"] { margin-right: 3px; }
  19. input[type="radio"], input[type="checkbox"], input[type="radio"] + label, input[type="checkbox"] + label { vertical-align: middle; }
  20. input.text-s, textarea.text-s { padding: 5px; }
  21. input.text-l, textarea.text-l { padding: 10px; font-size: 1.14286em; }
  22. .w-10 { width: 10%; }
  23. .w-20 { width: 20%; }
  24. .w-30 { width: 30%; }
  25. .w-40 { width: 40%; }
  26. .w-50 { width: 50%; }
  27. .w-60 { width: 60%; }
  28. .w-70 { width: 70%; }
  29. .w-80 { width: 80%; }
  30. .w-90 { width: 90%; }
  31. .w-100 { width: 100%; }
  32. select { border: 1px solid #CCC; height: 28px; }
  33. /** Buttons */
  34. .btn, #ui-datepicker-div .ui-datepicker-current, #ui-datepicker-div .ui-datepicker-close { border: none; background-color: #E9E9E6; cursor: pointer; border-radius: 2px; display: inline-block; padding: 0 12px; height: 32px; color: #666; vertical-align: middle; zoom: 1; }
  35. .btn:hover, #ui-datepicker-div .ui-datepicker-current:hover, #ui-datepicker-div .ui-datepicker-close:hover { transition-duration: .4s; background-color: #dbdbd6; }
  36. .btn:active, #ui-datepicker-div .ui-datepicker-current:active, #ui-datepicker-div .ui-datepicker-close:active, .btn.active, #ui-datepicker-div .active.ui-datepicker-current, #ui-datepicker-div .active.ui-datepicker-close { background-color: #d6d6d0; }
  37. .btn:disabled, #ui-datepicker-div .ui-datepicker-current:disabled, #ui-datepicker-div .ui-datepicker-close:disabled { background-color: #f7f7f6; cursor: default; }
  38. .btn:disabled, #ui-datepicker-div .ui-datepicker-current:disabled, #ui-datepicker-div .ui-datepicker-close:disabled { color: #999; }
  39. .btn-xs, #ui-datepicker-div .ui-datepicker-current, #ui-datepicker-div .ui-datepicker-close { padding: 0 10px; height: 25px; font-size: 13px; }
  40. .btn-s { height: 28px; }
  41. .btn-l { height: 40px; font-size: 1.14286em; font-weight: bold; }
  42. .primary { border: none; background-color: #467B96; cursor: pointer; border-radius: 2px; color: #FFF; }
  43. .primary:hover { transition-duration: .4s; background-color: #3c6a81; }
  44. .primary:active, .primary.active { background-color: #39647a; }
  45. .primary:disabled { background-color: #508cab; cursor: default; }
  46. .btn-group { display: inline-block; }
  47. .btn-warn { border: none; background-color: #B94A48; cursor: pointer; border-radius: 2px; color: #FFF; }
  48. .btn-warn:hover { transition-duration: .4s; background-color: #a4403f; }
  49. .btn-warn:active, .btn-warn.active { background-color: #9c3e3c; }
  50. .btn-warn:disabled { background-color: #c1605e; cursor: default; }
  51. .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active { background-color: transparent; }
  52. /* 下拉菜单 */
  53. .btn-drop { position: relative; }
  54. .dropdown-toggle { padding-right: 8px; }
  55. .dropdown-menu { list-style: none; position: absolute; z-index: 2; left: 0; margin: 0; padding: 0; border: 1px solid #D9D9D6; background: #FFF; text-align: left; min-width: 108px; display: none; }
  56. .dropdown-menu li { white-space: nowrap; }
  57. .dropdown-menu li.multiline { padding: 5px 12px 12px; }
  58. .dropdown-menu a { display: block; padding: 5px 12px; color: #666; }
  59. .dropdown-menu a:hover { background: #F6F6F3; text-decoration: none !important; }
  60. /** 提示信息框 */
  61. .message { padding: 8px 10px; border-radius: 2px; }
  62. .message a { font-weight: bold; text-decoration: underline; }
  63. .error { background: #FBE3E4; color: #8A1F11; }
  64. .error a { color: #8A1F11; }
  65. .notice { background: #FFF6BF; color: #8A6D3B; }
  66. .notice a { color: #8A6D3B; }
  67. .success { background: #E6EFC2; color: #264409; }
  68. .success a { color: #264409; }
  69. .balloon { display: inline-block; padding: 0 4px; min-width: 10px; height: 14px; line-height: 14px; background: #B9B9B6; vertical-align: text-top; text-align: center; font-size: 12px; color: #FFF; border-radius: 20px; }
  70. /** 后台分页 */
  71. .typecho-pager { list-style: none; float: right; margin: 0; padding: 0; line-height: 1; text-align: center; zoom: 1; }
  72. .typecho-pager li { display: inline-block; margin: 0 3px; height: 28px; line-height: 28px; }
  73. .typecho-pager a { display: block; padding: 0 10px; border-radius: 2px; }
  74. .typecho-pager a:hover { text-decoration: none; background: #E9E9E6; }
  75. .typecho-pager li.current a { background: #E9E9E6; color: #444; }
  76. /** 后台头部导航 */
  77. .typecho-head-nav { padding: 0 10px; background: #292D33; position: relative; }
  78. .typecho-head-nav a, .typecho-head-nav button.menu-bar { padding: 0 20px; height: 36px; line-height: 36px; color: #BBB; }
  79. .typecho-head-nav a:focus, .typecho-head-nav a:hover, .typecho-head-nav button.menu-bar:focus, .typecho-head-nav button.menu-bar:hover { color: #FFF; text-decoration: none; }
  80. .typecho-head-nav button.menu-bar { display: none; }
  81. .typecho-head-nav #typecho-nav-list { float: left; }
  82. .typecho-head-nav #typecho-nav-list > ul { list-style: none; margin: 0; padding: 0; position: relative; float: left; }
  83. .typecho-head-nav #typecho-nav-list > ul:first-child { border-left: 1px solid #383D45; }
  84. .typecho-head-nav #typecho-nav-list > ul .parent a { display: inline-block; border-right: 1px solid #383D45; background: #292D33; }
  85. .typecho-head-nav #typecho-nav-list > ul .child { position: absolute; list-style: none; top: 36px; display: none; margin: 0; padding: 0; min-width: 160px; max-width: 240px; background: #202328; z-index: 250; }
  86. .typecho-head-nav #typecho-nav-list > ul .child li.return { display: none; }
  87. .typecho-head-nav #typecho-nav-list > ul .child li a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
  88. .typecho-head-nav #typecho-nav-list > ul .child li a:hover, .typecho-head-nav #typecho-nav-list > ul .child li a:focus { background: #292D33; }
  89. .typecho-head-nav #typecho-nav-list > ul .child li.focus a { color: #6DA1BB; font-weight: bold; }
  90. .typecho-head-nav #typecho-nav-list > ul .parent a:hover, .typecho-head-nav #typecho-nav-list > ul.focus .parent a, .typecho-head-nav #typecho-nav-list > ul.root:hover .parent a { background: #202328; }
  91. .typecho-head-nav #typecho-nav-list > ul.focus .parent a { font-weight: bold; }
  92. .typecho-head-nav #typecho-nav-list > ul.root:hover .child, .typecho-head-nav #typecho-nav-list > ul.root.expanded .child { display: block; }
  93. .typecho-head-nav .operate { float: right; }
  94. .typecho-head-nav .operate a { display: inline-block; margin-left: -1px; border: 1px solid #383D45; border-width: 0 1px; }
  95. .typecho-head-nav .operate a:hover { background-color: #202328; }
  96. @media (max-width: 575px) { @keyframes out { from { left: 0%; }
  97. to { left: -100%; } }
  98. @keyframes in { from { left: -100%; }
  99. to { left: 0%; } }
  100. .typecho-head-nav { padding: 0; position: fixed; bottom: 0; width: 100%; z-index: 10; }
  101. .typecho-head-nav #typecho-nav-list { display: none; }
  102. .typecho-head-nav .operate a:last-child { border-right-width: 0; }
  103. .typecho-head-nav button.menu-bar { display: inline-block; border: none; background: #292D33; border-right: 1px solid #383D45; }
  104. .typecho-head-nav button.menu-bar.focus { color: #FFF; }
  105. .typecho-head-nav button.menu-bar.focus + #typecho-nav-list { display: block; float: none; position: absolute; bottom: 36px; width: 100%; }
  106. .typecho-head-nav button.menu-bar.focus + #typecho-nav-list > ul { float: none; border-bottom: 1px solid #383D45; position: static; }
  107. .typecho-head-nav button.menu-bar.focus + #typecho-nav-list > ul:first-child { border-left: none; }
  108. .typecho-head-nav button.menu-bar.focus + #typecho-nav-list > ul .parent a { display: block; border: none; background: #202328; }
  109. .typecho-head-nav button.menu-bar.focus + #typecho-nav-list > ul .child { position: absolute; bottom: 0; left: 100%; top: auto; z-index: 20; width: 100%; max-width: 100%; min-width: auto; }
  110. .typecho-head-nav button.menu-bar.focus + #typecho-nav-list > ul .child li { border-bottom: 1px solid #383D45; }
  111. .typecho-head-nav button.menu-bar.focus + #typecho-nav-list > ul .child li.return { display: block; text-align: center; font-size: 12px; }
  112. .typecho-head-nav button.menu-bar.focus + #typecho-nav-list > ul .child li.return a { color: #777; }
  113. .typecho-head-nav button.menu-bar.focus + #typecho-nav-list.expanded { animation: out .15s ease-out forwards; }
  114. .typecho-head-nav button.menu-bar.focus + #typecho-nav-list.noexpanded { animation: in .15s ease-out forwards; } }
  115. /** 注脚 */
  116. .typecho-foot { padding: 4em 0 3em; color: #999; line-height: 1.8; text-align: center; }
  117. .typecho-foot .copyright p { margin: 10px 0 0; }
  118. .typecho-foot .resource { color: #CCC; }
  119. .typecho-foot .resource a { margin: 0 3px; color: #999; }
  120. /** 顶部消息样式 by 70 */
  121. .popup { display: none; position: absolute; top: 0; left: 0; margin: 0; padding: 8px 0; border: none; width: 100%; z-index: 10; text-align: center; border-radius: 0; }
  122. .popup ul { list-style: none; margin: 0; padding: 0; text-align: center; }
  123. .popup ul li { display: inline-block; margin-right: 10px; }
  124. /** logo 的样式 */
  125. /** 载入状态 */
  126. .loading { padding-left: 20px !important; background: transparent url(../img/ajax-loader.gif) no-repeat left center; }
  127. /** 典型配置选项 */
  128. .typecho-option { list-style: none; margin: 1em 0; padding: 0; }
  129. .typecho-option-submit li { border-bottom: none; }
  130. .typecho-option label.typecho-label { display: block; margin-bottom: .5em; font-weight: bold; }
  131. .typecho-option label.required:after { content: " *"; color: #B94A48; }
  132. .typecho-option span { margin-right: 15px; }
  133. .typecho-option .description { margin: .5em 0 0; color: #999; font-size: .92857em; }
  134. .typecho-option input.file { width: 100%; margin: .7em 0; }
  135. .front-archive { padding-left: 1.5em; }
  136. .profile-avatar { width: 220px; height: 220px; border-radius: 10px; }
  137. /** 增加配置面板内部的错误样式 by 70 */
  138. /** 欢迎界面 */
  139. #typecho-welcome { margin: 1em 0; padding: 1em 2em; background-color: #E9E9E6; }
  140. .welcome-board { color: #999; font-size: 1.15em; }
  141. .welcome-board em { color: #444; font-size: 2em; font-style: normal; font-family: Georgia, serif; }
  142. #start-link { margin-bottom: 25px; padding: 0 0 35px; border-bottom: 1px solid #ECECEC; }
  143. #start-link li { float: left; margin-right: 1.5em; }
  144. #start-link .balloon { margin-top: 2px; }
  145. .latest-link li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  146. .latest-link span { display: inline-block; margin-right: 4px; padding-right: 8px; border-right: 1px solid #ECECEC; width: 37px; text-align: right; color: #999; }
  147. .update-check { font-size: 14px; }
  148. /** 登录框 */
  149. .typecho-login-wrap { display: table; margin: 0 auto; height: 100%; }
  150. .typecho-login { display: table-cell; padding: 30px 0 100px; width: 280px; text-align: center; vertical-align: middle; }
  151. .typecho-login h1 { margin: 0 0 1em; }
  152. .typecho-login .more-link { margin-top: 2em; color: #CCC; }
  153. .typecho-login .more-link a { margin: 0 3px; }
  154. /** 标题 */
  155. .typecho-page-title h2 { margin: 25px 0 10px; font-size: 1.28571em; }
  156. .typecho-page-title h2 a { margin-left: 10px; padding: 3px 8px; background: #E9E9E6; font-size: .8em; border-radius: 2px; }
  157. .typecho-page-title h2 a:hover { text-decoration: none; }
  158. /** 后台页面主体 */
  159. /** 主页主体 */
  160. .typecho-dashboard ul { list-style: none; padding: 0; }
  161. .typecho-dashboard li { margin-bottom: 5px; }
  162. /** 标签页 */
  163. .typecho-option-tabs { list-style: none; margin: 1em 0 0; padding: 0; font-size: 13px; text-align: center; }
  164. .typecho-option-tabs.fix-tabs { margin-bottom: 1em; }
  165. .typecho-option-tabs a { display: block; margin-right: -1px; border: 1px solid #D9D9D6; padding: 0 15px; height: 26px; line-height: 26px; color: #666; box-sizing: border-box; }
  166. .typecho-option-tabs a:hover { background-color: #E9E9E6; color: #666; text-decoration: none; }
  167. .typecho-option-tabs li { float: left; }
  168. .typecho-option-tabs li:first-child a { border-radius: 2px 0 0 2px; }
  169. .typecho-option-tabs li:last-child a { border-radius: 0 2px 2px 0; }
  170. .typecho-option-tabs.right { float: right; }
  171. .typecho-option-tabs li.current a, .typecho-option-tabs li.active a { background-color: #E9E9E6; }
  172. /** 表格列表页 */
  173. /** 列表页选项 */
  174. .typecho-list-operate { margin: 1em 0; }
  175. .typecho-list-operate input, .typecho-list-operate button, .typecho-list-operate select { vertical-align: bottom; }
  176. .typecho-list-operate input[type="checkbox"] { vertical-align: text-top; }
  177. @media (min-width: 576px) { .typecho-list-operate .operate { float: left; }
  178. .typecho-list-operate .search { float: right; } }
  179. .typecho-list-operate span.operate-delete, a.operate-delete, .typecho-list-operate span.operate-button-delete, a.operate-button-delete { color: #B94A48; }
  180. a.operate-edit { color: #007700; }
  181. a.operate-reply { color: #545c30; }
  182. .typecho-list-operate a:hover { text-decoration: none; }
  183. /** 列表表格 */
  184. /** 增加表格标题 by 70 */
  185. .typecho-list-table-title { margin: 1em 0; color: #999; text-align: center; }
  186. .typecho-table-wrap { padding: 30px; background: #FFF; }
  187. .typecho-list-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
  188. .typecho-list-table.deactivate { color: #999; }
  189. .typecho-list-table .right { text-align: right; }
  190. .typecho-list-table th { padding: 0 10px 10px; border-bottom: 2px solid #F0F0EC; text-align: left; }
  191. .typecho-list-table td { padding: 10px; border-top: 1px solid #F0F0EC; word-break: break-all; }
  192. .typecho-list-table td pre { overflow: auto; }
  193. .typecho-list-table .status { margin-left: 5px; color: #999; font-size: .92857em; font-style: normal; }
  194. .typecho-list-table tbody tr:hover td { background-color: #F6F6F3; }
  195. .typecho-list-table tbody tr.checked td { background-color: #FFF9E8; }
  196. .typecho-list-table tr td .hidden-by-mouse { opacity: 0; }
  197. .typecho-list-table tr:hover td .hidden-by-mouse { opacity: 1; }
  198. .warning { color: #B94A48; }
  199. /** 评论管理 */
  200. .comment-reply-content { position: relative; margin: 1em 0; padding: 0 1em; border: 1px solid transparent; background-color: #F0F0EC; }
  201. .comment-reply-content:after { position: absolute; right: 1em; border: 8px solid #F0F0EC; border-color: #F0F0EC #F0F0EC transparent transparent; content: " "; }
  202. .comment-meta span, .comment-date { font-size: .92857em; color: #999; }
  203. .comment-action a, .comment-action span { margin-right: 4px; }
  204. .comment-edit label { display: block; }
  205. .comment-content img { max-width: 100%; }
  206. /** 评论回复 */
  207. #typecho-respond { padding: 10px; display: none; }
  208. /** 模板列表 */
  209. .typecho-theme-list img { margin: 1em 0; max-width: 100%; max-height: 240px; }
  210. .typecho-theme-list cite { font-style: normal; color: #999; }
  211. .typecho-theme-list tbody tr.current td { background-color: #FFF9E8; }
  212. /** 后台配置项 */
  213. .typecho-page-main .typecho-option input.text { width: 100%; }
  214. .typecho-page-main .typecho-option input.num { width: 40px; }
  215. .typecho-page-main .typecho-option textarea { width: 100%; height: 100px; }
  216. .typecho-page-main .typecho-option .multiline { display: block; margin: .3em 0; }
  217. .typecho-page-main .typecho-option .multiline.hidden { display: none; }
  218. /** 编辑模板 */
  219. .typecho-select-theme { height: 25px; line-height: 25px; margin: 15px 0px; }
  220. .typecho-select-theme h5 { color: #E47E00; font-weight: bold; float: left; font-size: 14px; width: 120px; margin-right: 10px; }
  221. .typecho-select-theme select { width: 150px; }
  222. /** 编辑模板(编辑详情) */
  223. .typecho-edit-theme ul { list-style: none; margin: 0; padding: 0; }
  224. .typecho-edit-theme li { padding: 3px 10px; }
  225. .typecho-edit-theme .current { background-color: #E6E6E3; }
  226. .typecho-edit-theme .current a { color: #444; }
  227. .typecho-edit-theme textarea { font-size: .92857em; line-height: 1.2; height: 500px; }
  228. /** 编写页面 */
  229. .typecho-post-area .edit-draft-notice { color: #999; font-size: .92857em; }
  230. .typecho-post-area .edit-draft-notice a { color: #B94A48; }
  231. .typecho-post-area .typecho-label { display: block; margin: 1em 0 -0.5em; font-weight: bold; }
  232. .typecho-post-area #auto-save-message { display: block; margin-top: 0.5em; color: #999; font-size: .92857em; }
  233. .typecho-post-area .submit .right button { margin-left: 5px; }
  234. .typecho-post-area .right { float: right; }
  235. .typecho-post-area .left { float: left; }
  236. .typecho-post-area .out-date { border: 1px solid #D3DBB3; padding: 3px; background: #fff; }
  237. .typecho-post-area input.title { font-size: 1.17em; font-weight: bold; }
  238. .typecho-post-area .url-slug { margin-top: -0.5em; color: #AAA; font-size: .92857em; word-break: break-word; }
  239. .typecho-post-area #slug { padding: 2px; border: none; background: #FFFBCC; color: #666; }
  240. .typecho-post-area #text { resize: none; }
  241. #advance-panel { display: none; }
  242. #custom-field { margin: 1em 0; padding: 10px 15px; background: #FFF; }
  243. #custom-field.fold table, #custom-field.fold .description { display: none; }
  244. #custom-field .description { margin-top: 10px; text-align: right; }
  245. #custom-field .description button { float: left; }
  246. #custom-field p.description { text-align: left; }
  247. #custom-field .typecho-label { margin: 0; }
  248. #custom-field .typecho-label a { display: block; color: #444; }
  249. #custom-field .typecho-label a:hover { color: #467B96; text-decoration: none; }
  250. #custom-field table { margin-top: 10px; }
  251. #custom-field td { padding: 10px 5px; font-size: .92857em; border-bottom: 1px solid #F0F0EC; vertical-align: top; }
  252. #custom-field td label { font-size: 1em; font-weight: normal; }
  253. #custom-field select { height: 27px; }
  254. .typecho-post-area .is-draft { background: #FFF1A8; }
  255. .typecho-post-option .description { margin-top: -0.5em; color: #999; font-size: .92857em; }
  256. .category-option ul { list-style: none; border: 1px solid #D9D9D6; padding: 6px 12px; max-height: 240px; overflow: auto; background-color: #FFF; border-radius: 2px; }
  257. .category-option li { margin: 3px 0; }
  258. .visibility-option ul, .allow-option ul { list-style: none; padding: 0; }
  259. /** 标签列表 */
  260. .typecho-page-main ul.tag-list { list-style: none; margin: 0; padding: 20px; background-color: #FFF; }
  261. .typecho-page-main ul.tag-list li { display: inline-block; margin: 0 0 5px 0; padding: 5px 5px 5px 10px; cursor: pointer; }
  262. .typecho-page-main ul.tag-list li:hover { background-color: #E9E9E6; }
  263. .typecho-page-main ul.tag-list li input { display: none; }
  264. .typecho-page-main ul.tag-list li.checked { background-color: #FFFBCC; }
  265. .typecho-page-main ul.tag-list li.size-5 { font-size: 1em; }
  266. .typecho-page-main ul.tag-list li.size-10 { font-size: 1.2em; }
  267. .typecho-page-main ul.tag-list li.size-20 { font-size: 1.4em; }
  268. .typecho-page-main ul.tag-list li.size-30 { font-size: 1.6em; }
  269. .typecho-page-main ul.tag-list li.size-0 { font-size: 1.8em; }
  270. .typecho-page-main .tag-edit-link { visibility: hidden; }
  271. .typecho-page-main li:hover .tag-edit-link { visibility: visible; }
  272. .typecho-attachment-photo { border: 1px solid #E6E6E3; max-width: 100%; }
  273. /* Upload */
  274. #upload-panel { border: 1px dashed #D9D9D6; background-color: #FFF; color: #999; font-size: .92857em; }
  275. #upload-panel.drag { background-color: #FFFBCC; }
  276. .upload-area { padding: 15px; text-align: center; }
  277. #file-list { list-style: none; margin: 0 10px; padding: 0; max-height: 450px; overflow: auto; word-break: break-all; }
  278. #file-list li, #file-list .insert { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  279. #file-list li { padding: 8px 0; border-top: 1px dashed #D9D9D6; }
  280. #file-list .insert { display: block; max-width: 100%; }
  281. #file-list .file { margin-left: 5px; }
  282. #file-list .info { text-transform: uppercase; }
  283. #btn-fullscreen-upload { visibility: hidden; }
  284. /** 附件管理 */
  285. .edit-media button { margin-right: 6px; }
  286. /* 拖动调整 textarea 大小 */
  287. .resize { display: block; margin: 2px auto 0; padding: 2px 0; border: 1px solid #D9D9D6; border-width: 1px 0; width: 60px; cursor: row-resize; }
  288. .resize i { display: block; height: 1px; background-color: #D9D9D6; }
  289. /* 拖动排序 */
  290. .tDnD_whileDrag { background-color: #FFFBCC; }
  291. @media (max-width: 575px) { .typecho-list-operate .search { margin-top: 10px; }
  292. .typecho-table-wrap { padding: 10px; margin: 0 -10px; }
  293. .typecho-option-submit button[type="submit"] { width: 100%; }
  294. .profile-avatar { width: 110px; height: 110px; } }
  295. /** 导入扩展样式 */
  296. /** icons */
  297. .icons-sprite, .icons-icon-delete, .icons-icon-edit, .icons-icon-exlink, .icons-icon-upload-active, .icons-icon-upload, .icons-mime-application, .icons-mime-archive, .icons-mime-audio, .icons-mime-html, .icons-mime-image, .icons-mime-office, .icons-mime-script, .icons-mime-text, .icons-mime-unknow, .icons-mime-video, .i-edit, .i-delete, .i-upload, .i-upload-active, .i-exlink, .mime-office, .mime-text, .mime-image, .mime-html, .mime-archive, .mime-application, .mime-audio, .mime-script, .mime-video, .mime-unknow { background-image: url("../img/icons.png?_=01c3ae1"); background-repeat: no-repeat; }
  298. .icons-icon-delete { background-position: 0 0; width: 16px; height: 16px; }
  299. .icons-icon-edit { background-position: 0 -16px; width: 16px; height: 16px; }
  300. .icons-icon-exlink { background-position: 0 -32px; width: 16px; height: 16px; }
  301. .icons-icon-upload-active { background-position: 0 -208px; width: 24px; height: 24px; }
  302. .icons-icon-upload { background-position: 0 -232px; width: 24px; height: 24px; }
  303. .icons-icon-upload:active, .icons-icon-upload.icon-upload-active { background-position: 0 -208px; }
  304. .icons-mime-application { background-position: 0 -48px; width: 16px; height: 16px; }
  305. .icons-mime-archive { background-position: 0 -64px; width: 16px; height: 16px; }
  306. .icons-mime-audio { background-position: 0 -80px; width: 16px; height: 16px; }
  307. .icons-mime-html { background-position: 0 -96px; width: 16px; height: 16px; }
  308. .icons-mime-image { background-position: 0 -112px; width: 16px; height: 16px; }
  309. .icons-mime-office { background-position: 0 -128px; width: 16px; height: 16px; }
  310. .icons-mime-script { background-position: 0 -144px; width: 16px; height: 16px; }
  311. .icons-mime-text { background-position: 0 -160px; width: 16px; height: 16px; }
  312. .icons-mime-unknow { background-position: 0 -176px; width: 16px; height: 16px; }
  313. .icons-mime-video { background-position: 0 -192px; width: 16px; height: 16px; }
  314. @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .icons-sprite, .icons-icon-delete, .icons-icon-edit, .icons-icon-exlink, .icons-icon-upload-active, .icons-icon-upload, .icons-mime-application, .icons-mime-archive, .icons-mime-audio, .icons-mime-html, .icons-mime-image, .icons-mime-office, .icons-mime-script, .icons-mime-text, .icons-mime-unknow, .icons-mime-video, .i-edit, .i-delete, .i-upload, .i-upload-active, .i-exlink, .mime-office, .mime-text, .mime-image, .mime-html, .mime-archive, .mime-application, .mime-audio, .mime-script, .mime-video, .mime-unknow { background-image: url("../img/icons@2x.png?_=e65bc46"); background-repeat: no-repeat; background-size: 24px 256px; }
  315. .icons-icon-delete { background-position: 0 0; }
  316. .icons-icon-edit { background-position: 0 -16px; }
  317. .icons-icon-exlink { background-position: 0 -32px; }
  318. .icons-icon-upload-active { background-position: 0 -208px; }
  319. .icons-icon-upload { background-position: 0 -232px; }
  320. .icons-icon-upload:active, .icons-icon-upload.icon-upload-active { background-position: 0 -208px; }
  321. .icons-mime-application { background-position: 0 -48px; }
  322. .icons-mime-archive { background-position: 0 -64px; }
  323. .icons-mime-audio { background-position: 0 -80px; }
  324. .icons-mime-html { background-position: 0 -96px; }
  325. .icons-mime-image { background-position: 0 -112px; }
  326. .icons-mime-office { background-position: 0 -128px; }
  327. .icons-mime-script { background-position: 0 -144px; }
  328. .icons-mime-text { background-position: 0 -160px; }
  329. .icons-mime-unknow { background-position: 0 -176px; }
  330. .icons-mime-video { background-position: 0 -192px; }
  331. .i-edit { background-position: 0 -16px; }
  332. .i-delete { background-position: 0 0; }
  333. .i-upload { background-position: 0 -232px; }
  334. .i-upload:active, .i-upload.icon-upload-active { background-position: 0 -208px; }
  335. .i-upload-active { background-position: 0 -208px; }
  336. .i-exlink { background-position: 0 -32px; }
  337. .mime-office { background-position: 0 -128px; }
  338. .mime-text { background-position: 0 -160px; }
  339. .mime-image { background-position: 0 -112px; }
  340. .mime-html { background-position: 0 -96px; }
  341. .mime-archive { background-position: 0 -64px; }
  342. .mime-application { background-position: 0 -48px; }
  343. .mime-audio { background-position: 0 -80px; }
  344. .mime-script { background-position: 0 -144px; }
  345. .mime-video { background-position: 0 -192px; }
  346. .mime-unknow { background-position: 0 -176px; } }
  347. /* @mixin sprite-background($name) { // background-image: sprite-url($sprites); // background-position: sprite-position($sprites, $name); @include icons-sprite($name); // background-repeat: no-repeat; // display: block; // height: image-height(sprite-file($sprites, $name)); // width: image-width(sprite-file($sprites, $name)); @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { @include icons-2x-sprite($name); // Workaround for https://gist.github.com/2140082 //@if (sprite-position($sprites, $name) != sprite-position($sprites-retina, $name)) { // $ypos: round(nth(sprite-position($sprites-retina, $name), 2) / 2); // background-position: 0 $ypos; //} // Hard coded width of the normal sprite image. There must be a smarter way to do this. // @include background-size(auto 256px); // background-image: sprite-url($sprites-retina); } } */
  348. .i-edit, .i-delete, .i-exlink, .mime-office, .mime-text, .mime-image, .mime-html, .mime-archive, .mime-application, .mime-audio, .mime-script, .mime-video, .mime-unknow, .i-upload, .i-upload-active { display: inline-block; vertical-align: text-bottom; text-indent: -9999em; }
  349. .i-edit:hover, .i-delete:hover, .i-exlink:hover, .mime-office:hover, .mime-text:hover, .mime-image:hover, .mime-html:hover, .mime-archive:hover, .mime-application:hover, .mime-audio:hover, .mime-script:hover, .mime-video:hover, .mime-unknow:hover, .i-upload:hover, .i-upload-active:hover { opacity: 0.75; }
  350. .i-edit, .i-delete, .i-exlink, .mime-office, .mime-text, .mime-image, .mime-html, .mime-archive, .mime-application, .mime-audio, .mime-script, .mime-video, .mime-unknow { width: 16px; height: 16px; }
  351. .i-upload, .i-upload-active { width: 24px; height: 24px; }
  352. .i-edit { background-position: 0 -16px; }
  353. .i-delete { background-position: 0 0; }
  354. .i-upload { background-position: 0 -232px; }
  355. .i-upload:active, .i-upload.icon-upload-active { background-position: 0 -208px; }
  356. .i-upload-active { background-position: 0 -208px; }
  357. .i-caret-up, .i-caret-down, .i-caret-left, .i-caret-right { display: inline-block; border-style: solid; border-color: transparent transparent #BBB transparent; border-width: 3px 4px 5px; }
  358. .i-caret-down { border-color: #BBB transparent transparent transparent; border-width: 5px 4px 3px; }
  359. .i-caret-left { border-color: transparent #BBB transparent transparent; border-width: 4px 5px 4px 3px; }
  360. .i-caret-right { border-color: transparent transparent transparent #BBB; border-width: 4px 3px 4px 5px; }
  361. .i-exlink { background-position: 0 -32px; }
  362. /* 文件类型图标 */
  363. .mime-office { background-position: 0 -128px; }
  364. .mime-text { background-position: 0 -160px; }
  365. .mime-image { background-position: 0 -112px; }
  366. .mime-html { background-position: 0 -96px; }
  367. .mime-archive { background-position: 0 -64px; }
  368. .mime-application { background-position: 0 -48px; }
  369. .mime-audio { background-position: 0 -80px; }
  370. .mime-script { background-position: 0 -144px; }
  371. .mime-video { background-position: 0 -192px; }
  372. .mime-unknow { background-position: 0 -176px; }
  373. /* Logo 图标 */
  374. .i-logo, .i-logo-s { width: 169px; height: 40px; display: inline-block; background: url("../img/typecho-logo.svg") no-repeat; text-indent: -9999em; background-size: auto 40px; opacity: .15; }
  375. .i-logo:hover, .i-logo-s:hover { opacity: .2; }
  376. .i-logo-s { width: 26px; height: 26px; background-size: auto 26px; }
  377. /* Editor */
  378. .editor { margin-bottom: -0.5em; }
  379. .editor-sprite, .editor-editor-bold, .editor-editor-code, .editor-editor-exit-fullscreen, .editor-editor-fullscreen, .editor-editor-heading, .editor-editor-hr, .editor-editor-image, .editor-editor-italic, .editor-editor-link, .editor-editor-more, .editor-editor-olist, .editor-editor-quote, .editor-editor-redo, .editor-editor-ulist, .editor-editor-undo, .wmd-button-row li#wmd-bold-button span, .wmd-button-row li#wmd-italic-button span, .wmd-button-row li#wmd-link-button span, .wmd-button-row li#wmd-quote-button span, .wmd-button-row li#wmd-code-button span, .wmd-button-row li#wmd-image-button span, .wmd-button-row li#wmd-olist-button span, .wmd-button-row li#wmd-ulist-button span, .wmd-button-row li#wmd-heading-button span, .wmd-button-row li#wmd-hr-button span, .wmd-button-row li#wmd-more-button span, .wmd-button-row li#wmd-undo-button span, .wmd-button-row li#wmd-redo-button span, .wmd-button-row li#wmd-fullscreen-button span, .wmd-button-row li#wmd-exit-fullscreen-button span { background-image: url("../img/editor.png?_=ce98884"); background-repeat: no-repeat; }
  380. .editor-editor-bold { background-position: 0 0; width: 20px; height: 20px; }
  381. .editor-editor-code { background-position: 0 -20px; width: 20px; height: 20px; }
  382. .editor-editor-exit-fullscreen { background-position: 0 -40px; width: 20px; height: 20px; }
  383. .editor-editor-fullscreen { background-position: 0 -60px; width: 20px; height: 20px; }
  384. .editor-editor-heading { background-position: 0 -80px; width: 20px; height: 20px; }
  385. .editor-editor-hr { background-position: 0 -100px; width: 20px; height: 20px; }
  386. .editor-editor-image { background-position: 0 -120px; width: 20px; height: 20px; }
  387. .editor-editor-italic { background-position: 0 -140px; width: 20px; height: 20px; }
  388. .editor-editor-link { background-position: 0 -160px; width: 20px; height: 20px; }
  389. .editor-editor-more { background-position: 0 -180px; width: 20px; height: 20px; }
  390. .editor-editor-olist { background-position: 0 -200px; width: 20px; height: 20px; }
  391. .editor-editor-quote { background-position: 0 -220px; width: 20px; height: 20px; }
  392. .editor-editor-redo { background-position: 0 -240px; width: 20px; height: 20px; }
  393. .editor-editor-ulist { background-position: 0 -260px; width: 20px; height: 20px; }
  394. .editor-editor-undo { background-position: 0 -280px; width: 20px; height: 20px; }
  395. @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .editor-sprite, .editor-editor-bold, .editor-editor-code, .editor-editor-exit-fullscreen, .editor-editor-fullscreen, .editor-editor-heading, .editor-editor-hr, .editor-editor-image, .editor-editor-italic, .editor-editor-link, .editor-editor-more, .editor-editor-olist, .editor-editor-quote, .editor-editor-redo, .editor-editor-ulist, .editor-editor-undo, .wmd-button-row li#wmd-bold-button span, .wmd-button-row li#wmd-italic-button span, .wmd-button-row li#wmd-link-button span, .wmd-button-row li#wmd-quote-button span, .wmd-button-row li#wmd-code-button span, .wmd-button-row li#wmd-image-button span, .wmd-button-row li#wmd-olist-button span, .wmd-button-row li#wmd-ulist-button span, .wmd-button-row li#wmd-heading-button span, .wmd-button-row li#wmd-hr-button span, .wmd-button-row li#wmd-more-button span, .wmd-button-row li#wmd-undo-button span, .wmd-button-row li#wmd-redo-button span, .wmd-button-row li#wmd-fullscreen-button span, .wmd-button-row li#wmd-exit-fullscreen-button span { background-image: url("../img/editor@2x.png?_=f3643ed"); background-repeat: no-repeat; background-size: 20px 300px; }
  396. .editor-editor-bold { background-position: 0 0; }
  397. .editor-editor-code { background-position: 0 -20px; }
  398. .editor-editor-exit-fullscreen { background-position: 0 -40px; }
  399. .editor-editor-fullscreen { background-position: 0 -60px; }
  400. .editor-editor-heading { background-position: 0 -80px; }
  401. .editor-editor-hr { background-position: 0 -100px; }
  402. .editor-editor-image { background-position: 0 -120px; }
  403. .editor-editor-italic { background-position: 0 -140px; }
  404. .editor-editor-link { background-position: 0 -160px; }
  405. .editor-editor-more { background-position: 0 -180px; }
  406. .editor-editor-olist { background-position: 0 -200px; }
  407. .editor-editor-quote { background-position: 0 -220px; }
  408. .editor-editor-redo { background-position: 0 -240px; }
  409. .editor-editor-ulist { background-position: 0 -260px; }
  410. .editor-editor-undo { background-position: 0 -280px; }
  411. .wmd-button-row li#wmd-bold-button span { background-position: 0 0; }
  412. .wmd-button-row li#wmd-italic-button span { background-position: 0 -140px; }
  413. .wmd-button-row li#wmd-link-button span { background-position: 0 -160px; }
  414. .wmd-button-row li#wmd-quote-button span { background-position: 0 -220px; }
  415. .wmd-button-row li#wmd-code-button span { background-position: 0 -20px; }
  416. .wmd-button-row li#wmd-image-button span { background-position: 0 -120px; }
  417. .wmd-button-row li#wmd-olist-button span { background-position: 0 -200px; }
  418. .wmd-button-row li#wmd-ulist-button span { background-position: 0 -260px; }
  419. .wmd-button-row li#wmd-heading-button span { background-position: 0 -80px; }
  420. .wmd-button-row li#wmd-hr-button span { background-position: 0 -100px; }
  421. .wmd-button-row li#wmd-more-button span { background-position: 0 -180px; }
  422. .wmd-button-row li#wmd-undo-button span { background-position: 0 -280px; }
  423. .wmd-button-row li#wmd-redo-button span { background-position: 0 -240px; }
  424. .wmd-button-row li#wmd-fullscreen-button span { background-position: 0 -60px; }
  425. .wmd-button-row li#wmd-exit-fullscreen-button span { background-position: 0 -40px; } }
  426. .wmd-button-row { list-style: none; margin: 0; padding: 0; height: 26px; line-height: 1; }
  427. .wmd-button-row li { display: inline-block; margin-right: 4px; padding: 3px; cursor: pointer; vertical-align: middle; border-radius: 2px; }
  428. .wmd-button-row li:hover { background-color: #E9E9E6; }
  429. .wmd-button-row li.wmd-spacer { height: 20px; margin: 0 10px 0 6px; padding: 0; width: 1px; background: #E9E9E6; cursor: default; }
  430. .wmd-button-row li span { display: block; width: 20px; height: 20px; }
  431. .wmd-button-row li#wmd-bold-button span { background-position: 0 0; }
  432. .wmd-button-row li#wmd-italic-button span { background-position: 0 -140px; }
  433. .wmd-button-row li#wmd-link-button span { background-position: 0 -160px; }
  434. .wmd-button-row li#wmd-quote-button span { background-position: 0 -220px; }
  435. .wmd-button-row li#wmd-code-button span { background-position: 0 -20px; }
  436. .wmd-button-row li#wmd-image-button span { background-position: 0 -120px; }
  437. .wmd-button-row li#wmd-olist-button span { background-position: 0 -200px; }
  438. .wmd-button-row li#wmd-ulist-button span { background-position: 0 -260px; }
  439. .wmd-button-row li#wmd-heading-button span { background-position: 0 -80px; }
  440. .wmd-button-row li#wmd-hr-button span { background-position: 0 -100px; }
  441. .wmd-button-row li#wmd-more-button span { background-position: 0 -180px; }
  442. .wmd-button-row li#wmd-undo-button span { background-position: 0 -280px; }
  443. .wmd-button-row li#wmd-redo-button span { background-position: 0 -240px; }
  444. .wmd-button-row li#wmd-fullscreen-button span { background-position: 0 -60px; }
  445. .wmd-button-row li#wmd-exit-fullscreen-button span { background-position: 0 -40px; }
  446. #btn-cancel-preview { display: none; }
  447. .wmd-edittab { float: right; margin-top: 3px; font-size: .92857em; }
  448. .wmd-edittab a { display: inline-block; padding: 0 8px; margin-left: 5px; height: 20px; line-height: 20px; }
  449. .wmd-edittab a:hover { text-decoration: none; }
  450. .wmd-edittab a.active { background: #E9E9E6; color: #999; }
  451. .wmd-hidetab { display: none; }
  452. .wmd-visualhide { visibility: hidden; }
  453. /* 对话框 */
  454. .wmd-prompt-background { background-color: #000; }
  455. .wmd-prompt-dialog { position: fixed; z-index: 1001; top: 50%; left: 50%; margin-top: -95px; margin-left: -200px; padding: 20px; width: 360px; background: #F6F6F3; }
  456. .wmd-prompt-dialog p { margin: 0 0 5px; }
  457. .wmd-prompt-dialog form { margin-top: 10px; }
  458. .wmd-prompt-dialog input[type="text"] { margin-bottom: 10px; width: 100%; }
  459. .wmd-prompt-dialog button { margin-right: 10px; }
  460. /* 预览 */
  461. #wmd-preview { background: #FFF; margin: 1em 0; padding: 0 15px; word-wrap: break-word; overflow: auto; border-radius: 2px; }
  462. #wmd-preview img { max-width: 100%; }
  463. #wmd-preview code, #wmd-preview pre { padding: 2px 4px; background: #DDD; font-size: 14px; }
  464. #wmd-preview code { color: #C13; }
  465. #wmd-preview pre { padding: 1em; }
  466. #wmd-preview pre code { padding: 0; color: #444; }
  467. #wmd-preview blockquote { margin: 1em 1.5em; padding-left: 1.5em; border-left: 4px solid #E9E9E6; color: #777; }
  468. #wmd-preview hr { margin: 2em auto; width: 100px; border: 1px solid #E9E9E6; border-width: 2px 0 0 0; }
  469. #wmd-preview .summary:after { display: block; margin: 2em 0; background: #FFF9E8; color: #cf9900; font-size: .85714em; text-align: center; content: "- more -"; }
  470. #wmd-preview .embed { border: 1px solid #ccc; height: 40px; overflow: hidden; line-height: 40px; text-align: center; font-size: 12px; color: #777; }
  471. #wmd-preview table { width: 100%; }
  472. #wmd-preview table th, #wmd-preview table td { border: 1px solid #DDD; padding: 5px 8px; word-break: break-all; }
  473. #wmd-preview table th { background: #EEE; }
  474. #wmd-preview span.line { display: inline; height: 1px; line-height: 1px; position: absolute; }
  475. #wmd-preview .focus, #wmd-preview .focus * { background-color: rgba(255, 230, 0, 0.5) !important; }
  476. /* 上传面板动画效果 */
  477. @keyframes fullscreen-upload { 0% { opacity: 0; }
  478. 100% { opacity: 1; } }
  479. /* 编辑器全屏 */
  480. .fullscreen #wmd-button-bar, .fullscreen #text, .fullscreen #wmd-preview, .fullscreen .submit { position: absolute; top: 0; width: 50%; background: #FFF; z-index: 999; box-sizing: border-box; border-radius: 0; }
  481. .fullscreen #wmd-button-bar { left: 0; padding: 13px 20px; border-bottom: 1px solid #F3F3F0; z-index: 1000; }
  482. .fullscreen #text { top: 53px; left: 0; padding: 20px; border: none; outline: none; }
  483. .fullscreen #wmd-preview { top: 53px; right: 0; margin: 0; padding: 5px 20px; border: none; border-left: 1px solid #F3F3F0; background: #F6F6F3; overflow: auto; }
  484. .fullscreen .submit { right: 0; margin: 0; padding: 10px 20px; border-bottom: 1px solid #F3F3F0; }
  485. .fullscreen #upload-panel { -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.225); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.225); border-style: solid; }
  486. .fullscreen #tab-files { position: absolute; top: 52px; right: 0; width: 280px; z-index: 1001; animation: fullscreen-upload 0.5s; }
  487. .fullscreen .wmd-edittab, .fullscreen .typecho-post-option, .fullscreen .title, .fullscreen .url-slug, .fullscreen .typecho-page-title, .fullscreen .typecho-head-nav, .fullscreen .message { display: none; }
  488. .fullscreen .wmd-hidetab { display: block; }
  489. .fullscreen .wmd-visualhide, .fullscreen #btn-fullscreen-upload { visibility: visible; }
  490. .preview .submit { width: 100%; background: #FFFFDD; }
  491. .preview #wmd-button-bar, .preview #wmd-preview, .preview #text, .preview #upload-panel, .preview #tab-files, .preview #btn-preview, .preview #btn-fullscreen-upload, .preview #auto-save-message { display: none; }
  492. .preview .preview-frame { width: 100%; border: 0; padding: 0; margin: 0; background: #fff; z-index: 999; position: absolute; top: 53px; left: 0; }
  493. .preview .preview-loading { background-image: url(../img/ajax-loader.gif); background-position: center; background-repeat: no-repeat; }
  494. .preview #btn-cancel-preview { display: inline-block; }
  495. @media (max-width: 575px) { #wmd-spacer2, #wmd-olist-button, #wmd-ulist-button, #wmd-heading-button, #wmd-hr-button, #wmd-more-button, #wmd-spacer3, #wmd-undo-button, #wmd-redo-button, #wmd-spacer4, #wmd-fullscreen-button, #wmd-exit-fullscreen-button, #btn-fullscreen-upload { display: none; } }
  496. /** Jquery Timepicker */
  497. #ui-datepicker-div { display: none; margin-top: -1px; padding: 10px; border: 1px solid #D9D9D6; background: #FFF; }
  498. .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
  499. .ui-timepicker-div dl { text-align: left; }
  500. .ui-timepicker-div dl dt { float: left; clear: left; }
  501. .ui-timepicker-div dl dd { margin: 0 0 10px 40%; }
  502. .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
  503. #ui-datepicker-div .ui-datepicker-header { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #EEE; }
  504. #ui-datepicker-div .ui-datepicker-prev { float: left; cursor: pointer; }
  505. #ui-datepicker-div .ui-datepicker-next { float: right; cursor: pointer; }
  506. #ui-datepicker-div .ui-datepicker-title { font-weight: bold; text-align: center; }
  507. #ui-datepicker-div .ui-datepicker-calendar th { line-height: 24px; }
  508. #ui-datepicker-div .ui-datepicker-calendar a { display: block; width: 30px; background-color: #F3F3F0; line-height: 24px; text-align: center; }
  509. #ui-datepicker-div .ui-datepicker-calendar a:hover { background-color: #E9E9E6; text-decoration: none; }
  510. #ui-datepicker-div .ui-datepicker-today a { background-color: #E9E9E6; color: #444; }
  511. #ui-datepicker-div .ui-datepicker-current-day a { background-color: #467B96 !important; color: #FFF; }
  512. #ui-datepicker-div .ui-timepicker-div { margin-top: 20px; border-top: 1px solid #EEE; }
  513. #ui-datepicker-div .ui-slider { position: relative; margin-top: 18px; border: 1px solid #E9E9E6; background-color: #F6F6F3; height: 4px; }
  514. #ui-datepicker-div .ui-slider .ui-slider-handle { position: absolute; top: -7px; margin-left: -5px; z-index: 2; width: 10px; height: 16px; background-color: #467B96; }
  515. #ui-datepicker-div .ui-datepicker-buttonpane { padding-top: 10px; border-top: 1px solid #EEE; }
  516. #ui-datepicker-div .ui-datepicker-current, #ui-datepicker-div .ui-datepicker-close { float: left; }
  517. #ui-datepicker-div .ui-datepicker-close { float: right; }
  518. .ui-effects-transfer { border: 2px dotted #ccc; }
  519. /** Jquery Tokeninput */
  520. ul.token-input-list { list-style: none; margin: 0; padding: 0 4px; min-height: 32px; border: 1px solid #D9D9D6; cursor: text; z-index: 999; background-color: #FFF; clear: left; border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  521. ul.token-input-list li { margin: 4px 0; }
  522. ul.token-input-list li input { padding: 0; border: 0; width: 100%; -webkit-appearance: caret; }
  523. li.token-input-token { padding: 0 6px; height: 27px; line-height: 27px; background-color: #F3F3F0; cursor: default; font-size: .92857em; text-align: right; white-space: nowrap; }
  524. li.token-input-token p { float: left; display: inline; margin: 0; }
  525. li.token-input-token span { color: #BBB; font-weight: bold; cursor: pointer; }
  526. li.token-input-selected-token { background-color: #E9E9E6; }
  527. li.token-input-input-token { padding: 0 4px; }
  528. div.token-input-dropdown { position: absolute; background-color: #FFF; overflow: hidden; border: 1px solid #D9D9D6; border-top-width: 0; cursor: default; z-index: 1; font-size: .92857em; }
  529. div.token-input-dropdown p { margin: 0; padding: 5px 10px; color: #777; font-weight: bold; }
  530. div.token-input-dropdown ul { list-style: none; margin: 0; padding: 0; }
  531. div.token-input-dropdown ul li { padding: 4px 10px; background-color: #FFF; }
  532. div.token-input-dropdown ul li.token-input-dropdown-item { background-color: #FFF; }
  533. div.token-input-dropdown ul li em { font-style: normal; }
  534. div.token-input-dropdown ul li.token-input-selected-dropdown-item { background-color: #467B96; color: #FFF; }
  535. /* Hide from both screenreaders and browsers: h5bp.com/u */
  536. .hidden { display: none; }
  537. /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
  538. .sr-only { border: 0; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  539. /* Extends the .sr-only class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
  540. .sr-only.focusable:active, .sr-only.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  541. /* Hide visually and from screenreaders, but maintain layout */
  542. .invisible { visibility: hidden; }