Skip to content

Commit

Permalink
License URL updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipu Raj committed Dec 12, 2016
1 parent bb6f042 commit 48d7efc
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 131 deletions.
108 changes: 54 additions & 54 deletions css/smart_wizard.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* SmartWizard v4.x
* jQuery Wizard Plugin
* http://www.techlaboratory.net/smartwizard
*
* Created by Dipu Raj
*
* Created by Dipu Raj
* http://dipuraj.me
*
*
* Licensed under the terms of MIT License
* https://github.com/techlab/SmartWizard/blob/master/MIT-LICENSE.txt
* https://github.com/techlab/SmartWizard/blob/master/LICENSE
*/

/* SmartWizard Basic CSS */
Expand All @@ -20,13 +20,13 @@
display: block;
margin: 0;
padding: 0;
overflow:hidden;
overflow:hidden;
position: relative;
}
.sw-main .step-content {
.sw-main .step-content {
display:none;
position: relative;
margin:0;
margin:0;
}
.sw-main .sw-toolbar{
margin-left: 0;
Expand All @@ -35,20 +35,20 @@

/* SmartWizard Theme: White */
.sw-theme-default{
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.sw-theme-default .sw-container {
min-height: 250px;
}
.sw-theme-default .step-content {
padding: 10px;
border: 0px solid #D4D4D4;
.sw-theme-default .step-content {
padding: 10px;
border: 0px solid #D4D4D4;
background-color: #FFF;
text-align: left;
}
.sw-theme-default .sw-toolbar{
background: #f9f9f9;
border-radius: 0 !important;
border-radius: 0 !important;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0 !important;
Expand All @@ -59,54 +59,54 @@
.sw-theme-default .sw-toolbar-bottom{
border-top-color: #ddd !important;
}
.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
border: none !important;
color: #bbb;
.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
border: none !important;
color: #bbb;
text-decoration: none;
outline-style:none;
background: transparent !important;
border: none !important;
}
.sw-theme-default > ul.step-anchor > li.clickable > a:hover {
color: #4285F4 !important;
background: transparent !important;
color: #4285F4 !important;
background: transparent !important;
}
.sw-theme-default > ul.step-anchor > li > a::after {
content: "";
.sw-theme-default > ul.step-anchor > li > a::after {
content: "";
background: #4285F4; /* #5bc0de #4285F4*/
height: 2px;
position: absolute;
width: 100%;
left: 0px;
bottom: 0px;
transition: all 250ms ease 0s;
transform: scale(0);
}
.sw-theme-default > ul.step-anchor > li.active > a {
border: none !important;
color: #4285F4 !important;
background: transparent !important;
}
.sw-theme-default > ul.step-anchor > li.active > a::after {
transform: scale(1);
}
.sw-theme-default > ul.step-anchor > li.done > a {
border: none !important;
color: #000 !important;
background: transparent !important;
}
.sw-theme-default > ul.step-anchor > li.done > a::after {
background: #5cb85c;
transform: scale(1);
}
.sw-theme-default > ul.step-anchor > li.danger > a {
border: none !important;
color: #d9534f !important;
background: transparent !important;
}
.sw-theme-default > ul.step-anchor > li.danger > a::after {
background: #d9534f;
transform: scale(1);
height: 2px;
position: absolute;
width: 100%;
left: 0px;
bottom: 0px;
transition: all 250ms ease 0s;
transform: scale(0);
}
.sw-theme-default > ul.step-anchor > li.active > a {
border: none !important;
color: #4285F4 !important;
background: transparent !important;
}
.sw-theme-default > ul.step-anchor > li.active > a::after {
transform: scale(1);
}
.sw-theme-default > ul.step-anchor > li.done > a {
border: none !important;
color: #000 !important;
background: transparent !important;
}
.sw-theme-default > ul.step-anchor > li.done > a::after {
background: #5cb85c;
transform: scale(1);
}
.sw-theme-default > ul.step-anchor > li.danger > a {
border: none !important;
color: #d9534f !important;
background: transparent !important;
}
.sw-theme-default > ul.step-anchor > li.danger > a::after {
background: #d9534f;
transform: scale(1);
}
.sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover {
color: #eee !important;
Expand All @@ -116,10 +116,10 @@
@media screen and (max-width: 768px) {
.sw-theme-default > .nav-tabs > li {
float: none !important;
}
}
}

/* Loader Animation
/* Loader Animation
Courtesy: http://bootsnipp.com/snippets/featured/loading-button-effect-no-js
*/
@-webkit-keyframes ld {
Expand Down
90 changes: 45 additions & 45 deletions css/smart_wizard_theme_arrows.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* SmartWizard v4.x
* jQuery Wizard Plugin
* http://www.techlaboratory.net/smartwizard
*
* Created by Dipu Raj
*
* Created by Dipu Raj
* http://dipuraj.me
*
*
* Licensed under the terms of MIT License
* https://github.com/techlab/SmartWizard/blob/master/MIT-LICENSE.txt
* https://github.com/techlab/SmartWizard/blob/master/LICENSE
*/

/* SmartWizard Theme: Arrows */
Expand All @@ -17,9 +17,9 @@
.sw-theme-arrows > .sw-container {
min-height: 200px;
}
.sw-theme-arrows .step-content {
padding: 0 10px;
border: 0px solid #D4D4D4;
.sw-theme-arrows .step-content {
padding: 0 10px;
border: 0px solid #D4D4D4;
background-color: #FFF;
text-align: left;
}
Expand All @@ -42,95 +42,95 @@
border-radius: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
list-style: none;
list-style: none;
overflow: hidden;
/*margin: -1px -1px 0 -1px -1px;*/
}
.sw-theme-arrows > ul.step-anchor li+li:before {
padding: 0;
}
.sw-theme-arrows > ul.step-anchor > li {
.sw-theme-arrows > ul.step-anchor > li {
}

.sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
color: #bbb;
text-decoration: none;
text-decoration: none;
padding: 10px 0 10px 45px;
position: relative;
position: relative;
display: block;
border: 0 !important;
border-radius: 0;
outline-style:none;
background: #f5f5f5;
}
.sw-theme-arrows > ul.step-anchor > li > a:after {
content: " ";
display: block;
width: 0;
.sw-theme-arrows > ul.step-anchor > li > a:after {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid #f5f5f5;
position: absolute;
top: 50%;
margin-top: -50px;
margin-top: -50px;
left: 100%;
z-index: 2;
z-index: 2;
}
.sw-theme-arrows > ul.step-anchor > li > a:before {
content: " ";
display: block;
width: 0;
.sw-theme-arrows > ul.step-anchor > li > a:before {
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
border-bottom: 50px solid transparent;
border-left: 30px solid #ddd;
position: absolute;
top: 50%;
margin-top: -50px;
margin-top: -50px;
margin-left: 1px;
left: 100%;
z-index: 1;
}
z-index: 1;
}
.sw-theme-arrows > ul.step-anchor > li:first-child > a {
padding-left: 15px;
}
.sw-theme-arrows > ul.step-anchor > li > a:hover {
color: #bbb;
.sw-theme-arrows > ul.step-anchor > li > a:hover {
color: #bbb;
text-decoration: none;
outline-style:none;
background: #f5f5f5;
border-color: #f5f5f5;
border-color: #f5f5f5;
}
.sw-theme-arrows > ul.step-anchor > li > a:hover:after {
border-left-color: #f5f5f5;
.sw-theme-arrows > ul.step-anchor > li > a:hover:after {
border-left-color: #f5f5f5;
}
.sw-theme-arrows > ul.step-anchor > li > a small{
.sw-theme-arrows > ul.step-anchor > li > a small{
}
.sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
color: #4285F4 !important;
background: #46b8da !important;
color: #4285F4 !important;
background: #46b8da !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a {
border-color: #5bc0de !important;
color: #fff !important;
.sw-theme-arrows > ul.step-anchor > li.active > a {
border-color: #5bc0de !important;
color: #fff !important;
background: #5bc0de !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a:after {
border-left: 30px solid #5bc0de !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a {
border-color: #5cb85c !important;
color: #fff !important;
background: #5cb85c !important;
.sw-theme-arrows > ul.step-anchor > li.done > a {
border-color: #5cb85c !important;
color: #fff !important;
background: #5cb85c !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a:after {
border-left: 30px solid #5cb85c;
}
.sw-theme-arrows > ul.step-anchor > li.danger > a {
border-color: #d9534f !important;
color: #d9534f !important;
background: #fff !important;
.sw-theme-arrows > ul.step-anchor > li.danger > a {
border-color: #d9534f !important;
color: #d9534f !important;
background: #fff !important;
}
.sw-theme-arrows > ul.step-anchor > li.disabled > a, .sw-theme-arrows > ul.step-anchor > li.disabled > a:hover {
color: #eee !important;
Expand All @@ -145,7 +145,7 @@
.sw-theme-arrows > .nav-tabs > li {
float: none !important;
margin-bottom: 0;
}
}
.sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
padding-left: 15px;
margin-right: 0;
Expand All @@ -156,7 +156,7 @@
}
}

/* Loader Animation
/* Loader Animation
Courtesy: http://bootsnipp.com/snippets/featured/loading-button-effect-no-js
*/
@-webkit-keyframes ld {
Expand Down
Loading

0 comments on commit 48d7efc

Please sign in to comment.