175 lines
4.6 KiB
Plaintext
175 lines
4.6 KiB
Plaintext
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
|
@import url('fonts.min.css');
|
|
|
|
h1, h2, h3, h4, h5, h6, b, display-1, display-2, display-3, display-4 {
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
|
|
html, body {
|
|
font-family: 'Lato', sans-serif;
|
|
}
|
|
|
|
a, .btn-link {
|
|
color: #0366d6;
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #1b6ec2;
|
|
border-color: #1861ac;
|
|
}
|
|
|
|
.content {
|
|
padding-top: 1.1rem;
|
|
}
|
|
|
|
.valid.modified:not([type=checkbox]) {
|
|
outline: 1px solid #26b050;
|
|
}
|
|
|
|
.invalid {
|
|
outline: 1px solid red;
|
|
}
|
|
|
|
.validation-message {
|
|
color: red;
|
|
}
|
|
|
|
#blazor-error-ui {
|
|
background: lightyellow;
|
|
bottom: 0;
|
|
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
|
|
display: none;
|
|
left: 0;
|
|
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 1000;
|
|
}
|
|
|
|
#blazor-error-ui .dismiss {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 0.75rem;
|
|
top: 0.5rem;
|
|
}
|
|
|
|
/*------------------------------------------------------------------
|
|
[ Shortcuts / .shortcuts ]
|
|
*/
|
|
|
|
@blSCut: 1rem;
|
|
|
|
.shortcuts {
|
|
text-align: center;
|
|
}
|
|
|
|
.shortcuts .shortcut-icon {
|
|
font-size: 2*@blSCut;
|
|
}
|
|
|
|
.shortcuts .shortcut {
|
|
min-width: @blSCut * 9;
|
|
min-height: @blSCut * 5;
|
|
display: inline-block;
|
|
padding: @blSCut*2/3 0;
|
|
margin: 0 2px 1em;
|
|
vertical-align: top;
|
|
text-decoration: none;
|
|
background: #F3F3F3;
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
|
|
background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
|
|
background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
|
|
border: 1px solid #ddd;
|
|
box-sizing: border-box;
|
|
border-radius: @blSCut/2;
|
|
}
|
|
|
|
.shortcuts .shortcut-sm {
|
|
min-width: @blSCut * 4.5;
|
|
min-height: @blSCut * 3;
|
|
display: inline-block;
|
|
padding: @blSCut/4 0;
|
|
margin: 0 2px 1em;
|
|
vertical-align: top;
|
|
text-decoration: none;
|
|
background: #F3F3F3;
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
|
|
background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
|
|
background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
|
|
background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
|
|
border: 1px solid #ddd;
|
|
box-sizing: border-box;
|
|
border-radius: @blSCut/2;
|
|
}
|
|
|
|
.shortcuts .shortcut .shortcut-icon {
|
|
width: 100%;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
font-size: @blSCut*2;
|
|
color: #333;
|
|
}
|
|
|
|
.shortcuts .shortcut-sm .shortcut-icon {
|
|
width: 100%;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
font-size: @blSCut*2;
|
|
color: #333;
|
|
}
|
|
|
|
.shortcuts .shortcut:hover {
|
|
background: #E8E8E8;
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1));
|
|
background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%);
|
|
background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
|
|
background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
|
|
}
|
|
|
|
.shortcuts .shortcut-sm:hover {
|
|
background: #E8E8E8;
|
|
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1));
|
|
background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%);
|
|
background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
|
|
background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
|
|
}
|
|
|
|
.shortcuts .shortcut:active {
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
}
|
|
|
|
.shortcuts .shortcut-sm:active {
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
}
|
|
|
|
.shortcuts .shortcut:hover .shortcut-icon {
|
|
color: #C93;
|
|
}
|
|
|
|
.shortcuts .shortcut-sm:hover .shortcut-icon {
|
|
color: #666;
|
|
}
|
|
|
|
.shortcuts .shortcut-label {
|
|
display: block;
|
|
margin-top: .75em;
|
|
font-weight: 400;
|
|
color: #666;
|
|
}
|
|
|
|
@media (max-width: 992px) {
|
|
.shortcuts .shortcut {
|
|
min-width: @blSCut * 8;
|
|
min-height: @blSCut * 4;
|
|
}
|
|
} |