MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 89: Line 89:
/* =============================== */
/* =============================== */


/* Beautiful tricolor gradient (Saffron → White → Green) */
.bw-hero {
.bw-hero {
     width: 100%;
     width: 100%;
Line 94: Line 95:
     background: white;
     background: white;


    /* FULL INDIAN FLAG COLOR STRIP */
     border-top: 10px solid transparent;
     border-top: 10px solid transparent;
     border-image: linear-gradient(to right,  
    border-radius: 12px 12px 0 0; /* rounded ends like your example */
 
     border-image: linear-gradient(to right,
         #FF9933,  /* Saffron */
         #FF9933,  /* Saffron */
         white,  
         white,
         #138808/* Green */
         #138808   /* Green */
        #0D47A1    /* Chakra blue */
     ) 1;
     ) 1;


     border-bottom: 8px solid #138808;  
     border-bottom: 8px solid #138808;
     text-align: center;
     text-align: center;
     margin: 0 auto;
     margin: 0 auto;