app.scss 37 KB

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