Changes

Jump to navigation Jump to search
681 bytes removed ,  22:35, 26 August 2021
no edit summary
Line 10: Line 10:  
   background-attachment: fixed;
 
   background-attachment: fixed;
 
   background-size: cover;
 
   background-size: cover;
 +
}
 +
 +
#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;
 
}
 
}
   Line 101: 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 123: 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 142: 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;
Line 156: Line 158:  
   border:1px grey solid;
 
   border:1px grey solid;
 
   padding-bottom:1em;
 
   padding-bottom:1em;
 +
  padding-top:1em;
 
}
 
}
   Line 248: Line 251:  
}
 
}
   −
@media only screen and (max-width: 370px) {
+
.formtable input{
.fc-grid{
+
   width: 95% !important;
  display: grid;
+
    
  justify-items:center;
  −
  align-items:center;
  −
   width:100%;
  −
   row-gap:0px;
  −
  column-gap:1px;
  −
  grid-template-columns: repeat(auto-fill, 120px);
  −
 
  −
}
  −
 
  −
.fc-grid>* {
  −
  width: 120px;
  −
  height:210px;
  −
  text-align:center;
  −
  border-radius:10px;
  −
  border:1px grey solid;
  −
}
  −
 
  −
.fc-img{
  −
 
  −
width:100px;
  −
min-height: 100px;
  −
max-height: 100px;
  −
 
  −
}
  −
 
   
}
 
}

Navigation menu