< Template:Home | FloppyDisk
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
border: 1px solid #f81472; | border: 1px solid #f81472; | ||
border-radius: 15px; | border-radius: 15px; | ||
} | |||
@media screen and (min-width: 851px) { | |||
.floppy-inner { | |||
grid-column: span 2; | |||
} | |||
} | } | ||
Line 13: | Line 19: | ||
} | } | ||
@media screen and (max-width: | @media screen and (max-width: 850px) { | ||
.floppy-inner { | .floppy-inner { | ||
display: grid; | display: grid; |
Revision as of 19:39, 21 April 2022
h1, h2, h3 { clear: both; text-align: center; } .floppy-outer { border: 1px solid #f81472; border-radius: 15px; } @media screen and (min-width: 851px) { .floppy-inner { grid-column: span 2; } } .floppy-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); } @media screen and (max-width: 850px) { .floppy-inner { display: grid; grid-template-columns: 1fr; grid-row-gap: 20px; } } .floppy-inner .thumb.tright { clear: none; float: none; margin: auto; } span > a { color: #F81472; } span > a:hover, span > a:active { color: #fff; text-shadow: 0 0 8px #fff; } span > a:hover { text-decoration: none; } sup.reference { display: none; } .toc { display: none; } #floppy1, #floppy2, #floppy3 { max-height: 700px; height: 700px; overflow: hidden; padding: 1em 1em .5em; } h2 { margin: 0.5em 0em 0.5em; } span.mw-editsection { display: none; } a.new { display: none; } .mw-cite-backlink, .cite-accessibility-label { display: none; } #References { display: none; } .mw-references-wrap { display: none; }