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.
 
 
 
 
 

70 lines
1.7 KiB

  1. /**
  2. * This file provides styles for the edit view (?do=edit), preview
  3. * and "section edit button" and "editbutton_table edit button".
  4. */
  5. /* + + + + + edit view + + + + + */
  6. #dokuwiki__content {
  7. div.section_highlight {
  8. clear: right;
  9. background: repeating-linear-gradient(
  10. -45deg,
  11. @highlight-odd-ini_text,
  12. @highlight-odd-ini_text 10px,
  13. @highlight-even-ini_text 10px,
  14. @highlight-even-ini_text 20px,
  15. );
  16. border-color: @ini_background_page_header;
  17. }
  18. // "section edit button" and "editbutton_table edit button"
  19. .secedit button {
  20. clear: both;
  21. font-size: 100%;
  22. margin-top: .5rem;
  23. margin-bottom: .5rem;
  24. }
  25. div.editBox {
  26. background-color: #FFF;
  27. border: solid 2px #FFF;
  28. .editButtons {
  29. display: inline-block;
  30. padding-bottom: 1rem;
  31. }
  32. @media @screen_max-xs {
  33. div.summary {
  34. label[for=edit__summary] {
  35. white-space: normal;
  36. display: block;
  37. width: 100%;
  38. span {
  39. display: inline-block;
  40. padding-bottom: .4rem;
  41. }
  42. input#edit__summary{
  43. max-width: 100%;
  44. box-sizing: border-box;
  45. }
  46. }
  47. }
  48. }
  49. }
  50. }
  51. .mode_edit {
  52. .content {
  53. .msg-area {
  54. display: block;
  55. margin-bottom: 1.5rem;
  56. clear: both;
  57. }
  58. #spr__meta-box {
  59. display: none;
  60. }
  61. }
  62. }