mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
Son Goku
- Rebased sql, test, web, defintions, languages, INSTALL, and libs folders.
This commit is contained in:
parent
24de55e45a
commit
d0b12e92e7
362 changed files with 21716 additions and 7018 deletions
8
web/libs/less/_Black.less
Normal file
8
web/libs/less/_Black.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* BEGIN Black */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Black");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Black */
|
8
web/libs/less/_BlackItalic.less
Normal file
8
web/libs/less/_BlackItalic.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* BEGIN Black Italic */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "BlackItalic");
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
}
|
||||
/* END Black Italic */
|
14
web/libs/less/_Bold.less
Normal file
14
web/libs/less/_Bold.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* BEGIN Bold */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Bold");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Bold");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Bold */
|
14
web/libs/less/_BoldItalic.less
Normal file
14
web/libs/less/_BoldItalic.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* BEGIN Bold Italic */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "BoldItalic");
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "BoldItalic");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
/* END Bold Italic */
|
14
web/libs/less/_Italic.less
Normal file
14
web/libs/less/_Italic.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* BEGIN Italic */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Italic");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Italic");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
/* END Italic */
|
8
web/libs/less/_Light.less
Normal file
8
web/libs/less/_Light.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* BEGIN Light */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Light");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Light */
|
8
web/libs/less/_LightItalic.less
Normal file
8
web/libs/less/_LightItalic.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* BEGIN Light Italic */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "LightItalic");
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
/* END Light Italic */
|
8
web/libs/less/_Medium.less
Normal file
8
web/libs/less/_Medium.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* BEGIN Medium */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Medium");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Medium */
|
8
web/libs/less/_MediumItalic.less
Normal file
8
web/libs/less/_MediumItalic.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* BEGIN Medium Italic */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "MediumItalic");
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
||||
/* END Medium Italic */
|
14
web/libs/less/_Regular.less
Normal file
14
web/libs/less/_Regular.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* BEGIN Regular */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Regular");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Regular");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Regular */
|
8
web/libs/less/_Thin.less
Normal file
8
web/libs/less/_Thin.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* BEGIN Thin */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Thin");
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Thin */
|
8
web/libs/less/_ThinItalic.less
Normal file
8
web/libs/less/_ThinItalic.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* BEGIN Thin Italic */
|
||||
@font-face {
|
||||
font-family: Roboto;
|
||||
.fontdef-woff(@FontPath, @FontName, @FontVersion, "ThinItalic");
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
}
|
||||
/* END Thin Italic */
|
4
web/libs/less/_mixins.less
Normal file
4
web/libs/less/_mixins.less
Normal file
|
@ -0,0 +1,4 @@
|
|||
.fontdef-woff(@FontPath, @FontName, @FontVersion:"1.0.0", @FontType:"Regular") {
|
||||
src: url('@{FontPath}/@{FontType}/@{FontName}-@{FontType}.woff2?v=@{FontVersion}') format('woff2'),
|
||||
url('@{FontPath}/@{FontType}/@{FontName}-@{FontType}.woff?v=@{FontVersion}') format('woff');
|
||||
}
|
3
web/libs/less/_variables.less
Normal file
3
web/libs/less/_variables.less
Normal file
|
@ -0,0 +1,3 @@
|
|||
@FontPath: "./fonts";
|
||||
@FontName: "Roboto";
|
||||
@FontVersion: "2.137";
|
Loading…
Add table
Add a link
Reference in a new issue