Changes

Jump to navigation Jump to search
693 bytes added ,  17:21, 19 February 2021
no edit summary
Line 4: Line 4:  
}
 
}
    +
 +
 +
/*Mainpage Popular */
 +
.mainpage-popular ul {
 +
    columns: 3;
 +
    margin: 1em 0.7em 0.7em 1em;
 +
}
 +
 +
.mainpage-popular li {
 +
    display: flex;
 +
    margin-bottom: 0.4em;
 +
    isolation: isolate;
 +
}
 +
 +
.mainpage-popular li a:first-child {
 +
    border-radius: 3px;
 +
    padding: 4px;
 +
    width: 25px;
 +
    height: 25px;
 +
}
 +
 +
.mainpage-popular li a:last-child {
 +
    flex: 1;
 +
    display: flex;
 +
    align-items: center;
 +
    color: #36414f;
 +
    font-weight: bold;
 +
    padding-left: 0.7em;
 +
    text-decoration: none;
 +
}
 +
 +
.mainpage-popular li:hover a:first-child {
 +
    border-radius: 3px 0 0 3px;
 +
}
 +
 +
.mainpage-popular li:hover a:last-child {
 +
    color: rgba(255, 255, 255, 0.9);
 +
    border-radius: 0 3px 3px 0;
 +
}
     
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu