Common.css
MediaWiki interface page
More actions
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.mw-page-title-namespace,
.mw-page-title-separator {
display: none !important; /* Hide elements completely */
margin: 0 !important;
padding: 0 !important;
}
a.new {
color: #f72a57 !important;
}
.discord-widget-container {
display: inline-block;
margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: 20px;
border: 2px solid #7289da;
border-radius: 8px;
background-color: #2f3136;
padding: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
width: auto;
}
.discord-widget-container iframe {
width: 350px;
height: 500px;
border-radius: 8px;
display: block;
}
.discord-widget .widget-header {
background-color: #Af1421;
}
.discord-widget .widget-footer {
background-color: #Af1421;
color: #fff;
}
.discord-widget .widget-body {
background-color: #Af1421;
color: #fff;
}
.discord-widget .widget-footer-info {
color: #fff;
}
.discord-widget .widget-member-avatar img {
border: 3px ridge #Af1421;
background-color: #Af1421;
}
.discord-widget .widget-member .widget-member-name {
background-color: #Af1421;
}
.discord-widget .widget-role-name {
color: #fff;
background: #Af1421;
padding: 5px;
border-radius: 5px;
}
.discord-widget .widget-btn-connect {
color: #088488;
background-color: #d9d4cc;
border: 0;
}
.discord-widget .widget-btn-connect:hover {
color: #3a3a3a;
background-color: #d9d4cc;
border: 0;
opacity: 1;
}
.discord-widget .widget-body {
background: url("https://static.wikia.nocookie.net/dandadan/images/6/68/Discord_Widget.png/revision/latest?cb=20221006012720") top / cover;
box-shadow: none;
}