app.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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: 91px;
  51. background-color: #010d19;
  52. top: 100px;
  53. left: 83.3333vw;
  54. z-index: 10;
  55. }
  56. .tlRectPart {
  57. width: 22px;
  58. border-bottom: solid 1px #010d19;
  59. border-top: solid 1px #010d19;
  60. transition: width 0.3s ease-out;
  61. cursor: pointer;
  62. }
  63. .tlFixedTitle {
  64. position: fixed;
  65. z-index: 1;
  66. display: none;
  67. opacity: 0;
  68. transition: opacity 0.3s ease-out;
  69. width: 10vw;
  70. left: 60px;
  71. font-size: 0.9em;
  72. line-height: 1.2;
  73. }
  74. .tlFixedTitle p {
  75. background-color: #010d19;
  76. }
  77. #titres_frise {
  78. font-size: 0.9em;
  79. background-color: rgba(1, 13, 25, 0.6);
  80. z-index: 20;
  81. position: fixed;
  82. left: 60px;
  83. width: 10vw;
  84. line-height: 1.2;
  85. margin-top: -8px;
  86. }
  87. .isContentPart td:last-of-type {
  88. position: absolute;
  89. width: auto !important;
  90. padding: 0;
  91. right: 14vw;
  92. height: auto;
  93. display: flex;
  94. align-items: center;
  95. padding-bottom: 0.75rem;
  96. }
  97. .isContentPart td:last-of-type a {
  98. font-size: 1.1rem;
  99. opacity: 0.4;
  100. transition: opacity 0.2s ease-in;
  101. }
  102. .isContentPart td:last-of-type a:hover {
  103. opacity: 1 !important;
  104. }
  105. .isContentPart:hover td:last-of-type a {
  106. opacity: 0.7;
  107. }
  108. em {
  109. font-family: "Libre_Caslon";
  110. font-style: italic;
  111. }
  112. .xoo-el-sidebar {
  113. max-width: 50%;
  114. background-color: #eee;
  115. }
  116. .xoo-el-sidebar p {
  117. padding: 40px 40px;
  118. color: 010d19;
  119. }
  120. #about_popup {
  121. z-index: 15;
  122. position: fixed;
  123. top: 0;
  124. left: 0;
  125. display: none;
  126. opacity: 0;
  127. width: 100vw;
  128. height: 100vh;
  129. align-items: center;
  130. justify-content: center;
  131. transition: opacity 0.3s ease-out;
  132. }
  133. #about_popup #about_modale {
  134. position: relative;
  135. background-color: white;
  136. color: #010d19;
  137. width: 75vw;
  138. max-width: 75vw;
  139. max-height: 60vh;
  140. overflow-y: scroll;
  141. overflow-x: hidden;
  142. }
  143. #about_popup #about_modale span {
  144. position: absolute;
  145. top: 20px;
  146. right: 5px;
  147. color: #010d19;
  148. font-size: 23px;
  149. border-radius: 50%;
  150. background-color: white;
  151. border: 4px solid white;
  152. cursor: pointer;
  153. }
  154. #about_popup #about_modale span:hover {
  155. color: red;
  156. }
  157. #about_popup #about_modale #about_title {
  158. color: #010d19;
  159. background-color: white;
  160. width: 100%;
  161. height: 80px;
  162. text-align: center;
  163. font-family: 'Libre_Caslon';
  164. padding-top: 25px;
  165. text-transform: uppercase;
  166. font-size: 1.3rem;
  167. }
  168. #about_popup #about_modale #about_content {
  169. color: #010d19;
  170. background-color: #eee;
  171. padding: 40px 30px;
  172. height: 100%;
  173. }
  174. #about_popup #about_modale #about_content p {
  175. margin-bottom: 15px;
  176. }
  177. .highlight {
  178. color: #010d19;
  179. background-color: yellow;
  180. }
  181. input {
  182. width: 100%;
  183. }
  184. #search_results {
  185. display: none;
  186. background-color: #26313b;
  187. max-height: 0px;
  188. height:auto;
  189. opacity: 0;
  190. transition: opacity 0.3s ease, max-height 0.3s ease;
  191. }
  192. #search_results img.disabled {
  193. opacity: 0.4;
  194. cursor: default;
  195. }
  196. #search_results > div:last-of-type {
  197. padding: 15px;
  198. border-top: solid 1px white;
  199. }
  200. #search_results > div:last-of-type p {
  201. display: inline-block;
  202. padding: 3px 9px;
  203. margin: 5px 3px;
  204. border: solid 1px white;
  205. border-radius: 10px;
  206. background-color: rgba(255, 255, 255, 0.2);
  207. cursor: pointer;
  208. transition: background-color 0.2s ease;
  209. }
  210. #search_results > div:last-of-type p:hover {
  211. background-color: rgba(255, 255, 255, 0.1);
  212. }
  213. .contributionWanted a {
  214. opacity: 1 !important;
  215. background-color: yellow;
  216. border-radius: 8px;
  217. color: #010d19;
  218. padding: 3px 5px;
  219. transform: translateX(8px);
  220. }
  221. .contributionWanted a:hover {
  222. font-weight: bold;
  223. }
  224. .brand span {
  225. transition: font-size 0.2s ease-in, line-height 0.2s ease-in;
  226. }
  227. .xoo-el-wrap .xoo-el-sidebar div,
  228. .xoo-el-wrap .xoo-el-sidebar p,
  229. .xoo-el-srcont .xoo-el-main div,
  230. .xoo-el-srcont .xoo-el-main li,
  231. .xoo-el-srcont .xoo-el-main input {
  232. font-family: "Authentic_Sans_60" !important;
  233. }
  234. @media screen and (max-width: 1023px) {
  235. .edit-button {
  236. transform: translateX(70px);
  237. }
  238. thead::after {
  239. left: auto;
  240. right: 0 !important;
  241. }
  242. }
  243. }