Changes

Jump to navigation Jump to search
1,162 bytes added ,  14:20, 27 May 2020
m
no edit summary
*/
/*==============================================================================/* Trial for update of WelcomePage2020WelcomePage 2020.05.25body { background: white;} */
a:link { color: #36b; text-decoration: none;}
border-top: solid 4px #cc3333;
}
 
ul.DownloadRework {
display: grid;
grid-template-columns: repeat(auto-fit, 200px);
grid-gap: 1.5rem;
justify-content: space-between;
list-style: none;
padding: 1rem;
margin: 0;
}
li.DownloadRework {
text-align:center;
background-color: #eeeedc ;
box-shadow: 0px 8px 8px gray;
height: stretch;
border-top: solid 4px #cc3333;
padding: 1rem;
}
 
body.page-Main_Page_TempProposal h1.firstHeading { border-style: none; }
 
/*==============================================================================
/* FOR THE MANUALS PAGE */
 
.filter-links {
list-style: none;
display: grid;
grid-template-columns: repeat(auto-fit, 110px);
justify-content: space-evenly;
text-align:center;
font_size: 85%;
height:stretch;
overflow: hidden;
background: green;
}
 
ul.filter-sections {
list-style: none;
display: grid;
grid-template-columns: repeat(auto-fit, 110px);
grid-gap: 1rem;
overflow: hidden;
}
 
ul.filter-sections li {
opacity: 0;
display: none;
min-height: 50px;
background: yellow;
}
 
.view {
display: block !important;
opacity: 1 !important;
}
 
@keyframes selected {
0% {
border-radius:100%;
}
}

Navigation menu