96 lines
2.0 KiB
Plaintext
96 lines
2.0 KiB
Plaintext
@import "elements";
|
|
|
|
.Museo{font-family: "Museo", Arial, sans-serif; -moz-font-feature-settings: "calt=0,liga=0";}
|
|
.MuseoSans{font-family: "MuseoSans", Arial, sans-serif;-moz-font-feature-settings: "calt=0,liga=0";}
|
|
.MuseoSlab{font-family: "MuseoSlab", Arial, sans-serif;-moz-font-feature-settings: "calt=0,liga=0";}
|
|
|
|
|
|
a, a:visited{color:#000;}
|
|
/*a.active, li a.active{color:@main-blue;}*/
|
|
|
|
body{
|
|
.MuseoSans;
|
|
font-size:16px;
|
|
// font-feature-settings: "liga" 0;
|
|
// moz-font-feature-settings: "liga" 0;
|
|
// font-variant-ligatures: normal;
|
|
// -moz-font-feature-settings: "liga=0";
|
|
}
|
|
|
|
.8{font-size:8px;}
|
|
.9{font-size:9px;}
|
|
.10{font-size:10px;}
|
|
.11{font-size:10px;}
|
|
.12{font-size:12px;}
|
|
.14{font-size:14px;}
|
|
.16{font-size:16px;}
|
|
.18{font-size:18px;}
|
|
.24{font-size:24px;}
|
|
|
|
|
|
.regular{font-weight:normal;}
|
|
.bold{font-weight:bold;}
|
|
.100{font-weight:100;}
|
|
.300{font-weight:300;}
|
|
.500{font-weight:500;}
|
|
.700{font-weight:700;}
|
|
.900{font-weight:900;}
|
|
.upper{text-transform: uppercase;}
|
|
.italic{font-style:italic;}
|
|
.normal{font-style: normal;}
|
|
|
|
|
|
@screen-min-width:1201px;
|
|
|
|
/** FEUILLES DE STYLES */
|
|
.fs-header(){
|
|
.MuseoSans; .11; .900; text-decoration: none; color:#000; display:inline;
|
|
/* @media screen and (max-width:1200px){ .11; }*/
|
|
@media screen and (min-width:@screen-min-width){ .12; }
|
|
html.oldie &{.9;}
|
|
}
|
|
|
|
|
|
.fs-region-title(){
|
|
.MuseoSans; .11; .900; .upper; .m(0);
|
|
@media screen and (min-width:@screen-min-width){ .12; }
|
|
}
|
|
|
|
/** timeline */
|
|
.fs-titre-event-timeline(){
|
|
.MuseoSans; .12; .500; .italic;
|
|
}
|
|
.fs-artist-event-timeline(){
|
|
.MuseoSans; .12; .700;
|
|
}
|
|
|
|
/** filters */
|
|
.fs-filters-list(){
|
|
.MuseoSans; .11; .500;
|
|
@media screen and (min-width:@screen-min-width){ .12; }
|
|
}
|
|
|
|
.fs-footer-bottom(){
|
|
.MuseoSans; .8; .500; color:#494949; text-decoration: none;
|
|
a{color:#494949; text-decoration: none;}
|
|
}
|
|
|
|
.fs-perfnode-title(){
|
|
.MuseoSans; .900; .24;
|
|
}
|
|
.fs-perfnode-label(){
|
|
.MuseoSans; .900; .11; .upper;
|
|
}
|
|
.fs-perfnode-personne(){
|
|
.MuseoSans; .500; .16; .upper;
|
|
}
|
|
.fs-personne-texte(){
|
|
.MuseoSans; .500; .12;
|
|
}
|
|
.fs-perfnode-serie(){
|
|
.MuseoSans; .500; .16;
|
|
}
|
|
|
|
|
|
|