MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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%);
}
.wikiexcerpt{
padding: 10px 10px 10px 48px;
margin: 10px;
border-radius: 13px;
color: black;
background: white url(https://upload.wikimedia.org/wikipedia/en/thumb/8/80/Wikipedia-logo-v2.svg/75px-Wikipedia-logo-v2.svg.png) no-repeat top left;
font-size:18px;
border: solid gray 1px;
}
.discordvcevent{
padding: 10px 10px 10px 8px;
margin: 10px;
border-radius: 4px;
color: black;
background: #7289DA url(https://pleasurable-learning.com/images/thumb/5/53/Logo.discord.word.png/320px-Logo.discord.word.png) no-repeat top left;
border: solid gray 1px;
}