Changes

Jump to navigation Jump to search
1,167 bytes added ,  14:58, 6 June 2020
no edit summary
/* TWEAKS OF THE DEFAULTS */
/*background-color: #eeeedc ; border-top: solid 1px #872222; border-bottom: none; } */.mw-body-content h1 { margin-top: 0.7em70em; paddingmargin-topbottom: 0.2rem70em; padding-lefttop: 0.2rem5rem;marginpadding-bottomleft: 0.5em5rem; }/*backgroundborder-colorbottom: #eeeedc none; border-bottomleft: solid 1px 8px #872222; } */ .mw-body-content h2 { margin-top: 0.6em; padding-top: 0px70em; margin-bottom: 0.4em60em; padding-top: 0px; }.mw-body-content h3 { margin-top: 0.5em; padding-top: 0px70em; margin-bottom: 0.3em50em; padding-top: 0px; border-style: none;}
.mw-body-content ul { margin-top: 0.5em; padding-top: 0.5em; margin-bottom: 0.5em; padding-bottom: 0.5em;}
.mw-body-content li ul { margin-top: 0px; padding-top: 0px; margin-bottom: 0.5px; padding-bottom: 0.px;}
 
.mw-parser-output a.external:link { color: #872222; text-decoration: none;}
a:hover { color: #36b; text-decoration: none;}
a:active { color: #872222; text-decoration: none;}
 
/*==============================================================================*/
grid-template-columns: 100px 100px 100px 100px 100px ;
grid-gap: 1.5rem;
justify-content: startspace-between;
list-style: none;
padding: 1rem;
text-align:center;
background-color: #eeeedc ;
box-shadow: 0px 5px 8px 8px grayrgba(0,0,0,.25);
height: stretch;
width=100px;
grid-template-columns: 140px 140px 140px;
grid-gap: 1.5rem;
justify-content: startspace-evenly;
list-style: none;
padding: 0rem;
text-align:left;
background-color: #eeeedc ;
box-shadow: 0px 5px 8px 8px grayrgba(0,0,0,.25);
height: stretch;
border-bottom: solid 4px #872222;
#DownloadRework > li> ul {
padding: 0px 0.5remrem;
}
#DownloadRework > li> ul > li {
list-style: none;
display: grid;
grid-template-columns: 90px 90px 90px 90px 90px 90px 90px 90px7em 7em 7em 7em 7em 7em 7em 7em; grid-gap: 0.25rem 2em 0.25rem2em; justify-content: centerspace-between;
overflow: hidden;
padding: 1rem 1em 0px;
margin: 0;
width: 100%;
grid-template-columns: repeat(auto-fit, 140px);
grid-gap: 1.5rem;
justify-content: centerspace-between;
overflow: hidden;
padding: 1rem;
text-align:center;
background-color: #eeeedc ;
box-shadow: 0px 5px 8px 8px grayrgba(0,0,0,.25);
height: stretch;
border-bottom: solid 4px #872222;
border-radius:100%;
}
}
 
/*==============================================================================*/
/* TWO and THREE COMLUMNS LISTS */
 
div.mw-body-content { max-width: 60em; margin: 0 auto;}
 
ul.ColumnsUnderLevel1 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15em, 29em));
grid-gap: 1.9em;
justify-content: space-between;
list-style: none;
padding: 0px;
margin: 0px;
}
 
ul.TwoColumnsHighlight {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15em, 29em));
grid-gap: 1.9em;
justify-content: space-between;
list-style: none;
padding: 0px;
margin: 0px;
}
 
ul.ThreeColumnsHighlight {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15em, 19em));
grid-gap: 1.4em;
justify-content: space-between;
list-style: none;
padding: 0px;
margin: 0px;
}
 
 
li.ColumnsHighlight {
height:stretch;
padding: 10px;
background-color: #eeeedc;
box-shadow: 0px 5px 8px rgba(0,0,0,.25);
border-bottom: solid 4px #872222;
}

Navigation menu