|
|
(90 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| li.gallerybox{
| | .read-more-container { |
| position: relative;
| | display: none; |
| border-radius: 8px;
| |
| margin: 0px 2px 40px 2px;
| |
| background: var(--color-surface-2);
| |
| max-width: 280px; | |
| } | | } |
|
| |
|
| .ds li.gallerybox div.thumb { | | .citizen-footer { |
| max-height: 210px;
| | display: none !important; |
| display:flex; | |
| } | | } |
|
| |
|
| li.gallerybox div.thumb {
| | iframe { |
| margin: 0px; | | border: none; |
| border-radius: 8px 8px 0px 0px;
| |
| }
| |
| | |
| li.gallerybox div.thumb img {
| |
| opacity: 0.95;
| |
| background: var(--color-surface-3);
| |
| border-radius: inherit;
| |
| }
| |
| | |
| div.gallerytext {
| |
| font-size: small;
| |
| }
| |
| | |
| div.gallerytext > pre {
| |
| margin-top: -18px !important;
| |
| margin-bottom: -10px !important;
| |
| font-family: inherit;
| |
| color: #808080cf;
| |
| border: none;
| |
| overflow: hidden;
| |
| font-size: inherit;
| |
| }
| |
| | |
| div.gallerytext p {
| |
| white-space: nowrap;
| |
| text-overflow: ellipsis;
| |
| overflow: hidden;
| |
| padding: 8px;
| |
| }
| |
| | |
| /* fix the boxes arr */
| |
| .pc2 li.gallerybox div.thumb img {
| |
| min-width: 278px;
| |
| object-fit: fill;
| |
| height: 210px;
| |
| }
| |
| | |
| /* box center */
| |
| .pc2 ul.mw-gallery-nolines li.gallerybox div.thumb {
| |
| display: flex;
| |
| align-items: center;
| |
| background: var(--color-surface-3);
| |
| border: 1px solid var(--color-surface-3);
| |
| } | | } |