Migrate to bootstrap 4 in LeafWeb
This commit is contained in:
+42
-39
@@ -1,8 +1,11 @@
|
||||
/* Go crazy with your own styles here */
|
||||
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
|
||||
body.debug header .brand {
|
||||
body header {
|
||||
padding: 15px 0; }
|
||||
|
||||
body.debug header .navbar-brand {
|
||||
position: relative; }
|
||||
body.debug header .brand:before {
|
||||
body.debug header .navbar-brand:before {
|
||||
content: "\f121";
|
||||
font-family: FontAwesome;
|
||||
font-style: normal;
|
||||
@@ -54,7 +57,7 @@ footer {
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
/* standards-compliant: (IE) */ }
|
||||
.banner-link .glyphicon {
|
||||
.banner-link .glyphicon, .banner-link .fa {
|
||||
color: #8cc641; }
|
||||
|
||||
a.banner-link:hover {
|
||||
@@ -65,69 +68,67 @@ a.banner-link:hover {
|
||||
|
||||
h1.headline {
|
||||
font-size: 2.9em;
|
||||
text-align: center; }
|
||||
text-align: center;
|
||||
text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.4); }
|
||||
|
||||
.headline-icon {
|
||||
/* http://glyphicons.bootstrapcheatsheets.com/ */ }
|
||||
/* https://fontawesome.bootstrapcheatsheets.com/ */ }
|
||||
.headline-icon h1:after {
|
||||
color: rgba(172, 214, 118, 0.8);
|
||||
font-family: "Glyphicons Halflings";
|
||||
font-family: "FontAwesome";
|
||||
font-size: .8em;
|
||||
padding-left: 10px; }
|
||||
padding-left: 10px;
|
||||
text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.4); }
|
||||
.headline-icon.headline-icon-file h1:after {
|
||||
content: "\e022"; }
|
||||
content: "\f15b"; }
|
||||
.headline-icon.headline-icon-leaf h1:after {
|
||||
content: "\e103"; }
|
||||
content: "\f06c"; }
|
||||
.headline-icon.headline-icon-question h1:after {
|
||||
content: "\e085"; }
|
||||
content: "\f059"; }
|
||||
.headline-icon.headline-icon-stats h1:after {
|
||||
content: "\e185"; }
|
||||
content: "\f05a"; }
|
||||
.headline-icon.headline-icon-user h1:after {
|
||||
content: "\e008"; }
|
||||
content: "\f007"; }
|
||||
.headline-icon.headline-icon-list h1:after {
|
||||
content: "\e012"; }
|
||||
content: "\f00b"; }
|
||||
|
||||
.status {
|
||||
white-space: nowrap;
|
||||
cursor: default; }
|
||||
.status:after {
|
||||
font-family: "Glyphicons Halflings";
|
||||
font-size: .8em;
|
||||
padding-left: 5px; }
|
||||
.status:before {
|
||||
font-family: "FontAwesome";
|
||||
font-size: 1em;
|
||||
padding-right: 6px; }
|
||||
.status.status-pending {
|
||||
color: #f0ad4e; }
|
||||
.status.status-pending:after {
|
||||
content: "\e023"; }
|
||||
.status.status-pending:before {
|
||||
content: "\f017"; }
|
||||
.status.status-complete {
|
||||
color: #337ab7; }
|
||||
.status.status-complete:after {
|
||||
content: "\e084"; }
|
||||
.status.status-complete:before {
|
||||
content: "\f14a"; }
|
||||
.status.status-exception {
|
||||
color: #a94442; }
|
||||
.status.status-exception:after {
|
||||
content: "\e101"; }
|
||||
.status.status-exception:before {
|
||||
content: "\f06a"; }
|
||||
.status.status-unresponsive {
|
||||
color: #66512c; }
|
||||
.status.status-unresponsive:after {
|
||||
content: "\e085"; }
|
||||
.status.status-unresponsive:before {
|
||||
content: "\f059"; }
|
||||
.status.status-running, .status.status-starting, .status.status-finishing {
|
||||
color: #3c763d; }
|
||||
.status.status-running:after {
|
||||
content: "\e089"; }
|
||||
.status.status-starting:after {
|
||||
content: "\e026"; }
|
||||
.status.status-finishing:after {
|
||||
content: "\e027"; }
|
||||
.status.status-cancelpending, .status.status-cancelling {
|
||||
color: #f0ad4e; }
|
||||
.status.status-running:before {
|
||||
content: "\f058"; }
|
||||
.status.status-starting:before {
|
||||
content: "\f01a"; }
|
||||
.status.status-finishing:before {
|
||||
content: "\f01b"; }
|
||||
.status.status-cancelpending:before, .status.status-cancelling:before {
|
||||
content: "\f05e"; }
|
||||
.status.status-cancelled {
|
||||
color: #ec971f; }
|
||||
.status.status-cancelpending:after {
|
||||
content: "\e090"; }
|
||||
.status.status-cancelling:after {
|
||||
content: "\e090"; }
|
||||
.status.status-cancelled:after {
|
||||
content: "\e090"; }
|
||||
.status.status-cancelled:before {
|
||||
content: "\f05e"; }
|
||||
|
||||
#chart {
|
||||
padding-top: 20px; }
|
||||
@@ -227,3 +228,5 @@ code, pre {
|
||||
.withshadow {
|
||||
text-shadow: 2px 2px 4px #000000; }
|
||||
|
||||
.files td {
|
||||
vertical-align: middle; }
|
||||
|
||||
Reference in New Issue
Block a user