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.
 
 
 
 
 

176 lines
3.3 KiB

  1. .page {
  2. clear: both;
  3. background: #fff;
  4. color: inherit;
  5. padding: 1.556em 2em 2em;
  6. overflow: hidden;
  7. word-wrap: break-word;
  8. }
  9. #dokuwiki__pagetools ul li a.edit::before {
  10. margin-top: -90px;
  11. }
  12. #dokuwiki__pagetools:hover ul li a::before, #dokuwiki__pagetools ul li a:focus::before {
  13. content: none;
  14. }
  15. #dokuwiki__pagetools ul li a::before {
  16. content: url(../dokuwiki/images/pagetools-sprite.png?v=2);
  17. display: inline-block;
  18. font-size: 0;
  19. line-height: 0;
  20. }
  21. #dokuwiki__pagetools ul li a.edit:hover, #dokuwiki__pagetools ul li a.edit:active, #dokuwiki__pagetools ul li a.edit:focus {
  22. background-position: right -135px;
  23. }
  24. #dokuwiki__pagetools ul li a.edit {
  25. background-position: right -90px;
  26. }
  27. #dokuwiki__pagetools ul li a:hover {
  28. background-color: #eee;
  29. }
  30. #dokuwiki__pagetools ul li a:hover, #dokuwiki__pagetools ul li a:active, #dokuwiki__pagetools ul li a:focus {
  31. text-decoration: none;
  32. }
  33. #dokuwiki__pagetools:hover ul li a, #dokuwiki__pagetools ul li a:focus, #dokuwiki__pagetools ul li a:active {
  34. width: auto;
  35. height: auto;
  36. overflow: visible;
  37. padding: 5px 40px 5px 5px;
  38. background-image: url(../dokuwiki/images/pagetools-sprite.png?v=2);
  39. }
  40. #dokuwiki__pagetools ul li a {
  41. display: block;
  42. min-height: 20px;
  43. line-height: 20px;
  44. padding: 0;
  45. background-position: right 0;
  46. background-repeat: no-repeat;
  47. border: 1px solid transparent;
  48. white-space: nowrap;
  49. width: 30px;
  50. height: 30px;
  51. overflow: hidden;
  52. margin-left: auto;
  53. }
  54. #dokuwiki__pagetools ul li {
  55. list-style: none;
  56. font-size: .875em;
  57. }
  58. a:link:hover, a:visited:hover, a:link:focus, a:visited:focus, a:link:active, a:visited:active {
  59. text-decoration: underline;
  60. }
  61. a:link, a:visited {
  62. text-decoration: none;
  63. color: #2b73b7;
  64. }
  65. a {
  66. outline: none;
  67. }
  68. ul {
  69. list-style: square outside;
  70. }
  71. div#qsearch__out { display:none; }
  72. #dw__search button { display:none; }
  73. .docInfo {
  74. font-size: .875em;
  75. text-align: right;
  76. padding-right:10px;
  77. }
  78. #masthead .site-title{font-family:Yesteryear}
  79. body{font-family:Lato}
  80. h1,h2,h3,h4,h5,h6{font-family:Bitter}
  81. #masthead .site-description, .hentry .entry-meta{font-family:Open Sans Condensed}
  82. body.custom-background{
  83. background-color:#49595e;
  84. background-position:left top;
  85. background-size:auto;
  86. background-repeat:repeat;
  87. background-attachment:scroll
  88. }
  89. .label {
  90. display: table-cell;
  91. color: #000;
  92. white-space: normal;
  93. line-height: normal;
  94. }
  95. #config__manager fieldset {
  96. width: 100%;
  97. }
  98. #config__manager td.label {
  99. padding: .8em .8em .6em 1em;
  100. font-size:80%;
  101. }
  102. #config__manager td.label span.outkey {
  103. font-size: 100%;
  104. }
  105. #config__manager td input.edit {
  106. width: 100%;
  107. }
  108. #config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select {
  109. background-color: #cdf;
  110. color: #000;
  111. }
  112. #dw__toc ul li {
  113. font-size: 95%;
  114. }
  115. h3, .h3 {
  116. font-size: 24px;
  117. }
  118. p{
  119. margin:0;
  120. }
  121. .license{
  122. color:#FFF;
  123. }
  124. *::before, *::after {
  125. -webkit-box-sizing: border-box;
  126. box-sizing: border-box;
  127. }
  128. élément {
  129. }
  130. * {
  131. -webkit-box-sizing: border-box;
  132. box-sizing: border-box;
  133. }
  134. ul {
  135. list-style: disc outside;
  136. }
  137. #secondary .widget {
  138. padding: 20px;
  139. }
  140. .fa-gear::before, .fa-cog::before {
  141. content: "\f015";
  142. }
  143. #dokuwiki__content p {
  144. margin: 0 0 13px;
  145. }
  146. #qsearch__out a {
  147. color: #2b73b7;
  148. }