app.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. @import 'tailwindcss/base';
  2. @import 'tailwindcss/components';
  3. @import 'tailwindcss/utilities';
  4. .pp-version-notice-bold-purple{
  5. display: none; /*cacher les messages du plugin*/
  6. }
  7. .pp-version-notice-bold-purple-message{
  8. display: none;
  9. }
  10. .pp-version-notice-bold-purple-button{
  11. display: none;
  12. }
  13. @layer base{
  14. @font-face {
  15. font-family: "Authentic_Sans";
  16. src: url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.woff") format("woff"),
  17. url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.woff2") format("woff2"),
  18. url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.otf") format("otf");
  19. font-style: normal;
  20. }
  21. @font-face {
  22. font-family: "Authentic_Sans_60";
  23. src: url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff") format("woff"),
  24. url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff2") format("woff2"),
  25. url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.otf") format("otf");
  26. font-style: normal;
  27. }
  28. @font-face {
  29. font-family: 'Libre_Caslon';
  30. src: url("/assets/fonts/libre-caslon/LibreCaslonText-Regular.woff") format("woff"),
  31. url("/assets/fonts/libre-caslon/librecaslontext-regular.otf") format("otf");
  32. font-weight: normal;
  33. font-style: normal;
  34. }
  35. @font-face {
  36. font-family: 'Libre_Caslon';
  37. src: url("/assets/fonts/libre-caslon/LibreCaslonText-Italic.woff") format("woff"),
  38. url("/assets/fonts/libre-caslon/librecaslontext-italic.otf") format("otf");
  39. font-weight: normal;
  40. font-style: italic;
  41. }
  42. #wpadminbar {
  43. display: none;
  44. }
  45. thead::after {
  46. content: '';
  47. display: block;
  48. position: fixed;
  49. width: 100px;
  50. height: 80px;
  51. background-color: #010d19;
  52. top: 100px;
  53. left: 83.3333vw;
  54. z-index: 10;
  55. }
  56. .isContentPart td:last-of-type {
  57. position: absolute;
  58. width: auto !important;
  59. padding: 0;
  60. right: 14vw;
  61. height: auto;
  62. display: flex;
  63. align-items: center;
  64. padding-bottom: 0.75rem;
  65. }
  66. .isContentPart td:last-of-type a {
  67. font-size: 1.1rem;
  68. opacity: 0.4;
  69. transition: opacity 0.2s ease-in;
  70. }
  71. .isContentPart td:last-of-type a:hover {
  72. opacity: 1 !important;
  73. }
  74. .isContentPart:hover td:last-of-type a {
  75. opacity: 0.7;
  76. }
  77. em {
  78. font-family: "Libre_Caslon";
  79. font-style: italic;
  80. }
  81. .xoo-el-sidebar {
  82. max-width: 50%;
  83. background-color: #eee;
  84. }
  85. .xoo-el-sidebar p {
  86. padding: 40px 40px;
  87. color: 010d19;
  88. }
  89. #about_popup {
  90. z-index: 10;
  91. position: fixed;
  92. top: 0;
  93. left: 0;
  94. display: none;
  95. opacity: 0;
  96. width: 100vw;
  97. height: 100vh;
  98. align-items: center;
  99. justify-content: center;
  100. transition: opacity 0.3s ease-out;
  101. }
  102. #about_popup #about_modale {
  103. position: relative;
  104. background-color: white;
  105. color: #010d19;
  106. width: 75vw;
  107. }
  108. #about_popup #about_modale span {
  109. position: absolute;
  110. top: -11px;
  111. right: -11px;
  112. color: #010d19;
  113. font-size: 23px;
  114. border-radius: 50%;
  115. background-color: white;
  116. border: 4px solid white;
  117. cursor: pointer;
  118. }
  119. #about_popup #about_modale span:hover {
  120. color: red;
  121. }
  122. #about_popup #about_modale #about_title {
  123. color: #010d19;
  124. background-color: white;
  125. width: 100%;
  126. height: 80px;
  127. text-align: center;
  128. font-family: 'Libre_Caslon';
  129. padding-top: 25px;
  130. text-transform: uppercase;
  131. font-size: 1.3rem;
  132. }
  133. #about_popup #about_modale #about_content {
  134. color: #010d19;
  135. background-color: #eee;
  136. padding: 40px 30px;
  137. height: 100%;
  138. }
  139. #about_popup #about_modale #about_content p {
  140. margin-bottom: 15px;
  141. }
  142. .highlight {
  143. color: #010d19;
  144. background-color: yellow;
  145. }
  146. input {
  147. width: 100%;
  148. }
  149. #search_results {
  150. display: none;
  151. top: 8vh;
  152. background-color: #26313b;
  153. max-height: 0px;
  154. height:auto;
  155. opacity: 0;
  156. transition: opacity 0.3s ease, max-height 0.3s ease;
  157. }
  158. #search_results img.disabled {
  159. opacity: 0.4;
  160. cursor: default;
  161. }
  162. #search_results > div:last-of-type {
  163. padding: 15px;
  164. border-top: solid 1px white;
  165. }
  166. #search_results > div:last-of-type p {
  167. display: inline-block;
  168. padding: 3px 9px;
  169. margin: 5px 3px;
  170. border: solid 1px white;
  171. border-radius: 10px;
  172. background-color: rgba(255, 255, 255, 0.2);
  173. cursor: pointer;
  174. transition: background-color 0.2s ease;
  175. }
  176. #search_results > div:last-of-type p:hover {
  177. background-color: rgba(255, 255, 255, 0.1);
  178. }
  179. }