app.scss 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761
  1. @import './base/reset';
  2. @import './base/variables';
  3. @import './base/colors';
  4. @import './base/grid-flex';
  5. @import './base/transitions';
  6. @import './base/layout';
  7. @import './base/fonts';
  8. // your-app.scss
  9. // @import '~@sweetalert2/themes/dark/dark.scss';
  10. /* The emerging W3C standard
  11. that is currently Firefox-only */
  12. * {
  13. scrollbar-width: thin;
  14. scrollbar-color: $grisclair rgba(255,255,255,0);
  15. }
  16. /* Works on Chrome/Edge/Safari */
  17. *::-webkit-scrollbar {
  18. width: 12px;
  19. }
  20. *::-webkit-scrollbar-track {
  21. background: rgba(255,255,255,0);
  22. }
  23. *::-webkit-scrollbar-thumb {
  24. background-color: $grisclair;
  25. border-radius: 20px;
  26. border: none;
  27. }
  28. body{
  29. color: #1a1a1a;
  30. // background-image: url('/static/img/grille-ligne-de-base.png');
  31. // background-repeat: repeat;
  32. }
  33. #root{
  34. }
  35. .red{
  36. background-color: red;
  37. color:white;
  38. }
  39. header[role="banner"]{
  40. div.wrapper{
  41. display: grid;
  42. grid-template-columns: 1fr 1fr;
  43. }
  44. h1.site-title{
  45. grid-column: 1;
  46. margin:0;
  47. font-size: 1em;
  48. }
  49. nav#header-menu{
  50. grid-column: 2;
  51. text-align: right;
  52. >ul>li{
  53. display: inline-block;
  54. margin-right: 1em;
  55. position: relative;
  56. >ul{
  57. position: absolute;
  58. top:1em; right:-1em;
  59. overflow: hidden;
  60. padding-bottom: 0.5em;
  61. background-color: white;
  62. >li{
  63. padding:0 1em;
  64. // margin-right: -1em;
  65. transition: height 0.3s ease-in-out;
  66. height:0;
  67. overflow: hidden;
  68. }
  69. }
  70. //
  71. // &:focus-within
  72. // &:hover,
  73. &.opened{
  74. >ul>li{
  75. height:1em;
  76. }
  77. }
  78. &.has-submenu{
  79. cursor: pointer;
  80. }
  81. }
  82. li>span,li>a{
  83. font-size: 0.9em;
  84. color: $bleuroi;
  85. text-transform: uppercase;
  86. }
  87. }
  88. }
  89. section[role="main-content"]{
  90. #home{
  91. header{
  92. text-align: center;
  93. h1{
  94. color: $bleuroi;
  95. font-size: 8em;
  96. font-weight: 300;
  97. margin:15vh 0 0;
  98. }
  99. h2{
  100. color: $or;
  101. font-size: 2em;
  102. font-weight: 300;
  103. margin:1em 0 0;
  104. text-transform: uppercase;
  105. letter-spacing: 0.2em;
  106. sup{
  107. // line-height: 5em;
  108. vertical-align:text-top;
  109. font-size: 0.7em
  110. }
  111. }
  112. }
  113. // $filet_space:8em;
  114. // $decallage: 0.5em;
  115. section{
  116. padding-top: 8em;
  117. }
  118. @mixin teasersfilet($filet_space, $decallage){
  119. z-index: 1;
  120. &:before, &:after{
  121. z-index: 0;
  122. content: "";
  123. position: absolute;
  124. opacity: 0.4;
  125. pointer-events: none;
  126. }
  127. &:before{
  128. border:1px solid $or;
  129. width:calc(100% + #{$filet_space*2 + $decallage*2});
  130. left:- $filet_space - $default_gap/2 -$decallage;
  131. height:calc(100% + #{$filet_space});
  132. top:- $filet_space / 2;
  133. }
  134. &:after{
  135. border:1px solid $rouge;
  136. width:calc(100% + #{$filet_space*2});
  137. left:- $filet_space - $default_gap/2;
  138. height:calc(100% + #{$filet_space + $decallage*2});
  139. top:- $filet_space / 2 - $decallage;
  140. }
  141. }
  142. div.teasers>.wrapper{
  143. display: flex;
  144. flex-direction: row;
  145. flex-wrap: nowrap;
  146. position: relative;
  147. padding-right: 0;
  148. article{
  149. box-sizing: border-box;
  150. flex-basis: percentage(2 / ( $default_sum - 6) );
  151. padding-right: $default_gap;
  152. @include fontsans;
  153. h1{
  154. color: $bleuroi;
  155. }
  156. p{
  157. font-size: 0.882em;
  158. line-height: 1.2;
  159. }
  160. a.readmore span{
  161. color:$rouge;
  162. font-size:0.693em;
  163. }
  164. }
  165. // filets decoratif
  166. @include teasersfilet(8em, 0.5em);
  167. }
  168. // responsive
  169. @media only screen and (max-width: $small-bp), (orientation: portrait) {
  170. header{
  171. h1{
  172. font-size: 5em;
  173. margin:7vh 0 0;
  174. }
  175. h2{
  176. font-size: 1em;
  177. }
  178. }
  179. section{
  180. padding-top: 4em;
  181. }
  182. div.teasers{
  183. flex-direction: column;
  184. // filets decoratif
  185. @include teasersfilet(4em, 0.5em);
  186. }
  187. }
  188. }
  189. #list-corpus, .index{
  190. >header{
  191. &>h1{
  192. @include titleSansRed;
  193. margin: 0;
  194. }
  195. }
  196. &#list-corpus{
  197. >section>.wrapper>ul{
  198. >li{
  199. margin-bottom: $base-line*2;
  200. >header{
  201. margin-bottom: 0;
  202. h2,h3,h4{
  203. display: inline-block;
  204. margin: 0;
  205. margin-bottom: $base-line/2;
  206. }
  207. }
  208. section.notice{
  209. p{
  210. margin-top:0;
  211. font-size: 1.134em;
  212. line-height: $base-line * 0.7;
  213. // margin-bottom: $base-line * 0.7;
  214. }
  215. margin-bottom: $base-line/2;
  216. }
  217. section.editions{
  218. h4{
  219. font-size: 1em;
  220. line-height: $base-line * 0.8;
  221. // margin-bottom: $base-line / 2;
  222. }
  223. }
  224. section.texts {
  225. >h4{
  226. font-size: 1em;
  227. line-height: $base-line * 0.5;
  228. margin-bottom: $base-line / 2;
  229. }
  230. ul.texts-list{
  231. padding-left: 1em;
  232. >li{
  233. list-style: circle;
  234. h3{
  235. @include title1blue;
  236. font-size: 1.512em;
  237. line-height: $base-line * 0.5;
  238. margin-bottom: $base-line * 0.5;
  239. }
  240. p{
  241. font-size: 1em;
  242. @include fontserif;
  243. font-weight: 300;
  244. margin-top:0;
  245. font-size: 1em;
  246. line-height: $base-line * 0.5;
  247. margin-bottom: $base-line / 2;
  248. }
  249. margin-bottom: $base-line;
  250. }
  251. }
  252. }
  253. }
  254. }
  255. }
  256. article.item{
  257. // margin: 2em 0 0;
  258. header{
  259. margin:0;
  260. h1{
  261. margin:0;
  262. span.title{
  263. @include title1black;
  264. color: $bleuroi;
  265. }
  266. span.quantity{
  267. @include title4black;
  268. }
  269. }
  270. }
  271. }
  272. &:not(#list-corpus){
  273. ul.item-list{
  274. li{
  275. margin-bottom: $base-line;
  276. max-height: $base-line * 3;
  277. opacity: 1;
  278. transition: all 0.3s ease-in-out;
  279. &.hidden {
  280. // display: none;
  281. max-height: 0.001px;
  282. opacity: 0;
  283. margin-bottom: 0.001px;
  284. }
  285. }
  286. }
  287. }
  288. ul.item-list{
  289. li{
  290. // margin: 0 0 2em 0;
  291. margin-bottom: $base-line;
  292. header{
  293. h2{
  294. @include title1blue;
  295. // margin:0.4em 0 0.2em;
  296. margin-bottom: $base-line / 2;
  297. }
  298. h3{
  299. margin:0;
  300. @include fontsans;
  301. font-size: 0.756em;
  302. font-weight: 500;
  303. line-height: $base-line / 2;
  304. }
  305. section.notice{
  306. @include fontsans;
  307. font-size: 0.756em;
  308. font-weight: 300;
  309. line-height: $base-line / 2;
  310. }
  311. margin-bottom: $base-line / 2;
  312. }
  313. h4{
  314. margin:0;
  315. font-weight: 300;
  316. @include fontsans;
  317. font-size: 0.756em;
  318. line-height: $base-line / 2;
  319. &.texts-quantity{
  320. color: $rouge;
  321. margin-bottom: $base-line / 4;
  322. }
  323. }
  324. section.editions{
  325. div.editions{
  326. ol{
  327. padding:0;
  328. li{
  329. margin:0.7em 1em;
  330. }
  331. }
  332. }
  333. }
  334. section.texts{
  335. ul.texts-list{
  336. // padding: 0 0 0 1em;
  337. li{
  338. margin-bottom: $base-line / 2;
  339. }
  340. h3{
  341. @include title2black;
  342. // margin: 0.7em 0 0.3em;
  343. line-height: $base-line / 2;
  344. }
  345. p{
  346. font-weight: 300;
  347. @include fontsans;
  348. font-size: 0.756em;
  349. margin: 0;
  350. line-height: $base-line / 2;
  351. }
  352. }
  353. }
  354. ul {
  355. li{
  356. // margin:0 0 0 1em;
  357. h3{
  358. margin: 0.5em 0;
  359. font-weight: 400;
  360. font-size: 1em;
  361. }
  362. }
  363. }
  364. }
  365. }
  366. .abc{
  367. ul{
  368. li{
  369. opacity: 1;
  370. transition: opacity 0.3s ease-in-out;
  371. padding: 3px;
  372. &.inactive{
  373. opacity: 0.4;
  374. }
  375. span.tout, span.letter{
  376. @include fontcaption;
  377. font-variant: small-caps;
  378. font-size: 1em;
  379. cursor: pointer;
  380. // line-height: $base-line / 2;
  381. border: 1px solid $grisclair;
  382. border-radius: 3px;
  383. padding: 0.3em;
  384. display: inline-block;
  385. text-align: center;
  386. }
  387. &:not(:first-of-type) span.letter{
  388. width: 1.1em; height: 1.1em;
  389. }
  390. span.quantity{
  391. font-size: 0.765em;
  392. }
  393. }
  394. }
  395. }
  396. }
  397. #corpus{
  398. }
  399. .index{
  400. }
  401. .index-item{
  402. header{
  403. h1{
  404. @include title1black;
  405. margin:0 0 0.3em;
  406. }
  407. section{
  408. margin-bottom: 1em;
  409. h3{
  410. @include title2black;
  411. margin:0;
  412. font-weight: 600;
  413. }
  414. }
  415. p{
  416. margin: 0 0 0.5em 0;
  417. }
  418. .authors{
  419. a{
  420. @include title2black;
  421. color: $bleuroi;
  422. }
  423. margin:0 0 0.3em;
  424. }
  425. .mdi{
  426. color: $bleuroilight;
  427. font-size: 0.7em;
  428. }
  429. .attested-forms{
  430. ul{
  431. // >li{
  432. // margin: 0 0 1em 0;
  433. // li{
  434. // margin: 0 0 0.5em 0;
  435. // }
  436. // }
  437. }
  438. a{
  439. @include title4grey;
  440. color: $grisfonce;
  441. font-weight: 400;
  442. }
  443. }
  444. }
  445. .tabs{
  446. border-bottom: 1px solid $bleuroilight;
  447. margin-bottom: $base-line / 2;
  448. .tab{
  449. cursor: pointer;
  450. border-radius: 5px 5px 0 0;
  451. z-index: 10;
  452. display: inline-block;
  453. margin-bottom: -2px;
  454. padding: 0.3em 0.5em;
  455. border: 1px solid $bleuroilight;
  456. &.active{
  457. border-bottom: 2px solid white;
  458. }
  459. }
  460. }
  461. .occurences{
  462. >ul{
  463. >li{
  464. padding:0 0 $base-line / 2 0;
  465. h3{
  466. @include title1black;
  467. padding:0 0 $base-line / 2 0;
  468. color: $bleuroi;
  469. }
  470. >ul{
  471. >li{
  472. // padding:0 0 0.5em 0;
  473. section{
  474. h4{
  475. // @include title3black;
  476. @include title4grey;
  477. color: $grisfonce;
  478. font-weight: 400;
  479. display: inline-block;
  480. a{
  481. span.form{
  482. font-style: italic;
  483. }
  484. }
  485. }
  486. // ? c'est quoi ça ?
  487. // span.open-close{
  488. // cursor: pointer;
  489. // display: inline-block;
  490. // svg{
  491. // transform: rotate(-90deg) scale(0.8);
  492. // transition: transform 0.3s ease-in-out;
  493. // path{
  494. // fill:$bleuroi;
  495. // }
  496. // }
  497. // }
  498. // div.text{
  499. // max-height: 0;
  500. // transition: max-height 0.3s ease-in-out;
  501. // overflow: hidden;
  502. // box-sizing: content-box;
  503. // p, h1, h2, h3, h4, h5, h6{
  504. // margin: 0.5em 0 0 0;
  505. // }
  506. // }
  507. // a.lire-plus{
  508. // color: $bleuroi;
  509. // opacity: 0;
  510. // display: inline-block;
  511. // height: 0;
  512. // overflow: hidden;
  513. // transition: height, opacity 0.3s ease-in-out;
  514. // }
  515. // &.opened{
  516. // span.open-close{
  517. // cursor: pointer;
  518. // display: inline-block;
  519. // svg{
  520. // transform: scale(0.8) rotate(0);
  521. // }
  522. // }
  523. // div.text{
  524. // max-height:100px;
  525. // }
  526. // a.lire-plus{
  527. // opacity: 1;
  528. // height:1em;
  529. // }
  530. // }
  531. }
  532. }
  533. }
  534. }
  535. }
  536. }
  537. .attested-forms-occurences{
  538. >ul{
  539. >li{
  540. margin: 0 0 1em 0;
  541. h3{
  542. @include title1black;
  543. padding:0 0 0 0;
  544. }
  545. li{
  546. // margin: 0 0 0.5em 0;
  547. h4{
  548. // @include title3black;
  549. @include title4grey;
  550. color: $grisfonce;
  551. font-weight: 400;
  552. display: inline-block;
  553. a{
  554. span.edition{
  555. font-style: italic;
  556. }
  557. }
  558. }
  559. }
  560. }
  561. }
  562. }
  563. nav{
  564. h3{
  565. @include title2black;
  566. margin:0 0 0.5em;
  567. }
  568. h4{
  569. @include title3black;
  570. margin:0 0 0.5em;
  571. color: $bleuroi;
  572. }
  573. }
  574. }
  575. #edition{
  576. >header{
  577. position: relative;
  578. h1{
  579. @include title1black;
  580. }
  581. aside.index-tooltip{
  582. z-index:10;
  583. margin-top: -1.75em;
  584. position:absolute;
  585. text-align: right;
  586. right: 2em;
  587. h1 {
  588. @include title2black;
  589. margin:0 0 0.5em 0;
  590. }
  591. p{
  592. margin:0 0 0.5em 0;
  593. }
  594. time{
  595. font-weight: 600;
  596. }
  597. @media only screen and (max-width: $small-bp), (orientation: portrait) {
  598. background-color: #fff;
  599. padding: 1em;
  600. box-shadow: 0 0 10px $gris;
  601. *{
  602. pointer-events: none;
  603. }
  604. }
  605. }
  606. }
  607. $pagenum_w:1em;
  608. >section{
  609. padding-right: 0;
  610. >.wrapper{
  611. padding-right: $pagenum_w*3;
  612. // outline: orange solid thin;
  613. }
  614. div#text{
  615. // .infinite-loading-container{
  616. // height:0;
  617. // overflow: hidden;
  618. // }
  619. .text-wrapper{
  620. // padding-left: 1em;
  621. position: relative;
  622. }
  623. .textrefcopylink{
  624. display: block;
  625. position: absolute;
  626. z-index: 99;
  627. span.mdi-open-in-new {
  628. position: relative;
  629. z-index: 10;
  630. margin-left: 1px;
  631. }
  632. .popup{
  633. position: absolute;
  634. top:0;
  635. left: 1px;
  636. // width: 15em;
  637. background-color: #fff;
  638. border-radius: 3px;
  639. padding: 1em 1em 1em 1.5em;
  640. box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  641. display: none;
  642. opacity: 0.1;
  643. // outline: 1px solid blue;
  644. transition: opacity 2s ease-in-out;
  645. button.copy-btn{
  646. display: block;
  647. padding: 0.5em 0.2em;
  648. @include fontcaption;
  649. white-space: nowrap;
  650. border: none;
  651. background: none;
  652. cursor: pointer;
  653. }
  654. }
  655. &:hover .popup{
  656. display: block;
  657. opacity: 1;
  658. transition: opacity 2s ease-in-out;
  659. }
  660. }
  661. div.tei{
  662. position: relative;
  663. width: calc(100% - #{$pagenum_w});
  664. // DEBUG
  665. color:chartreuse;
  666. &>*{ color: #1A1A1A;}
  667. // @media only screen and (min-width: $small-bp + 1) {
  668. padding-right: $pagenum_w;
  669. border-left: 1px dotted $grisclair;
  670. padding-left: 1em;
  671. margin-left:1.2em;
  672. overflow: visible;
  673. &.active{
  674. border-left: 1px dotted $bleuroi;
  675. }
  676. // }
  677. // front page
  678. header{
  679. padding-top: $base-line;
  680. h1{
  681. @include teititlefrontblue;
  682. .initial{
  683. display: inline-block;
  684. text-transform: uppercase;
  685. font-size: 1.3em;
  686. line-height: $base-line*2;
  687. margin: $base-line/2 0;
  688. }
  689. margin-bottom: $base-line;
  690. }
  691. }
  692. span.metamark.tailpiece,
  693. span.metamark.simpleLine{
  694. display: block;
  695. border-top: 1px solid $gris;
  696. margin: $base-line / 2 auto;
  697. }
  698. .byline{
  699. text-align: center;
  700. font-style: italic;
  701. padding-bottom: 1em;
  702. }
  703. .docImprint{
  704. text-align: center;
  705. // padding-bottom: 1em;
  706. .pubPlace{
  707. display: block;
  708. }
  709. .publisher{
  710. display: block;
  711. }
  712. .docDate{
  713. display: block;
  714. margin-top: $base-line / 2;
  715. }
  716. }
  717. .imprimatur{
  718. text-align: center;
  719. font-style: italic;
  720. padding-bottom: $base-line;
  721. }
  722. >h1{
  723. @include teititle1blue;
  724. }
  725. h1{ font-size: 1.512em;
  726. line-height: $base-line; }
  727. p{
  728. margin-top: 0;
  729. font-size: 1.134em;
  730. line-height: $base-line;
  731. margin-bottom: $base-line / 2;
  732. span.no-wrap{
  733. white-space: nowrap;
  734. }
  735. span.persName,
  736. span.placeName,
  737. span.objectName{
  738. font-weight: 500;
  739. }
  740. a{
  741. font-weight: 500;
  742. &.active-link{
  743. // color: $rouge;
  744. // text-decoration: underline;
  745. // line-height: $base-line/2;
  746. }
  747. // sup.mdi{
  748. // font-size: 0.630em;
  749. // vertical-align: super;
  750. // // line-height: 0.1;
  751. // padding: 0 0.2em;
  752. // }
  753. }
  754. }
  755. blockquote{
  756. padding: 0 1em;
  757. }
  758. ul, ol{
  759. padding: 0 0 0 2em;
  760. li{
  761. list-style: disc;
  762. }
  763. }
  764. span.mdi.index-item-icon{
  765. font-size: 14px;
  766. vertical-align: super;
  767. }
  768. // span[role="pageBreak"]{
  769. // display: block;
  770. // height:1.5em;
  771. // }
  772. span.simpleLine + span[role="pageBreak"]{
  773. height:0em;
  774. margin-top: -1em;
  775. }
  776. span.metamark.typographicalPiece + span[role="pageBreak"]{
  777. height:0em;
  778. }
  779. span.metamark.typographicalPiece{
  780. display: block;
  781. height: 1.5em;
  782. }
  783. span.metamark.typographicalPiece + span.metamark.typographicalPiece{
  784. display: none;
  785. }
  786. span[role="pageNum"]{
  787. font-size: 16px;
  788. position: relative;
  789. float:right;
  790. width: $pagenum_w; height:$base-line/4;
  791. border-bottom: 1px solid $bleuroilight;
  792. border-right: 1px solid $bleuroilight;
  793. // outline: solid red thin;
  794. // margin-left:calc(100% - #{$pagenum_w * 2});
  795. // margin-left: 100%;
  796. margin-right: - $pagenum_w * 1.5;
  797. &:before{
  798. // outline: solid green thin;
  799. content:attr(data-num);
  800. font-size: 0.630em;
  801. line-height: $base-line/3;
  802. position: absolute;
  803. right: 0;
  804. top:$base-line/2;
  805. color: $bleuroi;
  806. // top:0;
  807. // width: $pagenum_w*2; height: $pagenum_w;
  808. // border-top: 1px solid $bleuroilight;
  809. // border-right: 1px solid $bleuroilight;
  810. // text-indent: $pagenum_w * 2.5;
  811. }
  812. }
  813. a.text-item-link{
  814. // float: left;
  815. position: absolute;
  816. top:0; left:0;
  817. // display: block;
  818. // width:1em; height:1em;
  819. font-size: 0.630em;
  820. .mdi{
  821. color: $bleuroi;
  822. pointer-events: none;
  823. }
  824. }
  825. figure{
  826. // outline: 1px solid red;
  827. background-color: $grisclair;
  828. margin:1em 0;
  829. img{
  830. width: 100%;
  831. }
  832. figcaption{
  833. @include fontcaption;
  834. padding: 0.5em;
  835. }
  836. }
  837. ul{
  838. line-height: $base-line;
  839. margin-bottom: $base-line/2;
  840. }
  841. blockquote{
  842. margin: $base-line/2 1em;
  843. line-height: $base-line;
  844. p{
  845. margin: 0;
  846. }
  847. }
  848. }
  849. }
  850. }
  851. >nav{
  852. $filter_m: 0.3em;
  853. $pager_h:18px;
  854. display: flex;
  855. flex-direction: column;
  856. span.nav-title{ display:none; }
  857. section#toc{
  858. $m:0.5em;
  859. box-sizing: content-box;
  860. padding:0 0 1em 1.5em;
  861. margin-bottom: $m;
  862. height:calc(100% - #{$pager_h} - #{$m} - #{$filter_m});
  863. overflow-x: hidden;
  864. overflow-y: auto;
  865. line-height: $base-line / 2;
  866. // section.tocitem{
  867. // position: relative;
  868. // &:after{
  869. // display: block;
  870. // position:absolute;
  871. // top:0; right:0;
  872. // color: red;
  873. // content: attr(type);
  874. // font-size: 11px;
  875. // border: 1px solid red;
  876. // border-radius: 3px;
  877. // padding: 0px 2px;
  878. // }
  879. // }
  880. >ul{
  881. >li{
  882. section.tocitem{
  883. ul{
  884. overflow: hidden;
  885. max-height: 10000px;
  886. transition: max-height 0.5s ease-in-out;
  887. &:not(.opened):not(.init_opened){
  888. max-height:0;
  889. transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
  890. }
  891. &:not([level="1"]){
  892. border-left: 0.5px solid $grisclair;
  893. margin-bottom: 0em;
  894. li{
  895. padding:0 0 0 1em;
  896. }
  897. }
  898. }
  899. &.notitle>ul>li{
  900. padding:0;
  901. }
  902. }
  903. }
  904. }
  905. section.tocitem{
  906. &[level="1"]:not([type="front"]),
  907. &[level="2"]{
  908. padding-top: 0.4em;
  909. }
  910. }
  911. .toc-title{
  912. @include title4grey;
  913. color: $grismoyen;
  914. &.active,
  915. &:hover{
  916. color:$grisfonce;
  917. font-weight: 600;
  918. }
  919. &.loaded{
  920. color:$grisfonce;
  921. }
  922. &.notitle{
  923. color: red;
  924. }
  925. &.disabled{
  926. color: $grisclair;
  927. pointer-events: none;
  928. }
  929. }
  930. h2.toc-title{
  931. font-size: 1.1em;
  932. color: $bleuroilight;
  933. &:hover, &.loaded{
  934. color: $bleuroi;
  935. }
  936. }
  937. h3.toc-title{font-size: 1em;}
  938. h4.toc-title{font-size: 0.9em;}
  939. h5.toc-title{font-size: 0.8em;}
  940. h6.toc-title{font-size: 0.7em;}
  941. // span.toc-title{font-size: 0.882em;}
  942. // >ul{
  943. // ul{
  944. // li{
  945. // ul{
  946. // overflow: hidden;
  947. // max-height: 10000px;
  948. // transition: max-height 0.5s ease-in-out;
  949. // // transform: scaleY(1);
  950. // // transform-origin: top;
  951. // // transition: transform 0.3s ease-in-out;
  952. // &:not(.opened){
  953. // // height:0;
  954. // max-height:0;
  955. // transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
  956. // // transform: scaleY(0);
  957. // }
  958. // // &.opened{
  959. // // border: 1px solid red;
  960. // // }
  961. // // padding-left: 1em;
  962. // border-left: 0.5px solid $grisclair;
  963. // // min-height: 1em;
  964. // margin-bottom: 0em;
  965. // li{
  966. // // min-height: 1em;
  967. // // border-left: 1px solid red;
  968. // padding:0 0 0 1em;
  969. // }
  970. // }
  971. // }
  972. // }
  973. // .toc-title{
  974. // @include title4grey;
  975. // &.active,
  976. // &:hover{
  977. // color:$grisfonce;
  978. // font-weight: 600;
  979. // }
  980. // &.loaded{
  981. // color:$grisfonce;
  982. // }
  983. // &.notitle{
  984. // color: red;
  985. // }
  986. // }
  987. // h2.toc-title{font-size: 1.1em;}
  988. // h3.toc-title{font-size: 1em;}
  989. // h4.toc-title{font-size: 0.9em;}
  990. // h5.toc-title{font-size: 0.8em;}
  991. // h6.toc-title{font-size: 0.7em;}
  992. // // span.toc-title{font-size: 0.882em;}
  993. // }
  994. }
  995. div#indexes-filters{
  996. // height:$pager_h;
  997. overflow: hidden;
  998. box-sizing: content-box;
  999. padding:0 0 0 1.5em;
  1000. margin: 0 0 $filter_m 0;
  1001. select{
  1002. option{
  1003. padding:0;
  1004. }
  1005. }
  1006. }
  1007. div#page-nav{
  1008. height:$pager_h;
  1009. overflow: hidden;
  1010. box-sizing: content-box;
  1011. padding:0 0 0 1.5em;
  1012. select{
  1013. option{
  1014. padding:0;
  1015. }
  1016. }
  1017. }
  1018. }
  1019. // responsive
  1020. @media only screen and (max-width: $small-bp), (orientation: portrait) {
  1021. position: relative;
  1022. >nav{
  1023. $top: 45px;
  1024. z-index: 2;
  1025. position: absolute;
  1026. top:$top;
  1027. right:0;
  1028. background-color: #fff;
  1029. width:percentage(10/$default_sum);
  1030. box-sizing: border-box;
  1031. padding-top: 1em;
  1032. padding-bottom: 1em;
  1033. height:calc(100% - #{$top});
  1034. transform: translateX(100%);
  1035. transition: transform 0.3s ease-in-out;
  1036. span.nav-title{
  1037. display: block;
  1038. position: absolute;
  1039. top:4.5em; left:-1.8em;
  1040. transform: rotateZ(-90deg);
  1041. transform-origin: center;
  1042. @include fontsans;
  1043. font-size: 0.600em;
  1044. cursor: pointer;
  1045. color: $bleuroi;
  1046. svg{
  1047. vertical-align: bottom;
  1048. transform-origin: center;
  1049. transform: scale(0.8) rotate(180deg);
  1050. transition: transform 0.3s ease-in-out;
  1051. path{
  1052. fill: $bleuroi;
  1053. }
  1054. }
  1055. }
  1056. &.opened{
  1057. box-shadow: -3px -3px 5px $grisclair;
  1058. transform: translateX(0);
  1059. span.nav-title{
  1060. svg{
  1061. transform: scale(0.7) rotate(0);
  1062. }
  1063. }
  1064. }
  1065. }
  1066. }
  1067. }
  1068. #biblio{
  1069. >header{
  1070. &>h1{
  1071. @include titleSansRed;
  1072. margin: 0;
  1073. }
  1074. li{
  1075. margin: 0.5em 0 0;
  1076. a{
  1077. @include title2black;
  1078. &.router-link-active{
  1079. font-weight: 600;
  1080. }
  1081. }
  1082. }
  1083. }
  1084. ul.item-list{
  1085. margin:0;
  1086. padding:0;
  1087. li{
  1088. padding:0;
  1089. margin:0 0 $base-line 0;
  1090. h2{
  1091. margin:0;
  1092. @include title1black;
  1093. color: $bleuroi;
  1094. }
  1095. p{
  1096. margin:0;
  1097. }
  1098. span.date{
  1099. @include title2black;
  1100. font-weight: 600;
  1101. }
  1102. aside{
  1103. overflow: hidden;
  1104. h5{
  1105. @include title2black;
  1106. margin: $base-line / 2 0;
  1107. cursor: pointer;
  1108. // padding-left: 1em;
  1109. // position: relative;
  1110. &:before{
  1111. cursor: pointer;
  1112. content:"\2304";
  1113. position: relative;
  1114. display: inline-block;
  1115. top: -4px;
  1116. // transform-origin: center;
  1117. // transform: rotateZ(-90deg);
  1118. }
  1119. }
  1120. ul{
  1121. max-height: 1px;
  1122. transition: all 0.3s ease-in-out;
  1123. padding-left: 1em;
  1124. li{
  1125. margin-bottom: $base-line / 2;
  1126. }
  1127. }
  1128. &.opened{
  1129. h5{
  1130. &:before{
  1131. top: 4px;
  1132. content:"\2303";
  1133. // transform: rotateZ(90deg);
  1134. }
  1135. }
  1136. ul{
  1137. max-height: 100em;
  1138. }
  1139. }
  1140. }
  1141. }
  1142. &.manifestations{
  1143. li{
  1144. max-height: 0.2px;
  1145. margin-bottom:0;
  1146. overflow: hidden;
  1147. transition: all 1s ease-in-out;
  1148. &.active{
  1149. max-height: 10em;
  1150. }
  1151. .wrapper{
  1152. margin-bottom: $base-line;
  1153. }
  1154. }
  1155. }
  1156. }
  1157. ul.authors-filters{
  1158. li{
  1159. @include title4black;
  1160. line-height: $base-line / 2;
  1161. span{
  1162. cursor: pointer;
  1163. color: $gris;
  1164. &.active{
  1165. color: $grisfonce;
  1166. }
  1167. }
  1168. }
  1169. }
  1170. }
  1171. #static{
  1172. figure{
  1173. margin: 2em 0;
  1174. img{
  1175. max-width: 100%;
  1176. }
  1177. figcaption{
  1178. @include fontcaption;
  1179. padding: 1em 0;
  1180. }
  1181. }
  1182. }
  1183. }
  1184. footer[role="tools"]{
  1185. $list-item-h: 7em;
  1186. @mixin resultItem{
  1187. box-sizing: border-box;
  1188. // we are only on 10 colls as 2 are occupied by sides
  1189. flex-basis: percentage(2/($default_sum - 2));
  1190. max-height: $list-item-h;
  1191. overflow: hidden;
  1192. padding-bottom: 1em;
  1193. padding-right: $default_gap;
  1194. article{
  1195. max-height: 100%;
  1196. overflow: hidden;
  1197. }
  1198. article.item{
  1199. h1{
  1200. @include title3black;
  1201. font-size: 0.9em;
  1202. font-weight: 600;
  1203. max-width: 95%;
  1204. word-break:normal;
  1205. }
  1206. h2{
  1207. @include title3black;
  1208. text-transform: none;
  1209. }
  1210. span{
  1211. font-size: 0.882em;
  1212. }
  1213. // .preview{
  1214. // font-size: 0.882em;
  1215. // margin:0;
  1216. // code{
  1217. // @include fontserif;
  1218. // background-color: lighten(desaturate($rouge,20%), 20%);
  1219. // padding:0 0.2em;
  1220. // }
  1221. // }
  1222. }
  1223. }
  1224. #history{
  1225. z-index: 8;
  1226. background-color: $or;
  1227. padding:1.2em $side-padding;
  1228. max-height: $list-item-h;
  1229. @include accordeon-transition($list-item-h);
  1230. >header{
  1231. }
  1232. .history-list{
  1233. overflow-x: hidden;
  1234. .wrapper{
  1235. height:100%;
  1236. // hidding the scrollbar
  1237. overflow-y: auto;
  1238. // width:calc(100% + 1em);
  1239. padding-right: 1em;
  1240. >ul{
  1241. padding:0;
  1242. display: flex;
  1243. flex-direction: row;
  1244. flex-wrap: wrap;
  1245. }
  1246. }
  1247. li.item{
  1248. @include resultItem;
  1249. }
  1250. }
  1251. }
  1252. #results{
  1253. z-index: 9;
  1254. background-color: $gris;
  1255. padding:1.2em $side-padding;
  1256. @media only screen and (max-width: $small-bp), (orientation: portrait) {
  1257. padding:1.2em $side-padding/2;
  1258. }
  1259. max-height: $list-item-h * 3;
  1260. @include accordeon-transition($list-item-h * 3);
  1261. >header{
  1262. >*{
  1263. padding:0 0 5px;
  1264. // line-height: $base-line / 2;
  1265. &.v-select{
  1266. padding-top:5px;
  1267. }
  1268. }
  1269. .search-keys{
  1270. font-size: 0.756em;
  1271. font-weight: 500;
  1272. }
  1273. .results-count{
  1274. font-size: 0.756em;
  1275. }
  1276. }
  1277. .results-list{
  1278. overflow-x: hidden;
  1279. .wrapper{
  1280. position:relative;
  1281. height:100%;
  1282. // hidding the scrollbar
  1283. overflow-y: auto;
  1284. // width:calc(100% + 1em);
  1285. padding-right: 1em;
  1286. >ul{
  1287. padding:0;
  1288. display: flex;
  1289. flex-direction: row;
  1290. flex-wrap: wrap;
  1291. }
  1292. }
  1293. li.result{
  1294. @include resultItem;
  1295. }
  1296. .infinite-loading-container{
  1297. // TODO: how to center the loading
  1298. }
  1299. }
  1300. >header, section.results-list{
  1301. transition: opacity 0.2s ease-in-out;
  1302. }
  1303. &.loading {
  1304. >header, section.results-list{
  1305. transition: opacity 0.5s ease-in-out;
  1306. opacity:0.5;
  1307. pointer-events: none;
  1308. }
  1309. }
  1310. // responsive
  1311. @media only screen and (max-width: $small-bp), (orientation: portrait) {
  1312. position: relative;
  1313. >header{
  1314. padding:0 0 1em 0;
  1315. >*{
  1316. display: inline-block;
  1317. margin-right: 1em;
  1318. }
  1319. #sorting{
  1320. width:10em;
  1321. }
  1322. }
  1323. >section.results-list{
  1324. max-height: 15em;
  1325. li.result{
  1326. flex-basis: 33%;
  1327. }
  1328. }
  1329. >nav{
  1330. position: absolute;
  1331. top:1.2em; right:1.2em;
  1332. }
  1333. }
  1334. }
  1335. #footer-bottom{
  1336. z-index: 10;
  1337. padding:0 $side-padding;
  1338. @media only screen and (max-width: $small-bp), (orientation: portrait) {
  1339. padding:0 $side-padding/2;
  1340. }
  1341. background-color: $bleuroi;
  1342. &>*{
  1343. // disable grid gap
  1344. padding-right: 0;
  1345. flex-grow: 0;
  1346. flex-shrink: 0;
  1347. }
  1348. #footer-tabs{
  1349. ul{
  1350. padding:0; margin:0;
  1351. display: flex;
  1352. flex-direction: column;
  1353. li{
  1354. flex: 1 1 auto;
  1355. .wrapper{
  1356. box-sizing: border-box;
  1357. line-height: 0.6em;
  1358. height:2em;
  1359. width: calc(100% + $side-padding);
  1360. margin-left:-$side-padding;
  1361. padding:0.3em 0.5em 0.3em $side-padding;
  1362. }
  1363. &.history .wrapper{
  1364. background-color: $or;
  1365. }
  1366. &.results .wrapper{
  1367. background-color: $gris;
  1368. }
  1369. span{
  1370. font-size: 0.693em;
  1371. font-weight: 400;
  1372. text-transform: uppercase;
  1373. cursor: pointer;
  1374. @include fade-transition;
  1375. }
  1376. }
  1377. }
  1378. }
  1379. #search{
  1380. color: #fff;
  1381. background-color: $bleuroi;
  1382. form{
  1383. padding: 0;
  1384. // display: flex;
  1385. // flex-direction: row;
  1386. // flex-wrap: wrap;
  1387. fieldset{
  1388. padding:0.7em 1em;
  1389. border: none;
  1390. box-sizing:border-box;
  1391. // width correction as row is not the same width as others in the page
  1392. // flex-basis: percentage(2/($default_sum - 1));
  1393. // flex-basis: 17.667%;
  1394. // flex-basis: percentage(2 / 11);
  1395. &:not(:first-of-type){
  1396. border-left: 1px solid $grisclair;
  1397. }
  1398. }
  1399. fieldset.search{
  1400. display: inline-flex;
  1401. align-items: center;
  1402. >div{
  1403. width:80%;
  1404. vertical-align: middle;
  1405. }
  1406. label[for="keys"]{
  1407. display: none;
  1408. }
  1409. input[type="text"]{
  1410. padding:0em 0.3em;
  1411. margin:0 0 0.3em 0;
  1412. box-sizing: border-box;
  1413. font-size: 0.756em;
  1414. line-height: 1;
  1415. width:100%;
  1416. height:1.4em;
  1417. border:none;
  1418. border-radius: 2px;
  1419. }
  1420. span.mdi{
  1421. display: inline-block;
  1422. margin:0 0 0 0.5em;
  1423. font-size: 1.2em;
  1424. line-height:1.1;
  1425. vertical-align:middle;
  1426. width:1.2em; height:1.2em;
  1427. border-radius: 0.6em;
  1428. background-color: #fff;
  1429. color: $bleuroi;
  1430. text-align: center;
  1431. font-weight: 700;
  1432. cursor: pointer;
  1433. }
  1434. }
  1435. }
  1436. fieldset.filters{
  1437. .vs__actions{
  1438. // background-color: $grisclair;
  1439. align-items:baseline;
  1440. padding-top:0.2em;
  1441. }
  1442. }
  1443. form{
  1444. transition: opacity 0.2s ease-in-out;
  1445. }
  1446. &.loading{
  1447. form{
  1448. opacity:0.5;
  1449. transition: opacity 0.5s ease-in-out;
  1450. pointer-events: none;
  1451. }
  1452. }
  1453. // responsive
  1454. @media only screen and (max-width: $small-bp), (orientation: portrait) {
  1455. form{
  1456. fieldset{
  1457. &.search{
  1458. >div{
  1459. display: inline-flex;
  1460. flex-wrap: nowrap;
  1461. width:84%;
  1462. >*{
  1463. flex-basis: 45%;
  1464. margin: 0 0.5em 0 0;
  1465. // box-sizing: content-box;
  1466. // width:auto!important;
  1467. &#keys[type="text"]{
  1468. margin-right:1.5em;
  1469. }
  1470. }
  1471. }
  1472. span.mdi{
  1473. width:1em; height:1em;
  1474. margin-top: -0.1em;
  1475. margin-left: 0;
  1476. }
  1477. }
  1478. &.filters{
  1479. border-left: none;
  1480. flex-basis: 32%;
  1481. padding: 0.2em 0 1em 1em;
  1482. }
  1483. }
  1484. }
  1485. }
  1486. }
  1487. ;
  1488. #logos{
  1489. // max-height: 100%;
  1490. position: relative;
  1491. flex-shrink: 1;
  1492. // display: flex;
  1493. // flex-direction: row;
  1494. // justify-content: flex-end;
  1495. .wrapper{
  1496. position: relative;
  1497. box-sizing: content-box;
  1498. // max-height: 50px;
  1499. padding:1em;
  1500. text-align: right;
  1501. height: 30px;
  1502. img{
  1503. // display: inline-block;
  1504. height: 100%;
  1505. padding-left: 1em;
  1506. }
  1507. }
  1508. }
  1509. }
  1510. h2{
  1511. margin:0;
  1512. font-size: 0.756em;
  1513. font-weight: 400;
  1514. text-transform: uppercase;
  1515. padding:0;
  1516. }
  1517. }
  1518. // vue-select
  1519. .v-select{
  1520. padding:0;
  1521. div[role="combobox"]{
  1522. background-color: #fff;
  1523. padding:0;
  1524. border-radius: 2px;
  1525. border: none;
  1526. }
  1527. input[type="search"]{
  1528. margin:0;
  1529. padding:0;
  1530. -webkit-appearance:textfield;
  1531. -webkit-box-sizing:content-box;
  1532. }
  1533. input::-webkit-search-decoration,
  1534. input::-webkit-search-cancel-button {
  1535. display: none;
  1536. }
  1537. .vs__search{
  1538. &, &:focus{
  1539. font-size: 0.756em;
  1540. line-height: 1;
  1541. height:1.2em;
  1542. border:none;
  1543. box-sizing: border-box;
  1544. }
  1545. }
  1546. .vs__dropdown-toggle{
  1547. input::placeholder{background-color: #fff;}
  1548. }
  1549. .vs__selected-options{
  1550. background-color: #fff;
  1551. height:18px;
  1552. >input{
  1553. height:100%;
  1554. }
  1555. }
  1556. .vs__actions{
  1557. padding:1px 3px;
  1558. button.vs__clear{
  1559. line-height: 0.5;
  1560. // height:0;
  1561. }
  1562. svg[role="presentation"]{
  1563. transform: scale(0.8);
  1564. path{
  1565. fill: $bleuroi;
  1566. }
  1567. }
  1568. }
  1569. .vs__selected{
  1570. margin:0;
  1571. padding:0.2em 0;
  1572. line-height:1;
  1573. font-size: 0.756em;
  1574. background-color: #fff;
  1575. border:none;
  1576. align-items: middle;
  1577. box-sizing: content-box;
  1578. display: inline-block;
  1579. width: calc(100% - 12px);
  1580. // &>*:not(button){
  1581. // display: inline-block;
  1582. // width:70%;
  1583. // }
  1584. button{
  1585. svg{
  1586. transform: scale(0.8);
  1587. path{
  1588. fill: $bleuroi;
  1589. }
  1590. }
  1591. &.vs__deselect{
  1592. line-height: 0;
  1593. }
  1594. }
  1595. }
  1596. // border-radius: 2px;
  1597. // border: none;
  1598. }
  1599. ul[role="listbox"]{
  1600. @include fontsans;
  1601. padding:0;
  1602. margin:0;
  1603. border:none;
  1604. position: relative;
  1605. li{
  1606. box-sizing: content-box;
  1607. padding:0.3em;
  1608. margin:0;
  1609. font-size: 0.756em;
  1610. line-height: 1;
  1611. white-space: normal;
  1612. position: relative;
  1613. *{
  1614. max-width: 100%;
  1615. }
  1616. h3{
  1617. @include title1black;
  1618. color: $bleuroi;
  1619. padding: 0.5em 0 0 0.3em;
  1620. span.hi{
  1621. font-variant-position: super;
  1622. }
  1623. }
  1624. }
  1625. }
  1626. // ___
  1627. // |_ _|__ ___ _ _ __
  1628. // | |/ _/ _ \ ' \(_-<
  1629. // |___\__\___/_||_/__/
  1630. span.mdi-close{
  1631. cursor: pointer;
  1632. }
  1633. @keyframes spin {
  1634. from {
  1635. transform:rotate(0deg);
  1636. }
  1637. to {
  1638. transform:rotate(360deg);
  1639. }
  1640. }
  1641. span.mdi-loading{
  1642. animation-name: spin;
  1643. animation-duration: 2000ms;
  1644. animation-iteration-count: infinite;
  1645. animation-timing-function: linear;
  1646. }
  1647. // _ _ _
  1648. // | | ___ __ _ __| (_)_ _ __ _
  1649. // | |__/ _ \/ _` / _` | | ' \/ _` |
  1650. // |____\___/\__,_\__,_|_|_||_\__, |
  1651. // |___/
  1652. span.loading{
  1653. @include fontsans;
  1654. font-size: 0.756em;
  1655. color: $grisfonce;
  1656. animation: pulseloading 4s infinite;
  1657. }
  1658. @keyframes pulseloading{
  1659. 0% {
  1660. opacity: 1;
  1661. }
  1662. 50%{
  1663. opacity: 0;
  1664. }
  1665. 100% {
  1666. opacity: 1;
  1667. }
  1668. }