Difference between revisions of "MediaWiki:Common.css"

From Pleasurable Learning
Jump to navigation Jump to search
m
Line 13: Line 13:
     border-radius: 13px;
     border-radius: 13px;
     color: black;
     color: black;
     font-size:14px;
     font-size:18px;
     background: linear-gradient(to right, #33ccff 0%, #ff99cc 100%);
     background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
}
}

Revision as of 10:13, 21 March 2021

/* CSS placed here will be applied to all skins */
.excerpt{
    margin: 20px 0;
    padding: 0;
    border-radius: 3px;
    color: #0A2C5D;
    background: #E8FF4F no-repeat top left;
}

.podcast-episode-abstract{
    margin: 20px;
    padding: 10px;
    border-radius: 13px;
    color: black;
    font-size:18px;
    background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
}