59 lines
701 B
Plaintext
59 lines
701 B
Plaintext
|
|
@media only screen and (max-width: 500px) {
|
|
body {
|
|
margin: 8px;
|
|
}
|
|
#topbar {
|
|
.crumb {
|
|
display: none;
|
|
}
|
|
.current {
|
|
display: block;
|
|
}
|
|
.view span {
|
|
display: none;
|
|
}
|
|
}
|
|
#extended.view-details {
|
|
.header .label, .entry .label {
|
|
margin-right: 110px;
|
|
}
|
|
.header .date, .entry .date {
|
|
display: none;
|
|
}
|
|
}
|
|
#extended.view-icons {
|
|
padding: 0;
|
|
border: none;
|
|
margin: 0 -14px;
|
|
}
|
|
#bottombar {
|
|
.center {
|
|
display: none;
|
|
}
|
|
}
|
|
#tree {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
a[href]:after {
|
|
content: "";
|
|
}
|
|
#topbar {
|
|
position: static;
|
|
margin-bottom: 2em;
|
|
.view, #download {
|
|
display: none;
|
|
}
|
|
}
|
|
#bottombar {
|
|
position: static;
|
|
margin-top: 2em;
|
|
}
|
|
#tree {
|
|
display: none !important;
|
|
}
|
|
}
|