MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 109: Line 109:
#p-search, .vector-search-box {
#p-search, .vector-search-box {
     float: right !important;
     float: right !important;
}
/* ============================================================
  LEAF LEGEND FOOTER
  ============================================================ */
.leaf-footer {
    width: 100% !important;
    text-align: center !important;
    margin-top: 3em !important;
    padding-top: 1em !important;
    border-top: 1px solid #3e5a47 !important; /* Forest Green Line */
    font-family: "Georgia", serif !important;
    color: #003366 !important; /* KH Blue */
    font-size: 12px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    clear: both !important;
}
.leaf-footer::before {
    content: "🍃  ";
    display: block !important;
    font-size: 20px !important;
    margin-bottom: 5px !important;
}
}