Template:SoundList/styles.css

From Gigantic Wiki
/* For Template:SoundList */

.soundlist {
    margin: 1px auto 5px;
    overflow: hidden;
    width: 100%;
    border: 3px solid #3FB9BE;
    border-collapse: collapse;
    vertical-align: top;
    background: #0D5467; }

.soundlisthead {
    background: #1A7D93;
    padding: 3px 15px;
    font-size: 120%;
    color: #FBFAD9;
    font-weight: bold; }
.soundlisthead img {
    margin: -4px 3px 0 0; }

.soundlistcont {
    padding: 7px;
	/* columns: 3;*/ }
.soundlistcont ul {
	margin: 0;
    padding: 0;
    list-style-type: none; }
@media only screen and (max-width: 800px) { 
    .soundlistcont {
        columns: 2; }
}
@media only screen and (max-width: 500px) { 
    .soundlistcont {
        columns: unset; }
}

/* [[Category:Styling pages]] */