Files
LeafWeb/WebCms/Content/style.scss
T
2017-01-13 09:15:15 -05:00

205 lines
3.7 KiB
SCSS

/* 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;
}
p {
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;
}
.blogarchive {
padding-top: 20px;
}
}
.table tfoot td a {
}
.top-buffer { margin-top:20px; }
.detail-actions {
> a, > form > button {
margin-top:20px;
float:left; clear:left
}
}
.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) */
.glyphicon {
color: #8cc641;
}
}
a.banner-link:hover {
text-decoration: none;
background: rgba(0, 0, 0, 0.6);
.glyphicon {
color: #a8ed4e;
}
}
.headline-icon {
h1:after {
color: rgba(172, 214, 118, 0.8);
font-family: "Glyphicons Halflings";
font-size: .8em;
padding-left: 10px;
}
/* http://glyphicons.bootstrapcheatsheets.com/ */
&.headline-icon-none h1:after {
}
&.headline-icon-file h1:after {
content:"\e022";
}
&.headline-icon-leaf h1:after {
content:"\e103";
}
&.headline-icon-question h1:after {
content:"\e085";
}
&.headline-icon-stats h1:after {
content:"\e185";
}
&.headline-icon-user h1:after {
content:"\e008";
}
&.headline-icon-list h1:after {
content:"\e012";
}
}
.status{
white-space: nowrap;
&:after {
font-family: "Glyphicons Halflings";
font-size: .8em;
padding-left: 5px;
}
&.status-pending {
color: #f0ad4e;
&:after {
content:"\e023";
}
}
&.status-complete {
color: #337ab7;
&:after {
content:"\e084";
}
}
&.status-exception {
color: #a94442;
&:after {
content:"\e101";
}
}
&.status-running,&.status-starting,&.status-finishing {
color: #3c763d;
}
&.status-running:after {
content:"\e089";
}
&.status-starting:after {
content:"\e026";
}
&.status-finishing:after {
content:"\e027";
}
}
#chart {
padding-top: 20px;
}
.btn-file {
position: relative;
overflow: hidden;
input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
}
form .validation-summary-errors ul {
list-style-type: none;
}
.autocomplete {
&-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
&-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
&-selected { background: #F0F0F0; }
&-suggestions strong { font-weight: normal; color: #3399FF; }
&-group { padding: 2px 5px; }
&-group strong { display: block; border-bottom: 1px solid #000; }
}
.toggle {
width:15px;
}
.dropdown-menu li form .btn-link {
display: block;
color: #333333;
clear: both;
float: left;
font-size: 1rem;
font-weight: normal;
line-height: 1.42857;
min-width: 160px;
padding: 3px 20px;
text-align: left;
white-space: nowrap;
&:focus, &:hover {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
}
.divider-right {
border-right: 1px dashed #333;
}