Changes

1,050 bytes added ,  12:26, 29 October 2023
no edit summary
Line 1,256: Line 1,256:  
counter-reset: li;  
 
counter-reset: li;  
 
}
 
}
ol.l2 ol{
+
ol.l2 > ol{
 
list-style: none;
 
list-style: none;
 
}
 
}
ol.l2 li:before, ol.l2 ol li:before {
+
ol.l2 > li:before, ol.l2 ol > li:before {
 
counter-increment: li;  
 
counter-increment: li;  
 
content: counters(li,".") ". ";  
 
content: counters(li,".") ". ";  
 
}
 
}
 +
 +
 
.main-page-header{
 
.main-page-header{
color: #00a2ff;
+
color: #f39200;
 
font-family: "ProximaNova";
 
font-family: "ProximaNova";
 
font-size: 30px;
 
font-size: 30px;
Line 1,272: Line 1,274:  
}
 
}
 
.main-page-a1{
 
.main-page-a1{
     max-width: 128px;
+
     width: 128px;
 
     display: flex;
 
     display: flex;
 
     flex-direction: column;
 
     flex-direction: column;
 +
    margin:0 5px 10px;
 
}
 
}
.main-page-span-img{
+
.main-page-i1{
     max-width: 100%;
+
     position: relative;
 
     width: 100%;
 
     width: 100%;
     word-wrap: break-word;
+
}
 +
.main-page-i1::before{
 +
    content: "";
 +
    display:block;
 +
     padding-top: 100%;
 +
}
 +
 
 +
.main-page-i2{
 +
    position:absolute;
 +
    top: 0;
 +
    left: 0;
 +
    right: 0;
 +
    bottom: 0;
 +
    display:flex;
 +
    justify-content:center;
 +
    align-items: center;
 
}
 
}
 
.main-page-img{
 
.main-page-img{
width: 100%;
+
vertical-align:center;
height: auto;
+
width: auto;
 +
max-height: 100%;
 +
height:auto;
 +
padding:0px;
 +
position: absolute;
 +
top: 50%;
 +
left: 50%;
 +
transform: translate(-50%, -50%);
 +
max-height: 100%;
 +
max-width: 100%;
 
}
 
}
 
.main-page-span-text{
 
.main-page-span-text{
Line 1,312: Line 1,339:  
color: inherit;
 
color: inherit;
 
text-decoration:none;
 
text-decoration:none;
 +
}
 +
.floatnone {
 +
max-width:100%;
 +
max-height:100%;
 +
    width: auto;
 +
    height: 100%;
 +
}
 +
 +
div.searchresult { display: none }
 +
#backtotop {
 +
    border-right: none;
 +
    float: right;
 +
    margin-top: -1px;
 +
}
 +
 +
#backtotop button {
 +
    height: 20px;
 +
}
 +
 +
#backtotop .wds-button {
 +
    padding: 0 7px;
 +
    font-size: 11px
 +
}
 +
 +
#BackToTopBtn div {
 +
    border-radius: 100%;
 +
    bottom: 3%;
 +
    box-sizing: border-box;
 +
    cursor: pointer;
 +
    height: 50px;
 +
    padding: 13px;
 +
    position: fixed;
 +
    text-align: center;
 +
    width: 50px;
 +
    z-index: 5000102;
 +
}
 +
 +
#BackToTopBtn div svg {
 +
    display: block;
 +
    fill: currentColor;
 +
    transform: scaleY(-1);
 
}
 
}