espial-0.0.40: static/css/main.css
html {
height: 102%;
}
body {
height: 102%;
word-wrap: break-word;
}
#content.layout-shell {
min-height: calc(100vh - 64px);
display: flex;
flex-direction: column;
}
#content.layout-shell > .page-body {
flex: 1 0 auto;
display: flex;
flex-direction: column;
}
#content.layout-shell > footer {
margin-top: auto;
}
#main_column.page-with-footer {
flex: 1 0 auto;
}
#main_column.page-with-footer > .page-with-footer-inner {
flex: 1 0 auto;
display: flex;
flex-direction: column;
}
#main_column.page-with-footer .page-main-content {
flex: 1 0 auto;
}
#main_column.page-with-footer .user_footer {
margin-top: auto;
}
.tag-cloud-placeholder {
min-height: 22px;
margin-top: 1rem;
}
.queryInput {
width: 128px;
padding: 0 22px 0 2px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
height: 22px;
line-height: 22px;
transition: width 0.1s ease-in-out;
}
.queryInput:focus {
width: 175px;
}
.submitting .queryInput,
.queryInput.search-active {
border-width: 2px;
width: 175px;
}
.queryIcon {
position: absolute;
right: 0;
top: 1px;
cursor: pointer;
width: 20px;
height: 20px;
fill: currentColor;
}
.close-x-wrap {
float: left;
width: 17px;
height: 17px;
top: 2px;
position: relative;
right: 2px;
}
.close-x {
fill: transparent;
stroke-linecap: round;
stroke-width: 3;
}
.query-info-icon {
position: absolute;
top: 0px;
right: -18px;
text-decoration: none;
font-size: 12px;
padding: 0 8px 8px 0;
}
.star {
margin-left: -20px;
font-size: 1.2em;
position: relative;
top: -2px;
}
.star button {
transition: color 0.1s;
}
.edit_links button {
transition: color 0.1s ease-in;
}
.tag {
line-height: 190%;
display: inline-block;
}
.tag-exclude {
line-height: 190%;
display: inline-block;
}
.top_menu a {
margin-top: 6px;
display: inline-block;
}
.bookmarklet {
padding: 1px 2px 0px 2px;
}
.alert {
margin-bottom: 5px;
padding: 2px;
}
/* mobile device */
@media only screen and (max-width: 750px) {
body {
-webkit-text-size-adjust: none;
}
.display {
float: none;
}
}
@media only screen and (max-width: 500px) {
.filters {
clear: both;
position: relative;
top: 2px;
}
}
.rdim {
opacity: 0.8;
transition: all 0.15s ease-in;
}
.rdim:hover,
.rdim:focus {
opacity: 1;
transition: all 0.15s ease-in;
}
.display .description > div p,
.display .description > div pre {
margin-top: 9px;
margin-bottom: 9px;
}
.display .description > div > *:first-child {
margin-top: 2px;
}
.display .description > div > *:last-child {
margin-bottom: 2px;
}
.display .description > div > ol li p {
margin-top: 0;
margin-bottom: 0;
}
.display .description > div > ul li p {
margin-top: 0;
margin-bottom: 0;
}
.display .description > div ol {
padding-left: 23px;
}
.display .description > div ul {
padding-left: 23px;
}
code,
pre {
font-size: 13px;
}
#content:not([view-rendered]) .view-delay {
display: none !important;
}