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
Line 44: Line 44:
     border: 1px solid #5bc0de;
     border: 1px solid #5bc0de;
     border-radius: 15px;
     border-radius: 15px;
    width: 32%;
}
}



Revision as of 20:05, 21 April 2022

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;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 1em 1em .5em;
    background-color: #00192b;
}

#outer1, #outer2, #outer3 {
    border: 1px solid #5bc0de;
    border-radius: 15px;
}

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