CSS tweaks for search.
This commit is contained in:
parent
646e39f51b
commit
578ecfb27d
@ -508,4 +508,45 @@ a.underline {
|
||||
background-color: #2f4858;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only print {
|
||||
article {
|
||||
margin-left: 4ch !important;
|
||||
margin-right: 4ch !important;
|
||||
}
|
||||
.rightbox { display: none !important; }
|
||||
.cards {
|
||||
display: block !important;
|
||||
}
|
||||
.card h2 {
|
||||
font-size: 16pt;
|
||||
font-family: serif !important;
|
||||
}
|
||||
.card .description {
|
||||
font-family: serif;
|
||||
text-align: justify;
|
||||
word-break: all;
|
||||
}
|
||||
.card {
|
||||
border-left: none !important;
|
||||
border-right: none !important;
|
||||
border-top: none !important;
|
||||
border-bottom: 3px double #000 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.card > .utils {
|
||||
display: none !important;
|
||||
}
|
||||
footer {
|
||||
display: none;
|
||||
}
|
||||
nav {
|
||||
display: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.search-box {
|
||||
display: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user