mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
bootstrap 4.5 & Bootswatch Themes
This commit is contained in:
parent
e2b7b77da0
commit
0e5840498e
230 changed files with 19531 additions and 5077 deletions
6
static/css/bootstrap.min.css
vendored
6
static/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +0,0 @@
|
|||
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
|
||||
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}
|
||||
|
|
@ -54,37 +54,56 @@ table[data-sortable] th[data-sorted-direction="ascending"]:after {
|
|||
margin-top: 3px;
|
||||
}
|
||||
|
||||
/* line 5, ../sass/sortable-theme-bootstrap.sass */
|
||||
table[data-sortable].sortable-theme-bootstrap {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
/* line 6, ../sass/sortable-theme-slick.sass */
|
||||
table[data-sortable].sortable-theme-slick {
|
||||
color: #333333;
|
||||
background: white;
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
/* line 12, ../sass/sortable-theme-bootstrap.sass */
|
||||
table[data-sortable].sortable-theme-bootstrap thead th {
|
||||
border-bottom: 2px solid #e0e0e0;
|
||||
/* line 11, ../sass/sortable-theme-slick.sass */
|
||||
table[data-sortable].sortable-theme-slick thead th {
|
||||
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
|
||||
background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
|
||||
background-image: -moz-linear-gradient(#ffffff, #eeeeee);
|
||||
background-image: -o-linear-gradient(#ffffff, #eeeeee);
|
||||
background-image: linear-gradient(#ffffff, #eeeeee);
|
||||
background-color: #f0f0f0;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
}
|
||||
/* line 15, ../sass/sortable-theme-bootstrap.sass */
|
||||
table[data-sortable].sortable-theme-bootstrap tbody td {
|
||||
/* line 16, ../sass/sortable-theme-slick.sass */
|
||||
table[data-sortable].sortable-theme-slick tbody td {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
/* line 18, ../sass/sortable-theme-bootstrap.sass */
|
||||
table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"] {
|
||||
/* line 19, ../sass/sortable-theme-slick.sass */
|
||||
table[data-sortable].sortable-theme-slick tbody > tr:nth-child(odd) > td {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
/* line 22, ../sass/sortable-theme-slick.sass */
|
||||
table[data-sortable].sortable-theme-slick th[data-sorted="true"] {
|
||||
-webkit-box-shadow: inset 1px 0 #bce8f1, inset -1px 0 #bce8f1;
|
||||
-moz-box-shadow: inset 1px 0 #bce8f1, inset -1px 0 #bce8f1;
|
||||
box-shadow: inset 1px 0 #bce8f1, inset -1px 0 #bce8f1;
|
||||
color: #3a87ad;
|
||||
background: #d9edf7;
|
||||
border-bottom-color: #bce8f1;
|
||||
}
|
||||
/* line 23, ../sass/sortable-theme-bootstrap.sass */
|
||||
table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="descending"]:after {
|
||||
/* line 28, ../sass/sortable-theme-slick.sass */
|
||||
table[data-sortable].sortable-theme-slick th[data-sorted="true"]:first-child {
|
||||
-webkit-box-shadow: inset -1px 0 #bce8f1;
|
||||
-moz-box-shadow: inset -1px 0 #bce8f1;
|
||||
box-shadow: inset -1px 0 #bce8f1;
|
||||
}
|
||||
/* line 31, ../sass/sortable-theme-slick.sass */
|
||||
table[data-sortable].sortable-theme-slick th[data-sorted="true"]:last-child {
|
||||
-webkit-box-shadow: inset 1px 0 #bce8f1;
|
||||
-moz-box-shadow: inset 1px 0 #bce8f1;
|
||||
box-shadow: inset 1px 0 #bce8f1;
|
||||
}
|
||||
/* line 34, ../sass/sortable-theme-slick.sass */
|
||||
table[data-sortable].sortable-theme-slick th[data-sorted="true"][data-sorted-direction="descending"]:after {
|
||||
border-top-color: #3a87ad;
|
||||
}
|
||||
/* line 26, ../sass/sortable-theme-bootstrap.sass */
|
||||
table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted-direction="ascending"]:after {
|
||||
/* line 37, ../sass/sortable-theme-slick.sass */
|
||||
table[data-sortable].sortable-theme-slick th[data-sorted="true"][data-sorted-direction="ascending"]:after {
|
||||
border-bottom-color: #3a87ad;
|
||||
}
|
||||
/* line 31, ../sass/sortable-theme-bootstrap.sass */
|
||||
table[data-sortable].sortable-theme-bootstrap.sortable-theme-bootstrap-striped tbody > tr:nth-child(odd) > td {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
}
|
||||
|
|
@ -7,8 +7,7 @@
|
|||
/* Global Styles */
|
||||
|
||||
body {
|
||||
padding-top: 70px;
|
||||
background-color: #FFF;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
@ -165,4 +164,8 @@ p {
|
|||
.dropdown:hover .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
.table > tbody > tr > td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
|
|
|||
6
static/css/wvc-main.min.css
vendored
Normal file
6
static/css/wvc-main.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
97
static/css/wvc-main.min.css.map
Normal file
97
static/css/wvc-main.min.css.map
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue