Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 2: Line 2:


body { font-family: "Open Sans", "Oswald", sans-serif; }
body { font-family: "Open Sans", "Oswald", sans-serif; }
    tnw-downloads {
        border: 1px solid black;
        background-color:#0054a6;
    }


@media screen and (max-width: 800px) {
@media screen and (max-width: 800px) {
Line 20: Line 26:
         width: 49.5% !important;
         width: 49.5% !important;
     }
     }
 
    table.main-table.w-100 table {
        display: table;
    }
    table.main-table.w-100 table td {
        display: block;
        width: 100% !important;
    }
     .main-table td:nth-child(2n) {
     .main-table td:nth-child(2n) {
         margin-bottom: 20px
         margin-bottom: 20px
Line 107: Line 119:
     }
     }


}
@media screen and (max-width: 500px) {
    table.main-table.w-100 td {
        display: block;
        width: 100% !important;
    }
}
}


Line 142: Line 162:
     }
     }
}
}
#ca-talk { display: none !important; }