Changes

From Life After BOB Wiki
261 bytes removed ,  22:35, 26 August 2021
no edit summary
Line 12: Line 12:  
}
 
}
   −
h1.page-heading{
+
#p-banner{
 +
  font-family: "Averia Serif Libre" !important;
 +
}
 +
 
 +
.color-left,
 +
.color-right,
 +
.color-middle {
 +
  background: #eeaabb;
 +
}
 +
 
 +
.tools-inline li.selected {
 +
    border-bottom-color: #914a6e;
 +
}
 +
 
 +
.mw-body h1.firstHeading {
 +
    border-bottom: solid 4px #914a6e;
 +
}
 +
 
 +
#section_0{
 
   font-family:"Averia Serif Libre";
 
   font-family:"Averia Serif Libre";
 
   font-weight:700;
 
   font-weight:700;
  font-size:0.5em;
   
}
 
}
   Line 23: Line 40:     
.largetext{
 
.largetext{
   font-size:1.1em;
+
   font-size:1em;
 
   text-align:center;
 
   text-align:center;
 
   font-family:'Averia Serif Libre'
 
   font-family:'Averia Serif Libre'
Line 102: Line 119:     
.mp-category a{
 
.mp-category a{
  color:initial;
+
 
  text-decoration:none;
  −
  background-image: linear-gradient(#0645ad, #0645ad);
  −
  background-size: 100% 1px, auto;
  −
  background-repeat: no-repeat;
  −
  background-position: left bottom;
  −
  transition: all .2s ease-out;
   
}
 
}
    
.mp-category a:hover{
 
.mp-category a:hover{
  background-size: 100% 100%, auto;
+
 
  color:white;
  −
  text-decoration:none;
   
}
 
}
   Line 124: Line 133:     
.fc-text a{
 
.fc-text a{
  color:initial;
+
 
  text-decoration:none;
  −
  background-image: linear-gradient(#0645ad, #0645ad);
  −
  background-size: 100% 1px, auto;
  −
  background-repeat: no-repeat;
  −
  background-position: left bottom;
  −
  transition: all .2s ease-out;
   
}
 
}
    
.fc-text a:hover{
 
.fc-text a:hover{
  background-size: 100% 100%, auto;
+
 
  color:white;
  −
  text-decoration:none;
   
}
 
}
   Line 143: Line 144:  
   justify-items:center;
 
   justify-items:center;
 
   align-items:center;
 
   align-items:center;
   width:100%;
+
   width:90%;
 
   row-gap:0px;
 
   row-gap:0px;
 
   column-gap:1px;
 
   column-gap:1px;
   grid-template-columns: repeat(auto-fill, 150px);
+
   grid-template-columns: repeat(auto-fill, 49.7%);
    
}
 
}
    
.fc-grid>* {
 
.fc-grid>* {
   width: 150px;
+
   width: 100%;
 
   height:210px;
 
   height:210px;
 
   text-align:center;
 
   text-align:center;
 
   border-radius:10px;
 
   border-radius:10px;
 
   border:1px grey solid;
 
   border:1px grey solid;
 +
  padding-bottom:1em;
 +
  padding-top:1em;
 
}
 
}
   Line 176: Line 179:  
   border-radius:10px;
 
   border-radius:10px;
 
   border:1px grey solid;
 
   border:1px grey solid;
 +
  padding-bottom:1em;
 
}
 
}
   Line 245: Line 249:  
   flex-basis:60%;
 
   flex-basis:60%;
 
   width:60%;
 
   width:60%;
 +
}
 +
 +
.formtable input{
 +
  width: 95% !important;
 +
 
 
}
 
}