Customize bootstrap with SASS
Update jquery validate for IE Simplify scripting Update home page logo
This commit is contained in:
+100
-101
@@ -1,116 +1,98 @@
|
||||
/* Go crazy with your own styles here */
|
||||
/* Go crazy with your own styles here */
|
||||
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
|
||||
|
||||
h1 {
|
||||
padding: 24px 0 12px 0;
|
||||
}
|
||||
padding: 24px 0 12px 0; }
|
||||
|
||||
p {
|
||||
padding: 12px 0;
|
||||
}
|
||||
padding: 12px 0; }
|
||||
|
||||
footer {
|
||||
margin-top: 24px !important; }
|
||||
|
||||
.row-no-padding [class*="col-"] {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important; }
|
||||
|
||||
.home .dark .row:first-child .column:first-child h1 {
|
||||
padding-top: 0px;
|
||||
}
|
||||
padding-top: 0px; }
|
||||
|
||||
.home .blogarchive {
|
||||
padding-top: 20px;
|
||||
}
|
||||
padding-top: 20px; }
|
||||
|
||||
.banner-link {
|
||||
white-space: normal;
|
||||
padding: 20px;
|
||||
background: #000000;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px; /* standards-compliant: (IE) */
|
||||
}
|
||||
|
||||
.banner-link .glyphicon {
|
||||
color: #8cc641;
|
||||
}
|
||||
white-space: normal;
|
||||
padding: 20px;
|
||||
background: #000000;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
/* standards-compliant: (IE) */ }
|
||||
.banner-link .glyphicon {
|
||||
color: #8cc641; }
|
||||
|
||||
a.banner-link:hover {
|
||||
text-decoration: none;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
a.banner-link:hover .glyphicon {
|
||||
color: #a8ed4e;
|
||||
}
|
||||
text-decoration: none;
|
||||
background: rgba(0, 0, 0, 0.6); }
|
||||
a.banner-link:hover .glyphicon {
|
||||
color: #a8ed4e; }
|
||||
|
||||
.headline-icon h1:after {
|
||||
color: #8cc641;
|
||||
font-family: "Glyphicons Halflings";
|
||||
font-size: .8em;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
/* http://glyphicons.bootstrapcheatsheets.com/ */
|
||||
.headline-icon.headline-icon-none h1:after {
|
||||
}
|
||||
.headline-icon.headline-icon-file h1:after {
|
||||
content:"\e022";
|
||||
}
|
||||
.headline-icon.headline-icon-leaf h1:after {
|
||||
content:"\e103";
|
||||
}
|
||||
.headline-icon.headline-icon-question h1:after {
|
||||
content:"\e085";
|
||||
}
|
||||
.headline-icon.headline-icon-stats h1:after {
|
||||
content:"\e185";
|
||||
}
|
||||
.headline-icon.headline-icon-user h1:after {
|
||||
content:"\e008";
|
||||
}
|
||||
.headline-icon.headline-icon-list h1:after {
|
||||
content:"\e012";
|
||||
}
|
||||
.headline-icon {
|
||||
/* http://glyphicons.bootstrapcheatsheets.com/ */ }
|
||||
.headline-icon h1:after {
|
||||
color: #8cc641;
|
||||
font-family: "Glyphicons Halflings";
|
||||
font-size: .8em;
|
||||
padding-left: 10px; }
|
||||
.headline-icon.headline-icon-file h1:after {
|
||||
content: "\e022"; }
|
||||
.headline-icon.headline-icon-leaf h1:after {
|
||||
content: "\e103"; }
|
||||
.headline-icon.headline-icon-question h1:after {
|
||||
content: "\e085"; }
|
||||
.headline-icon.headline-icon-stats h1:after {
|
||||
content: "\e185"; }
|
||||
.headline-icon.headline-icon-user h1:after {
|
||||
content: "\e008"; }
|
||||
.headline-icon.headline-icon-list h1:after {
|
||||
content: "\e012"; }
|
||||
|
||||
.status:after {
|
||||
font-family: "Glyphicons Halflings";
|
||||
font-size: .8em;
|
||||
padding-left: 5px;
|
||||
}
|
||||
font-family: "Glyphicons Halflings";
|
||||
font-size: .8em;
|
||||
padding-left: 5px; }
|
||||
|
||||
.status.status-complete {
|
||||
color: #337ab7;
|
||||
}
|
||||
.status.status-complete:after {
|
||||
content:"\e084";
|
||||
}
|
||||
color: #337ab7; }
|
||||
.status.status-complete:after {
|
||||
content: "\e084"; }
|
||||
|
||||
.status.status-running,.status.status-pending,.status.status-starting,.status.status-finishing {
|
||||
color: #3c763d;
|
||||
}
|
||||
.status.status-running:after {
|
||||
content:"\e089";
|
||||
}
|
||||
.status.status-starting:after {
|
||||
content:"\e026";
|
||||
}
|
||||
.status.status-pending:after {
|
||||
content:"\e023";
|
||||
}
|
||||
.status.status-finishing:after {
|
||||
content:"\e027";
|
||||
}
|
||||
.status.status-exception {
|
||||
color: #a94442;
|
||||
}
|
||||
.status.status-exception:after {
|
||||
content:"\e101";
|
||||
}
|
||||
color: #a94442; }
|
||||
.status.status-exception:after {
|
||||
content: "\e101"; }
|
||||
|
||||
.status.status-running, .status.status-pending, .status.status-starting, .status.status-finishing {
|
||||
color: #3c763d; }
|
||||
|
||||
.status.status-running:after {
|
||||
content: "\e089"; }
|
||||
|
||||
.status.status-pending:after {
|
||||
content: "\e023"; }
|
||||
|
||||
.status.status-starting:after {
|
||||
content: "\e026"; }
|
||||
|
||||
.status.status-finishing:after {
|
||||
content: "\e027"; }
|
||||
|
||||
#chart {
|
||||
padding-top: 20px;
|
||||
}
|
||||
padding-top: 20px; }
|
||||
|
||||
.btn-file {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.btn-file input[type=file] {
|
||||
position: relative;
|
||||
overflow: hidden; }
|
||||
.btn-file input[type=file] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
@@ -123,15 +105,32 @@ a.banner-link:hover .glyphicon {
|
||||
outline: none;
|
||||
background: white;
|
||||
cursor: inherit;
|
||||
display: block;
|
||||
}
|
||||
form .validation-summary-errors ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
display: block; }
|
||||
|
||||
form .validation-summary-errors ul {
|
||||
list-style-type: none; }
|
||||
|
||||
.autocomplete-suggestions {
|
||||
border: 1px solid #999;
|
||||
background: #FFF;
|
||||
overflow: auto; }
|
||||
|
||||
.autocomplete-suggestion {
|
||||
padding: 2px 5px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden; }
|
||||
|
||||
.autocomplete-selected {
|
||||
background: #F0F0F0; }
|
||||
|
||||
.autocomplete-suggestions strong {
|
||||
font-weight: normal;
|
||||
color: #3399FF; }
|
||||
|
||||
.autocomplete-group {
|
||||
padding: 2px 5px; }
|
||||
|
||||
.autocomplete-group strong {
|
||||
display: block;
|
||||
border-bottom: 1px solid #000; }
|
||||
|
||||
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
|
||||
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
|
||||
.autocomplete-selected { background: #F0F0F0; }
|
||||
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
|
||||
.autocomplete-group { padding: 2px 5px; }
|
||||
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
|
||||
|
||||
Reference in New Issue
Block a user