]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb_esperanzah/static/css/_type.scss
13880237bece5766579d4d2499bd2eeb5436f3e5
[panikweb-esperanzah.git] / panikweb_esperanzah / static / css / _type.scss
1 $font-path: '../fonts/Cervo' !default;
2
3 @mixin cervo-font($type, $weight, $style: normal) {
4     @font-face {
5         font-family: 'Cervo';
6         src: url('#{$font-path}/typoforge_studio_-_cervoneue-#{$type}neue-webfont.woff') format('woff2'),
7              url('#{$font-path}/typoforge_studio_-_cervoneue-#{$type}neue-webfont.woff') format('woff');
8         font-weight: $weight;
9         font-style: $style;
10     }
11 }
12
13 @include cervo-font('regular', 400);
14 @include cervo-font('bold', 700);
15
16 [class^="icon-"],
17 [class*=" icon-"]{
18         /*font-size:1.3em;*/
19 }
20 .resymbol{
21         vertical-align: middle;
22         display: inline-block;
23         font-family: 'Symbols';
24 }
25 .resymbol.big, .icons.big{
26         font-size:2em;
27 }
28 .resymbol.huge, .icons.huge{
29         font-size:3em;
30 }
31 .info:before,.warning:before,.error:before{
32         font-family: FontAwesome;
33         display:inline-block;
34         margin-right:0.2em;
35 }
36 .info:before {
37         content: "\f05a";
38 }
39 .warning:before {
40         content: "\f071";
41 }
42 .error:before {
43         content: "\f056 ";
44 }
45 .checked:before {
46         content: "\f056 ";
47 }
48                         
49 .icon-communautaire:before {
50   content: "▲"; /* ▴ */
51 }                       
52 .icon-musique:before {
53   content: "△"; /* ▵ */
54 }               
55 .icon-creation:before {
56   content: "○"; /* ○ */
57 }                       
58 .icon-agenda-culturel:before {
59   content: "●"; /*  ● */
60 }
61 .icon-infodebats:before {
62   content: "■"; /*  ■ */
63   /*content: "□ ";   □ */
64 }
65