Changes

Jump to navigation Jump to search
931 bytes removed ,  13:40, 27 May 2020
m
no edit summary
/* Trial for update of WelcomePage2020.05.25
body {
background: white;
} */
a:link { color: #36b; text-decoration: none;}
a:visited { color: #36b; text-decoration: none;}
a:hover { color: #36b; text-decoration: none;}
a:active { color: #36b; text-decoration: none;}
 
 
ul.WelcRework {
display: grid;
grid-template-columns: repeat(auto-fit, 140px);
grid-gap: 1.5rem;
justify-content: space-between;
list-style: none;
padding: 1rem;
margin: 0;
}
li.WelcRework {
text-align:center;
background-color: #eeeedc ;
box-shadow: 0px 8px 8px gray;
height: stretch;
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 {
padding: 0;
list-style: none;
display: grid; font-size: 75%; grid-template-columns: repeat(auto-fit, 110px); justify-content: space-evenlyblock;
width: 100%;
height:auto;
overflow: hidden;
background: white; border-bottom:1px solid #f6f6f6E4D7D7;
}
.filter-links li {
margindisplay: 5pxinline; float: left;} .filter-links li a { display: block; color: black; padding: 1em 2em; text-aligndecoration: centernone;} .filter-links li a:hover { backgroundcolor: #f6f6f6red;
}
ul.filter-sections { display width: grid100%; grid-template-columns: repeat(auto-fit, 140px); grid-gap: 10px; justify-content: space-evenly; list-style: none; padding: 10px; margin: 0; background display: blueblock;
overflow: hidden;
}
.filter-sections li div {
opacity: 0;
display: none;
padding: 2em 1em;
float: left;
transition: all 100s 500s ease; background: yellow;
}
display: block !important;
opacity: 1 !important;
transform: scale(1) rotate(0deg);
border-radius:4px;
animation: selected 300ms 1 ease-in-out;
}
0% {
border-radius:100%;
transform: scale(0) rotate(-180deg);
}
}
 
.javascript{
background-color:yellow;
color:black;
}
.html{
background:blue;
color:white;
}
.css{
background:red;
color:white;
}
.php{
background:brown;
color:white;
}

Navigation menu