]> git.0d.be Git - panikweb.git/blobdiff - panikweb/static/css/_type.scss
move static & templates to panikweb project directory
[panikweb.git] / panikweb / static / css / _type.scss
diff --git a/panikweb/static/css/_type.scss b/panikweb/static/css/_type.scss
new file mode 100644 (file)
index 0000000..5a4e581
--- /dev/null
@@ -0,0 +1,133 @@
+@font-face {
+    font-family: 'RegloNormal';
+    src: url('../reglo/RE01.otf');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'RegloMedium';
+    src: url('../reglo/RE02-Medium.otf');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'RegloBold';
+    src: url('../reglo/RE03-Bold.otf');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'RE04';
+    src: url('../reglo/RE04-Bold.otf');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'RE05';
+    src: url('../reglo/RE05-Bold.otf');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'RegloSymbol';
+    src: url('../reglo/RE06.otf');
+    font-weight: normal;
+    font-style: normal;
+       line-height: 0 !important;
+}
+
+@font-face {
+    font-family: 'Reglo';
+    src: url('../reglo/Reglo-Bold.otf');
+    font-weight: normal;
+    font-style: normal;
+}
+@font-face {
+    font-family: 'Symbols';
+    src: url('../reglo/RESYMBOL-resized.otf');
+    font-weight: normal;
+    font-style: normal;
+}
+@font-face {
+    font-family: 'SymbolsResized';
+    src: url('../reglo/RESYMBOL-resized.otf');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'RegloScale';
+    src: url('../reglo/RegloScaleBold.otf');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'Montserrat';
+    src: url('../fonts/Montserrat-Regular.ttf');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'Montserrat';
+    src: url('../fonts/Montserrat-Bold.ttf');
+    font-weight: bold;
+    font-style: normal;
+}
+
+[class^="icon-"],
+[class*=" icon-"]{
+       /*font-size:1.3em;*/
+}
+.resymbol{
+       vertical-align: middle;
+       display: inline-block;
+       font-family: 'Symbols';
+}
+.resymbol.big, .icons.big{
+       font-size:2em;
+}
+.resymbol.huge, .icons.huge{
+       font-size:3em;
+}
+.info:before,.warning:before,.error:before{
+       font-family: FontAwesome;
+       display:inline-block;
+       margin-right:0.2em;
+}
+.info:before {
+       content: "\f05a";
+}
+.warning:before {
+       content: "\f071";
+}
+.error:before {
+       content: "\f056 ";
+}
+.checked:before {
+       content: "\f056 ";
+}
+                       
+.icon-communautaire:before {
+  content: "▲"; /* ▴ */
+}                      
+.icon-musique:before {
+  content: "△"; /* ▵ */
+}              
+.icon-creation:before {
+  content: "○"; /* ○ */
+}                      
+.icon-agenda-culturel:before {
+  content: "●"; /*  ● */
+}
+.icon-infodebats:before {
+  content: "■"; /*  ■ */
+  /*content: "□ ";   □ */
+}
+