Open main menu

Changes

m
Undo revision 26439 by Garulfo (talk)
/* 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: blockgrid; font-size: 75%; grid-template-columns: repeat(auto-fit, 110px); justify-content: space-evenly;
width: 100%;
height:auto;
overflow: hidden;
background: white; border-bottom:1px solid #E4D7D7f6f6f6;
}
.filter-links li {
displaymargin: inline; float: left;} .filter-links li a { display: block; color: black; padding: 1em 2em5px; text-decorationalign: nonecenter;} .filter-links li a:hover { colorbackground: red#f6f6f6;
}
ul.filter-sections { width display: grid; grid-template-columns: repeat(auto-fit, 140px); grid-gap: 100%10px; display justify-content: space-evenly; list-style: none; padding: 10px; margin: 0; background: blockblue;
overflow: hidden;
}
.filter-sections div li {
opacity: 0;
display: none;
padding: 2em 1em;
float: left;
transition: all 500s 100s 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;
}