mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-27 07:41:07 +00:00
Merge pull request #64 from StarCitizenTools/dev
Merged PDFHandler fixes to master
This commit is contained in:
commit
9a09a2aa61
|
@ -511,6 +511,10 @@ a {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p:first-of-type {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: @content-h2-size;
|
font-size: @content-h2-size;
|
||||||
}
|
}
|
||||||
|
|
|
@ -73,6 +73,49 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.multipageimage {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: visible;
|
||||||
|
|
||||||
|
.fullImageLink {
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
> a > img {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.multipageimagenavbox {
|
||||||
|
margin-top: 0.8rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
.thumb {
|
||||||
|
margin: 0 !important;
|
||||||
|
|
||||||
|
&:first-of-type {
|
||||||
|
order: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lazy {
|
||||||
|
filter: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
hr,
|
||||||
|
br {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and ( max-width: @screen2 ) {
|
@media only screen and ( max-width: @screen2 ) {
|
||||||
.fullImageLink {
|
.fullImageLink {
|
||||||
/* stylelint-disable unit-no-unknown */
|
/* stylelint-disable unit-no-unknown */
|
||||||
|
|
Loading…
Reference in a new issue