KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 17KB

9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948
  1. /* @group Reset */
  2. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
  3. table { border-collapse: collapse; border-spacing: 0; }
  4. fieldset,img { border: 0; }
  5. address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
  6. li { list-style: none; }
  7. caption,th { text-align: left; }
  8. h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
  9. abbr,acronym { border: 0; font-variant: normal; }
  10. input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; }
  11. a:link, a:visited { text-decoration: none; color: inherit; }
  12. /* @end */
  13. /* @group Core */
  14. html {
  15. font-size: 62.5%;
  16. }
  17. body {
  18. font: 1.25em/1.5em normal Lucida Grande, Helvetica, Arial, sans-serif;
  19. color: #333;
  20. background: #efefef;
  21. }
  22. h1, h2, h3, h4, h5, h6{
  23. font-weight: normal !important;
  24. font-family: "Palatino Linotype", Chaparral Pro, Georgia, serif;
  25. }
  26. em {
  27. font-style: italic;
  28. }
  29. strong {
  30. font-weight: bold;
  31. }
  32. small,
  33. .small {
  34. font-size: .9em;
  35. color: #999;
  36. }
  37. p {
  38. margin: 0 0 1em;
  39. }
  40. a:link,
  41. a:visited {
  42. text-decoration: underline;
  43. }
  44. /* @end */
  45. /* @group Header */
  46. #header {
  47. background: #353535;
  48. padding: 2em 0;
  49. color: #fff;
  50. position: relative;
  51. }
  52. #header h1 {
  53. font-size: 2em;
  54. line-height: 1.25em;
  55. text-shadow: #000 0 1px 1px;
  56. }
  57. #header h1 a {
  58. text-decoration: none;
  59. }
  60. #header #navigation {
  61. float: right;
  62. position: absolute;
  63. bottom: 0;
  64. right: 5em;
  65. }
  66. #header #navigation li {
  67. display: inline;
  68. }
  69. #header #navigation li a:link,
  70. #header #navigation li a:visited {
  71. float: left;
  72. margin-left: 1em;
  73. text-shadow: #000 0 0 0;
  74. background: #444;
  75. color: #ebeeee;
  76. height: 4em;
  77. line-height: 4em;
  78. text-transform: uppercase;
  79. width: 8em;
  80. text-align: center;
  81. text-decoration: none;
  82. font-family: "Palatino Linotype", Chaparral Pro, Georgia, serif;
  83. letter-spacing: 0.2em;
  84. font-size: 0.8em;
  85. }
  86. #header #navigation li.selected a:link,
  87. #header #navigation li.selected a:visited {
  88. background: #fff;
  89. color: #333;
  90. }
  91. #header #navigation li a:hover {
  92. background: #4c4c4c;
  93. }
  94. #welcome {
  95. background: #fff;
  96. padding: .9em 0;
  97. border-bottom: 1px solid #e1e1e1;
  98. }
  99. #welcome a:link,
  100. #welcome a:visited {
  101. text-decoration: none;
  102. background: #fcfcfc;
  103. padding: 1em;
  104. margin: -1em 0 -.8em;
  105. }
  106. #welcome .right {
  107. padding: .9em 1em !important;
  108. margin-top: -.9em !important;
  109. }
  110. #welcome a:hover {
  111. background: #f5f5f5;
  112. }
  113. #welcome a:active {
  114. background: #f0f0f0;
  115. }
  116. /* @end */
  117. /* @group Footer */
  118. #footer {
  119. width: 425px;
  120. margin: 2.5em auto !important;
  121. font-size: 1.25em;
  122. text-align: center;
  123. }
  124. #footer .sub {
  125. color: #acacac;
  126. font-size: .7em;
  127. }
  128. /* @end */
  129. /* @group Sub-Navigation */
  130. #sub-nav {
  131. margin-top: 2em;
  132. }
  133. #sub-nav li {
  134. float: left;
  135. position: relative;
  136. top: 1px;
  137. z-index: 1;
  138. }
  139. #sub-nav li a:link,
  140. #sub-nav li a:visited {
  141. float: left;
  142. padding: .4em .75em;
  143. background: #dfdfdf;
  144. border-bottom: 0;
  145. color: #737373;
  146. text-decoration: none;
  147. margin: 0 0.7em 0 0;
  148. }
  149. #sub-nav li a:hover {
  150. background: #e5e5e5;
  151. }
  152. #sub-nav li.selected a:link,
  153. #sub-nav li.selected a:visited {
  154. background: #fff;
  155. border: 1px solid #e1e1e1;
  156. border-bottom: none;
  157. }
  158. #sub-nav li.right {
  159. margin: .75em 0 0;
  160. }
  161. #sub-nav li.right a:link,
  162. #sub-nav li.right a:visited {
  163. float: none;
  164. background: transparent;
  165. padding: 0;
  166. font-size: .95em;
  167. color: #444;
  168. }
  169. .feathers_sort {
  170. background: #eee;
  171. margin-top: .2em;
  172. height: 2.3em !important;
  173. border-left: .1em dashed #ccc;
  174. border-right: .1em dashed #ccc;
  175. }
  176. /* @end */
  177. /* @group Content */
  178. #content {
  179. background: #fff;
  180. padding: 1em;
  181. border: 1px solid #e1e1e1;
  182. position: relative;
  183. }
  184. #content > form {
  185. /* margin-top: .5em; */
  186. }
  187. #content h1 {
  188. font-size: 2em;
  189. margin: .2em 0 1em;
  190. color: #aaa;
  191. font-weight: bold;
  192. }
  193. #content h2 {
  194. font-size: 1.5em;
  195. margin: 0 0 .5em;
  196. color: #666;
  197. font-weight: normal;
  198. }
  199. #content h3 {
  200. font-weight: bold;
  201. font-size: 1.25em;
  202. margin-bottom: 1.5em;
  203. }
  204. #content h4 {
  205. font-weight: bold;
  206. font-size: 1.2em;
  207. }
  208. /* @end */
  209. /* @group Extend */
  210. .enable,
  211. .disable {
  212. width: 49%;
  213. }
  214. .enable h2,
  215. .disable h2 {
  216. font-weight: normal !important;
  217. font-size: 1.1em !important;
  218. }
  219. .enable h2 .sub,
  220. .disable h2 .sub {
  221. font-size: .8em;
  222. color: #bcbcbc;
  223. }
  224. .enable ul,
  225. .disable ul {
  226. padding: 1em 1em .5em;
  227. -webkit-border-radius: 3px;
  228. -moz-border-radius: 3px;
  229. }
  230. .enable ul li,
  231. .disable ul li {
  232. padding: .1em .25em .1em .7em;
  233. margin: 0 0 .5em;
  234. list-style: disc inside !important;
  235. position: relative;
  236. }
  237. .enable ul li img,
  238. .disable ul li img {
  239. position: absolute;
  240. top: 4px;
  241. right: 4px;
  242. }
  243. .enable ul li a.help img,
  244. .disable ul li a.help img {
  245. top: 3px;
  246. right: 20px;
  247. width: 15px;
  248. height: 15px;
  249. }
  250. .enable ul li .sub,
  251. .disable ul li .sub {
  252. font-size: .9em;
  253. }
  254. .enable ul li .enable_button,
  255. .disable ul li .disable_button {
  256. display: block;
  257. padding: .25em .5em;
  258. text-align: right;
  259. }
  260. ul.extend .expand {
  261. margin: 0 -.25em 0 -.7em;
  262. }
  263. .enable h2 {
  264. color: #4f8f62 !important;
  265. }
  266. .enable ul {
  267. background: #dbffe6;
  268. border: 1px solid #dbffe6;
  269. }
  270. .enable ul li {
  271. background: #e6ffee;
  272. color: #386345;
  273. }
  274. .enable ul.hover {
  275. border: 1px solid #b3d1bb;
  276. }
  277. .enable ul li a:link,
  278. .enable ul li a:visited,
  279. .enable ul li .sub a:hover {
  280. text-decoration: none;
  281. color: #386345;
  282. }
  283. .enable ul li .sub,
  284. .enable ul li .sub a:link,
  285. .enable ul li .sub a:visited {
  286. color: #74a683;
  287. }
  288. .enable ul li .description {
  289. padding: .5em;
  290. background: #F7FFF9;
  291. }
  292. .enable ul li .enable_button {
  293. color: #189100;
  294. }
  295. .enable ul li .enable_button:hover {
  296. background: #189100;
  297. color: #fff;
  298. }
  299. .enable ul li .enable_button:active {
  300. background: #067000;
  301. }
  302. .disable h2 {
  303. color: #ff7070 !important;
  304. }
  305. .disable ul {
  306. background: #ffdbdb;
  307. border: 1px solid #ffdbdb;
  308. }
  309. .disable h2 .sub {
  310. color: #bcbcbc;
  311. }
  312. .disable ul li {
  313. background: #ffe6e6;
  314. color: #653b3d;
  315. }
  316. .disable ul.hover {
  317. border: 1px solid #cfb2b2;
  318. }
  319. .disable ul li a:link,
  320. .disable ul li a:visited,
  321. .disable ul li .sub a:hover {
  322. text-decoration: none;
  323. color: #7b4d4d;
  324. }
  325. .disable ul li .sub,
  326. .disable ul li .sub a:link,
  327. .disable ul li .sub a:visited {
  328. color: #a97f7f;
  329. }
  330. .disable ul li .description {
  331. padding: .5em;
  332. background: #FFF1F1;
  333. }
  334. .disable ul li .disable_button {
  335. color: #d51800;
  336. }
  337. .disable ul li .disable_button:hover {
  338. background: #d51800;
  339. color: #fff;
  340. }
  341. .disable ul li .disable_button:active {
  342. background: #b30600;
  343. }
  344. /* @end */
  345. /* @group Theme Changing */
  346. .theme {
  347. text-align: center;
  348. margin-right: 15px !important;
  349. border: 0 !important;
  350. padding-bottom: 20px !important;
  351. position: relative;
  352. -webkit-border-radius: 3px;
  353. -moz-border-radius: 3px;
  354. }
  355. .theme.last {
  356. margin-right: 0 !important;
  357. }
  358. .theme .link {
  359. font-weight: bold;
  360. text-align: center;
  361. text-decoration: none;
  362. }
  363. .theme .link span {
  364. display: block;
  365. }
  366. .theme.current {
  367. background: #EBFAE4;
  368. color: #65845e;
  369. }
  370. .theme.current small,
  371. .theme.current small a:link,
  372. .theme.current small a:visited {
  373. color: #789f72;
  374. }
  375. .theme.current .button {
  376. background: #189100;
  377. color: #FFF;
  378. border: 0;
  379. }
  380. .theme img.screenshot {
  381. padding: 5px;
  382. background: #FFF;
  383. -webkit-border-radius: 2px;
  384. -moz-border-radius: 2px;
  385. }
  386. .theme a:hover img.screenshot {
  387. background: #CCC;
  388. }
  389. .theme small {
  390. font-weight: normal;
  391. }
  392. /* @end */
  393. /* @group Forms */
  394. form.delete blockquote {
  395. width: 75%;
  396. margin: 0 auto;
  397. font-style: italic;
  398. }
  399. form.delete blockquote h2,
  400. form.delete .noitalic {
  401. font-style: normal;
  402. }
  403. form.delete blockquote h2 input[type="checkbox"] {
  404. position: relative;
  405. top: -.125em;
  406. }
  407. form.delete h2.inline {
  408. display: inline;
  409. }
  410. form.delete select {
  411. position: relative;
  412. top: -2px;
  413. }
  414. form.split label {
  415. width: 41%;
  416. float: left;
  417. text-align: right;
  418. font-weight: bold;
  419. padding: 4px 2% 5px;
  420. color: #999;
  421. }
  422. form.split label .sub {
  423. display: block;
  424. }
  425. form.split label input {
  426. margin: -.5em 0;
  427. }
  428. form.split select {
  429. margin: 3px 0 .5em;
  430. }
  431. form.split small,
  432. form.split .small {
  433. display: block;
  434. margin-left: 45%;
  435. }
  436. form.split button {
  437. margin-left: 45%;
  438. }
  439. form .buttons {
  440. margin-top: 2em;
  441. }
  442. label {
  443. display: block;
  444. font-size: 1.1em;
  445. }
  446. form p .sub,
  447. label .sub,
  448. tr .sub {
  449. font-size: .8em;
  450. color: #999;
  451. font-weight: normal;
  452. }
  453. input.text,
  454. input[type="text"],
  455. input[type="password"],
  456. input.file,
  457. textarea {
  458. font-size: 1.25em;
  459. padding: 3px;
  460. border: 1px solid #ddd;
  461. background: #fff;
  462. }
  463. input.file {
  464. border: none;
  465. }
  466. input.text,
  467. input.file,
  468. select,
  469. textarea {
  470. margin-bottom: .25em;
  471. }
  472. input.text {
  473. /* width: 15em; */
  474. }
  475. input.checkbox {
  476. margin: .6em .5em .75em 0;
  477. }
  478. span.checkbox {
  479. position: relative;
  480. top: -3px;
  481. }
  482. textarea {
  483. font-size: 1.1em;
  484. font-family: "Monaco", "Consolas", monospace;
  485. }
  486. textarea.wide,
  487. input.text.wide {
  488. padding: .5%;
  489. width: 99%;
  490. _width: 100%; /* Hooray for IE6's randomized box model. */
  491. }
  492. input.code,
  493. textarea.code,
  494. code {
  495. font-family: "Consolas", "Monaco", monospace;
  496. }
  497. /* @end */
  498. /* @group Tables */
  499. table thead tr {
  500. background: #555;
  501. color: #fff;
  502. border: 0 !important;
  503. border-bottom: 2px solid #444;
  504. text-shadow: #333 0px 1px 0px;
  505. }
  506. table thead tr th {
  507. padding: .25em .5em;
  508. font-weight: bold;
  509. }
  510. table thead tr th input {
  511. vertical-align: middle;
  512. margin: -5px 0 0 !important;
  513. }
  514. table thead tr th.header {
  515. cursor: pointer;
  516. }
  517. table thead tr th.headerSortDown,
  518. table thead tr th.headerSortUp {
  519. background: #444;
  520. }
  521. table tbody tr {
  522. }
  523. table tbody tr.last {
  524. }
  525. table tbody tr td {
  526. padding: .5em .7em;
  527. border-right: 1px solid #eee;
  528. border-bottom: 1px solid #eee;
  529. vertical-align: middle;
  530. }
  531. table tbody tr td.main {
  532. background: #f9f9f9;
  533. }
  534. table tbody tr td.center {
  535. text-align: center;
  536. vertical-align: middle;
  537. }
  538. table tbody tr td.controls {
  539. text-align: center;
  540. font-size: .95em;
  541. color: #888;
  542. }
  543. table tbody tr td.controls img {
  544. margin-bottom: -3px;
  545. margin-right: 1px;
  546. }
  547. table tbody tr td.main a:link,
  548. table tbody tr td.main a:visited,
  549. table tbody tr td.controls a:link,
  550. table tbody tr td.controls a:visited {
  551. text-decoration: none;
  552. }
  553. tr.draft,
  554. tr.excerpt,
  555. tr.draft td,
  556. tr.excerpt td,
  557. tr.draft td.main {
  558. background-color: #dff4ff;
  559. border-color: #c2e1ef !important;
  560. color: #336699;
  561. }
  562. tr.excerpt p {
  563. margin: 0;
  564. }
  565. /* @end */
  566. /* @group Preview */
  567. h1.preview-header {
  568. margin: 0 0 .5em !important;
  569. }
  570. .preview-content {
  571. margin: 0 0 2em;
  572. padding-bottom: .75em;
  573. border-bottom: 1px dotted #ddd;
  574. }
  575. .preview-content ul,
  576. .preview-content ol {
  577. margin: 0 0 1em 2em;
  578. list-style: square;
  579. }
  580. .preview-content ol li {
  581. list-style: decimal;
  582. }
  583. .preview-content a:link,
  584. .preview-content a:visited {
  585. text-decoration: underline;
  586. color: #222;
  587. }
  588. .preview-content hr {
  589. margin: 2em 0;
  590. }
  591. .preview-content blockquote {
  592. margin: 0 2em;
  593. color: #999;
  594. }
  595. /* @end */
  596. /* @group Messages */
  597. p.message {
  598. font-size: 1.1em;
  599. padding: .6em;
  600. margin-bottom: 1.75em;
  601. background: #f1f1f1;
  602. border: 1px solid #ccc;
  603. }
  604. p.message.yay {
  605. background: #189100;
  606. color: #fff;
  607. border-color: #105f00;
  608. }
  609. p.message.boo {
  610. background: #d51800;
  611. color: #fff;
  612. border-color: #9f1000;
  613. }
  614. /* @end */
  615. /* @group Buttons */
  616. /* Inspiration from Chawlk. */
  617. button,
  618. .button,
  619. a.next_page,
  620. a.prev_page {
  621. display: inline-block;
  622. font-family: Verdana, Helvetica, Arial, sans-serif;
  623. font-weight: bold;
  624. font-size: 1.125em;
  625. margin: 0 .5em 0 0;
  626. color: #333;
  627. padding: .5em .75em;
  628. background: #f1f1f1;
  629. border: 1px solid #ccc;
  630. border-top-color: #f1f1f1;
  631. border-left-color: #f1f1f1;
  632. border-bottom: 1px solid #ccc !important;
  633. cursor: pointer;
  634. text-decoration: none !important;
  635. }
  636. .button {
  637. padding: .6em 1em .5em .9em;
  638. }
  639. button.lite {
  640. padding: .15em .375em .25em .275em;
  641. }
  642. .button.lite,
  643. a.next_page,
  644. a.prev_page {
  645. padding: .1em .4em .2em;
  646. }
  647. button.inline {
  648. position: relative;
  649. top: -1px;
  650. padding: 4px 5px 4px 4px;
  651. }
  652. button.right,
  653. .button.right,
  654. a.next_page {
  655. margin: 0 0 0 .5em;
  656. float: right;
  657. }
  658. button:hover,
  659. .button:hover,
  660. a.next_page:hover,
  661. a.prev_page:hover {
  662. background: #f7f7f7;
  663. border-color: #f7f7f7;
  664. border-bottom-color: #d1d1d1 !important;
  665. border-right-color: #d1d1d1;
  666. }
  667. button:active,
  668. .button:active,
  669. .button.selected,
  670. a.next_page:active,
  671. a.prev_page:active {
  672. background-color: #d7d7d7;
  673. border-color: #d7d7d7;
  674. border-left-color: #b1b1b1;
  675. border-top-color: #b1b1b1;
  676. border-bottom-color: #d7d7d7 !important;
  677. }
  678. button.boo,
  679. .button.boo {
  680. background: #faebe4;
  681. color: #3e3634;
  682. border-color: #faebe4;
  683. border-bottom-color: #d6bdb5;
  684. border-right-color: #d6bdb5;
  685. }
  686. button.boo:hover,
  687. .button.boo:hover {
  688. background: #d51800;
  689. color: #fff;
  690. border-color: #d51800;
  691. border-bottom-color: #9f1000 !important;
  692. border-right-color: #9f1000;
  693. }
  694. button.boo:active,
  695. .button.boo:active {
  696. background: #b30600;
  697. border-color: #b30600;
  698. border-left-color: #7d0000;
  699. border-top-color: #7d0000;
  700. border-bottom-color: #b30600 !important;
  701. }
  702. button.yay,
  703. .button.yay {
  704. background: #ebfae4;
  705. color: #363e34;
  706. border-color: #ebfae4;
  707. border-bottom-color: #bdd6b5;
  708. border-right-color: #bdd6b5;
  709. }
  710. button.yay:hover,
  711. .button.yay:hover {
  712. background: #189100;
  713. color: #fff;
  714. border-color: #189100;
  715. border-bottom-color: #105f00 !important;
  716. border-right-color: #105f00;
  717. }
  718. button.yay:active,
  719. .button.yay:active {
  720. background: #067000;
  721. border-color: #067000;
  722. border-left-color: #003d00;
  723. border-top-color: #003d00;
  724. border-bottom-color: #067000 !important;
  725. }
  726. button[disabled="disabled"],
  727. button.disabled {
  728. background: #f0f0f0;
  729. border-color: #f0f0f0 !important;
  730. color: #999;
  731. }
  732. button[disabled="disabled"]:hover,
  733. button.disabled:hover {
  734. background: #f0f0f0;
  735. border-color: #f0f0f0 !important;
  736. color: #999;
  737. cursor: default;
  738. }
  739. button img,
  740. .button img {
  741. margin: 0 6px -3px -4px;
  742. }
  743. button.lite img,
  744. .button.lite img {
  745. margin: 0 -1px -3px 0;
  746. }
  747. /* @end */
  748. /* @group Options */
  749. .more_options_link {
  750. font-weight: bold;
  751. color: #999;
  752. border-bottom: 1px solid #ddd;
  753. display: block;
  754. text-decoration: none !important;
  755. }
  756. .more_options_link:hover {
  757. color: #666;
  758. border-bottom-color: #aaa;
  759. }
  760. .more_options {
  761. background: #f9f9f9;
  762. padding: 2% 0 0 2%;
  763. }
  764. .more_options p {
  765. width: 48%;
  766. margin: 0 2% 0 0;
  767. min-height: 5.5em;
  768. _height: 5.5em;
  769. float: left;
  770. }
  771. .more_options p input.text {
  772. width: 96.5%;
  773. margin: 0;
  774. }
  775. /* @end */
  776. /* @group Page Reordering */
  777. ul.sort_pages,
  778. ul.sort_pages ul {
  779. padding: 0;
  780. margin: 0 0 0 2em;
  781. }
  782. ul.sort_pages li {
  783. list-style: square;
  784. }
  785. ul.sort_pages li a:link,
  786. ul.sort_pages li a:visited {
  787. text-decoration: none !important;
  788. }
  789. ul.sort_pages input {
  790. font-size: 1em;
  791. margin: .25em .25em .25em 0;
  792. }
  793. ul.sort_pages .sort-placeholder {
  794. border: 1px dashed #777;
  795. display: list-item !important;
  796. margin-bottom: .5em;
  797. height: 1.8em;
  798. }
  799. ul.sort_pages .sort-hover {
  800. border: 1px dashed #777 !important;
  801. }
  802. /* @end */
  803. /* @group Helpers & General */
  804. .breakword {
  805. word-wrap: break-word !important;
  806. }
  807. div.controls.right {
  808. margin-top: -2px;
  809. }
  810. div.controls h4 {
  811. display: inline;
  812. }
  813. div.controls button {
  814. position: relative;
  815. top: -2px;
  816. right: -1px;
  817. margin: 0 0 0 .5em;
  818. }
  819. hr {
  820. border: 0;
  821. border-top: 1px solid #ddd;
  822. }
  823. #content ul li {
  824. list-style: square;
  825. }
  826. .box {
  827. background: #f5f5f5;
  828. border: 1px solid #ddd;
  829. padding: 1em;
  830. margin: 0 0 1em;
  831. }
  832. .box h1 {
  833. font-size: 1.25em !important;
  834. margin: 0 !important;
  835. }
  836. .box h1 .sub {
  837. font-weight: normal;
  838. font-size: .75em;
  839. }
  840. .box h1 span.right {
  841. font-size: .75em;
  842. color: #666;
  843. }
  844. .box h1 span.right a:link,
  845. .box h1 span.right a:visited {
  846. margin-left: 1em;
  847. text-decoration: none;
  848. }
  849. .box h1 span.right a img {
  850. margin-bottom: -3px;
  851. }
  852. .edit_link:hover {
  853. color: #333;
  854. }
  855. .delete_link {
  856. color: #b30600;
  857. }
  858. table tbody td .delete_link {
  859. margin: 0 -.4em 0 0;
  860. }
  861. .delete_link:after {
  862. content: "!";
  863. opacity: 0;
  864. }
  865. .delete_link:hover {
  866. color: #f00;
  867. }
  868. .delete_link:hover:after {
  869. color: #f00;
  870. opacity: 1;
  871. }
  872. a.emblem {
  873. border: none;
  874. }
  875. a.emblem img {
  876. margin-bottom: -2px;
  877. }
  878. .pad {
  879. padding: .75em;
  880. }
  881. .margin-right {
  882. margin-right: 1em;
  883. }
  884. .margin-left {
  885. margin-left: 1em;
  886. }
  887. .detail .button.right {
  888. margin-top: 2.25em;
  889. }
  890. .detail h3 {
  891. margin-bottom: .5em !important;
  892. }
  893. .detail.inline {
  894. position: relative;
  895. bottom: -.75em;
  896. }
  897. .wide {
  898. width: 100%;
  899. }
  900. .clear {
  901. clear: both;
  902. }
  903. .left {
  904. float: left !important;
  905. }
  906. .right {
  907. float: right !important;
  908. }
  909. .center {
  910. margin: 0 auto;
  911. text-align: center;
  912. }
  913. .inline {
  914. display: inline;
  915. }
  916. .column {
  917. margin: 0 5em;
  918. }
  919. br#after_options {
  920. display: none;
  921. }
  922. .js_enabled {
  923. display: none;
  924. }
  925. /* @end */