Difference between revisions of "MediaWiki:Common.css"

From Pleasurable Learning
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .excerpt{ margin: 20px 0; padding: 0; border-radius: 3px; color: #0A2C5D; background: #E8FFFF url(https:...")
 
m
Line 5: Line 5:
     border-radius: 3px;
     border-radius: 3px;
     color: #0A2C5D;
     color: #0A2C5D;
     background: #E8FFFF url(https://supermemo.guru/images/top.gif) no-repeat top left;
     background: #E8FF4F no-repeat top left;
}
}

Revision as of 22:34, 20 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;
}