Files
docker_flask/static/style.css

127 lines
3.0 KiB
CSS

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
color: #444;
font-family: 'Ubuntu', sans-serif;
font-size: 62.5%;
}
.container { max-width: 90%; margin: 0 auto; font-size: 1.4em;}
table {}
table tbody tr:hover { background-color: #f3f3f3; }
table th {color: #222}
table th, table td {
padding: 7px 22px;
border: 1px solid #ccc;
min-width: 140px;
}
table tbody tr:nth-child(2n+1) {
background-color: #f9f9f9; }
h1 { font-size: 2.75em; margin: 16px 32px 16px 0;}
h2 { font-size: 2em; margin: 16px 32px 16px 0;}
h3 { font-size: 1.5em; margin: 16px 32px 16px 0;}
a {color: dodgerblue; text-decoration: none; }
a:hover { text-decoration: underline; }
.button--link { margin: 10px 10px; display: inline-block;}
.logs {overflow: scroll;
font-family: monospace;
max-height: 90vh;
max-height: 85vh;
white-space: nowrap;
background: #000;
color: #c0c0c0;
padding: 15px;
font-size: 1.1em;
}
.flashes {
border: solid #e0e0e0;
border-width: 0 1px 1px 1px;
border-radius: 0 0 5px 5px;
padding: 15px;
}
.flashes li {
padding: 5px 15px;
}
.search_table { display: block; margin: 10px; padding: 5px 15px; }
.details {border-bottom: 1px solid #e9e9e9; margin-bottom: 10px; margin-left: 30px;}
.details + h2 { margin-top: 45px; }
.details > div {}
.details__id {display: inline-block; width: 200px;}
.details__name {display: inline-block; width: 350px; }
.details__status {display: inline-block; padding: 5px 10px; width: 100px; width: 60px; margin-right: 20px; text-align: center;}
.details__status--running {background-color: #9aed9a }
.details__status--exited {background-color: #d5d5d5}
.details__status--created {background-color: #ffc253; }
.details__controll { }
.details__created { display: inline-block; width: 220px; margin: 5px 10px;}
.details__entrypoint { display: inline-block; width: 210px; }
.details__image { display: inline-block; }
.details__more-info { margin: 5px 10px; }
.more-info__ports { }
.more-info__ports--line {
display: list-item;
list-style-position: inside;
margin: 8px 8px;
}
.container_attribute, .image_attribute {
}
.container_attribute-details, .image_attribute-details {
white-space: pre;
line-height: 1.1em;
}