Template:Main page/featured/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 2: Line 2:
     color: #ffffff;  
     color: #ffffff;  
     font-weight: 500;
     font-weight: 500;
     width: 10em;
     width: 8em;
     height: 15em;
     height: 12em;
     text-align: center;
     text-align: center;
     font-size: 24px;
     font-size: 1.5em;
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
Line 35: Line 35:
     color: #ffffff;  
     color: #ffffff;  
     font-weight: 500;
     font-weight: 500;
     width: 10em;
     width: 8em;
     height: 15em;
     height: 12em;
     text-align: center;
     text-align: center;
     font-size: 24px;
     font-size: 24px;
Line 68: Line 68:
     color: #ffffff;  
     color: #ffffff;  
     font-weight: 500;
     font-weight: 500;
     width: 10em;
     width: 8em;
     height: 15em;
     height: 12em;
     text-align: center;
     text-align: center;
     font-size: 24px;
     font-size: 24px;
Line 101: Line 101:
     color: #ffffff;  
     color: #ffffff;  
     font-weight: 500;
     font-weight: 500;
     width: 10em;
     width: 8em;
     height: 15em;
     height: 12em;
     text-align: center;
     text-align: center;
     font-size: 24px;
     font-size: 24px;

Revision as of 16:35, 4 June 2024

.featured1 { 
    color: #ffffff; 
    font-weight: 500;
    width: 8em;
    height: 12em;
    text-align: center;
    font-size: 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    margin-bottom: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://static.wikia.nocookie.net/silly-cat/images/9/95/Billy.png);
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: transform 0.25s;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.featured1:hover {
    color: #8993ff;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6)), url(https://static.wikia.nocookie.net/silly-cat/images/9/95/Billy.png);
    transition: all .25s;
    cursor: pointer;
    transform: scale(1.1);
    background-size: cover;
    background-position: center;
}
.featured2 { /*Cuh*/
    font-family: "NexaBold";
    color: #ffffff; 
    font-weight: 500;
    width: 8em;
    height: 12em;
    text-align: center;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    margin-bottom: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://static.wikia.nocookie.net/silly-cat/images/3/35/Cuh.png);
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: transform 0.25s;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.featured2:hover {
    color: #8993ff;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6)), url(https://static.wikia.nocookie.net/silly-cat/images/3/35/Cuh.png);
    transition: all .25s;
    cursor: pointer;
    transform: scale(1.1);
    background-size: cover;
    background-position: center;
}
.featured3 { /* Luna */
    font-family: "NexaBold";
    color: #ffffff; 
    font-weight: 500;
    width: 8em;
    height: 12em;
    text-align: center;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    margin-bottom: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://static.wikia.nocookie.net/silly-cat/images/1/13/Luna.png);
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: transform 0.25s;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.featured3:hover {
    color: #8993ff;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6)), url(https://static.wikia.nocookie.net/silly-cat/images/1/13/Luna.png);
    transition: all .25s;
    cursor: pointer;
    transform: scale(1.1);
    background-size: cover;
    background-position: center;
}
.featured4 { /* Ah So Cat*/
    font-family: "NexaBold";
    color: #ffffff; 
    font-weight: 500;
    width: 8em;
    height: 12em;
    text-align: center;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    margin-bottom: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://static.wikia.nocookie.net/silly-cat/images/3/36/Ah_So_Cat.png);
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: transform 0.25s;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.featured4:hover {
    color: #8993ff;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6)), url(https://catpedia.wiki/images/5/5c/Cumshot.jpeg);
    transition: all .25s;
    cursor: pointer;
    transform: scale(1.1);
    background-size: cover;
    background-position: center;
}