Skip to content

Commit 144a1e0

Browse files
committed
init
0 parents  commit 144a1e0

File tree

1,364 files changed

+200664
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,364 files changed

+200664
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bin
2+
build
3+
*.iml
4+
.idea
5+
node_modules/
6+
yarn.*

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013-2016 Thomas Jang, Brant and Team AXISJ
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ax-boot-themes
2+
3+
## arongi
4+
5+
## bulldog
6+
7+
## cocker
8+
9+
## doberman
10+
11+
12+
# 테마 만들기
13+
14+
$ npm install
15+
$ gulp

arongi/_fonts.scss

+147
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
/* icon font */
2+
i{
3+
4+
}
5+
6+
$icomoon-font-path: "../plugins/cheqcon/fonts";
7+
@import "../plugins/cheqcon/variables";
8+
@import "../plugins/cheqcon/style.scss";
9+
10+
/*
11+
$nanum-gothic-path: "../plugins/webfont-nanum/nanumgothic/v3";
12+
$nanum-myeongjo-path: "../plugins/webfont-nanum/nanummyeongjo/v2";
13+
14+
@font-face {
15+
font-family: 'Nanum Gothic';
16+
font-style: normal;
17+
font-weight: 700;
18+
src: url($nanum-gothic-path + "/NanumGothic-Bold.eot");
19+
src: url($nanum-gothic-path + "/NanumGothic-Bold.eot?#iefix") format('embedded-opentype'), url($nanum-gothic-path + "/NanumGothic-Bold.woff") format('woff'), url($nanum-gothic-path + "v3/NanumGothic-Bold.ttf") format('truetype')
20+
}
21+
22+
@font-face {
23+
font-family: 'Nanum Gothic';
24+
font-style: normal;
25+
font-weight: 400;
26+
src: url($nanum-gothic-path + "/NanumGothic-Regular.eot");
27+
src: url($nanum-gothic-path + "/NanumGothic-Regular.eot?#iefix") format('embedded-opentype'), url($nanum-gothic-path + "/NanumGothic-Regular.woff") format('woff'), url($nanum-gothic-path + "/NanumGothic-Regular.ttf") format('truetype')
28+
}
29+
30+
@font-face {
31+
font-family: 'Nanum Gothic';
32+
font-style: normal;
33+
font-weight: 300;
34+
src: url($nanum-gothic-path + "/NanumGothic-Light.eot");
35+
src: url($nanum-gothic-path + "/NanumGothic-Light.eot?#iefix") format('embedded-opentype'), url($nanum-gothic-path + "/NanumGothic-Light.woff") format('woff'), url($nanum-gothic-path + "/NanumGothic-Light.ttf") format('truetype')
36+
}
37+
38+
@font-face {
39+
font-family: 'Nanum Gothic';
40+
font-style: normal;
41+
font-weight: 800;
42+
src: url($nanum-gothic-path + "/NanumGothic-ExtraBold.eot");
43+
src: url($nanum-gothic-path + "/NanumGothic-ExtraBold.eot?#iefix") format('embedded-opentype'), url($nanum-gothic-path + "/NanumGothic-ExtraBold.woff") format('woff'), url($nanum-gothic-path + "/NanumGothic-ExtraBold.ttf") format('truetype')
44+
}
45+
46+
@font-face {
47+
font-family: 'Nanum Myeongjo';
48+
font-style: normal;
49+
font-weight: 400;
50+
src: url($nanum-myeongjo-path + "/NanumMyeongjo-Regular.eot");
51+
src: url($nanum-myeongjo-path + "/NanumMyeongjo-Regular.eot?#iefix") format('embedded-opentype'), url($nanum-myeongjo-path + "/NanumMyeongjo-Regular.woff") format('woff'), url($nanum-myeongjo-path + "/NanumMyeongjo-Regular.ttf") format('truetype')
52+
}
53+
54+
@font-face {
55+
font-family: 'Nanum Myeongjo';
56+
font-style: normal;
57+
font-weight: 700;
58+
src: url($nanum-myeongjo-path + "/NanumMyeongjo-Bold.eot");
59+
src: url($nanum-myeongjo-path + "/NanumMyeongjo-Bold.eot?#iefix") format('embedded-opentype'), url($nanum-myeongjo-path + "/NanumMyeongjo-Bold.woff") format('woff'), url($nanum-myeongjo-path + "/NanumMyeongjo-Bold.ttf") format('truetype')
60+
}
61+
62+
@font-face {
63+
font-family: 'Nanum Myeongjo';
64+
font-style: normal;
65+
font-weight: 800;
66+
src: url($nanum-myeongjo-path + "/NanumMyeongjo-ExtraBold.eot");
67+
src: url($nanum-myeongjo-path + "/NanumMyeongjo-ExtraBold.eot?#iefix") format('embedded-opentype'), url($nanum-myeongjo-path + "/NanumMyeongjo-ExtraBold.woff") format('woff'), url($nanum-myeongjo-path + "/NanumMyeongjo-ExtraBold.ttf") format('truetype')
68+
}
69+
*/
70+
71+
$noto-sans-path: "../plugins/NotoSansKR-Hestia/fonts";
72+
@font-face {
73+
font-family: 'Noto Sans Korean';
74+
font-style: normal;
75+
font-weight: 100;
76+
src: local('Noto Sans Thin'), local('NotoSans-Thin'),
77+
url($noto-sans-path + "/eot/NotoSansKR-Thin-Hestia.eot"),
78+
url($noto-sans-path + "/eot/NotoSansKR-Thin-Hestia.eot?#iefix") format('embedded-opentype'),
79+
url($noto-sans-path + "/woff/NotoSansKR-Thin-Hestia.woff") format('woff'),
80+
url($noto-sans-path + "/otf/NotoSansKR-Thin-Hestia.otf") format('opentype');
81+
}
82+
83+
@font-face {
84+
font-family: 'Noto Sans Korean';
85+
font-style: normal;
86+
font-weight: 300;
87+
src: local('Noto Sans Light'), local('NotoSans-Light'),
88+
url($noto-sans-path + "/eot/NotoSansKR-Light-Hestia.eot"),
89+
url($noto-sans-path + "/eot/NotoSansKR-Light-Hestia.eot?#iefix") format('embedded-opentype'),
90+
url($noto-sans-path + "/woff/NotoSansKR-Light-Hestia.woff") format('woff'),
91+
url($noto-sans-path + "/otf/NotoSansKR-Light-Hestia.otf") format('opentype');
92+
}
93+
94+
@font-face {
95+
font-family: 'Noto Sans Korean';
96+
font-style: normal;
97+
font-weight: 350;
98+
src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
99+
url($noto-sans-path + "/eot/NotoSansKR-DemiLight-Hestia.eot"),
100+
url($noto-sans-path + "/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix") format('embedded-opentype'),
101+
url($noto-sans-path + "/woff/NotoSansKR-DemiLight-Hestia.woff") format('woff'),
102+
url($noto-sans-path + "/otf/NotoSansKR-DemiLight-Hestia.otf") format('opentype');
103+
}
104+
105+
@font-face {
106+
font-family: 'Noto Sans Korean';
107+
font-style: normal;
108+
font-weight: 400;
109+
src: local('Noto Sans Regular'), local('NotoSans-Regular'),
110+
url($noto-sans-path + "/eot/NotoSansKR-Regular-Hestia.eot"),
111+
url($noto-sans-path + "/eot/NotoSansKR-Regular-Hestia.eot?#iefix") format('embedded-opentype'),
112+
url($noto-sans-path + "/woff/NotoSansKR-Regular-Hestia.woff") format('woff'),
113+
url($noto-sans-path + "/otf/NotoSansKR-Regular-Hestia.otf") format('opentype');
114+
}
115+
116+
@font-face {
117+
font-family: 'Noto Sans Korean';
118+
font-style: normal;
119+
font-weight: 500;
120+
src: local('Noto Sans Medium'), local('NotoSans-Medium'),
121+
url($noto-sans-path + "/eot/NotoSansKR-Medium-Hestia.eot"),
122+
url($noto-sans-path + "/eot/NotoSansKR-Medium-Hestia.eot?#iefix") format('embedded-opentype'),
123+
url($noto-sans-path + "/woff/NotoSansKR-Medium-Hestia.woff") format('woff'),
124+
url($noto-sans-path + "/otf/NotoSansKR-Medium-Hestia.otf") format('opentype');
125+
}
126+
127+
@font-face {
128+
font-family: 'Noto Sans Korean';
129+
font-style: normal;
130+
font-weight: 700;
131+
src: local('Noto Sans Bold'), local('NotoSans-Bold'),
132+
url($noto-sans-path + "/eot/NotoSansKR-Bold-Hestia.eot"),
133+
url($noto-sans-path + "/eot/NotoSansKR-Bold-Hestia.eot?#iefix") format('embedded-opentype'),
134+
url($noto-sans-path + "/woff/NotoSansKR-Bold-Hestia.woff") format('woff'),
135+
url($noto-sans-path + "/otf/NotoSansKR-Bold-Hestia.otf") format('opentype');
136+
}
137+
138+
@font-face {
139+
font-family: 'Noto Sans Korean';
140+
font-style: normal;
141+
font-weight: 900;
142+
src: local('Noto Sans Black'), local('NotoSans-Black'),
143+
url($noto-sans-path + "/eot/NotoSansKR-Black-Hestia.eot"),
144+
url($noto-sans-path + "/eot/NotoSansKR-Black-Hestia.eot?#iefix") format('embedded-opentype'),
145+
url($noto-sans-path + "/woff/NotoSansKR-Black-Hestia.woff") format('woff'),
146+
url($noto-sans-path + "/otf/NotoSansKR-Black-Hestia.otf") format('opentype');
147+
}

