Template:Home/FloppyDisk/styles.css: Difference between revisions

Template page
(Created page with "h1, h2, h3 { clear: both; text-align: center; } .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; b...")
 
No edit summary
 
(27 intermediate revisions by the same user not shown)
Line 3: Line 3:
     text-align: center;
     text-align: center;
}
}
.overflowed {
display: none;
}
.navbox {
display: none;
}
.error {
display: none;
}
.infobox-tabber {
    display: none;
}
.floppy-outer{
    grid-column: span 2;
}
.floppy-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1400px) {
.floppy-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}
}
#outer2 {
    border-left: dotted #00c5ff;
    border-right: dotted #00c5ff;
}
.floppy-inner {
    border-top: dotted #00c5ff;
}
@media screen and (max-width: 1400px) {
#outer2 {
    border-top: dotted #00c5ff;
    border-bottom: dotted #00c5ff;
    border-left: none;
    border-right: none;
}
}
/*
#bandcamp {
    width: 50%;
}
*/


.floppy-inner .thumb.tright {
.floppy-inner .thumb.tright {
Line 10: Line 63:
}
}


span > a {
.floppy-inner #youtube-outer {
     color: #F81472;
     display: none;
}
}


Line 35: Line 88:
     height: 700px;
     height: 700px;
     overflow: hidden;
     overflow: hidden;
    border: 1px solid transparent;
    border-radius: 15px;
     padding: 1em 1em .5em;
     padding: 1em 1em .5em;
    background-color: #00192b;
}
}


#outer1, #outer2, #outer3 {
#floppy3 .content-table-wrapper {
     border: 1px solid #5bc0de;
     display: none;
    border-radius: 15px;
    width: 32%;
}
}


Line 69: Line 117:
.mw-references-wrap {
.mw-references-wrap {
display: none;
display: none;
}
.floppy-inner .infobox {
display: none;
}
.hidden-image {
display: block !important;
}
}

Latest revision as of 23:03, 26 June 2023

h1, h2, h3 {
    clear: both;
    text-align: center;
}

.overflowed {
	display: none;
}
.navbox {
	display: none;
}
.error {
	display: none;
}
.infobox-tabber {
    display: none;
}
.floppy-outer{
    grid-column: span 2;
}

.floppy-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width: 1400px) {
.floppy-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}
}

#outer2 {
    border-left: dotted #00c5ff;
    border-right: dotted #00c5ff;
}

.floppy-inner {
    border-top: dotted #00c5ff;
}

@media screen and (max-width: 1400px) {
#outer2 {
    border-top: dotted #00c5ff;
    border-bottom: dotted #00c5ff;
    border-left: none;
    border-right: none;
}
}

/*
#bandcamp {
    width: 50%;
}
*/

.floppy-inner .thumb.tright {
    clear: none;
    float: none;
    margin: auto;
}

.floppy-inner #youtube-outer {
    display: none;
}

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;
}

#floppy3 .content-table-wrapper {
    display: none;
}

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;
}

.floppy-inner .infobox {
	display: none;
}

.hidden-image {
	display: block !important;
}