Changes

607 bytes removed ,  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 24: Line 41:  
     }
 
     }
   −
 
   
     #p-logo {
 
     #p-logo {
 
         position: relative !important;
 
         position: relative !important;
Line 35: Line 51:  
     }
 
     }
   −
    div#mw-panel {
  −
        padding-top: 10px;
  −
        transform: translateX(-100%)
  −
    }
  −
  −
    div#mw-panel.open-toggle {
  −
        transform: translateX(0%);
  −
        overflow-y: auto;
  −
    }
      
     #left-navigation {
 
     #left-navigation {
Line 55: Line 62:  
     div#footer {
 
     div#footer {
 
         margin-left: 0
 
         margin-left: 0
    }
  −
  −
    #menu-toggle {
  −
        cursor: pointer;
  −
        position: absolute;
  −
        top: 10px;
  −
        left: 15px;
  −
        z-index: 99999
  −
    }
  −
  −
    #menu-toggle .bar1,#menu-toggle .bar2,#menu-toggle .bar3 {
  −
        width: 28px;
  −
        height: 4px;
  −
        background-color: #6c6c6c;
  −
        margin: 5px 0;
  −
        transition: 0.4s
  −
    }
  −
  −
    div#mw-panel #menu-toggle .bar1,div#mw-panel #menu-toggle .bar2,div#mw-panel #menu-toggle .bar3 {
  −
        width: 28px;
  −
        height: 4px;
  −
        background-color: #6c6c6c;
  −
        margin: 7px 0;
  −
        transition: 0.4s
  −
    }
  −
  −
    div#mw-panel #menu-toggle .bar1 {
  −
        -webkit-transform: rotate(-45deg) translate(-9px,6px);
  −
        transform: rotate(-45deg) translate(-9px,6px)
  −
    }
  −
  −
    div#mw-panel #menu-toggle .bar2 {
  −
        opacity: 0
  −
    }
  −
  −
    div#mw-panel #menu-toggle .bar3 {
  −
        -webkit-transform: rotate(45deg) translate(-8px,-8px);
  −
        transform: rotate(45deg) translate(-8px,-8px)
   
     }
 
     }
   Line 151: 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 167: 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 183: Line 162:  
     }
 
     }
 
}
 
}
 +
 +
#ca-talk { display: none !important; }