Difference between revisions of "User:KeybladeSpyMaster/monobook.css"

no edit summary
Line 104: Line 104:
     color: #C0C0C0;
     color: #C0C0C0;
     box-shadow: 0 0 4px -1px #000000;
     box-shadow: 0 0 4px -1px #000000;
}
h1#firstHeading::after {
    margin-top: 0.1em;
    content: '';
    background: #CC0000;
    width: 100%;
    height: 0.1em;
    display: block;
}
h1#firstHeading {
    display: inline-block;
    clear: both;
    border-bottom: none;
    margin: .5em 0;
    text-transform: uppercase;
}
}