Jump to content

MediaWiki:Common.css: Difference between revisions

From Pure Evil Villains
Dude of Wealth and Taste (talk | contribs)
No edit summary
Dude of Wealth and Taste (talk | contribs)
Blanked the page
Tag: Blanking
 
Line 1: Line 1:
/* Ensures it applies only to your infobox */
.purely-evil-infobox {
    background-color: #2e2e2e;
    color: white;
    border: 1px solid #444;
    border-radius: 10px;
    font-family: Verdana, sans-serif;
    padding: 10px;
    width: 250px;
    margin: 10px;
}


.purely-evil-infobox .infobox-title {
    font-size: 150%;
    font-weight: bold;
    color: white;
    background-color: #333;
    padding: 5px;
    text-align: center;
    text-shadow: 2px 2px 5px red;
}
.purely-evil-infobox .infobox-label {
    color: white;
    font-weight: bold;
    margin-top: 5px;
}
.purely-evil-infobox .infobox-data {
    color: #ccc;
    margin-top: 2px;
}
.purely-evil-infobox .infobox-label,
.purely-evil-infobox .infobox-data {
    font-size: 14px;
}

Latest revision as of 08:04, 10 October 2025

Cookies help us deliver our services. By using our services, you agree to our use of cookies.