fonts.less 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. @import "elements";
  2. .Museo{font-family: "Museo", Arial, sans-serif; -moz-font-feature-settings: "calt=0,liga=0";}
  3. .MuseoSans{font-family: "MuseoSans", Arial, sans-serif;-moz-font-feature-settings: "calt=0,liga=0";}
  4. .MuseoSlab{font-family: "MuseoSlab", Arial, sans-serif;-moz-font-feature-settings: "calt=0,liga=0";}
  5. a, a:visited{color:#000;}
  6. /*a.active, li a.active{color:@main-blue;}*/
  7. body{
  8. .MuseoSans;
  9. font-size:16px;
  10. // font-feature-settings: "liga" 0;
  11. // moz-font-feature-settings: "liga" 0;
  12. // font-variant-ligatures: normal;
  13. // -moz-font-feature-settings: "liga=0";
  14. }
  15. .8{font-size:8px;}
  16. .9{font-size:9px;}
  17. .10{font-size:10px;}
  18. .11{font-size:10px;}
  19. .12{font-size:12px;}
  20. .14{font-size:14px;}
  21. .16{font-size:16px;}
  22. .18{font-size:18px;}
  23. .24{font-size:24px;}
  24. .regular{font-weight:normal;}
  25. .bold{font-weight:bold;}
  26. .100{font-weight:100;}
  27. .300{font-weight:300;}
  28. .500{font-weight:500;}
  29. .700{font-weight:700;}
  30. .900{font-weight:900;}
  31. .upper{text-transform: uppercase;}
  32. .italic{font-style:italic;}
  33. .normal{font-style: normal;}
  34. @screen-min-width:1201px;
  35. /** FEUILLES DE STYLES */
  36. .fs-header(){
  37. .MuseoSans; .11; .900; text-decoration: none; color:#000; display:inline;
  38. /* @media screen and (max-width:1200px){ .11; }*/
  39. @media screen and (min-width:@screen-min-width){ .12; }
  40. html.oldie &{.9;}
  41. }
  42. .fs-region-title(){
  43. .MuseoSans; .11; .900; .upper; .m(0);
  44. @media screen and (min-width:@screen-min-width){ .12; }
  45. }
  46. /** timeline */
  47. .fs-titre-event-timeline(){
  48. .MuseoSans; .12; .500; .italic;
  49. }
  50. .fs-artist-event-timeline(){
  51. .MuseoSans; .12; .700;
  52. }
  53. /** filters */
  54. .fs-filters-list(){
  55. .MuseoSans; .11; .500;
  56. @media screen and (min-width:@screen-min-width){ .12; }
  57. }
  58. .fs-footer-bottom(){
  59. .MuseoSans; .8; .500; color:#494949; text-decoration: none;
  60. a{color:#494949; text-decoration: none;}
  61. }
  62. .fs-perfnode-title(){
  63. .MuseoSans; .900; .24;
  64. }
  65. .fs-perfnode-label(){
  66. .MuseoSans; .900; .11; .upper;
  67. }
  68. .fs-perfnode-personne(){
  69. .MuseoSans; .500; .12; .upper;
  70. }
  71. .fs-personne-texte(){
  72. .MuseoSans; .500; .12;
  73. }
  74. .fs-perfnode-serie(){
  75. .MuseoSans; .500; .16;
  76. }