Skip to content

Commit ec1f96f

Browse files
Ivan LiIvan Li
Ivan Li
authored and
Ivan Li
committed
on trunk
1 parent 59d6ec3 commit ec1f96f

File tree

331 files changed

+27567
-4
lines changed

Some content is hidden

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

331 files changed

+27567
-4
lines changed

public/assets/external/sa/css/animate.css

Lines changed: 2744 additions & 0 deletions
Large diffs are not rendered by default.

public/assets/external/sa/css/animate.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/external/sa/css/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/external/sa/css/calendar.css

Lines changed: 406 additions & 0 deletions
Large diffs are not rendered by default.

public/assets/external/sa/css/file-manager.css

Lines changed: 1697 additions & 0 deletions
Large diffs are not rendered by default.

public/assets/external/sa/css/font-awesome.min.css

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/external/sa/css/form.css

Lines changed: 1809 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
/* Width */
2+
.w-100 {
3+
width: 100%;
4+
}
5+
6+
/* Position */
7+
.p-relative { position: relative; }
8+
.p-absolute { position: absolute; }
9+
10+
/* Background */
11+
.bg-none { background: none !important; }
12+
13+
/* Overflow + Text */
14+
.o-hidden { overflow: hidden; }
15+
.o-visible { overflow: visible; }
16+
.o-auto { overflow: auto; }
17+
.t-overflow { width: 97%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; }
18+
19+
/* Line height */
20+
.l-100 { line-height: 100%; }
21+
22+
/* Display */
23+
.d-block { display: block; }
24+
25+
/* Shadow */
26+
.t-s-0 { text-shadow: none; }
27+
.b-s-0 { box-shadow: none; }
28+
29+
/* Border */
30+
.b-0 { border: 0; }
31+
32+
/* Font */
33+
.f-bold { font-weight: bold; }
34+
35+
/* Paddings */
36+
.p-0 { padding: 0 !important; }
37+
.p-5 { padding: 5px !important; }
38+
.p-10 { padding: 10px !important; }
39+
.p-15 { padding: 15px !important; }
40+
.p-20 { padding: 20px !important; }
41+
42+
.p-t-0 { padding-top: 0 !important; }
43+
.p-t-5 { padding-top: 5px !important; }
44+
.p-t-10 { padding-top: 10px !important; }
45+
.p-t-15 { padding-top: 15px !important; }
46+
.p-t-20 { padding-top: 20px !important; }
47+
48+
.p-b-0 { padding-bottom: 0 !important; }
49+
.p-b-5 { padding-bottom: 5px !important; }
50+
.p-b-10 { padding-bottom: 10px !important; }
51+
.p-b-15 { padding-bottom: 15px !important; }
52+
.p-b-20 { padding-bottom: 20px !important; }
53+
54+
.p-l-0 { padding-left: 0 !important; }
55+
.p-l-5 { padding-left: 5px !important; }
56+
.p-l-10 { padding-left: 10px !important; }
57+
.p-l-15 { padding-left: 15px !important; }
58+
.p-l-20 { padding-left: 20px !important; }
59+
60+
.p-r-0 { padding-right: 0 !important; }
61+
.p-r-5 { padding-right: 5px !important; }
62+
.p-r-10 { padding-right: 10px !important; }
63+
.p-r-15 { padding-right: 15px !important; }
64+
.p-r-20 { padding-right: 20px !important; }
65+
66+
/* Margin */
67+
.m-0 { margin: 0 !important; }
68+
.m-5 { margin: 5px !important; }
69+
.m-10 { margin: 10px !important; }
70+
.m-15 { margin: 15px !important; }
71+
.m-20 { margin: 20px !important; }
72+
73+
.m-t-0 { margin-top: 0 !important; }
74+
.m-t-5 { margin-top: 5px !important; }
75+
.m-t-10 { margin-top: 10px !important; }
76+
.m-t-15 { margin-top: 15px !important; }
77+
.m-t-20 { margin-top: 20px !important; }
78+
79+
.m-b-0 { margin-bottom: 0 !important; }
80+
.m-b-5 { margin-bottom: 5px !important; }
81+
.m-b-10 { margin-bottom: 10px !important; }
82+
.m-b-15 { margin-bottom: 15px !important; }
83+
.m-b-20 { margin-bottom: 20px !important; }
84+
.m-b-25 { margin-bottom: 25px !important; }
85+
86+
.m-l-0 { margin-left: 0 !important; }
87+
.m-l-5 { margin-left: 5px !important; }
88+
.m-l-10 { margin-left: 10px !important; }
89+
.m-l-15 { margin-left: 15px !important; }
90+
.m-l-20 { margin-left: 20px !important; }
91+
92+
.m-r-0 { margin-right: 0 !important; }
93+
.m-r-5 { margin-right: 5px !important; }
94+
.m-r-10 { margin-right: 10px !important; }
95+
.m-r-15 { margin-right: 15px !important; }
96+
.m-r-20 { margin-right: 20px !important; }
97+
Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
/* Font Icons */
2+
.icon {
3+
display: inline-block;
4+
font-family: 'ios7-icon';
5+
-webkit-text-rendering: geometricPrecision;
6+
-moz-text-rendering: geometricPrecision;
7+
-ms-text-rendering: geometricPrecision;
8+
-o-text-rendering: geometricPrecision;
9+
text-rendering: geometricPrecision;
10+
-webkit-font-smoothing: antialiased;
11+
-moz-font-smoothing: antialiased;
12+
-ms-font-smoothing: antialiased;
13+
-o-font-smoothing: antialiased;
14+
font-smoothing: antialiased;
15+
font-style: normal;
16+
text-shadow: none;
17+
}
18+
19+
[class*="sa-"] {
20+
background-position: center;
21+
background-repeat: no-repeat;
22+
}
23+
24+
/* Left Menu */
25+
[class*="sa-side-"] {
26+
width: 44px;
27+
height: 44px;
28+
}
29+
30+
.sa-side-home { background-image: url(../img/icon/home.png); }
31+
.sa-side-typography { background-image: url(../img/icon/typography.png); }
32+
.sa-side-widget { background-image: url(../img/icon/widgets.png); }
33+
.sa-side-table { background-image: url(../img/icon/table.png); }
34+
.sa-side-form { background-image: url(../img/icon/form.png); }
35+
.sa-side-ui { background-image: url(../img/icon/ui.png); }
36+
.sa-side-folder { background-image: url(../img/icon/folder.png); }
37+
.sa-side-calendar { background-image: url(../img/icon/calendar.png); }
38+
.sa-side-page { background-image: url(../img/icon/pages.png); }
39+
.sa-side-chart { background-image: url(../img/icon/chart.png); }
40+
.sa-side-photos { background-image: url(../img/icon/photos.png); }
41+
42+
/* Top Menu */
43+
[class*="sa-top-"] {
44+
width: 40px;
45+
height: 48px;
46+
float: left;
47+
}
48+
.sa-top-message { background-image: url(../img/icon/message.png); }
49+
.sa-top-updates { background-image: url(../img/icon/updates.png); }
50+
51+
/* Editor */
52+
[class*="editor-"] {
53+
width: 13px;
54+
height: 22px;
55+
background-position: center;
56+
background-repeat: no-repeat;
57+
float: left;
58+
}
59+
.editor-text { background-image: url(../img/editor/text.png); }
60+
.editor-bold { background-image: url(../img/editor/bold.png); }
61+
.editor-italic { background-image: url(../img/editor/italic.png); }
62+
.editor-underline { background-image: url(../img/editor/underline.png); }
63+
.editor-unstyle { background-image: url(../img/editor/unstyle.png); }
64+
.editor-unlist { background-image: url(../img/editor/unlist.png); }
65+
.editor-orderlist { background-image: url(../img/editor/orderlist.png); }
66+
.editor-align { background-image: url(../img/editor/align.png); }
67+
.editor-line-height { background-image: url(../img/editor/line-height.png); }
68+
.editor-table { background-image: url(../img/editor/table.png); }
69+
.editor-link { background-image: url(../img/editor/link.png); }
70+
.editor-picture { background-image: url(../img/editor/picture.png); }
71+
.editor-video { background-image: url(../img/editor/video.png); }
72+
.editor-full-screen { background-image: url(../img/editor/full-screen.png); }
73+
.editor-code { background-image: url(../img/editor/code.png); }
74+
.editor-help { background-image: url(../img/editor/help.png); }
75+
.editor-font { background-image: url(../img/editor/font.png); }
76+
.editor-heading { background-image: url(../img/editor/heading.png); }
77+
78+
/* List Icons */
79+
[class*="sa-list-"] {
80+
display: inline-block;
81+
height: 21px;
82+
width: 21px;
83+
background-position: center;
84+
background-repeat: no-repeat;
85+
}
86+
87+
.sa-list-add { background-image: url(../img/icon/add.png); }
88+
.sa-list-refresh { background-image: url(../img/icon/refresh.png); }
89+
.sa-list-move { background-image: url(../img/icon/move.png); }
90+
.sa-list-delete { background-image: url(../img/icon/delete.png); }
91+
.sa-list-back { background-image: url(../img/icon/back.png); }
92+
.sa-list-forwad { background-image: url(../img/icon/forwad.png); }
93+
.sa-list-day { background-image: url(../img/icon/day.png); }
94+
.sa-list-week { background-image: url(../img/icon/week.png); }
95+
.sa-list-month { background-image: url(../img/icon/month.png); }
96+
.sa-list-spam { background-image: url(../img/icon/spam.png); }
97+
.sa-list-archive { background-image: url(../img/icon/archive.png); }
98+
99+
100+
/* Others */
101+
#menu-toggle { background-image: url(../img/icon/menu.png); }
102+
103+
/* Form */
104+
.sa-plus {
105+
width: 13px;
106+
height: 13px;
107+
background-image: url(../img/icon/plus-sm.png);
108+
display: inline-block;
109+
}
110+
111+
/* For Higher DPI */
112+
@media
113+
only screen and (-webkit-min-device-pixel-ratio: 1.25),
114+
only screen and ( min--moz-device-pixel-ratio: 1.25),
115+
only screen and ( -o-min-device-pixel-ratio: 2/1),
116+
only screen and ( min-device-pixel-ratio: 1.25),
117+
only screen and ( min-resolution: 120dpi),
118+
only screen and ( min-resolution: 1.25dppx) {
119+
120+
/* Left Menu */
121+
.sa-side-typography, .sa-side-widget, .sa-side-table, .sa-side-ui, .sa-side-folder { background-size: 23px 21px; }
122+
123+
.sa-side-home { background-image: url(../img/icon/home%402x.png); background-size: 25px 25px; }
124+
.sa-side-typography { background-image: url(../img/icon/typography%402x.png); }
125+
.sa-side-widget { background-image: url(../img/icon/widgets%402x.png); }
126+
.sa-side-table { background-image: url(../img/icon/table%402x.png); }
127+
.sa-side-form { background-image: url(../img/icon/form%402x.png); background-size: 19px 25px; }
128+
.sa-side-ui { background-image: url(../img/icon/ui%402x.png); }
129+
.sa-side-folder { background-image: url(../img/icon/folder%402x.png); }
130+
.sa-side-calendar { background-image: url(../img/icon/calendar%402x.png); background-size: 23px 23px; }
131+
.sa-side-page { background-image: url(../img/icon/pages%402x.png); background-size: 25px 21px; }
132+
.sa-side-chart { background-image: url(../img/icon/chart%402x.png); background-size: 24px 19px; }
133+
.sa-side-photos { background-image: url(../img/icon/photos%402x.png); background-size: 23px 19px; }
134+
135+
/* Top Menu */
136+
.sa-top-message { background-image: url(../img/icon/message%402x.png); background-size: 25px 17px; }
137+
.sa-top-updates { background-image: url(../img/icon/updates%402x.png); background-size: 25px 25px; }
138+
139+
/* Editor */
140+
.editor-text { background-image: url(../img/editor/text%402x.png); background-size: 11px 13px; }
141+
.editor-bold { background-image: url(../img/editor/bold%402x.png); background-size: 10px 13px;}
142+
.editor-italic { background-image: url(../img/editor/italic%402x.png); background-size: 5px 13px; }
143+
.editor-underline { background-image: url(../img/editor/underline%402x.png); background-size: 10px 13px; }
144+
.editor-unstyle { background-image: url(../img/editor/unstyle%402x.png); background-size: 11px 13px; }
145+
.editor-unlist { background-image: url(../img/editor/unlist%402x.png); background-size: 13px 13px; }
146+
.editor-orderlist { background-image: url(../img/editor/orderlist%402x.png); background-size: 13px 13px; }
147+
.editor-align { background-image: url(../img/editor/align%402x.png); background-size: 13px 13px; }
148+
.editor-line-height { background-image: url(../img/editor/line-height%402x.png); background-size: 11px 13px; }
149+
.editor-table { background-image: url(../img/editor/table%402x.png); background-size: 13px 13px; }
150+
.editor-link { background-image: url(../img/editor/link%402x.png); background-size: 9px 13px; }
151+
.editor-picture { background-image: url(../img/editor/picture%402x.png); background-size: 13px 13px; }
152+
.editor-video { background-image: url(../img/editor/video%402x.png); background-size: 13px 13px; }
153+
.editor-full-screen { background-image: url(../img/editor/full-screen%402x.png); background-size: 13px 13px; }
154+
.editor-code { background-image: url(../img/editor/code%402x.png); background-size: 10px 13px;}
155+
.editor-help { background-image: url(../img/editor/help%402x.png); background-size: 10px 13px; }
156+
.editor-font { background-image: url(../img/editor/font%402x.png); background-size: 10px 13px; }
157+
.editor-heading { background-image: url(../img/editor/heading%402x.png); background-size: 10px 13px; }
158+
159+
/* List Icons */
160+
.sa-list-add { background-image: url(../img/icon/add%402x.png); background-size: 19px 19px; }
161+
.sa-list-refresh { background-image: url(../img/icon/refresh%402x.png); background-size: 18px 19px; }
162+
.sa-list-move { background-image: url(../img/icon/move%402x.png); background-size: 19px 19px; }
163+
.sa-list-delete { background-image: url(../img/icon/delete%402x.png); background-size: 15px 19px; }
164+
.sa-list-back { background-image: url(../img/icon/back%402x.png); background-size: 12px 21px; }
165+
.sa-list-forwad { background-image: url(../img/icon/forwad%402x.png); background-size: 12px 21px; }
166+
.sa-list-day { background-image: url(../img/icon/day%402x.png); background-size: 21px 21px; }
167+
.sa-list-week { background-image: url(../img/icon/week%402x.png); background-size: 21px 21px; }
168+
.sa-list-month { background-image: url(../img/icon/month%402x.png); background-size: 21px 21px; }
169+
.sa-list-spam { background-image: url(../img/icon/spam%402x.png); background-size: 17px 17px; }
170+
.sa-list-archive { background-image: url(../img/icon/archive%402x.png); background-size: 17px 17px; }
171+
172+
/* Form */
173+
.sa-plus { background-image: url(../img/icon/plus-sm%402x.png); background-size: 13px 13px; }
174+
175+
/* Others */
176+
#menu-toggle { background-image: url(../img/icon/menu%402x.png); background-size: 18px 13px; }
177+
.main-search { background-image: url(../img/icon/search%402x.png); background-size: 25px 25px; }
178+
.tile-config > .tile-menu { background-image: url(../img/icon/tile-actions%402x.png); background-size: 13px 3px; }
179+
.message-search:not(:focus) { background-image: url(../img/icon/search%402x.png); background-size: 25px 25px; }
180+
}

0 commit comments

Comments
 (0)