First Initial
This commit is contained in:
428
wwwroot/BackendScript/css/bootstrap-reset.css
vendored
Normal file
428
wwwroot/BackendScript/css/bootstrap-reset.css
vendored
Normal file
@@ -0,0 +1,428 @@
|
||||
/*anchor*/
|
||||
a {
|
||||
color: #667fa0;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #2A3542;
|
||||
}
|
||||
|
||||
/*panel*/
|
||||
.card {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
border-color:#eff2f7 ;
|
||||
background: #fff;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
color: #2A3542;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
.card .badge{
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/*label*/
|
||||
|
||||
.label {
|
||||
padding: 0.5em 0.8em;
|
||||
}
|
||||
|
||||
.label-default {
|
||||
background-color: #a1a1a1;
|
||||
}
|
||||
|
||||
.label-primary {
|
||||
background-color: #59ace2;
|
||||
}
|
||||
|
||||
.label-success {
|
||||
background-color: #A9D86E;
|
||||
}
|
||||
|
||||
.label-info {
|
||||
background-color: #8175c7;
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
background-color: #FCB322;
|
||||
}
|
||||
|
||||
.label-danger {
|
||||
background-color: #FF6C60;
|
||||
}
|
||||
|
||||
.label-inverse {
|
||||
background-color: #344860;
|
||||
}
|
||||
|
||||
/*text color*/
|
||||
|
||||
.text-danger {
|
||||
color: #FF6C60;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #a1a1a1;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: #59ace2;
|
||||
}
|
||||
|
||||
.text-warning {
|
||||
color: #FCB322;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
color: #A9D86E;
|
||||
}
|
||||
|
||||
.text-info {
|
||||
color: #8175c7;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
color: #777 !important;
|
||||
font-size: .8rem;
|
||||
}
|
||||
|
||||
/*modal*/
|
||||
|
||||
.modal-content {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background: #00A8B3;
|
||||
color: #fff;
|
||||
border-radius: 5px 5px 0 0;
|
||||
-webkit-border-radius: 5px 5px 0 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/*text input*/
|
||||
|
||||
.form-control {
|
||||
box-shadow: none;
|
||||
color: #c2c2c2;
|
||||
}
|
||||
|
||||
|
||||
.form-control:focus, #focusedInput {
|
||||
border: 1px solid #517397;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.form-horizontal .control-label {
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
input, textarea, select, button {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
/*list*/
|
||||
|
||||
ul {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/*button*/
|
||||
|
||||
.btn-default {
|
||||
background-color: #bec3c7;
|
||||
border-color: #bec3c7;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
|
||||
background-color: #b0b5b9;
|
||||
border-color: #b0b5b9;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-default:disabled:hover, .btn-default:disabled:focus, .btn-default:disabled:active {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.btn-primary ,
|
||||
.btn-primary.disabled,
|
||||
.btn-primary[disabled],
|
||||
.btn-primary.disabled.active,
|
||||
.btn-primary.active[disabled]{
|
||||
background-color: #41cac0;
|
||||
border-color: #41cac0;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
|
||||
.btn-primary.disabled,
|
||||
.btn-primary[disabled],
|
||||
.btn-primary.disabled.active,
|
||||
.btn-primary.active[disabled]{
|
||||
background-color: #39b2a9;
|
||||
border-color: #39b2a9;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
background-color: #78CD51;
|
||||
border-color: #78CD51;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
|
||||
background-color: #6dbb4a;
|
||||
border-color: #6dbb4a;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.btn-info {
|
||||
background-color: #58c9f3;
|
||||
border-color: #58c9f3;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
|
||||
background-color: #53bee6;
|
||||
border-color: #53BEE6;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.btn-warning {
|
||||
background-color: #f1c500;
|
||||
border-color: #f1c500;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
|
||||
background-color: #e4ba00;
|
||||
border-color: #e4ba00;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.btn-danger {
|
||||
background-color: #ff6c60;
|
||||
border-color: #ff6c60;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
|
||||
background-color: #ec6459;
|
||||
border-color: #ec6459;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
.btn-white {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
/*Rounded Button*/
|
||||
|
||||
.btn-round {
|
||||
border-radius: 30px;
|
||||
-webkit-border-radius: 30px;
|
||||
}
|
||||
|
||||
/*shadow button*/
|
||||
|
||||
.btn-shadow.btn-default {
|
||||
box-shadow: 0 4px #9c9c9c;
|
||||
}
|
||||
.btn-shadow.btn-primary {
|
||||
box-shadow: 0 4px #29b392;
|
||||
}
|
||||
.btn-shadow.btn-success {
|
||||
box-shadow: 0 4px #61a642;
|
||||
}
|
||||
.btn-shadow.btn-info {
|
||||
box-shadow: 0 4px #1caadc;
|
||||
}
|
||||
.btn-shadow.btn-warning {
|
||||
box-shadow: 0 4px #cab03f;
|
||||
}
|
||||
.btn-shadow.btn-danger {
|
||||
box-shadow: 0 4px #d1595a;
|
||||
}
|
||||
|
||||
|
||||
/*dropdown shadow*/
|
||||
|
||||
.btn-group.open .dropdown-toggle, .btn-white.active, .btn:active, .btn.active {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/*dropdown select bg*/
|
||||
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
|
||||
background-color: #495d74;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*split dropdown btn*/
|
||||
|
||||
.btn-white {
|
||||
background-clip: padding-box;
|
||||
background-color: #FFFFFF;
|
||||
border-color: rgba(150, 160, 180, 0.3);
|
||||
box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
|
||||
}
|
||||
|
||||
/*breadcrumbs*/
|
||||
|
||||
.breadcrumb {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/*tab*/
|
||||
|
||||
.nav-tabs > li > a {
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
/*collapse*/
|
||||
|
||||
.panel-default > .panel-heading {
|
||||
background-color: #FFFFFF;
|
||||
border-color: #DDDDDD;
|
||||
color: #797979;
|
||||
}
|
||||
|
||||
/*nav inverse*/
|
||||
|
||||
.navbar-inverse {
|
||||
background-color: #7087A3;
|
||||
border-color: #7087A3;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
|
||||
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus{
|
||||
background-color: #61748d;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li a:hover {
|
||||
color: #2A3542;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > ul > li a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > .dropdown > a .caret {
|
||||
border-bottom-color: #fff;
|
||||
border-top-color: #fff;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
|
||||
color: #000;
|
||||
}
|
||||
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/*nav justified*/
|
||||
|
||||
.nav-justified {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.nav-justified li:last-child > a:hover, .nav-justified li.active:last-child > a {
|
||||
border-radius: 0 4px 0 0 !important;
|
||||
-webkit-border-radius: 0 4px 0 0 !important;
|
||||
}
|
||||
|
||||
/*list group*/
|
||||
|
||||
|
||||
.list-group-item {
|
||||
border: 1px solid rgb(239, 242, 247);
|
||||
}
|
||||
|
||||
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
|
||||
background-color: #00A8B3;
|
||||
border-color: #00A8B3;
|
||||
color: #FFFFFF;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.list-group-item-heading {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
/*progress*/
|
||||
|
||||
.progress {
|
||||
box-shadow: none;
|
||||
background: #f0f2f7;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
/*alert*/
|
||||
|
||||
.alert-success, .alert-danger, .alert-info, .alert-warning {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*table*/
|
||||
|
||||
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
|
||||
margin-left: 0;
|
||||
position: static;
|
||||
}
|
||||
|
||||
.table-striped tbody tr:nth-of-type(odd) {
|
||||
background-color: rgb(240, 241, 243);
|
||||
}
|
||||
|
||||
/*accordion*/
|
||||
|
||||
.accordion .card {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
|
||||
/**/
|
||||
|
||||
.wysihtml5-sandbox {
|
||||
border-color: rgb(194, 199, 203);
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
border-color: #ced4da;
|
||||
}
|
||||
|
||||
/**/
|
||||
|
||||
.row-fluid {
|
||||
width: 100%;
|
||||
}
|
||||
1
wwwroot/BackendScript/css/bootstrap-theme.css.map
Normal file
1
wwwroot/BackendScript/css/bootstrap-theme.css.map
Normal file
File diff suppressed because one or more lines are too long
9030
wwwroot/BackendScript/css/bootstrap.css
vendored
Normal file
9030
wwwroot/BackendScript/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
wwwroot/BackendScript/css/bootstrap.css.map
Normal file
1
wwwroot/BackendScript/css/bootstrap.css.map
Normal file
File diff suppressed because one or more lines are too long
7
wwwroot/BackendScript/css/bootstrap.min.css
vendored
Normal file
7
wwwroot/BackendScript/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
392
wwwroot/BackendScript/css/gallery.css
Normal file
392
wwwroot/BackendScript/css/gallery.css
Normal file
@@ -0,0 +1,392 @@
|
||||
.grid {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.grid li {
|
||||
display: inline-block;
|
||||
width: 33%;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.grid figure {
|
||||
margin: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.grid figure img {
|
||||
width: 100%;
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.grid figcaption {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 10px;
|
||||
background: #2c3f52;
|
||||
color: #FF6C60;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.grid figcaption h3 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.grid figcaption span:before {
|
||||
content: 'by ';
|
||||
}
|
||||
|
||||
.grid figcaption a {
|
||||
text-align: center;
|
||||
padding: 5px 10px;
|
||||
border-radius: 2px;
|
||||
display: inline-block;
|
||||
background: #FF6C60;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Individual Caption Styles */
|
||||
|
||||
/* Caption Style 1 */
|
||||
.cs-style-1 figcaption {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
text-align: center;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
||||
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
|
||||
transition: transform 0.3s, opacity 0.3s;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-1 figure:hover figcaption,
|
||||
.cs-style-1 figure.cs-hover figcaption {
|
||||
opacity: 1;
|
||||
-webkit-transform: translate(15px, 15px);
|
||||
-moz-transform: translate(15px, 15px);
|
||||
-ms-transform: translate(15px, 15px);
|
||||
transform: translate(15px, 15px);
|
||||
}
|
||||
|
||||
.cs-style-1 figcaption h3 {
|
||||
margin-top: 70px;
|
||||
}
|
||||
|
||||
.cs-style-1 figcaption span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.cs-style-1 figcaption a {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
/* Caption Style 2 */
|
||||
.cs-style-2 figure img {
|
||||
z-index: 10;
|
||||
-webkit-transition: -webkit-transform 0.4s;
|
||||
-moz-transition: -moz-transform 0.4s;
|
||||
transition: transform 0.4s;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-2 figure:hover img,
|
||||
.cs-style-2 figure.cs-hover img {
|
||||
-webkit-transform: translateY(-90px);
|
||||
-moz-transform: translateY(-90px);
|
||||
-ms-transform: translateY(-90px);
|
||||
transform: translateY(-90px);
|
||||
}
|
||||
|
||||
.cs-style-2 figcaption {
|
||||
height: 90px;
|
||||
width: 100%;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.cs-style-2 figcaption a {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
/* Caption Style 3 */
|
||||
.cs-style-3 figure {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.cs-style-3 figure img {
|
||||
-webkit-transition: -webkit-transform 0.4s;
|
||||
-moz-transition: -moz-transform 0.4s;
|
||||
transition: transform 0.4s;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-3 figure:hover img,
|
||||
.cs-style-3 figure.cs-hover img {
|
||||
-webkit-transform: translateY(-50px);
|
||||
-moz-transform: translateY(-50px);
|
||||
-ms-transform: translateY(-50px);
|
||||
transform: translateY(-50px);
|
||||
}
|
||||
|
||||
.cs-style-3 figcaption {
|
||||
height: 70px;
|
||||
width: 100%;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(100%);
|
||||
-moz-transform: translateY(100%);
|
||||
-ms-transform: translateY(100%);
|
||||
transform: translateY(100%);
|
||||
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
|
||||
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
|
||||
transition: transform 0.4s, opacity 0.1s 0.3s;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-3 figure:hover figcaption,
|
||||
.cs-style-3 figure.cs-hover figcaption {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0px);
|
||||
-moz-transform: translateY(0px);
|
||||
-ms-transform: translateY(0px);
|
||||
transform: translateY(0px);
|
||||
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
|
||||
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
|
||||
transition: transform 0.4s, opacity 0.1s;
|
||||
}
|
||||
|
||||
.cs-style-3 figcaption a {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
/* Caption Style 4 */
|
||||
.cs-style-4 li {
|
||||
-webkit-perspective: 1700px;
|
||||
-moz-perspective: 1700px;
|
||||
perspective: 1700px;
|
||||
-webkit-perspective-origin: 0 50%;
|
||||
-moz-perspective-origin: 0 50%;
|
||||
perspective-origin: 0 50%;
|
||||
}
|
||||
|
||||
.cs-style-4 figure {
|
||||
-webkit-transform-style: preserve-3d;
|
||||
-moz-transform-style: preserve-3d;
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
.cs-style-4 figure > div {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.cs-style-4 figure img {
|
||||
-webkit-transition: -webkit-transform 0.4s;
|
||||
-moz-transition: -moz-transform 0.4s;
|
||||
transition: transform 0.4s;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-4 figure:hover img,
|
||||
.cs-style-4 figure.cs-hover img {
|
||||
-webkit-transform: translateX(25%);
|
||||
-moz-transform: translateX(25%);
|
||||
-ms-transform: translateX(25%);
|
||||
transform: translateX(25%);
|
||||
}
|
||||
|
||||
.cs-style-4 figcaption {
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
opacity: 0;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
-webkit-transform-origin: 0 0;
|
||||
-moz-transform-origin: 0 0;
|
||||
transform-origin: 0 0;
|
||||
-webkit-transform: rotateY(-90deg);
|
||||
-moz-transform: rotateY(-90deg);
|
||||
transform: rotateY(-90deg);
|
||||
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
|
||||
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
|
||||
transition: transform 0.4s, opacity 0.1s 0.3s;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-4 figure:hover figcaption,
|
||||
.cs-style-4 figure.cs-hover figcaption {
|
||||
opacity: 1;
|
||||
-webkit-transform: rotateY(0deg);
|
||||
-moz-transform: rotateY(0deg);
|
||||
transform: rotateY(0deg);
|
||||
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
|
||||
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
|
||||
transition: transform 0.4s, opacity 0.1s;
|
||||
}
|
||||
|
||||
.cs-style-4 figcaption a {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
/* Caption Style 5 */
|
||||
.cs-style-5 figure img {
|
||||
z-index: 10;
|
||||
-webkit-transition: -webkit-transform 0.4s;
|
||||
-moz-transition: -moz-transform 0.4s;
|
||||
transition: transform 0.4s;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-5 figure:hover img,
|
||||
.cs-style-5 figure.cs-hover img {
|
||||
-webkit-transform: scale(0.4);
|
||||
-moz-transform: scale(0.4);
|
||||
-ms-transform: scale(0.4);
|
||||
transform: scale(0.4);
|
||||
}
|
||||
|
||||
.cs-style-5 figcaption {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
-webkit-transform: scale(0.7);
|
||||
-moz-transform: scale(0.7);
|
||||
-ms-transform: scale(0.7);
|
||||
transform: scale(0.7);
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
|
||||
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
|
||||
transition: transform 0.4s, opacity 0.4s;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-5 figure:hover figcaption,
|
||||
.cs-style-5 figure.cs-hover figcaption {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.cs-style-5 figure a {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
/* Caption Style 6 */
|
||||
.cs-style-6 figure img {
|
||||
z-index: 10;
|
||||
-webkit-transition: -webkit-transform 0.4s;
|
||||
-moz-transition: -moz-transform 0.4s;
|
||||
transition: transform 0.4s;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-6 figure:hover img,
|
||||
.cs-style-6 figure.cs-hover img {
|
||||
-webkit-transform: translateY(-50px) scale(0.5);
|
||||
-moz-transform: translateY(-50px) scale(0.5);
|
||||
-ms-transform: translateY(-50px) scale(0.5);
|
||||
transform: translateY(-50px) scale(0.5);
|
||||
}
|
||||
|
||||
.cs-style-6 figcaption {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cs-style-6 figcaption h3 {
|
||||
margin-top: 60%;
|
||||
}
|
||||
|
||||
.cs-style-6 figcaption a {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
/* Caption Style 7 */
|
||||
.cs-style-7 li:first-child { z-index: 6; }
|
||||
.cs-style-7 li:nth-child(2) { z-index: 5; }
|
||||
.cs-style-7 li:nth-child(3) { z-index: 4; }
|
||||
.cs-style-7 li:nth-child(4) { z-index: 3; }
|
||||
.cs-style-7 li:nth-child(5) { z-index: 2; }
|
||||
.cs-style-7 li:nth-child(6) { z-index: 1; }
|
||||
|
||||
.cs-style-7 figure img {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.cs-style-7 figcaption {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
|
||||
-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
|
||||
transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
|
||||
box-shadow: 0 0 0 0px #2c3f52;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-7 figure:hover figcaption,
|
||||
.cs-style-7 figure.cs-hover figcaption {
|
||||
opacity: 1;
|
||||
height: 130%;
|
||||
box-shadow: 0 0 0 10px #2c3f52;
|
||||
}
|
||||
|
||||
.cs-style-7 figcaption h3 {
|
||||
margin-top: 86%;
|
||||
}
|
||||
|
||||
.cs-style-7 figcaption h3,
|
||||
.cs-style-7 figcaption span,
|
||||
.cs-style-7 figcaption a {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0s;
|
||||
-moz-transition: opacity 0s;
|
||||
transition: opacity 0s;
|
||||
}
|
||||
|
||||
.cs-style-7 figcaption a {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.no-touch .cs-style-7 figure:hover figcaption h3,
|
||||
.no-touch .cs-style-7 figure:hover figcaption span,
|
||||
.no-touch .cs-style-7 figure:hover figcaption a,
|
||||
.cs-style-7 figure.cs-hover figcaption h3,
|
||||
.cs-style-7 figure.cs-hover figcaption span,
|
||||
.cs-style-7 figure.cs-hover figcaption a {
|
||||
-webkit-transition: opacity 0.3s 0.2s;
|
||||
-moz-transition: opacity 0.3s 0.2s;
|
||||
transition: opacity 0.3s 0.2s;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 31.5em) {
|
||||
.grid {
|
||||
padding: 10px 10px 100px 10px;
|
||||
}
|
||||
.grid li {
|
||||
width: 100%;
|
||||
min-width: 300px;
|
||||
}
|
||||
}
|
||||
38
wwwroot/BackendScript/css/image-crop.css
Normal file
38
wwwroot/BackendScript/css/image-crop.css
Normal file
@@ -0,0 +1,38 @@
|
||||
/* Apply these styles only when #preview-pane has
|
||||
been placed within the Jcrop widget */
|
||||
.jcrop-holder #preview-pane {
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 2000;
|
||||
right: -280px;
|
||||
padding: 6px;
|
||||
border: 1px rgba(0,0,0,.4) solid;
|
||||
background-color: white;
|
||||
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
|
||||
-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
/* The Javascript code will set the aspect ratio of the crop
|
||||
area based on the size of the thumbnail preview,
|
||||
specified here */
|
||||
|
||||
#preview-pane .preview-container {
|
||||
width: 250px;
|
||||
height: 170px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#demo7 {
|
||||
background-color: #eee;
|
||||
width: 500px;
|
||||
height: 330px;
|
||||
font-size: 24px;
|
||||
font-weight: 300;
|
||||
display: block;
|
||||
}
|
||||
12
wwwroot/BackendScript/css/invoice-print.css
Normal file
12
wwwroot/BackendScript/css/invoice-print.css
Normal file
@@ -0,0 +1,12 @@
|
||||
#sidebar, .header, .site-footer {
|
||||
display: none ;
|
||||
}
|
||||
.header , .site-footer{
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
#main-content {
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
margin-top: -50px;
|
||||
}
|
||||
387
wwwroot/BackendScript/css/jquery.steps.css
Normal file
387
wwwroot/BackendScript/css/jquery.steps.css
Normal file
@@ -0,0 +1,387 @@
|
||||
/*
|
||||
Common
|
||||
*/
|
||||
|
||||
.wizard,
|
||||
.tabcontrol
|
||||
{
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wizard a,
|
||||
.tabcontrol a
|
||||
{
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.wizard ul,
|
||||
.tabcontrol ul
|
||||
{
|
||||
list-style: none !important;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.wizard ul > li,
|
||||
.tabcontrol ul > li
|
||||
{
|
||||
display: block;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Accessibility */
|
||||
.wizard > .steps .current-info,
|
||||
.tabcontrol > .steps .current-info
|
||||
{
|
||||
position: absolute;
|
||||
left: -999em;
|
||||
}
|
||||
|
||||
.wizard > .content > .title,
|
||||
.tabcontrol > .content > .title
|
||||
{
|
||||
position: absolute;
|
||||
left: -999em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
Wizard
|
||||
*/
|
||||
|
||||
.wizard > .steps
|
||||
{
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wizard.vertical > .steps
|
||||
{
|
||||
display: inline;
|
||||
float: left;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.wizard > .steps .number
|
||||
{
|
||||
font-size: 1.429em;
|
||||
}
|
||||
|
||||
.wizard > .steps > ul > li
|
||||
{
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.wizard > .steps > ul > li,
|
||||
.wizard > .actions > ul > li
|
||||
{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wizard.vertical > .steps > ul > li
|
||||
{
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wizard > .steps a,
|
||||
.wizard > .steps a:hover,
|
||||
.wizard > .steps a:active
|
||||
{
|
||||
display: block;
|
||||
width: auto;
|
||||
margin: 0 0.5em 0.5em;
|
||||
padding: 1em 1em;
|
||||
text-decoration: none;
|
||||
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.wizard > .steps .disabled a,
|
||||
.wizard > .steps .disabled a:hover,
|
||||
.wizard > .steps .disabled a:active
|
||||
{
|
||||
background: #eee;
|
||||
color: #aaa;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.wizard > .steps .current a,
|
||||
.wizard > .steps .current a:hover,
|
||||
.wizard > .steps .current a:active
|
||||
{
|
||||
background: #A9D86E;
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.wizard > .steps .done a,
|
||||
.wizard > .steps .done a:hover,
|
||||
.wizard > .steps .done a:active
|
||||
{
|
||||
background: #ccc;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.wizard > .steps .error a,
|
||||
.wizard > .steps .error a:hover,
|
||||
.wizard > .steps .error a:active
|
||||
{
|
||||
background: #ff6c60;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.wizard > .content
|
||||
{
|
||||
/*background: #eee;*/
|
||||
border: 1px solid #eee;
|
||||
display: block;
|
||||
margin: 0.5em;
|
||||
min-height: 350px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: auto;
|
||||
padding: 20px;
|
||||
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.wizard.vertical > .content
|
||||
{
|
||||
display: inline;
|
||||
float: left;
|
||||
margin: 0 2.5% 0.5em 2.5%;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.wizard > .content > .body
|
||||
{
|
||||
float: left;
|
||||
position: absolute;
|
||||
width: 95%;
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
.wizard > .content > .body ul
|
||||
{
|
||||
list-style: disc !important;
|
||||
}
|
||||
|
||||
.wizard > .content > .body ul > li
|
||||
{
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
.wizard > .content > .body > iframe
|
||||
{
|
||||
border: 0 none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.wizard > .content > .body input
|
||||
{
|
||||
display: block;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.wizard > .content > .body input[type="checkbox"]
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wizard > .content > .body input.error
|
||||
{
|
||||
background: rgb(251, 227, 228);
|
||||
border: 1px solid #fbc2c4;
|
||||
color: #ff6c60;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.wizard > .content > .body label
|
||||
{
|
||||
display: inline-block;
|
||||
margin-bottom: 0px;
|
||||
padding-top: 7px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.wizard > .content > .body label.error
|
||||
{
|
||||
color: #ff6c60;
|
||||
display: inline-block;
|
||||
/*margin-left: 1.5em;*/
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.wizard > .actions
|
||||
{
|
||||
position: relative;
|
||||
display: block;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wizard.vertical > .actions
|
||||
{
|
||||
display: inline;
|
||||
float: right;
|
||||
margin: 0 2.5%;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.wizard > .actions > ul
|
||||
{
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.wizard > .actions > ul > li
|
||||
{
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
|
||||
.wizard.vertical > .actions > ul > li
|
||||
{
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
|
||||
.wizard > .actions a,
|
||||
.wizard > .actions a:hover,
|
||||
.wizard > .actions a:active
|
||||
{
|
||||
background: #53bee6;
|
||||
color: #fff;
|
||||
display: block;
|
||||
padding: 0.5em 1em;
|
||||
text-decoration: none;
|
||||
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.wizard > .actions .disabled a,
|
||||
.wizard > .actions .disabled a:hover,
|
||||
.wizard > .actions .disabled a:active
|
||||
{
|
||||
background: #eee;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.wizard > .loading
|
||||
{
|
||||
}
|
||||
|
||||
.wizard > .loading .spinner
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
Tabcontrol
|
||||
*/
|
||||
|
||||
.tabcontrol > .steps
|
||||
{
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tabcontrol > .steps > ul
|
||||
{
|
||||
position: relative;
|
||||
margin: 6px 0 0 0;
|
||||
top: 1px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.tabcontrol > .steps > ul > li
|
||||
{
|
||||
float: left;
|
||||
margin: 5px 2px 0 0;
|
||||
padding: 1px;
|
||||
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
-moz-border-radius-topleft: 5px;
|
||||
-moz-border-radius-topright: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
|
||||
.tabcontrol > .steps > ul > li:hover
|
||||
{
|
||||
background: #edecec;
|
||||
border: 1px solid #bbb;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tabcontrol > .steps > ul > li.current
|
||||
{
|
||||
background: #fff;
|
||||
border: 1px solid #bbb;
|
||||
border-bottom: 0 none;
|
||||
padding: 0 0 1px 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.tabcontrol > .steps > ul > li > a
|
||||
{
|
||||
color: #5f5f5f;
|
||||
display: inline-block;
|
||||
border: 0 none;
|
||||
margin: 0;
|
||||
padding: 10px 30px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.tabcontrol > .steps > ul > li > a:hover
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.tabcontrol > .steps > ul > li.current > a
|
||||
{
|
||||
padding: 15px 30px 10px 30px;
|
||||
}
|
||||
|
||||
.tabcontrol > .content
|
||||
{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 35em;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid #bbb;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.tabcontrol > .content > .body
|
||||
{
|
||||
float: left;
|
||||
position: absolute;
|
||||
width: 95%;
|
||||
height: 95%;
|
||||
padding: 2.5%;
|
||||
}
|
||||
|
||||
.tabcontrol > .content > .body ul
|
||||
{
|
||||
list-style: disc !important;
|
||||
}
|
||||
|
||||
.tabcontrol > .content > .body ul > li
|
||||
{
|
||||
display: list-item;
|
||||
}
|
||||
4
wwwroot/BackendScript/css/navbar-fixed-top.css
Normal file
4
wwwroot/BackendScript/css/navbar-fixed-top.css
Normal file
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
min-height: 2000px;
|
||||
padding-top: 70px;
|
||||
}
|
||||
68
wwwroot/BackendScript/css/owl.carousel.css
Normal file
68
wwwroot/BackendScript/css/owl.carousel.css
Normal file
@@ -0,0 +1,68 @@
|
||||
/*
|
||||
* Core Owl Carousel CSS File
|
||||
* v1.21
|
||||
*/
|
||||
|
||||
/* clearfix */
|
||||
.owl-carousel .owl-wrapper:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
/* display none until init */
|
||||
.owl-carousel{
|
||||
display: none;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
-ms-touch-action: pan-y;
|
||||
}
|
||||
.owl-carousel .owl-wrapper{
|
||||
display: none;
|
||||
position: relative;
|
||||
-webkit-transform: translate3d(0px, 0px, 0px);
|
||||
-webkit-perspective: 1000;
|
||||
}
|
||||
.owl-carousel .owl-wrapper-outer{
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
.owl-carousel .owl-wrapper-outer.autoHeight{
|
||||
-webkit-transition: height 500ms ease-in-out;
|
||||
-moz-transition: height 500ms ease-in-out;
|
||||
-ms-transition: height 500ms ease-in-out;
|
||||
-o-transition: height 500ms ease-in-out;
|
||||
transition: height 500ms ease-in-out;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-item{
|
||||
float: left;
|
||||
}
|
||||
.owl-controls .owl-page,
|
||||
.owl-controls .owl-buttons div{
|
||||
cursor: pointer;
|
||||
}
|
||||
.owl-controls {
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
/* mouse grab icon */
|
||||
.grabbing {
|
||||
/*cursor:url(grabbing.png) 8 8, move;*/
|
||||
}
|
||||
|
||||
/* fix */
|
||||
.owl-carousel .owl-wrapper,
|
||||
.owl-carousel .owl-item{
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
-ms-backface-visibility: hidden;
|
||||
}
|
||||
180
wwwroot/BackendScript/css/slidebars.css
Normal file
180
wwwroot/BackendScript/css/slidebars.css
Normal file
@@ -0,0 +1,180 @@
|
||||
/* -----------------------------------
|
||||
* Slidebars
|
||||
* Version 0.10 Development
|
||||
* http://plugins.adchsm.me/slidebars/
|
||||
*
|
||||
* Written by Adam Smith
|
||||
* http://www.adchsm.me/
|
||||
*
|
||||
* Released under MIT License
|
||||
* http://plugins.adchsm.me/slidebars/license.txt
|
||||
*
|
||||
* -------------------
|
||||
* Slidebars CSS Index
|
||||
*
|
||||
* 001 - Box Model, Html & Body
|
||||
* 002 - Site
|
||||
* 003 - Slidebars
|
||||
* 004 - Animation
|
||||
* 005 - Helper Classes
|
||||
*
|
||||
* ----------------------------
|
||||
* 001 - Box Model, Html & Body
|
||||
*/
|
||||
|
||||
|
||||
/* ----------
|
||||
* 002 - Site
|
||||
*/
|
||||
|
||||
#sb-site, .sb-site {
|
||||
/* You may now use .sb-site as your site container if you wish to use your own id. However please make sure you don't set any of the follwoing styles any differently on your id. */
|
||||
width: 100%;
|
||||
position: relative;
|
||||
z-index: 1; /* Site sits above Slidebars */
|
||||
/*background-color: #ffffff; *//* Default background colour, overwrite this with your own css. */
|
||||
}
|
||||
|
||||
/* ---------------
|
||||
* 003 - Slidebars
|
||||
*/
|
||||
|
||||
.sb-slidebar {
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 0; /* Slidebars sit behind sb-site. */
|
||||
visibility: hidden; /* Initially hide the Slidebars. */
|
||||
background-color: #222222; /* Default Slidebars background colour, overwrite this with your own css. */
|
||||
}
|
||||
|
||||
.sb-left {
|
||||
left: 0; /* Set Slidebar to the left. */
|
||||
}
|
||||
|
||||
.sb-right {
|
||||
right: 0; /* Set Slidebar to the right. */
|
||||
}
|
||||
|
||||
html.sb-static .sb-slidebar,
|
||||
.sb-slidebar.sb-static {
|
||||
position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
|
||||
}
|
||||
|
||||
.sb-slidebar.sb-active {
|
||||
visibility: visible; /* Makes Slidebars visibile when open. */
|
||||
}
|
||||
|
||||
.sb-slidebar.sb-style-overlay {
|
||||
z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
|
||||
}
|
||||
|
||||
/* Slidebar widths for devices that don't support media queries. */
|
||||
.sb-slidebar {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.sb-width-thin {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.sb-width-wide {
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) { /* Slidebar width on extra small screens. */
|
||||
.sb-slidebar {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.sb-width-thin {
|
||||
width: 55%;
|
||||
}
|
||||
|
||||
.sb-width-wide {
|
||||
width: 85%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 481px) { /* Slidebar width on small screens. */
|
||||
.sb-slidebar {
|
||||
width: 55%;
|
||||
}
|
||||
|
||||
.sb-width-thin {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.sb-width-wide {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) { /* Slidebar width on small screens. */
|
||||
.sb-slidebar {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.sb-width-thin {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.sb-width-wide {
|
||||
width: 55%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) { /* Slidebar width on medium screens. */
|
||||
.sb-slidebar {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.sb-width-thin {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.sb-width-wide {
|
||||
width: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) { /* Slidebar width on large screens. */
|
||||
.sb-slidebar {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.sb-width-thin {
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
.sb-width-wide {
|
||||
width: 35%;
|
||||
}
|
||||
}
|
||||
|
||||
/* ---------------
|
||||
* 004 - Animation
|
||||
*/
|
||||
|
||||
.sb-slide, #sb-site, .sb-site, .sb-slidebar {
|
||||
-webkit-transition: -webkit-transform 400ms ease;
|
||||
-moz-transition: -moz-transform 400ms ease;
|
||||
-o-transition: -o-transform 400ms ease;
|
||||
transition: transform 400ms ease;
|
||||
-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
|
||||
-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
|
||||
}
|
||||
|
||||
/* --------------------
|
||||
* 005 - Helper Classes
|
||||
*/
|
||||
|
||||
.sb-hide {
|
||||
display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
|
||||
}
|
||||
|
||||
.sb-submenu-active{
|
||||
display:block;
|
||||
}
|
||||
601
wwwroot/BackendScript/css/soon.css
Normal file
601
wwwroot/BackendScript/css/soon.css
Normal file
@@ -0,0 +1,601 @@
|
||||
|
||||
/******************************************************************************************************************************
|
||||
HEADER
|
||||
*******************************************************************************************************************************/
|
||||
.cs-bg {
|
||||
background: url("../img/slider/1.jpg") no-repeat scroll 0 0 / cover;
|
||||
|
||||
}
|
||||
|
||||
#header .container{
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
padding: 80px 0;
|
||||
}
|
||||
.timer_box{
|
||||
margin: 35px 24px;
|
||||
display: inline-block;
|
||||
padding: 16px 12px;
|
||||
text-align: center;
|
||||
width: 130px;
|
||||
border-radius: 10%;
|
||||
border: 1px solid rgba(255, 255, 255, .6);
|
||||
}
|
||||
.timer_box h1{
|
||||
font-size: 48px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0px;
|
||||
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
color: white;
|
||||
}
|
||||
.timer_box p{ margin-top: 0px;}
|
||||
#layer{
|
||||
background-color: rgba(0, 0, 0, .2);
|
||||
left: 0; top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
}
|
||||
#slider{
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
background-color: #2c3e50;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.mt {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.floatless {
|
||||
float: none !important;
|
||||
font-size: 35px !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
/******************************************************************************************************************************
|
||||
RESPONSIVE
|
||||
*******************************************************************************************************************************/
|
||||
@media only screen and (max-width: 520px) {
|
||||
.timer_box{ margin: 0 12px 12px 0;}
|
||||
.tp-bullets{display: none;}
|
||||
#header .container{padding: 20px 0px 20px 0}
|
||||
#header-button{ display: none;}
|
||||
#appendedInputButtons{
|
||||
border-radius: 20px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
#slider{display: none;}
|
||||
.btn-subscribe{border-radius: 20px;}
|
||||
#contact-informations{margin-top: 24px;}
|
||||
body {
|
||||
background-color: #2c3e50;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 740px) {
|
||||
.timer_box{
|
||||
width: 100px;
|
||||
padding: 16px 0 0 0;
|
||||
margin: 35px 12px;
|
||||
}
|
||||
#layer{display: none;}
|
||||
.timer_box h1{ font-size: 28px;}
|
||||
h1{ font-size: 36px;}
|
||||
}
|
||||
/******************************************************************************************************************************
|
||||
ANIMATIONS
|
||||
*******************************************************************************************************************************/
|
||||
.animated {
|
||||
opacity: 0;
|
||||
-webkit-animation-duration: 1s;
|
||||
-moz-animation-duration: 1s;
|
||||
-o-animation-duration: 1s;
|
||||
animation-duration: 1s;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-fill-mode: both;
|
||||
-o-animation-fill-mode: both;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
.animated.GoIn {
|
||||
opacity: 1;
|
||||
-webkit-animation-delay: 1s;
|
||||
-moz-animation-delay: 1s;
|
||||
-ms-animation-delay: 1s;
|
||||
-o-animation-delay: 1s;
|
||||
animation-delay: 1s;
|
||||
-webkit-animation-name: GoIn;
|
||||
-moz-animation-name: GoIn;
|
||||
-o-animation-name: GoIn;
|
||||
animation-name: GoIn;
|
||||
}
|
||||
.animated.FadeIn {
|
||||
opacity: 1;
|
||||
-webkit-animation-duration: .8s;
|
||||
-moz-animation-duration: .8s;
|
||||
-ms-animation-duration: .8s;
|
||||
-o-animation-duration: .8s;
|
||||
animation-duration: .8s;
|
||||
-webkit-animation-name: FadeIn;
|
||||
-moz-animation-name: FadeIn;
|
||||
-o-animation-name: FadeIn;
|
||||
animation-name: FadeIn;
|
||||
}
|
||||
@-webkit-keyframes GoIn {
|
||||
0% {opacity: 0;-webkit-transform: translateY(-2000px);}
|
||||
60% {opacity: 1;-webkit-transform: translateY(30px);}
|
||||
80% {-webkit-transform: translateY(-10px);}
|
||||
100% {-webkit-transform: translateY(0);}
|
||||
}
|
||||
@-moz-keyframes GoIn {
|
||||
0% {opacity: 0; -moz-transform: translateY(-2000px);}
|
||||
60% {opacity: 1; -moz-transform: translateY(30px);}
|
||||
80% {-moz-transform: translateY(-10px);}
|
||||
100% {-moz-transform: translateY(0);}
|
||||
}
|
||||
@-o-keyframes GoIn {
|
||||
0% {opacity: 0; -o-transform: translateY(-2000px);}
|
||||
60% {opacity: 1; -o-transform: translateY(30px);}
|
||||
80% {-o-transform: translateY(-10px);}
|
||||
100% {-o-transform: translateY(0);}
|
||||
}
|
||||
@keyframes GoIn {
|
||||
0% {opacity: 0; transform: translateY(-2000px);}
|
||||
60% {opacity: 1; transform: translateY(30px);}
|
||||
80% {transform: translateY(-10px);}
|
||||
100% {transform: translateY(0);}
|
||||
}
|
||||
@-webkit-keyframes FadeIn {
|
||||
0% {opacity: 0}
|
||||
30% {opacity: .3;}
|
||||
60% {opacity: .6;}
|
||||
100% {opacity: 1;}
|
||||
}
|
||||
@-moz-keyframes FadeIn {
|
||||
0% {opacity: 0}
|
||||
30% {opacity: .3;}
|
||||
60% {opacity: .6;}
|
||||
100% {opacity: 1;}
|
||||
}
|
||||
@-o-keyframes FadeIn {
|
||||
0% {opacity: 0}
|
||||
30% {opacity: .3;}
|
||||
60% {opacity: .6;}
|
||||
100% {opacity: 1;}
|
||||
}
|
||||
@keyframes FadeIn {
|
||||
0% {opacity: 0}
|
||||
30% {opacity: .3;}
|
||||
60% {opacity: .6;}
|
||||
100% {opacity: 1;}
|
||||
}
|
||||
@-webkit-keyframes InfiniteTurn {
|
||||
0% { -webkit-transform: rotate(0deg);}
|
||||
100% { -webkit-transform: rotate(360deg);};
|
||||
}
|
||||
@-moz-keyframes InfiniteTurn {
|
||||
0% { -moz-transform: rotate(0deg);}
|
||||
100% { -moz-transform: rotate(360deg);};
|
||||
}
|
||||
@-o-keyframes InfiniteTurn {
|
||||
0% { -o-transform: rotate(0deg);}
|
||||
100% { -o-transform: rotate(360deg);};
|
||||
}
|
||||
@-keyframes InfiniteTurn {
|
||||
0% { transform: rotate(0deg);}
|
||||
100% { transform: rotate(360deg);};
|
||||
}
|
||||
|
||||
@-webkit-keyframes bounceInLeft {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateX(-2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateX(30px);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: translateX(-10px);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translateX(0);
|
||||
}
|
||||
}
|
||||
@-moz-keyframes bounceInLeft {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-moz-transform: translateX(-2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-moz-transform: translateX(30px);
|
||||
}
|
||||
80% {
|
||||
-moz-transform: translateX(-10px);
|
||||
}
|
||||
100% {
|
||||
-moz-transform: translateX(0);
|
||||
}
|
||||
}
|
||||
@-o-keyframes bounceInLeft {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-o-transform: translateX(-2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-o-transform: translateX(30px);
|
||||
}
|
||||
80% {
|
||||
-o-transform: translateX(-10px);
|
||||
}
|
||||
100% {
|
||||
-o-transform: translateX(0);
|
||||
}
|
||||
}
|
||||
@keyframes bounceInLeft {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateX(-2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
transform: translateX(30px);
|
||||
}
|
||||
80% {
|
||||
transform: translateX(-10px);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
.animated.bounceInLeft {
|
||||
opacity: 1;
|
||||
-webkit-animation-name: bounceInLeft;
|
||||
-moz-animation-name: bounceInLeft;
|
||||
-o-animation-name: bounceInLeft;
|
||||
animation-name: bounceInLeft;
|
||||
}
|
||||
@-webkit-keyframes bounceInRight {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateX(2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateX(-30px);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: translateX(10px);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translateX(0);
|
||||
}
|
||||
}
|
||||
@-moz-keyframes bounceInRight {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-moz-transform: translateX(2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-moz-transform: translateX(-30px);
|
||||
}
|
||||
80% {
|
||||
-moz-transform: translateX(10px);
|
||||
}
|
||||
100% {
|
||||
-moz-transform: translateX(0);
|
||||
}
|
||||
}
|
||||
@-o-keyframes bounceInRight {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-o-transform: translateX(2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-o-transform: translateX(-30px);
|
||||
}
|
||||
80% {
|
||||
-o-transform: translateX(10px);
|
||||
}
|
||||
100% {
|
||||
-o-transform: translateX(0);
|
||||
}
|
||||
}
|
||||
@keyframes bounceInRight {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateX(2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
transform: translateX(-30px);
|
||||
}
|
||||
80% {
|
||||
transform: translateX(10px);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
.animated.bounceInRight {
|
||||
opacity: 1;
|
||||
-webkit-animation-name: bounceInRight;
|
||||
-moz-animation-name: bounceInRight;
|
||||
-o-animation-name: bounceInRight;
|
||||
animation-name: bounceInRight;
|
||||
}
|
||||
@-webkit-keyframes bounceInTop {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(-30px);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: translateY(10px);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translateY(0);
|
||||
}
|
||||
}
|
||||
@-moz-keyframes bounceInTop {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-moz-transform: translateY(2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-moz-transform: translateY(-30px);
|
||||
}
|
||||
80% {
|
||||
-moz-transform: translateY(10px);
|
||||
}
|
||||
100% {
|
||||
-moz-transform: translateY(0);
|
||||
}
|
||||
}
|
||||
@-o-keyframes bounceInTop {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-o-transform: translateY(2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-o-transform: translateY(-30px);
|
||||
}
|
||||
80% {
|
||||
-o-transform: translateY(10px);
|
||||
}
|
||||
100% {
|
||||
-o-transform: translateY(0);
|
||||
}
|
||||
}
|
||||
@-ms-keyframes bounceInTop {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-ms-transform: translateY(2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-ms-transform: translateY(-30px);
|
||||
}
|
||||
80% {
|
||||
-ms-transform: translateY(10px);
|
||||
}
|
||||
100% {
|
||||
-ms-transform: translateY(0);
|
||||
}
|
||||
}
|
||||
@keyframes bounceInTop {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateY(2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
transform: translateY(-30px);
|
||||
}
|
||||
80% {
|
||||
transform: translateY(10px);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
.animated.bounceInTop {
|
||||
opacity: 1;
|
||||
-webkit-animation-name: bounceInTop;
|
||||
-moz-animation-name: bounceInTop;
|
||||
-o-animation-name: bounceInTop;
|
||||
animation-name: bounceInTop;
|
||||
}
|
||||
@-webkit-keyframes bounceInBottom {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(-2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(30px);
|
||||
}
|
||||
80% {
|
||||
-webkit-transform: translateY(-10px);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: translateY(0);
|
||||
}
|
||||
}
|
||||
@-moz-keyframes bounceInBottom {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-moz-transform: translateY(-2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-moz-transform: translateY(30px);
|
||||
}
|
||||
80% {
|
||||
-moz-transform: translateY(-10px);
|
||||
}
|
||||
100% {
|
||||
-moz-transform: translateY(0);
|
||||
}
|
||||
}
|
||||
@-o-keyframes bounceInBottom {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-o-transform: translateY(-2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
-o-transform: translateY(30px);
|
||||
}
|
||||
80% {
|
||||
-o-transform: translateY(-10px);
|
||||
}
|
||||
100% {
|
||||
-o-transform: translateY(0);
|
||||
}
|
||||
}
|
||||
@keyframes bounceInBottom {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateY(-2000px);
|
||||
}
|
||||
60% {
|
||||
opacity: 1;
|
||||
transform: translateY(30px);
|
||||
}
|
||||
80% {
|
||||
transform: translateY(-10px);
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
.animated.bounceInBottom {
|
||||
opacity: 1;
|
||||
-webkit-animation-name: bounceInBottom;
|
||||
-moz-animation-name: bounceInBottom;
|
||||
-o-animation-name: bounceInBottom;
|
||||
animation-name: bounceInBottom;
|
||||
}
|
||||
/******************************************************************************************************************************
|
||||
PLUGINS
|
||||
*******************************************************************************************************************************/
|
||||
/* Preloader */
|
||||
#preloader {
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
background-color:#fff; /* change if the mask should have another color then white */
|
||||
z-index:99999; /* makes sure it stays on top */
|
||||
}
|
||||
#status {
|
||||
width:200px;
|
||||
height:200px;
|
||||
position:absolute;
|
||||
left:50%; /* centers the loading animation horizontally one the screen */
|
||||
top:50%; /* centers the loading animation vertically one the screen */
|
||||
background-repeat:no-repeat;
|
||||
background-position:center;
|
||||
margin:-100px 0 0 -100px; /* is width and height divided by two */
|
||||
}
|
||||
/* SLIDER */
|
||||
.rev_slider_wrapper{ position:relative;}
|
||||
.rev_slider_wrapper >ul { visibility:hidden;}
|
||||
.rev_slider img{
|
||||
max-width:none !important;
|
||||
-moz-transition: none 0 !important;
|
||||
-webkit-transition: none 0 !important;
|
||||
-o-transition: none 0 !important;
|
||||
transition: none 0 !important;
|
||||
margin:0px !important;
|
||||
padding:0px !important;
|
||||
border-width:0px !important;
|
||||
border:none;
|
||||
visibility:visible !important;
|
||||
}
|
||||
.rev_slider .no-slides-text{
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
padding-top:80px;
|
||||
}
|
||||
.rev_slider ul{
|
||||
margin:0px !important;
|
||||
padding:0px !important;
|
||||
list-style: none !important;
|
||||
list-style-type: none !important;
|
||||
background-position:0px 0px !important;
|
||||
}
|
||||
.rev_slider ul li,.rev_slider >ul >li,.rev_slider >ul >li:before{
|
||||
list-style:none !important;
|
||||
position:absolute;
|
||||
visibility:hidden;
|
||||
margin:0px !important;
|
||||
padding:0px !important;
|
||||
overflow-x: visible;
|
||||
overflow-y: visible;
|
||||
list-style-type: none !important;
|
||||
background-image:none !important;
|
||||
background-position:0px 0px !important;
|
||||
text-indent: 0em !important;
|
||||
}
|
||||
.tp-bannertimer{
|
||||
width: 100%;
|
||||
border-radius: 0 5px 5px 0;
|
||||
height: 2px;
|
||||
z-index: 200;
|
||||
position: absolute;
|
||||
visibility: visible !important;
|
||||
bottom: 0;
|
||||
background-color: rgba(255, 255, 255, .6);
|
||||
}
|
||||
.tp-bullets {
|
||||
z-index:1000; position:absolute;
|
||||
left: 90% !important;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||
-moz-opacity: 1;
|
||||
-khtml-opacity: 1;
|
||||
opacity: 1;
|
||||
-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
|
||||
}
|
||||
.tp-bullets.simplebullets.round .bullet {
|
||||
cursor:pointer;
|
||||
position:relative;
|
||||
border: 3px solid rgba(255, 255, 255, .6);
|
||||
width:20px;
|
||||
height:20px;
|
||||
margin-right:0px;
|
||||
float:left;
|
||||
border-radius: 50%;
|
||||
margin-top:-10px;
|
||||
margin-left:3px;
|
||||
}
|
||||
.tp-bullets.simplebullets.round .bullet.selected{
|
||||
background: #FFF;
|
||||
border-color: #FFF;
|
||||
}
|
||||
.tp-bullets.simplebullets.round .bullet:hover{
|
||||
border-color: #FFF;
|
||||
-webkit-transition-duration: 0.4s;
|
||||
-moz-transition-duration: 0.4s;
|
||||
transition-duration: 0.4s;
|
||||
}
|
||||
.tp-bullets.simplebullets.round .bullet.last { margin-right:3px;}
|
||||
269
wwwroot/BackendScript/css/step.css
Normal file
269
wwwroot/BackendScript/css/step.css
Normal file
@@ -0,0 +1,269 @@
|
||||
.title {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.ui.steps {
|
||||
display: -webkit-inline-box;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-webkit-box-align: stretch;
|
||||
-ms-flex-align: stretch;
|
||||
align-items: stretch;
|
||||
margin: 1em 0em;
|
||||
background: "";
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
line-height: 1.14285714em;
|
||||
border-radius: 0.28571429rem;
|
||||
border: 1px solid rgba(34, 36, 38, 0.55);
|
||||
}
|
||||
|
||||
/* First Steps */
|
||||
.ui.steps:first-child {
|
||||
margin-top: 0em;
|
||||
}
|
||||
|
||||
/* Last Steps */
|
||||
.ui.steps:last-child {
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
|
||||
/*******************************
|
||||
Singular
|
||||
*******************************/
|
||||
|
||||
.ui.steps .step {
|
||||
position: relative;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1 0 auto;
|
||||
flex: 1 0 auto;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
vertical-align: middle;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
margin: 0em 0em;
|
||||
padding: 1.14285714em 2em;
|
||||
background: #ffffff;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-radius: 0em;
|
||||
border: none;
|
||||
border-right: 1px solid rgba(34, 36, 38, 0.55);
|
||||
-webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
||||
transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
||||
transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
|
||||
transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
|
||||
}
|
||||
|
||||
/* Arrow */
|
||||
.ui.steps .step:after {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
content: "";
|
||||
top: 50%;
|
||||
right: 0%;
|
||||
border: medium none;
|
||||
background-color: #ffffff;
|
||||
width: 1.14285714em;
|
||||
height: 1.14285714em;
|
||||
border-style: solid;
|
||||
border-color: rgba(34, 36, 38, 0.55);
|
||||
border-width: 0px 1px 1px 0px;
|
||||
-webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
||||
transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
||||
transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
|
||||
transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
|
||||
-webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
|
||||
transform: translateY(-50%) translateX(50%) rotate(-45deg);
|
||||
}
|
||||
|
||||
/* First Step */
|
||||
.ui.steps .step:first-child {
|
||||
padding-left: 2em;
|
||||
border-radius: 0.28571429rem 0em 0em 0.28571429rem;
|
||||
}
|
||||
|
||||
/* Last Step */
|
||||
.ui.steps .step:last-child {
|
||||
border-radius: 0em 0.28571429rem 0.28571429rem 0em;
|
||||
}
|
||||
|
||||
.ui.steps .step:last-child {
|
||||
border-right: none;
|
||||
margin-right: 0em;
|
||||
}
|
||||
|
||||
/* Only Step */
|
||||
.ui.steps .step:only-child {
|
||||
border-radius: 0.28571429rem;
|
||||
}
|
||||
|
||||
/*******************************
|
||||
Content
|
||||
*******************************/
|
||||
|
||||
/* Title */
|
||||
.ui.steps .step .title {
|
||||
font-family: THSarabunNew;
|
||||
font-size: 0.94285714em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ui.steps .step > .title {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Description */
|
||||
.ui.steps .step .description {
|
||||
font-weight: normal;
|
||||
font-size: 0.72857143em;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
}
|
||||
|
||||
.ui.steps .step > .description {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ui.steps .step .title ~ .description {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
|
||||
/* Icon */
|
||||
.ui.steps .step > .icon {
|
||||
line-height: 1;
|
||||
font-size: 2.5em;
|
||||
margin: 0em 1rem 0em 0em;
|
||||
}
|
||||
|
||||
.ui.steps .step > .icon,
|
||||
.ui.steps .step > .icon ~ .content {
|
||||
display: block;
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 1 auto;
|
||||
flex: 0 1 auto;
|
||||
-ms-flex-item-align: middle;
|
||||
align-self: middle;
|
||||
}
|
||||
|
||||
.ui.steps .step > .icon ~ .content {
|
||||
-webkit-box-flex: 1 0 auto;
|
||||
-ms-flex-positive: 1 0 auto;
|
||||
flex-grow: 1 0 auto;
|
||||
}
|
||||
|
||||
/* Horizontal Icon */
|
||||
.ui.steps:not(.vertical) .step > .icon {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* Link */
|
||||
.ui.steps .link.step,
|
||||
.ui.steps a.step {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* Link Hover */
|
||||
.ui.steps .link.step:hover::after,
|
||||
.ui.steps .link.step:hover,
|
||||
.ui.steps a.step:hover::after,
|
||||
.ui.steps a.step:hover {
|
||||
background: #f9fafb;
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
/* Link Down */
|
||||
.ui.steps .link.step:active::after,
|
||||
.ui.steps .link.step:active,
|
||||
.ui.steps a.step:active::after,
|
||||
.ui.steps a.step:active {
|
||||
background: #f3f4f5;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
||||
/* Active */
|
||||
.ui.steps .step.active {
|
||||
cursor: auto;
|
||||
background: #f3f4f5;
|
||||
}
|
||||
|
||||
.ui.steps .step.active:after {
|
||||
background: #f3f4f5;
|
||||
}
|
||||
|
||||
.ui.steps .step.active .title {
|
||||
color: #005fbd;
|
||||
}
|
||||
|
||||
.ui.ordered.steps .step.active:before,
|
||||
.ui.steps .active.step .icon {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
|
||||
/* Active Arrow */
|
||||
.ui.steps .step:after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ui.steps .active.step:after {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ui.steps .step:last-child:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui.steps .active.step:last-child:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Active Hover */
|
||||
.ui.steps .link.active.step:hover::after,
|
||||
.ui.steps .link.active.step:hover,
|
||||
.ui.steps a.active.step:hover::after,
|
||||
.ui.steps a.active.step:hover {
|
||||
cursor: pointer;
|
||||
background: #dcddde;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
}
|
||||
|
||||
/* Completed */
|
||||
.ui.steps .step.completed > .icon:before,
|
||||
.ui.ordered.steps .step.completed:before {
|
||||
color: #21ba45;
|
||||
}
|
||||
|
||||
/* Disabled */
|
||||
.ui.steps .disabled.step {
|
||||
cursor: auto;
|
||||
background: #ffffff;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.ui.steps .disabled.step,
|
||||
.ui.steps .disabled.step .title,
|
||||
.ui.steps .disabled.step .description {
|
||||
color: rgba(40, 40, 40, 0.3);
|
||||
}
|
||||
|
||||
.ui.steps .disabled.step:after {
|
||||
background: #ffffff;
|
||||
}
|
||||
1370
wwwroot/BackendScript/css/style-custom.css
Normal file
1370
wwwroot/BackendScript/css/style-custom.css
Normal file
File diff suppressed because it is too large
Load Diff
60
wwwroot/BackendScript/css/style-menu.css
Normal file
60
wwwroot/BackendScript/css/style-menu.css
Normal file
@@ -0,0 +1,60 @@
|
||||
|
||||
.sliding-nav { float: left; }
|
||||
nav {
|
||||
/* position: relative; */
|
||||
/* margin: 50px; */
|
||||
/* width: 360px; */
|
||||
}
|
||||
nav ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
nav ul li {
|
||||
/* Sub Menu */
|
||||
}
|
||||
nav ul li a {
|
||||
display: block;
|
||||
/* background: #ebebeb; */
|
||||
/* padding: 10px 15px; */
|
||||
color: #333;
|
||||
/* text-decoration: none; */
|
||||
-webkit-transition: 0.2s linear;
|
||||
-moz-transition: 0.2s linear;
|
||||
-ms-transition: 0.2s linear;
|
||||
-o-transition: 0.2s linear;
|
||||
transition: 0.2s linear;
|
||||
|
||||
color: #67757c;
|
||||
font-weight: bold;
|
||||
font-size: 19px;
|
||||
margin: 0;
|
||||
}
|
||||
/* nav ul li a:hover {
|
||||
background: #f8f8f8;
|
||||
color: #515151;
|
||||
} */
|
||||
nav ul li a .fa {
|
||||
width: 16px;
|
||||
text-align: center;
|
||||
float:right;
|
||||
margin-block-end: 1px;
|
||||
/* margin-left: auto; */
|
||||
float: left;
|
||||
}
|
||||
nav ul li ul li ul{
|
||||
/* background-color:#ebebeb; */
|
||||
border-left: 15px solid transparent;
|
||||
}
|
||||
nav ul ul {
|
||||
/* background-color:#ebebeb; */
|
||||
}
|
||||
nav ul li ul li a {
|
||||
/* background: #f8f8f8; */
|
||||
border-left: 15px solid transparent;
|
||||
/* padding: 10px 20px; */
|
||||
}
|
||||
/* nav ul li ul li a:hover {
|
||||
background: #ebebeb;
|
||||
border-left: 4px solid #3498db;
|
||||
} */
|
||||
606
wwwroot/BackendScript/css/style-responsive.css
Normal file
606
wwwroot/BackendScript/css/style-responsive.css
Normal file
@@ -0,0 +1,606 @@
|
||||
@media (min-width: 980px) {
|
||||
.custom-bar-chart {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 979px) {
|
||||
|
||||
.custom-bar-chart {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 767px) and (max-width: 979px) {
|
||||
|
||||
.navbar-collapse, .navbar-collapse.in, .mega-menu ul li a {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mega-menu .navbar-nav {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.mega-bg {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mail-box .sm-side {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.mail-box .lg-side {
|
||||
width: 70%;
|
||||
}
|
||||
/*-----*/
|
||||
.custom-bar-chart {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
/*chat room*/
|
||||
|
||||
.chat-room aside {
|
||||
display: block;
|
||||
}
|
||||
.chat-room .left-side, .chat-room .mid-side, .chat-room .right-side, .chat-room .left-side footer {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.chat-room .left-side footer {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul.chat-user {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.chat-room .left-side , .chat-room .mid-side{
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
||||
|
||||
.chat-room .left-side .user-head , .chat-room-head, .chat-room .right-side .user-head{
|
||||
border-radius: 4px 4px 0 0;
|
||||
-webit-border-radius: 4px 4px 0 0;
|
||||
}
|
||||
.chat-room .left-side footer {
|
||||
border-radius: 0 0 4px 4px;
|
||||
-webkit-border-radius: 0 0 4px 4px;
|
||||
}
|
||||
/**/
|
||||
.chat-room .right-side .user-head {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.chat-room .mid-side footer {
|
||||
position: relative;
|
||||
float: left;
|
||||
width: 100%;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.chat-txt {
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.chat-room .right-side footer {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.chat-room .mid-side {
|
||||
margin-bottom: 0!important;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
.header {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/*sidebar*/
|
||||
|
||||
.sidebar-close #sidebar {
|
||||
height: auto;
|
||||
/*overflow: hidden;*/
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 1001;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/* body container */
|
||||
#main-content {
|
||||
margin: 0px!important;
|
||||
position: none !important;
|
||||
}
|
||||
|
||||
#sidebar > ul > li > a > span {
|
||||
line-height: 35px;
|
||||
}
|
||||
|
||||
#sidebar > ul > li {
|
||||
margin: 0 10px 5px 10px;
|
||||
}
|
||||
#sidebar > ul > li > a {
|
||||
height:35px;
|
||||
line-height:35px;
|
||||
padding: 0 10px;
|
||||
text-align: left;
|
||||
}
|
||||
#sidebar > ul > li > a i{
|
||||
/*display: none !important;*/
|
||||
}
|
||||
|
||||
.mail-info, .mail-info:hover {
|
||||
display: none !important;
|
||||
}
|
||||
#sidebar ul > li > a .arrow, #sidebar > ul > li > a .arrow.open {
|
||||
margin-right: 10px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow,
|
||||
#sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open{
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
|
||||
width: 100%;
|
||||
}
|
||||
#sidebar > ul > li > ul.sub > li > a {
|
||||
background: transparent !important ;
|
||||
}
|
||||
#sidebar > ul > li > ul.sub > li > a:hover {
|
||||
/*background: #4A8BC2 !important ;*/
|
||||
}
|
||||
|
||||
|
||||
/* sidebar */
|
||||
#sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.is-sidebar-nav-open #sidebar{
|
||||
display: block;
|
||||
margin: 0;
|
||||
z-index: 1300;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* sidebar collabler */
|
||||
#sidebar .btn-navbar.collapsed .arrow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#sidebar .btn-navbar .arrow {
|
||||
position: absolute;
|
||||
right: 35px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
top:48px;
|
||||
border-bottom: 15px solid #282e36;
|
||||
border-left: 15px solid transparent;
|
||||
border-right: 15px solid transparent;
|
||||
}
|
||||
|
||||
|
||||
/*---------*/
|
||||
|
||||
.modal-footer .btn {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.mail-box aside {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mail-box .sm-side , .mail-box .lg-side{
|
||||
width: 100% ;
|
||||
}
|
||||
|
||||
/* full calendar fix */
|
||||
.fc-header-right {
|
||||
left:25px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.fc-header-left .fc-button {
|
||||
margin: 0px !important;
|
||||
top: -10px !important;
|
||||
}
|
||||
|
||||
.fc-header-right .fc-button {
|
||||
margin: 0px !important;
|
||||
top: -50px !important;
|
||||
}
|
||||
|
||||
.fc-state-active, .fc-state-active .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
|
||||
background: none !important;
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
|
||||
.fc-state-default, .fc-state-default .fc-button-inner {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.fc-button {
|
||||
border: none !important;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.fc-view {
|
||||
top: 0px !important;
|
||||
}
|
||||
|
||||
.fc-button .fc-button-inner {
|
||||
margin: 0px !important;
|
||||
padding: 2px !important;
|
||||
border: none !important;
|
||||
margin-right: 2px !important;
|
||||
background-color: #fafafa !important;
|
||||
background-image: -moz-linear-gradient(top, #fafafa, #efefef) !important;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef)) !important;
|
||||
background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important;
|
||||
background-image: -o-linear-gradient(top, #fafafa, #efefef) !important;
|
||||
background-image: linear-gradient(to bottom, #fafafa, #efefef) !important;
|
||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fafafa', endColorstr='#efefef', GradientType=0) !important;
|
||||
-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
|
||||
-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
|
||||
box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
|
||||
-webkit-border-radius: 3px !important;
|
||||
-moz-border-radius: 3px !important;
|
||||
border-radius: 3px !important;
|
||||
color: #646464 !important;
|
||||
border: 1px solid #ddd !important;
|
||||
text-shadow: 0 1px 0px rgba(255, 255, 255, .6) !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fc-button.fc-state-disabled .fc-button-inner {
|
||||
color: #bcbbbb !important;
|
||||
}
|
||||
|
||||
.fc-button.fc-state-active .fc-button-inner {
|
||||
background-color: #e5e4e4 !important;
|
||||
background-image: -moz-linear-gradient(top, #e5e4e4, #dddcdc) !important;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e4e4), to(#dddcdc)) !important;
|
||||
background-image: -webkit-linear-gradient(top, #e5e4e4, #dddcdc) !important;
|
||||
background-image: -o-linear-gradient(top, #e5e4e4, #dddcdc) !important;
|
||||
background-image: linear-gradient(to bottom, #e5e4e4, #dddcdc) !important;
|
||||
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#e5e4e4', endColorstr='#dddcdc', GradientType=0) !important;
|
||||
}
|
||||
|
||||
.fc-content {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.fc-header-title h2 {
|
||||
line-height: 40px !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
.fc-header {
|
||||
margin-bottom:0px !important;
|
||||
}
|
||||
|
||||
/*--*/
|
||||
|
||||
/*.chart-position {*/
|
||||
/*margin-top: 0px;*/
|
||||
/*}*/
|
||||
|
||||
.timeline-desk .album a {
|
||||
margin-bottom: 5px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.stepy-titles li {
|
||||
margin: 10px 3px;
|
||||
}
|
||||
|
||||
.mail-option .btn {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.boxed-page .container #sidebar {
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
/*--horizontal menu--*/
|
||||
.full-width .navbar-toggle {
|
||||
border: 1px solid #eaeaea;
|
||||
}
|
||||
.full-width .navbar-toggle .icon-bar {
|
||||
background: #c7c7c7;
|
||||
}
|
||||
|
||||
.full-width .navbar-toggle {
|
||||
float: left;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.horizontal-menu {
|
||||
float: left;
|
||||
margin-left:10px;
|
||||
width: 70%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.top-nav {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.horizontal-menu .navbar-nav > li > a {
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
/*-----*/
|
||||
.custom-bar-chart {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
/*menu icon plus minus*/
|
||||
.dcjq-icon {
|
||||
top: 10px;
|
||||
}
|
||||
ul.sidebar-menu li ul.sub li a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*---*/
|
||||
|
||||
.img-responsive {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
||||
.navbar-collapse, .navbar-collapse.in, .mega-menu ul li a {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mega-menu .navbar-nav {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.mega-bg {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.notify-row, .search, .dont-show , .inbox-head .sr-input, .inbox-head .sr-btn{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mail-box aside {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mail-box .sm-side , .mail-box .lg-side{
|
||||
width: 100% ;
|
||||
}
|
||||
|
||||
#top_menu .nav > li, ul.top-menu > li {
|
||||
float: right;
|
||||
}
|
||||
.hidden-phone {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.dataTables_filter {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dataTables_info {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mail-option .btn {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mail-option .inbox-pagination {
|
||||
margin-top: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.chart-position {
|
||||
margin-top: 0px;
|
||||
}
|
||||
/*--horizontal menu--*/
|
||||
.full-width .navbar-toggle {
|
||||
border: 1px solid #eaeaea;
|
||||
}
|
||||
.full-width .navbar-toggle .icon-bar {
|
||||
background: #c7c7c7;
|
||||
}
|
||||
|
||||
.full-width .navbar-toggle {
|
||||
float: left;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.horizontal-menu {
|
||||
float: left;
|
||||
margin-left:10px;
|
||||
/*width: 100%;*/
|
||||
}
|
||||
|
||||
.top-nav {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.horizontal-menu .navbar-nav > li > a {
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.ms-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cmt-form {
|
||||
display: inline-block;
|
||||
width: 84%;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
|
||||
background-color: #ccc;
|
||||
border-color:#ccc ;
|
||||
}
|
||||
|
||||
/*chat room*/
|
||||
|
||||
.chat-room aside {
|
||||
display: block;
|
||||
}
|
||||
.chat-room .left-side, .chat-room .mid-side, .chat-room .right-side, .chat-room .left-side footer {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.chat-room .left-side footer {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul.chat-user {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.chat-room .left-side , .chat-room .mid-side{
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
||||
|
||||
.chat-room .left-side .user-head , .chat-room-head, .chat-room .right-side .user-head{
|
||||
border-radius: 4px 4px 0 0;
|
||||
-webit-border-radius: 4px 4px 0 0;
|
||||
}
|
||||
.chat-room .left-side footer {
|
||||
border-radius: 0 0 4px 4px;
|
||||
-webkit-border-radius: 0 0 4px 4px;
|
||||
}
|
||||
|
||||
/**/
|
||||
.chat-room .right-side .user-head {
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.chat-room .mid-side footer {
|
||||
position: relative;
|
||||
float: left;
|
||||
width: 100%;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.chat-txt {
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.chat-room .right-side footer {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.chat-room .mid-side {
|
||||
margin-bottom: 0!important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:320px) {
|
||||
.login-social-link a {
|
||||
padding: 15px 17px !important;
|
||||
}
|
||||
|
||||
.notify-row, .search, .dont-show, .inbox-head .sr-input, .inbox-head .sr-btn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mail-box aside {
|
||||
display: block ;
|
||||
}
|
||||
|
||||
.mail-box .sm-side , .mail-box .lg-side{
|
||||
width: 100% ;
|
||||
}
|
||||
|
||||
#top_menu .nav > li, ul.top-menu > li {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.hidden-phone {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.dataTables_filter {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dataTables_info {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mail-option .btn {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mail-option .inbox-pagination {
|
||||
margin-top: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.chart-position {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.lock-wrapper {
|
||||
margin: 10% auto;
|
||||
max-width: 310px;
|
||||
}
|
||||
.lock-input {
|
||||
width: 82%;
|
||||
}
|
||||
|
||||
.cmt-form {
|
||||
display: inline-block;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.chat-room .mid-side footer .btn-group {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.stepy-titles li.current-step div, .stepy-titles li div {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
line-height: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
6681
wwwroot/BackendScript/css/style.css
Normal file
6681
wwwroot/BackendScript/css/style.css
Normal file
File diff suppressed because it is too large
Load Diff
94
wwwroot/BackendScript/css/table-responsive.css
Normal file
94
wwwroot/BackendScript/css/table-responsive.css
Normal file
@@ -0,0 +1,94 @@
|
||||
/*Unseen Column*/
|
||||
@media only screen and (max-width: 800px) {
|
||||
#unseen table td:nth-child(2),
|
||||
#unseen table th:nth-child(2) {display: none;}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 640px) {
|
||||
#unseen table td:nth-child(4),
|
||||
#unseen table th:nth-child(4),
|
||||
#unseen table td:nth-child(7),
|
||||
#unseen table th:nth-child(7),
|
||||
#unseen table td:nth-child(8),
|
||||
#unseen table th:nth-child(8){display: none;}
|
||||
}
|
||||
|
||||
/*flip-scroll*/
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
#flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
|
||||
#flip-scroll * html .cf { zoom: 1; }
|
||||
#flip-scroll *:first-child+html .cf { zoom: 1; }
|
||||
#flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }
|
||||
|
||||
#flip-scroll th,
|
||||
#flip-scroll td { margin: 0; vertical-align: top; }
|
||||
#flip-scroll th { text-align: left; }
|
||||
#flip-scroll table { display: block; position: relative; width: 100%; }
|
||||
#flip-scroll thead { display: block; float: left; }
|
||||
#flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
|
||||
#flip-scroll thead tr { display: block; }
|
||||
#flip-scroll th { display: block; text-align: right; }
|
||||
#flip-scroll tbody tr { display: inline-block; vertical-align: top; }
|
||||
#flip-scroll td { display: block; min-height: 1.25em; text-align: left; }
|
||||
|
||||
|
||||
/* sort out borders */
|
||||
|
||||
#flip-scroll th { border-bottom: 0; border-left: 0; }
|
||||
#flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
|
||||
#flip-scroll tbody tr { border-left: 1px solid #babcbf; }
|
||||
#flip-scroll th:last-child,
|
||||
#flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
|
||||
}
|
||||
|
||||
/*no more table*/
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
/* Force table to not be like tables anymore */
|
||||
#no-more-tables table,
|
||||
#no-more-tables thead,
|
||||
#no-more-tables tbody,
|
||||
#no-more-tables th,
|
||||
#no-more-tables td,
|
||||
#no-more-tables tr {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Hide table headers (but not display: none;, for accessibility) */
|
||||
#no-more-tables thead tr {
|
||||
position: absolute;
|
||||
top: -9999px;
|
||||
left: -9999px;
|
||||
}
|
||||
|
||||
#no-more-tables tr { border: 1px solid #ccc; }
|
||||
|
||||
#no-more-tables td {
|
||||
/* Behave like a "row" */
|
||||
border: none;
|
||||
border-bottom: 1px solid #eee;
|
||||
position: relative;
|
||||
padding-left: 50%;
|
||||
white-space: normal;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
#no-more-tables td:before {
|
||||
/* Now like a table header */
|
||||
position: absolute;
|
||||
/* Top/left values mimic padding */
|
||||
top: 6px;
|
||||
left: 6px;
|
||||
width: 45%;
|
||||
padding-right: 10px;
|
||||
white-space: nowrap;
|
||||
text-align:left;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
Label the data
|
||||
*/
|
||||
#no-more-tables td:before { content: attr(data-title); }
|
||||
}
|
||||
103
wwwroot/BackendScript/css/tasks.css
Normal file
103
wwwroot/BackendScript/css/tasks.css
Normal file
@@ -0,0 +1,103 @@
|
||||
/*--------------Tasks Widget--------------*/
|
||||
|
||||
.task-content {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.tasks-widget .task-content:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.tasks-widget .task-footer {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.tasks-widget .task-footer:after,
|
||||
.tasks-widget .task-footer:before {
|
||||
content: "";
|
||||
display: table;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.tasks-widget .task-footer:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list {
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list > li {
|
||||
position:relative;
|
||||
padding:10px 5px;
|
||||
border-bottom:1px dashed #eaeaea;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li.last-line {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li > .task-bell {
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li > .task-checkbox {
|
||||
float:left;
|
||||
width:30px;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li > .task-title {
|
||||
overflow:hidden;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li > .task-config {
|
||||
position:absolute;
|
||||
top:10px;
|
||||
right:10px;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li .task-title .task-title-sp {
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li.task-done .task-title-sp {
|
||||
text-decoration:line-through;
|
||||
color: #bbbbbb;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li.task-done {
|
||||
background:#f6f6f6;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li.task-done:hover {
|
||||
background:#f4f4f4;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li:hover {
|
||||
background:#f9f9f9;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li .task-config {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list li:hover > .task-config {
|
||||
display:block;
|
||||
margin-bottom:0 !important;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 320px) {
|
||||
|
||||
.tasks-widget .task-config-btn {
|
||||
float:inherit;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.tasks-widget .task-list-projects li > .label {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
}
|
||||
25
wwwroot/BackendScript/css/yamm.css
Normal file
25
wwwroot/BackendScript/css/yamm.css
Normal file
@@ -0,0 +1,25 @@
|
||||
/*!
|
||||
* Yamm!3 - Yet another megamenu for Bootstrap 3
|
||||
* http://geedmo.github.com/yamm3
|
||||
*
|
||||
* @geedmo - Licensed under the MIT license
|
||||
*/
|
||||
.yamm .nav,
|
||||
.yamm .collapse,
|
||||
.yamm .dropup,
|
||||
.yamm .dropdown {
|
||||
position: static;
|
||||
}
|
||||
.yamm .container {
|
||||
position: relative;
|
||||
}
|
||||
.yamm .dropdown-menu {
|
||||
left: auto;
|
||||
}
|
||||
.yamm .yamm-content {
|
||||
/*padding: 20px 30px;*/
|
||||
}
|
||||
.yamm .dropdown.yamm-fw .dropdown-menu {
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user