]> git.0d.be Git - panikweb.git/blob - panikweb/static/css/_type.scss
move static & templates to panikweb project directory
[panikweb.git] / panikweb / static / css / _type.scss
1 @font-face {
2     font-family: 'RegloNormal';
3     src: url('../reglo/RE01.otf');
4     font-weight: normal;
5     font-style: normal;
6 }
7
8 @font-face {
9     font-family: 'RegloMedium';
10     src: url('../reglo/RE02-Medium.otf');
11     font-weight: normal;
12     font-style: normal;
13 }
14
15 @font-face {
16     font-family: 'RegloBold';
17     src: url('../reglo/RE03-Bold.otf');
18     font-weight: normal;
19     font-style: normal;
20 }
21
22 @font-face {
23     font-family: 'RE04';
24     src: url('../reglo/RE04-Bold.otf');
25     font-weight: normal;
26     font-style: normal;
27 }
28
29 @font-face {
30     font-family: 'RE05';
31     src: url('../reglo/RE05-Bold.otf');
32     font-weight: normal;
33     font-style: normal;
34 }
35
36 @font-face {
37     font-family: 'RegloSymbol';
38     src: url('../reglo/RE06.otf');
39     font-weight: normal;
40     font-style: normal;
41         line-height: 0 !important;
42 }
43
44 @font-face {
45     font-family: 'Reglo';
46     src: url('../reglo/Reglo-Bold.otf');
47     font-weight: normal;
48     font-style: normal;
49 }
50 @font-face {
51     font-family: 'Symbols';
52     src: url('../reglo/RESYMBOL-resized.otf');
53     font-weight: normal;
54     font-style: normal;
55 }
56 @font-face {
57     font-family: 'SymbolsResized';
58     src: url('../reglo/RESYMBOL-resized.otf');
59     font-weight: normal;
60     font-style: normal;
61 }
62
63 @font-face {
64     font-family: 'RegloScale';
65     src: url('../reglo/RegloScaleBold.otf');
66     font-weight: normal;
67     font-style: normal;
68 }
69
70 @font-face {
71     font-family: 'Montserrat';
72     src: url('../fonts/Montserrat-Regular.ttf');
73     font-weight: normal;
74     font-style: normal;
75 }
76
77 @font-face {
78     font-family: 'Montserrat';
79     src: url('../fonts/Montserrat-Bold.ttf');
80     font-weight: bold;
81     font-style: normal;
82 }
83
84 [class^="icon-"],
85 [class*=" icon-"]{
86         /*font-size:1.3em;*/
87 }
88 .resymbol{
89         vertical-align: middle;
90         display: inline-block;
91         font-family: 'Symbols';
92 }
93 .resymbol.big, .icons.big{
94         font-size:2em;
95 }
96 .resymbol.huge, .icons.huge{
97         font-size:3em;
98 }
99 .info:before,.warning:before,.error:before{
100         font-family: FontAwesome;
101         display:inline-block;
102         margin-right:0.2em;
103 }
104 .info:before {
105         content: "\f05a";
106 }
107 .warning:before {
108         content: "\f071";
109 }
110 .error:before {
111         content: "\f056 ";
112 }
113 .checked:before {
114         content: "\f056 ";
115 }
116                         
117 .icon-communautaire:before {
118   content: "▲"; /* ▴ */
119 }                       
120 .icon-musique:before {
121   content: "△"; /* ▵ */
122 }               
123 .icon-creation:before {
124   content: "○"; /* ○ */
125 }                       
126 .icon-agenda-culturel:before {
127   content: "●"; /*  ● */
128 }
129 .icon-infodebats:before {
130   content: "■"; /*  ■ */
131   /*content: "□ ";   □ */
132 }
133