Changes

543 bytes added ,  18:34, 25 February 2021
no edit summary
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 16: Line 22:  
     }
 
     }
    +
    table.main-table.w-100 td {
 +
        display: inline-block;
 +
        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 103: Line 120:     
}
 
}
 +
 +
 +
@media screen and (max-width: 500px) {
 +
    table.main-table.w-100 td {
 +
        display: block;
 +
        width: 100% !important;
 +
    }
 +
}
 +
 +
.
    
@media screen and (max-width: 450px) {
 
@media screen and (max-width: 450px) {
Line 119: Line 146:     
@media screen and (min-width: 801px) {
 
@media screen and (min-width: 801px) {
     #p-cactions .menu li:nth-child(4),#p-cactions .menu li:nth-child(5),#p-cactions .menu li:nth-child(6),#p-cactions .menu li:nth-child(7),#p-cactions .menu li:nth-child(8),#p-cactions .menu li:nth-child(9) {
+
     #p-cactions .menu li:nth-child(10),#p-cactions .menu li:nth-child(5),#p-cactions .menu li:nth-child(6),#p-cactions .menu li:nth-child(7),#p-cactions .menu li:nth-child(8),#p-cactions .menu li:nth-child(9) {
 
         display:none !important
 
         display:none !important
 
     }
 
     }
Line 135: Line 162:  
     }
 
     }
 
}
 
}
 +
 +
#ca-talk { display: none !important; }