Changes

Jump to navigation Jump to search
413 bytes added ,  02:40, 7 December 2018
no edit summary
Line 7: Line 7:  
/* banner */
 
/* banner */
 
.mpg-banner {
 
.mpg-banner {
    width: 100%;
   
     margin-top: 24px;
 
     margin-top: 24px;
 
     margin-bottom: 20px;
 
     margin-bottom: 20px;
 
     padding:16px;  
 
     padding:16px;  
     min-width:620px;
+
     height:150px;
 
     position:relative;
 
     position:relative;
    margin-right: 30px;
+
     background-image: url("//wiki.aapg.org/images/3/3e/AAPG_Wiki_banner_Mar2014_large.jpg");
     background-image: url("http://wiki.aapg.org/images/3/3e/AAPG_Wiki_banner_Mar2014_large.jpg");
   
     background-repeat:no-repeat;
 
     background-repeat:no-repeat;
 
     background-position: top center;
 
     background-position: top center;
     background-size: 100%;
+
     background-size: cover;
 
     color:white;
 
     color:white;
 
     text-shadow: 0 0 4px #000;
 
     text-shadow: 0 0 4px #000;
Line 41: Line 39:  
     bottom: 8px;
 
     bottom: 8px;
 
     right: 14px;
 
     right: 14px;
     colour: white;
+
     color: black;
 
     text-shadow: 0 0 5px #fff;
 
     text-shadow: 0 0 5px #fff;
 
     font-size: 10px;
 
     font-size: 10px;
 +
}
 +
.mpg-text-block {
 +
    font-size: 14px;
 
}
 
}
   Line 49: Line 50:  
.mpg-wrap {
 
.mpg-wrap {
 
   overflow: hidden;
 
   overflow: hidden;
   margin: 10px;
+
   margin-top: 10px;
 +
  margin-right: -10px;
 +
  margin-bottom: 20px;
 +
  margin-left: -10px;
 
}
 
}
 
.mpg-box {
 
.mpg-box {
Line 99: Line 103:  
       width: 100%;
 
       width: 100%;
 
       padding-bottom: 100%;
 
       padding-bottom: 100%;
 +
  }
 +
  .mpg-credit {
 +
      display:none;
 +
  }
 +
  .mpg-banner span.mpg-subtitle {
 +
      display:none;
 +
  }
 +
}
 +
@media only screen and (max-width : 768px) {
 +
  /* Hide the credit before it overlaps */
 +
  .mpg-credit {
 +
      display:none;
 
   }
 
   }
 
}
 
}
Line 115: Line 131:  
   }
 
   }
 
}
 
}
 +
 +
/* remove the Discussion tab on the Main Page */
 +
body.page-Main_Page li#ca-talk { display: none !important; }
    
/* GENERAL STYLING RULES */
 
/* GENERAL STYLING RULES */
smwadministrator, Administrators
1

edit

Navigation menu