hsman/app/static/main.css

135 lines
2.3 KiB
CSS

/* custom css */
html {
position: relative;
min-height: 100%;
font-size: 90%;
}
body.bootstrap,
body.bootstra-dark {
width: 100%;
height: 100%;
font-family: century-gothic, sans-serif;
/* font-family: 'Quicksand', sans-serif; */
min-height: 100%;
/* margin: 0 0 60px; */
margin-bottom: 60px;
}
body > .container,
body > .container-fluid {
margin-top: 30px;
margin-bottom: 30px;
margin-left: 200px;
margin-right: 200px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 30px;
margin-top: 0 auto;
/* Vertically center the text there */
line-height: 10px;
padding-left: 1rem;
padding-right: 1rem;
}
a:link {
color: unset;
text-decoration-line: underline;
/* text-decoration-style: dotted; */
/* text-decoration-style: dashed; */
}
a:visited {
color: unset;
text-decoration-line: underline;
/* text-decoration-style: dotted; */
/* text-decoration-style: dashed; */
}
a:hover {
color: unset;
text-decoration-line: unset;
/* text-decoration: underline; */
/* text-decoration-style: dotted; */
}
a:active {
color: unset;
text-decoration: none;
}
a.nodeco, a.nav-link, a.navbar-brand, a.routeToggle {
text-decoration-line: none;
text-decoration-style: unset;
}
table.dataTable tbody tr:hover {
background-color: #444;
}
table.dataTable tbody tr:hover > .sorting_1 {
background-color: #444;
}
div.data:hover{
/* background-color: rgba(63, 140, 211, 0.808); */
background-color: #444;
}
.fancyTrue {
color: #10932f
}
.fancyFalse {
color: #9b0f0f
}
/* primary route */
a.route.primary {
font-weight: bold;
}
/* route enabled */
a.route.True {
font-style: italic;
color: #bbbbbb;
}
/* route disabled */
a.route.False {
font-style: italic;
text-decoration-line: line-through underline;
color: #888;
}
div.dt-container div.dt-scroll-body {
border-bottom: none !important;
}
tr.pka-hide {
visibility: collapse;
}
i.disabled {
color: #888;
}
span.expired {
color: #888;
}
.copy:hover {
transform: scale(1.5, 1.5);
-ms-transform: scale(1.5, 1.5)); /* IE 9 */
-webkit-transform: scale(1.5, 1.5);
}
.copy:hover::after {
content: "📄 click to copy";
font-size: 80%;
/* font-style:oblique; */
font-family: monospace;
}