Changes

179 bytes added ,  05:19, 19 October 2018
no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 +
 +
 +
.shape{
 +
  text-align:center;
 +
  background-color:rgba(3,78,136,0.7);
 +
  width:200px;
 +
  height:60px;
 +
  line-height:60px;
 +
  color:white;
 +
  margin:20px auto;
 +
  position:relative;
 +
}
 +
 
span.hed {
 
span.hed {
 
font-variant:small-caps;
 
font-variant:small-caps;