Skip to content

Commit 48d7efc

Browse files
author
Dipu Raj
committed
License URL updated
1 parent bb6f042 commit 48d7efc

File tree

5 files changed

+131
-131
lines changed

5 files changed

+131
-131
lines changed

css/smart_wizard.css

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/* SmartWizard v4.x
22
* jQuery Wizard Plugin
33
* http://www.techlaboratory.net/smartwizard
4-
*
5-
* Created by Dipu Raj
4+
*
5+
* Created by Dipu Raj
66
* http://dipuraj.me
7-
*
7+
*
88
* Licensed under the terms of MIT License
9-
* https://github.com/techlab/SmartWizard/blob/master/MIT-LICENSE.txt
9+
* https://github.com/techlab/SmartWizard/blob/master/LICENSE
1010
*/
1111

1212
/* SmartWizard Basic CSS */
@@ -20,13 +20,13 @@
2020
display: block;
2121
margin: 0;
2222
padding: 0;
23-
overflow:hidden;
23+
overflow:hidden;
2424
position: relative;
2525
}
26-
.sw-main .step-content {
26+
.sw-main .step-content {
2727
display:none;
2828
position: relative;
29-
margin:0;
29+
margin:0;
3030
}
3131
.sw-main .sw-toolbar{
3232
margin-left: 0;
@@ -35,20 +35,20 @@
3535

3636
/* SmartWizard Theme: White */
3737
.sw-theme-default{
38-
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
38+
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
3939
}
4040
.sw-theme-default .sw-container {
4141
min-height: 250px;
4242
}
43-
.sw-theme-default .step-content {
44-
padding: 10px;
45-
border: 0px solid #D4D4D4;
43+
.sw-theme-default .step-content {
44+
padding: 10px;
45+
border: 0px solid #D4D4D4;
4646
background-color: #FFF;
4747
text-align: left;
4848
}
4949
.sw-theme-default .sw-toolbar{
5050
background: #f9f9f9;
51-
border-radius: 0 !important;
51+
border-radius: 0 !important;
5252
padding-left: 10px;
5353
padding-right: 10px;
5454
margin-bottom: 0 !important;
@@ -59,54 +59,54 @@
5959
.sw-theme-default .sw-toolbar-bottom{
6060
border-top-color: #ddd !important;
6161
}
62-
.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
63-
border: none !important;
64-
color: #bbb;
62+
.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
63+
border: none !important;
64+
color: #bbb;
6565
text-decoration: none;
6666
outline-style:none;
6767
background: transparent !important;
6868
border: none !important;
6969
}
7070
.sw-theme-default > ul.step-anchor > li.clickable > a:hover {
71-
color: #4285F4 !important;
72-
background: transparent !important;
71+
color: #4285F4 !important;
72+
background: transparent !important;
7373
}
74-
.sw-theme-default > ul.step-anchor > li > a::after {
75-
content: "";
74+
.sw-theme-default > ul.step-anchor > li > a::after {
75+
content: "";
7676
background: #4285F4; /* #5bc0de #4285F4*/
77-
height: 2px;
78-
position: absolute;
79-
width: 100%;
80-
left: 0px;
81-
bottom: 0px;
82-
transition: all 250ms ease 0s;
83-
transform: scale(0);
84-
}
85-
.sw-theme-default > ul.step-anchor > li.active > a {
86-
border: none !important;
87-
color: #4285F4 !important;
88-
background: transparent !important;
89-
}
90-
.sw-theme-default > ul.step-anchor > li.active > a::after {
91-
transform: scale(1);
92-
}
93-
.sw-theme-default > ul.step-anchor > li.done > a {
94-
border: none !important;
95-
color: #000 !important;
96-
background: transparent !important;
97-
}
98-
.sw-theme-default > ul.step-anchor > li.done > a::after {
99-
background: #5cb85c;
100-
transform: scale(1);
101-
}
102-
.sw-theme-default > ul.step-anchor > li.danger > a {
103-
border: none !important;
104-
color: #d9534f !important;
105-
background: transparent !important;
106-
}
107-
.sw-theme-default > ul.step-anchor > li.danger > a::after {
108-
background: #d9534f;
109-
transform: scale(1);
77+
height: 2px;
78+
position: absolute;
79+
width: 100%;
80+
left: 0px;
81+
bottom: 0px;
82+
transition: all 250ms ease 0s;
83+
transform: scale(0);
84+
}
85+
.sw-theme-default > ul.step-anchor > li.active > a {
86+
border: none !important;
87+
color: #4285F4 !important;
88+
background: transparent !important;
89+
}
90+
.sw-theme-default > ul.step-anchor > li.active > a::after {
91+
transform: scale(1);
92+
}
93+
.sw-theme-default > ul.step-anchor > li.done > a {
94+
border: none !important;
95+
color: #000 !important;
96+
background: transparent !important;
97+
}
98+
.sw-theme-default > ul.step-anchor > li.done > a::after {
99+
background: #5cb85c;
100+
transform: scale(1);
101+
}
102+
.sw-theme-default > ul.step-anchor > li.danger > a {
103+
border: none !important;
104+
color: #d9534f !important;
105+
background: transparent !important;
106+
}
107+
.sw-theme-default > ul.step-anchor > li.danger > a::after {
108+
background: #d9534f;
109+
transform: scale(1);
110110
}
111111
.sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover {
112112
color: #eee !important;
@@ -116,10 +116,10 @@
116116
@media screen and (max-width: 768px) {
117117
.sw-theme-default > .nav-tabs > li {
118118
float: none !important;
119-
}
119+
}
120120
}
121121

122-
/* Loader Animation
122+
/* Loader Animation
123123
Courtesy: http://bootsnipp.com/snippets/featured/loading-button-effect-no-js
124124
*/
125125
@-webkit-keyframes ld {

css/smart_wizard_theme_arrows.css

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/* SmartWizard v4.x
22
* jQuery Wizard Plugin
33
* http://www.techlaboratory.net/smartwizard
4-
*
5-
* Created by Dipu Raj
4+
*
5+
* Created by Dipu Raj
66
* http://dipuraj.me
7-
*
7+
*
88
* Licensed under the terms of MIT License
9-
* https://github.com/techlab/SmartWizard/blob/master/MIT-LICENSE.txt
9+
* https://github.com/techlab/SmartWizard/blob/master/LICENSE
1010
*/
1111

1212
/* SmartWizard Theme: Arrows */
@@ -17,9 +17,9 @@
1717
.sw-theme-arrows > .sw-container {
1818
min-height: 200px;
1919
}
20-
.sw-theme-arrows .step-content {
21-
padding: 0 10px;
22-
border: 0px solid #D4D4D4;
20+
.sw-theme-arrows .step-content {
21+
padding: 0 10px;
22+
border: 0px solid #D4D4D4;
2323
background-color: #FFF;
2424
text-align: left;
2525
}
@@ -42,95 +42,95 @@
4242
border-radius: 5px;
4343
border-bottom-left-radius: 0;
4444
border-bottom-right-radius: 0;
45-
list-style: none;
45+
list-style: none;
4646
overflow: hidden;
4747
/*margin: -1px -1px 0 -1px -1px;*/
4848
}
4949
.sw-theme-arrows > ul.step-anchor li+li:before {
5050
padding: 0;
5151
}
52-
.sw-theme-arrows > ul.step-anchor > li {
52+
.sw-theme-arrows > ul.step-anchor > li {
5353
}
5454

5555
.sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
5656
color: #bbb;
57-
text-decoration: none;
57+
text-decoration: none;
5858
padding: 10px 0 10px 45px;
59-
position: relative;
59+
position: relative;
6060
display: block;
6161
border: 0 !important;
6262
border-radius: 0;
6363
outline-style:none;
6464
background: #f5f5f5;
6565
}
66-
.sw-theme-arrows > ul.step-anchor > li > a:after {
67-
content: " ";
68-
display: block;
69-
width: 0;
66+
.sw-theme-arrows > ul.step-anchor > li > a:after {
67+
content: " ";
68+
display: block;
69+
width: 0;
7070
height: 0;
7171
border-top: 50px solid transparent;
7272
border-bottom: 50px solid transparent;
7373
border-left: 30px solid #f5f5f5;
7474
position: absolute;
7575
top: 50%;
76-
margin-top: -50px;
76+
margin-top: -50px;
7777
left: 100%;
78-
z-index: 2;
78+
z-index: 2;
7979
}
80-
.sw-theme-arrows > ul.step-anchor > li > a:before {
81-
content: " ";
82-
display: block;
83-
width: 0;
80+
.sw-theme-arrows > ul.step-anchor > li > a:before {
81+
content: " ";
82+
display: block;
83+
width: 0;
8484
height: 0;
8585
border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
8686
border-bottom: 50px solid transparent;
8787
border-left: 30px solid #ddd;
8888
position: absolute;
8989
top: 50%;
90-
margin-top: -50px;
90+
margin-top: -50px;
9191
margin-left: 1px;
9292
left: 100%;
93-
z-index: 1;
94-
}
93+
z-index: 1;
94+
}
9595
.sw-theme-arrows > ul.step-anchor > li:first-child > a {
9696
padding-left: 15px;
9797
}
98-
.sw-theme-arrows > ul.step-anchor > li > a:hover {
99-
color: #bbb;
98+
.sw-theme-arrows > ul.step-anchor > li > a:hover {
99+
color: #bbb;
100100
text-decoration: none;
101101
outline-style:none;
102102
background: #f5f5f5;
103-
border-color: #f5f5f5;
103+
border-color: #f5f5f5;
104104
}
105-
.sw-theme-arrows > ul.step-anchor > li > a:hover:after {
106-
border-left-color: #f5f5f5;
105+
.sw-theme-arrows > ul.step-anchor > li > a:hover:after {
106+
border-left-color: #f5f5f5;
107107
}
108-
.sw-theme-arrows > ul.step-anchor > li > a small{
108+
.sw-theme-arrows > ul.step-anchor > li > a small{
109109
}
110110
.sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
111-
color: #4285F4 !important;
112-
background: #46b8da !important;
111+
color: #4285F4 !important;
112+
background: #46b8da !important;
113113
}
114-
.sw-theme-arrows > ul.step-anchor > li.active > a {
115-
border-color: #5bc0de !important;
116-
color: #fff !important;
114+
.sw-theme-arrows > ul.step-anchor > li.active > a {
115+
border-color: #5bc0de !important;
116+
color: #fff !important;
117117
background: #5bc0de !important;
118118
}
119119
.sw-theme-arrows > ul.step-anchor > li.active > a:after {
120120
border-left: 30px solid #5bc0de !important;
121121
}
122-
.sw-theme-arrows > ul.step-anchor > li.done > a {
123-
border-color: #5cb85c !important;
124-
color: #fff !important;
125-
background: #5cb85c !important;
122+
.sw-theme-arrows > ul.step-anchor > li.done > a {
123+
border-color: #5cb85c !important;
124+
color: #fff !important;
125+
background: #5cb85c !important;
126126
}
127127
.sw-theme-arrows > ul.step-anchor > li.done > a:after {
128128
border-left: 30px solid #5cb85c;
129129
}
130-
.sw-theme-arrows > ul.step-anchor > li.danger > a {
131-
border-color: #d9534f !important;
132-
color: #d9534f !important;
133-
background: #fff !important;
130+
.sw-theme-arrows > ul.step-anchor > li.danger > a {
131+
border-color: #d9534f !important;
132+
color: #d9534f !important;
133+
background: #fff !important;
134134
}
135135
.sw-theme-arrows > ul.step-anchor > li.disabled > a, .sw-theme-arrows > ul.step-anchor > li.disabled > a:hover {
136136
color: #eee !important;
@@ -145,7 +145,7 @@
145145
.sw-theme-arrows > .nav-tabs > li {
146146
float: none !important;
147147
margin-bottom: 0;
148-
}
148+
}
149149
.sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
150150
padding-left: 15px;
151151
margin-right: 0;
@@ -156,7 +156,7 @@
156156
}
157157
}
158158

159-
/* Loader Animation
159+
/* Loader Animation
160160
Courtesy: http://bootsnipp.com/snippets/featured/loading-button-effect-no-js
161161
*/
162162
@-webkit-keyframes ld {

0 commit comments

Comments
 (0)