app.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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: 0px 30px;
  118. margin-top: 10px;
  119. margin-bottom: 10px;
  120. color: #010d19;
  121. }
  122. .xoo-el-sidebar p:first-of-type {
  123. margin-top: 20px;
  124. }
  125. .xoo-el-sidebar p:last-of-type {
  126. margin-bottom: 20px;
  127. }
  128. #about_popup {
  129. z-index: 15;
  130. position: fixed;
  131. top: 0;
  132. left: 0;
  133. display: none;
  134. opacity: 0;
  135. width: 100vw;
  136. height: 100vh;
  137. align-items: center;
  138. justify-content: center;
  139. transition: opacity 0.3s ease-out;
  140. }
  141. #about_popup #about_modale {
  142. position: relative;
  143. background-color: white;
  144. color: #010d19;
  145. width: 75vw;
  146. max-width: 75vw;
  147. max-height: 60vh;
  148. overflow-y: scroll;
  149. overflow-x: hidden;
  150. }
  151. #about_popup #about_modale span {
  152. position: absolute;
  153. top: 20px;
  154. right: 5px;
  155. color: #010d19;
  156. font-size: 23px;
  157. border-radius: 50%;
  158. background-color: white;
  159. border: 4px solid white;
  160. cursor: pointer;
  161. }
  162. #about_popup #about_modale span:hover {
  163. color: red;
  164. }
  165. #about_popup #about_modale #about_title {
  166. color: #010d19;
  167. background-color: white;
  168. width: 100%;
  169. height: 80px;
  170. text-align: center;
  171. font-family: 'Libre_Caslon';
  172. padding-top: 25px;
  173. text-transform: uppercase;
  174. font-size: 1.3rem;
  175. }
  176. #about_popup #about_modale #about_content {
  177. color: #010d19;
  178. background-color: #eee;
  179. padding: 40px 30px;
  180. height: 100%;
  181. }
  182. #about_popup #about_modale #about_content p {
  183. margin-bottom: 15px;
  184. }
  185. .highlight {
  186. color: #010d19;
  187. background-color: yellow;
  188. }
  189. input {
  190. width: 100%;
  191. }
  192. #search_results {
  193. display: none;
  194. background-color: #26313b;
  195. max-height: 0px;
  196. height:auto;
  197. opacity: 0;
  198. transition: opacity 0.3s ease, max-height 0.3s ease;
  199. }
  200. #search_results img.disabled {
  201. opacity: 0.4;
  202. cursor: default;
  203. }
  204. #search_results > div:last-of-type {
  205. padding: 15px;
  206. border-top: solid 1px white;
  207. }
  208. #search_results > div:last-of-type p {
  209. display: inline-block;
  210. padding: 3px 9px;
  211. margin: 5px 3px;
  212. border: solid 1px white;
  213. border-radius: 10px;
  214. background-color: rgba(255, 255, 255, 0.2);
  215. cursor: pointer;
  216. transition: background-color 0.2s ease;
  217. }
  218. #search_results > div:last-of-type p:hover {
  219. background-color: rgba(255, 255, 255, 0.1);
  220. }
  221. .contributionWanted a {
  222. opacity: 1 !important;
  223. background-color: yellow;
  224. border-radius: 8px;
  225. color: #010d19;
  226. padding: 3px 5px;
  227. transform: translateX(8px);
  228. }
  229. .contributionWanted a:hover {
  230. font-weight: bold;
  231. }
  232. .brand span {
  233. transition: font-size 0.2s ease-in, line-height 0.2s ease-in;
  234. }
  235. .xoo-el-wrap .xoo-el-sidebar div,
  236. .xoo-el-wrap .xoo-el-sidebar p,
  237. .xoo-el-srcont .xoo-el-main div,
  238. .xoo-el-srcont .xoo-el-main li,
  239. .xoo-el-srcont .xoo-el-main input {
  240. font-family: "Authentic_Sans_60" !important;
  241. }
  242. @media screen and (max-width: 1023px) {
  243. .edit-button {
  244. transform: translateX(70px);
  245. }
  246. thead::after {
  247. left: auto;
  248. right: 0 !important;
  249. }
  250. }
  251. }