arongi/_keyframe.scss

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
@include keyframes(BLINKING) {
2+
0% {
3+
opacity: 0.3;
4+
}
5+
100% {
6+
opacity: 1.0;
7+
}
8+
}
9+
10+
@include keyframes(ZOOM-IN-OUT) {
11+
0% {
12+
opacity: 1.0;
13+
@include transform(scale(1.0));
14+
}
15+
100% {
16+
opacity: 0.5;
17+
@include transform(scale(1.5));
18+
}
19+
}
20+
21+
@include keyframes(SPIN) {
22+
0% {
23+
@include transform(rotate(0deg));
24+
}
25+
100% {
26+
@include transform(rotate(360deg));
27+
}
28+
}
29+
30+
// FADE
31+
@include keyframes(BODY_FADE_IN){
32+
from {
33+
@include opacity(0.0);
34+
@include transform(translateY(-1%));
35+
}
36+
to {
37+
@include opacity(1.0);
38+
@include transform(translateY(0));
39+
}
40+
}
41+
@include keyframes(BODY_FADE_OUT){
42+
from {
43+
@include opacity(1);
44+
}
45+
to {
46+
@include opacity(0.0);
47+
display: none;
48+
}
49+
}
50+
51+
@include keyframes(SLIDE-UP) {
52+
0% {
53+
opacity: 0.0;
54+
@include transform(translateY(30px) scale(1.0));
55+
}
56+
100% {
57+
opacity: 1.0;
58+
@include transform(translateY(0%) scale(1.0));
59+
}
60+
}
61+
@include keyframes(SLIDE-DOWN) {
62+
0% {
63+
opacity: 0.0;
64+
@include transform(translateY(-30px) scale(1.0));
65+
}
66+
100% {
67+
opacity: 1.0;
68+
@include transform(translateY(0%) scale(1.0));
69+
}
70+
}
71+
@include keyframes(SLIDE-IN-LEFT) {
72+
0% {
73+
@include transform(translateX(-30px) scale(1.0));
74+
}
75+
100% {
76+
@include transform(translateY(0%) scale(1.0));
77+
}
78+
}
79+
@include keyframes(SLIDE-IN-RIGHT) {
80+
0% {
81+
@include transform(translateX(30px) scale(1.0));
82+
}
83+
100% {
84+
@include transform(translateY(0%) scale(1.0));
85+
}
86+
}

arongi/_mixin.scss

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
@mixin W($s:1, $e:100){
2+
@for $i from $s through $e {
3+
&.W#{$i} {
4+
width: #{$i}px;
5+
}
6+
}
7+
@for $i from $s through $e {
8+
&.W#{$i*10} {
9+
width: #{$i*10}px;
10+
}
11+
}
12+
}
13+
@mixin H($s:1, $e:100){
14+
@for $i from $s through $e {
15+
&.H#{$i} {
16+
height: #{$i}px;
17+
}
18+
}
19+
@for $i from $s through $e {
20+
&.H#{$i*10} {
21+
height: #{$i*10}px;
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)