Difference between revisions of "User:Polymorph-Ash/vector.css"

Jump to navigation Jump to search
no edit summary
Tag: Manual revert
Line 179: Line 179:
   font-weight: bold;
   font-weight: bold;
   font-family: var(--headerfont);
   font-family: var(--headerfont);
  /* bottom-left grey outline + drop shadow */
   text-shadow:
   text-shadow:
    /* subtle grey outline, bottom-left only */
     -2px 2px 0 #000,
     -2px 2px 0 #000,
    /* drop shadow for depth, bottom-left */
     4px 4px 8px rgba(0,0,0,0.7);
     4px 4px 8px rgba(0,0,0,0.7);
   border-radius: 4px;
   border-radius: 4px;
   border: 3px groove var(--bordercolour);
   border: 3px groove var(--bordercolour);
Line 201: Line 196:


/*main body*/
/*main body*/
#content.mw-body {
#content.mw-body {
   background-color:rgba(255, 234, 189, 0.97);
   background-color:rgba(255, 234, 189, 0.97);
Line 360: Line 354:
}
}
#footer-places-about a, #footer-places-disclaimer a, #footer-places-mobileview a, #footer a, #footer {border-color:var(--whitetextandbg);background:transparent;}
#footer-places-about a, #footer-places-disclaimer a, #footer-places-mobileview a, #footer a, #footer {border-color:var(--whitetextandbg);background:transparent;}
#footer {margin-right:5em;}
#footer {margin-right:1%;;}
#footer-poweredbyico, #footer-poweredbyico a, #footer-poweredbyico li, #footer-poweredbyico ul, #footer-poweredbyico img {background:none!important;margin-bottom:0.75em;}
#footer-poweredbyico, #footer-poweredbyico a, #footer-poweredbyico li, #footer-poweredbyico ul, #footer-poweredbyico img {background:none!important;margin-bottom:0.75em;}


Navigation menu