first global commit
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
/** COMMONS */
|
||||
.Museo {
|
||||
font-family: "Museo", Arial, sans-serif;
|
||||
}
|
||||
.MuseoSans {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
}
|
||||
.MuseoSlab {
|
||||
font-family: "MuseoSlab", Arial, sans-serif;
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
color: #000;
|
||||
}
|
||||
/*a.active, li a.active{color:@main-blue;}*/
|
||||
body {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
/** FEUILLES DE STYLES */
|
||||
/** timeline */
|
||||
/** filters */
|
||||
Reference in New Issue
Block a user