Changes

Jump to navigation Jump to search
no edit summary
Line 38: Line 38:  
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading {  
 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading {  
 
   display: none;  
 
   display: none;  
 +
}
 +
 +
.largetext{
 +
  font-size:2em;
 +
  text-align:center;
 +
  font-family:'Averia Serif Libre'
 
}
 
}
   Line 48: Line 54:  
   margin-bottom:1%;
 
   margin-bottom:1%;
 
   margin-top:1%
 
   margin-top:1%
 +
}
 +
 +
.mp-flex-box{
 +
display:flex;
 +
flex-direction:column;
 +
width:49%;
 +
}
 +
 +
#about-container{
 +
width:100%;
 +
height:60%;
 +
}
 +
 +
#categories-container{
 +
width:100%;
 +
height:40%;
 +
margin-top:2%;
 +
}
 +
 +
#fe-container{
 +
width:100%;
 +
height:75%
 +
}
 +
 +
#fc-container{
 +
width:80%;
 +
display:block;
 +
margin-left:auto;
 +
margin-right:auto;
 
}
 
}
   Line 151: Line 186:  
   text-align:center;
 
   text-align:center;
 
}
 
}
 +
 +
 +
.fc-img img{
 +
  max-width:100%;
 +
  height:auto;
 +
  margin: auto;
 +
  display: block;
 +
  border-radius:10px;
 +
  box-shadow:2px 2px 4px #222222;
 +
}
 +
 +
 +
 +
.fe-img img{
 +
  max-width:55%;
 +
  height:auto;
 +
 +
}
 +
 +
.fe-img{
 +
  height:80%
 +
}
 +
 +
 +
.mp-character-img img{
 +
  max-width:100%;
 +
  height:auto;
 +
  margin: auto;
 +
  display: block;
 +
}
 +
 +
#randompage{
 +
width:100%;
 +
margin-top:2%;
 +
height:25%
 +
}
 +
    
/* Navigations */
 
/* Navigations */
Line 214: Line 286:  
   background-color:rgba(255, 255, 255,0.87);
 
   background-color:rgba(255, 255, 255,0.87);
 
   margin-right:0.5em;
 
   margin-right:0.5em;
}
  −
  −
/* Homepage */
  −
/* Featured Characters */
  −
.fc-img img{
  −
  max-width:100%;
  −
  height:auto;
  −
  margin: auto;
  −
  display: block;
  −
  border-radius:10px;
  −
  box-shadow:2px 2px 4px #222222;
  −
}
  −
  −
  −
  −
.fe-img img{
  −
  max-width:55%;
  −
  height:auto;
  −
  −
}
  −
  −
.fe-img{
  −
  height:80%
  −
}
  −
  −
  −
.mp-character-img img{
  −
  max-width:100%;
  −
  height:auto;
  −
  margin: auto;
  −
  display: block;
   
}
 
}
  

Navigation menu