Common.css: Difference between revisions
MediaWiki interface page
More actions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 29: | Line 29: | ||
border-radius: 8px; |
border-radius: 8px; |
||
display: block; |
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; |
|||
} |
} |
||
Revision as of 03:29, 1 January 2025
/* 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;
}