styles.less 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942
  1. /**
  2. * Primary Drupal Styles
  3. * Author: g-u-i.net
  4. */
  5. @import "elements";
  6. @import "commons";
  7. @import "layout";
  8. @import "fonts";
  9. @import "timeline";
  10. /** layout */
  11. html, body{
  12. position:relative;
  13. width:100%; height:100%;
  14. /* background-color: red;*/
  15. }
  16. #container{
  17. width:100%; height:100%;
  18. //width:1000px; height:700px;
  19. // todo media query for mobile phone
  20. // min-width:1020px;
  21. min-width: none;
  22. min-height:700px;
  23. .m(0 auto); background-color: #FFF;
  24. &>.inner{width:96%; height:94%; .p(1.5%);}
  25. }
  26. /** HEADER */
  27. #header{
  28. height:3%; width:100%; position:relative;
  29. border-bottom:2px solid #000; //.pb(5px);
  30. .logo{
  31. // width:35%;
  32. height:27px; position:relative; bottom:0; left:0;
  33. html.oldie &{width:49%;}
  34. h1{
  35. .fs-header;
  36. a{text-decoration: none;}
  37. }
  38. }
  39. #header-blocks{
  40. html.oldie &{width:62%;}
  41. }
  42. ul.language-switcher-locale-url{
  43. padding:0; margin:0;
  44. li{padding-right:10px;}
  45. li.active{display:none;}
  46. a{.fs-header;}
  47. }
  48. #search-block-form{
  49. h2{display:none;}
  50. .container-inline{height:27px; line-height:1;}
  51. .form-item{
  52. padding:0; margin:0; display: inline-block; vertical-align: middle;
  53. label{display:none;}
  54. input.form-text{border: 1px solid #D4D4D4; width:10em; .fs-header; .500; padding:2px;}
  55. }
  56. #edit-actions{
  57. display:inline-block; vertical-align: middle;
  58. input.form-submit{border: 0 solid #999; background-color: transparent; .fs-header; .pr(0); padding-top:3px;}
  59. }
  60. span.close-search{display:inline-block; vertical-align: middle; width:20px; height:20px; background-image: url('../images/btns_close.png'); cursor:pointer; }
  61. &.loading{
  62. input.form-submit{visibility: hidden;}
  63. background: transparent url('../images/ajax-loader.gif') no-repeat 98% center;
  64. }
  65. }
  66. }
  67. /** RESPONSIVE */
  68. @media (min-width:799px) {
  69. #header .logo {
  70. width:35%;
  71. }
  72. #header-blocks{
  73. // background-color: blue;
  74. width:63%; position:absolute; bottom:0; right:0; text-align: right; height:27px;
  75. .region{
  76. .inlineblock;
  77. &:not(:first-child){ margin-left:1.1em; }
  78. // don't know why but here display:inline; deosn't work on ie8 …
  79. html.oldie &{float:left; margin-left:10px;}
  80. }
  81. ul.menu{
  82. padding:0; margin:0;
  83. li{
  84. .inlineblock; margin:0;
  85. &:not(.last){.p(0 6px 0 0);}
  86. &.last{.p(0);}
  87. a{.fs-header;}
  88. }
  89. }
  90. }
  91. }
  92. @media (max-width:799px) {
  93. #header .logo {
  94. width:auto;
  95. z-index: 11;
  96. }
  97. #header-blocks{
  98. background-color:white;
  99. position:absolute;
  100. z-index: 10;
  101. bottom:0;
  102. right:0;
  103. // width:63%;
  104. height:27px;
  105. text-align: right;
  106. .region{
  107. background-color: white;
  108. padding:0 1em 0 1em;
  109. &:first-child{padding-top:2em;}
  110. &:last-child{padding-bottom:1em;}
  111. }
  112. ul{
  113. padding:0; margin:0;
  114. text-align: right;
  115. li{
  116. list-style: none;
  117. margin:0;
  118. padding: 0!important;
  119. // &:not(.last){.p(0 6px 0 0);}
  120. // &.last{.p(0);}
  121. a{.fs-header;}
  122. }
  123. }
  124. transition: transform 0.5s ease-in-out;
  125. transform: translateX(150%);
  126. body.burger-shown &{
  127. transform: translateX(0);
  128. }
  129. }
  130. .burger-icon {
  131. height: 15px;
  132. width: 20px;
  133. // margin: 3%;
  134. position: absolute;
  135. top: 0.5em;
  136. right: 0.5em;
  137. display: inline-block;
  138. vertical-align: middle;
  139. z-index: 20;
  140. cursor: pointer;
  141. span {
  142. display: block;
  143. background: #000;
  144. width: 100%;
  145. height: 2px;
  146. margin-top: -2px;
  147. position: absolute;
  148. left: 0;
  149. top: 50%;
  150. }
  151. &:before,
  152. &:after {
  153. content: "";
  154. display: block;
  155. background: #000;
  156. width: 100%;
  157. height: 2px;
  158. position: absolute;
  159. left: 0;
  160. transform-origin: center center;
  161. transform: rotate(0deg);
  162. transition: all 0.3s ease;
  163. }
  164. &:before {
  165. top: 2px;
  166. margin-top: -2px;
  167. }
  168. &:after {
  169. bottom: 2px;
  170. margin-bottom: -2px;
  171. }
  172. body.burger-shown & {
  173. span {
  174. background: transparent;
  175. }
  176. &:before {
  177. top: 55%;
  178. transform: rotate(45deg);
  179. }
  180. &:after {
  181. bottom: 55%;
  182. transform: rotate(-45deg);
  183. }
  184. }
  185. }
  186. }
  187. /** INTRO-MODAL */
  188. #intro-wrapper{
  189. position:fixed; z-index:200; width:100%; height:100%; top:0; left:0;
  190. .bg{ background-color: #fff; .opacity(0.6); width:100%; height:100%; position:absolute;}
  191. .modal{
  192. margin:0 auto; top:0; width:40%; position:relative; overflow: hidden;
  193. .transition(margin-top, 0.8s, ease-out);
  194. .drop-shadow(0,0,7px,0.8); .rounded(5px); background-color: #fff;
  195. >*{ padding:1em; }
  196. p{.14;}
  197. }
  198. .btns{
  199. text-align: right;
  200. span{
  201. display:inline-block; .rounded(3px); background-color: #ddd; cursor:pointer; padding:0.1em 0.5em 0.1em 0.5em; .14; margin:0.5em;
  202. }
  203. }
  204. }
  205. /** MAIN */
  206. #main{
  207. height:97%;
  208. /** SIDEBAR FIRST */
  209. #sidebar-first{
  210. .inlineblock; width: 29%;
  211. }
  212. ul li.leaf{
  213. list-style-image:none;
  214. list-style-type: none;
  215. font-size: 12px;
  216. margin-bottom: 10px;
  217. a{text-decoration: none;}
  218. a:visited{font-weight:700}
  219. a:hover{font-weight:700}
  220. a:active{font-weight:700}
  221. .active-trail {font-weight:700}
  222. }
  223. .not-front.node-type-page &,
  224. .not-front.node-type-temoignage &,
  225. .not-front.node-type-document-video &,
  226. .not-front.node-type-biographie &{
  227. background-color:#D3D3D3 ;
  228. }
  229. /** CENTER */
  230. #center{
  231. .inlineblock; width:100%; height:99%; position:relative;
  232. .pt(1%);
  233. // #content-top{
  234. // ul.menu li{.inlineblock;}
  235. // }
  236. .page-title{
  237. overflow: hidden;
  238. .fs-region-title();
  239. .timeline &{color:@timeline-lighten-color;}
  240. }
  241. /** CONTENT */
  242. #content{
  243. // padding:1em;
  244. .js .front &,
  245. .js .node-type-performance & {
  246. display:none;
  247. overflow: hidden;
  248. }
  249. .layout-intro &{
  250. max-width:700px; .m(0 auto); //.pl(20%); .pr(20%);
  251. }
  252. .field-label {font-size:12px;color:#000; margin-top:1em; margin-bottom:0,7em;}
  253. }
  254. #perfnode{
  255. height:85%;
  256. .node .node-effectuation .field-item {font-size:10px;}
  257. p{ margin:0;}
  258. .locality {margin-left:-5px;}
  259. }
  260. .not-front.node-type-page &,
  261. .not-front.node-type-temoignage &,
  262. .not-front.node-type-document-video &,
  263. .not-front.node-type-biographie &{
  264. margin-left:75px;
  265. width:550px;
  266. padding-top:20px;
  267. #content{
  268. p {font-size:12px; color:#000; line-height:1.4;}
  269. a{text-decoration:none; font-size:12px;}
  270. a:visited{font-weight:700}
  271. a:hover{font-weight:700}
  272. a:active{font-weight:700}
  273. }
  274. }
  275. }
  276. /** SIDEBAR SECOND */
  277. #sidebar-second{
  278. .inlineblock; width: 18%;
  279. }
  280. }
  281. /** filters */
  282. .filter-color(@color, @lighten-color, @juicy-color){
  283. .filters-selection{
  284. .bb(2px, @lighten-color);
  285. }
  286. .list{
  287. li{
  288. color:@color;
  289. &:hover{color:@color; span{.bgc(@juicy-color);} }
  290. &.selected{color:@lighten-color;}
  291. }
  292. .jscrollpane(@lighten-color, @juicy-color);
  293. }
  294. .search{color:@color;}
  295. .title{color:@color;}
  296. .filters-selected{
  297. span{.bgc(@juicy-color); color:@color; .700;}
  298. }
  299. }
  300. #filters{
  301. /* height:30%;*/
  302. .filter{
  303. .inlineblock; width:32%; height:100%;
  304. .ml(2%); &.filter-0{.ml(0);}
  305. .filters-selection{
  306. height:100%; overflow:hidden; position:relative;
  307. .list{
  308. height:100%; overflow:auto; .mb(10px);
  309. ul,li{ .p(0); .m(0);}
  310. ul{ .pb(20px); }
  311. li{
  312. cursor:pointer; line-height:1; overflow:hidden; height:auto;
  313. .transition(height, 0.1s, linear);
  314. span{
  315. .fs-filters-list();
  316. .p(0.3em 0.4em 0.2em 0);
  317. }
  318. &:hover{span{.pl(0.3em);}}
  319. &.subtracted{height:0;}
  320. &.subtracted.conserved{height:auto;}
  321. }
  322. }
  323. .search{
  324. position:absolute; right:10px; bottom:0; width:40%; .11; height:10px;
  325. border: 1px solid #D4D4D4;
  326. }
  327. .title{
  328. position:absolute; left:0; bottom:0; .bgc(#fff); width:90%; .p(0.5em 0 0);
  329. .fs-region-title();
  330. }
  331. }
  332. .filters-selected{
  333. span{
  334. cursor:pointer;
  335. .fs-filters-list(); .p(0.2em 2em 0 0.4em); .inlineblock; .m(0.3em 0.3em 0 0);
  336. background-repeat: no-repeat;
  337. background-position: right center;
  338. }
  339. }
  340. &.filter-0{
  341. .filter-color(@topologies-color,@topologies-lighten-color,@topologies-juicy-color);
  342. .filters-selected{
  343. body.layout-timeline & span{
  344. background-image:url('../images/btns_close_color-02.png');
  345. }
  346. }
  347. }
  348. &.filter-1{
  349. .filter-color(@lieux-color,@lieux-lighten-color,@lieux-juicy-color);
  350. .filters-selected{
  351. body.layout-timeline & span{
  352. background-image:url('../images/btns_close_color-01.png');
  353. }
  354. }
  355. }
  356. &.filter-2{
  357. .filter-color(@artistes-color,@artistes-lighten-color,@artistes-juicy-color);
  358. .filters-selected{
  359. body.layout-timeline & span{
  360. background-image:url('../images/btns_close_color-03.png');
  361. }
  362. }
  363. }
  364. }
  365. }
  366. /** perfnode */
  367. #perfnode{
  368. overflow:hidden; position:relative;
  369. .bgc(@timeline-juicy-color);
  370. .nav_perf(){ position:absolute; top:50%; width:20px; height:20px; .mt(-10px); cursor:pointer; z-index:150; background-color: #fff;}
  371. .prev-perf{ .nav_perf; left:0; background-image: url('../images/btns_moveleft.png'); .ml(-4px);}
  372. .next-perf{ .nav_perf; right:0; background-image: url('../images/btns_moveright.png'); .mr(-4px);}
  373. .loader{position:absolute; top:50%; left:50%; width:20px; height:20px; .ml(-10px); .mt(-10px); background-image: url('../images/loader.gif'); z-index:100; display:none;}
  374. &.loading{ .loader{display:block;} }
  375. .close{position:absolute; top:0; right:0; width:19px; height:20px; background-image: url('../images/btns_close.png'); z-index:100; display:block;}
  376. &.loading{ .close{display:none;} }
  377. .node-container{ margin:0 20px; }
  378. // grid
  379. // width:1000px
  380. // cel :100px
  381. @cel:100px;
  382. @padd:0;
  383. .cel(@n){
  384. width:(@cel* @n) - @padd*2;
  385. /* background-color:rgba(255,0,0,0.1);*/
  386. padding:@padd;
  387. //.bl(1px, rgba(255,0,0,0.1));
  388. }
  389. .scroller>.node{
  390. >.grid-block{
  391. position:absolute;
  392. }
  393. h1.node-title{
  394. .m(0);
  395. .fs-perfnode-title;
  396. .cel(3);
  397. }
  398. .field-label{.fs-perfnode-label; color:@timeline-lighten-color;}
  399. .field-personne{
  400. .cel(2);
  401. .fs-perfnode-personne;
  402. }
  403. .field-type-textauthor,
  404. >.field-type-text-long{
  405. .cel(4);
  406. .field-item{
  407. max-height:@cel*3;
  408. overflow:auto;
  409. // article, address, p{
  410. .fs-personne-texte;
  411. // }
  412. }
  413. address{.700;}
  414. }
  415. .field-name-field-serie{
  416. .fs-perfnode-serie;
  417. .cel(3);
  418. }
  419. .field-name-field-type-de-performance{
  420. .fs-perfnode-serie;
  421. .cel(3);
  422. }
  423. .field-name-field-tags-libre{
  424. .fs-personne-texte;
  425. .cel(2);
  426. }
  427. .field-name-field-site-internet{
  428. .fs-personne-texte;
  429. .cel(3);
  430. a{
  431. text-decoration: none;
  432. &:hover{text-decoration: underline;}
  433. }
  434. }
  435. .node-effectuation{
  436. .cel(2);
  437. h1{.m(0);}
  438. .field-item{.fs-perfnode-serie;}
  439. }
  440. .node-document-video{
  441. .cel(4);
  442. .fs-personne-texte;
  443. }
  444. .node-document{
  445. .cel(3);
  446. .fs-personne-texte;
  447. }
  448. .node-objet{
  449. .cel(3);
  450. .fs-personne-texte;
  451. }
  452. .node-temoignage{
  453. .cel(3);
  454. .fs-personne-texte;
  455. }
  456. figure{
  457. position:relative;
  458. figcaption{
  459. position:absolute; right:0; bottom:0;
  460. width:96%; padding:2%;
  461. background-color: rgba(255,255,255,0.8);
  462. .opacity(0); .transition(opacity, 0.5s, ease-out);
  463. color:#000; .10;
  464. }
  465. .blank{ position:absolute; top:0; left:0; width:100%; height:100%;}
  466. &:hover{figcaption{.opacity(1);}}
  467. }
  468. }
  469. }
  470. /** FOOTER */
  471. #footer{
  472. height:3%; display:none;
  473. #footer-top{
  474. text-align:center; p{.m(0);}
  475. }
  476. #footer-bottom{
  477. .block{
  478. .inlineblock; .fs-footer-bottom;
  479. }
  480. }
  481. }
  482. /** MISC */
  483. li, .item-list ul li{list-style: none inside url(); margin-left:0;}
  484. /** Messages. */
  485. div.messages {
  486. padding: 9px;
  487. margin: 0.5em 0 0;
  488. color: #036;
  489. background: #bdf;
  490. border: 1px solid #ace;
  491. -moz-border-radius: 5px;
  492. -webkit-border-radius: 5px;
  493. border-radius: 5px;
  494. }
  495. div.warning {
  496. color: #840;
  497. background: #fe6;
  498. border-color: #ed5;
  499. }
  500. div.error {
  501. color: #fff;
  502. background: #e63;
  503. border-color: #d52;
  504. }
  505. div.error p.error {
  506. color: #333;
  507. }
  508. div.status {
  509. color: #360;
  510. background: #cf8;
  511. border-color: #be7;
  512. }
  513. /** Tab navigation */
  514. ul.primary, .views-admin-links ul {
  515. font:13px/1.231 sans-serif; *font-size:small;
  516. border-collapse: collapse;
  517. padding: 0 0 0 1em; /* LTR */
  518. white-space: nowrap;
  519. list-style: none;
  520. margin: 5px;
  521. height: auto;
  522. line-height: normal;
  523. border-bottom: 1px solid #bbb;
  524. li{
  525. display: inline;
  526. a{
  527. background-color: #ddd;
  528. border-color: #bbb;
  529. border-width: 1px;
  530. border-style: solid solid none solid;
  531. height: auto;
  532. margin-right: 0.5em; /* LTR */
  533. padding: 0 1em;
  534. text-decoration: none;
  535. -moz-border-radius-topleft: 5px;
  536. -webkit-border-top-left-radius: 5px;
  537. border-top-left-radius: 5px;
  538. -moz-border-radius-topright: 5px;
  539. -webkit-border-top-right-radius: 5px;
  540. border-top-right-radius: 5px;
  541. &:hover{
  542. background-color: #eee;
  543. border-color: #ccc;
  544. border-bottom-color: #eee;
  545. }
  546. }
  547. &.active a {
  548. background-color: #fff;
  549. border: 1px solid #bbb;
  550. border-bottom: #fff 1px solid;
  551. }
  552. }
  553. }
  554. ul.secondary {
  555. border-bottom: 1px solid #bbb;
  556. padding: 0.5em 1em;
  557. margin: 5px;
  558. li {
  559. display: inline;
  560. padding: 0 1em;
  561. border-right: 1px solid #ccc; /* LTR */
  562. a {
  563. padding: 0;
  564. text-decoration: none;
  565. &.active {
  566. border-bottom: 4px solid #999;
  567. }
  568. }
  569. }
  570. }
  571. /** sound cloud player */
  572. .pa-sc-player{
  573. .sc-trackslist{ display:none; }
  574. .sc-controls, .sc-time-indicators, .sc-time-span{.inlineblock(); vertical-align:middle;}
  575. .sc-controls{
  576. position: relative;
  577. width:20px; height:20px;
  578. margin-right:15px;
  579. a.sc-play, a.sc-pause{
  580. position: absolute; top:0; left:0;
  581. display:block; width:100%; height:100%;
  582. text-decoration: none;
  583. .rounded(5px); overflow: hidden;
  584. span{margin-left:-100px;}
  585. }
  586. a.sc-play{
  587. background: #fff url('../images/player-sound-cloud-VA-bg-play.png') no-repeat center center;
  588. }
  589. a.sc-pause{
  590. background: #fff url('../images/player-sound-cloud-VA-bg-pause.png') no-repeat center center; display:none;
  591. }
  592. }
  593. &.playing{
  594. .sc-controls{
  595. a.sc-play{display:none;}
  596. a.sc-pause{display:block;}
  597. }
  598. // a.sc-play{
  599. // background-color: #1A1A1A;
  600. // color:#FFF;
  601. // }
  602. }
  603. .sc-time-indicators{
  604. font-size:14px; margin-right:10px; padding-top:3px; min-width:75px;
  605. }
  606. .sc-time-span{
  607. width:300px; height:10px; background-color: #fff; position:relative; cursor:pointer;
  608. .sc-buffer, .sc-played{width:0; height:100%; position:absolute;}
  609. .sc-buffer{background-color: #ddd;}
  610. .sc-played{background-color: #1A1A1A;}
  611. }
  612. .node-temoignage.grid-block &{
  613. background-color:#D3D3D3; .rounded(3); .p(2px);
  614. .sc-time-span{width:170px};
  615. }
  616. }
  617. /** navigation sans javascript **/
  618. .generale-design(){
  619. #main {background-color:#D3D3D3; height:100%;
  620. #center { height:100%;
  621. .page-title{margin-left:2.5em;}
  622. #content { padding:2%; display:block;
  623. a,a:visited{font-size:12px; font-weight:500; text-decoration:none;}
  624. a:hover {font-size:12px; font-weight:700; text-decoration:none; }
  625. }
  626. }
  627. }
  628. }
  629. html.no-js, html.classic-nav{
  630. body, #container, #container>.inner, #header, #main, #footer{ height:auto;}
  631. body{ overflow: auto;}
  632. #container{width:95%;}
  633. //HOME//
  634. body.front{
  635. .generale-design;
  636. .item-list {
  637. .pager li{
  638. background-color:transparent;
  639. a,a:visited{color:#000;}
  640. color:#000;
  641. border-left:1px solid #000;
  642. }
  643. li, ul li {
  644. a,a:visited{color:#A5A5A5;}
  645. color:#A5A5A5;
  646. background-color:#fff;
  647. display:inline-block;
  648. vertical-align:top;
  649. line-height:0.1em;
  650. margin-bottom:1em;
  651. padding-right:1em;
  652. padding-left:0.5em;
  653. border-left:3px solid #A5A5A5;
  654. }
  655. }
  656. }
  657. //FICHES PERFORMANCE//
  658. body.node-type-performance{
  659. .generale-design;
  660. #main{
  661. background-color:#F2F2F2;
  662. #center #content {
  663. .node.type-performance>.content{
  664. .bordered-block(){
  665. display: inline-block;
  666. vertical-align: top;
  667. padding-left:0.5em;
  668. margin:0 1em 0 0.5em;
  669. border-left:3px solid @timeline-lighten-color;
  670. }
  671. .non-bordered(){
  672. display:block; border:none;
  673. }
  674. @cel:100px;
  675. @padd:0;
  676. .cel(@n){
  677. width:(@cel* @n) - @padd*2;
  678. /* background-color:rgba(255,0,0,0.1);*/
  679. padding:@padd;
  680. //.bl(1px, rgba(255,0,0,0.1));
  681. }
  682. h1.node-title{
  683. .m(0);
  684. .fs-perfnode-title;
  685. .cel(3);
  686. }
  687. .field-label{.fs-perfnode-label; color:@timeline-lighten-color;}
  688. .field-personne{
  689. .cel(2);
  690. .fs-perfnode-personne;
  691. }
  692. .field-type-textauthor, .field-type-text-long{
  693. .cel(4);
  694. .field-item{
  695. max-height:@cel*3;
  696. overflow:auto;
  697. // article, address, p{
  698. .fs-personne-texte;
  699. // }
  700. }
  701. address{.700;}
  702. }
  703. .field-name-field-serie{
  704. .fs-perfnode-serie;
  705. .cel(3);
  706. }
  707. .field-name-field-images{
  708. .field-item{
  709. .inlineblock; margin:0 1em 1em 0;
  710. }
  711. }
  712. .field-name-field-type-de-performance{
  713. .fs-perfnode-serie;
  714. .cel(3);
  715. }
  716. .field-name-field-tags-libre{
  717. .fs-personne-texte;
  718. .cel(2);
  719. }
  720. .node-effectuation{
  721. .cel(2);
  722. h1{.m(0);}
  723. .field-item{.fs-perfnode-serie;}
  724. }
  725. .node-document-video{
  726. .cel(4);
  727. .fs-personne-texte;
  728. }
  729. .node-document{
  730. .cel(3);
  731. .fs-personne-texte;
  732. }
  733. .node-objet{
  734. .cel(3);
  735. .fs-personne-texte;
  736. }
  737. figure{
  738. position: relative;
  739. figcaption{
  740. position:absolute; right:0; bottom:0;
  741. width:96%; padding:2%;
  742. background-color: rgba(255,255,255,0.8);
  743. .opacity(0); .transition(opacity, 0.5s, ease-out);
  744. color:#000; .10;
  745. }
  746. .blank{ position:absolute; top:0; left:0; width:100%; height:100%;}
  747. &:hover{figcaption{.opacity(1);}}
  748. }
  749. >.field{
  750. .bordered-block;
  751. }
  752. .field-name-field-effectuations,
  753. .field-name-field-documents-sonor,
  754. .field-name-field-documents{
  755. .non-bordered;
  756. border-top: 2px solid #e4e4e4;
  757. margin-top:1em;
  758. .field-item{
  759. .field{
  760. .bordered-block;
  761. }
  762. }
  763. }
  764. .field-name-field-effectuations{
  765. .fs-personne-texte;
  766. }
  767. // .field-name-field-date-de-debut, .field-name-field-address{
  768. // .field-item{
  769. // .fs-perfnode-serie;
  770. // }
  771. // }
  772. // .field-type-text-long{
  773. // width:400px;
  774. // }
  775. }
  776. }
  777. }
  778. }
  779. }
  780. //EFFECTUATIONS, DOCUMENTS, OBJETS, ETC.//
  781. body.node-type-document, .node-type-document-sonor, .node-type-object, .page-taxonomy-term {
  782. .generale-design;
  783. #center #content {
  784. width: 720px;
  785. img {margin:1em 0 1em 0;}
  786. figure {position:relative;}
  787. img.blank{position:absolute; top:0; left:0;}
  788. figcaption {font-weight: 300; font-size:11px; width:250px; margin-bottom:1em; }
  789. font-size:12px;
  790. }
  791. }