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

Template page
No edit summary
Tag: Reverted
(Undo revision 5706 by Timothy (talk))
Tag: Undo
Line 4: Line 4:
}
}


@media screen and (min-width: 750px) {
.floppy-outer{
    grid-column: span 2;
}
}
.floppy-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


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


@media screen and (min-width: 750px) {
#outer2 {
.floppy-outer{
    border-left: dotted #00c5ff;
     grid-column: span 2;
     border-right: dotted #00c5ff;
}
}
.floppy-inner {
    border-top: dotted #00c5ff;
}
}


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


/*
/*

Revision as of 22:58, 27 May 2023

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

@media screen and (min-width: 750px) {
.floppy-outer{
    grid-column: span 2;
}
}

.floppy-inner {
    display: grid;
    grid-template-columns: repeat(3, 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 {
    width: 329px;
    height: 300px;
}

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