MediaWiki:Common.css: Difference between revisions

Created page with "============================================================ PORTABLE INFOBOX - KHWIKI STYLE (REWRITTEN) ============================================================: 1. Main Container - Red border helps us see if it's loading: .portable-infobox { border: 3px solid red !important; background-color: #ffffff; width: 280px; float: right; margin: 0 0 1em 1em; padding: 0; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); font-family: s..."
 
No edit summary
Line 96: Line 96:
     color: black !important;
     color: black !important;
     border: 10px solid purple !important;
     border: 10px solid purple !important;
}
/* Adding the -box suffix to ensure we hit the right target */
.pi-image-box, .pi-media {
    background-color: #FFCCE6 !important;
    border: 5px solid #FF69B4 !important; /* Hot Pink */
    padding: 15px !important;
    display: block !important;
}
}