MediaWiki:Common.css: Difference between revisions

From Heterodontosaurus Balls
(Undo revision 27590 by Heterodontosaurus (talk))
Tag: Undo
No edit summary
Line 1: Line 1:
/* Users */
a[href$="User:Heterodontosaurus"]::before {
      content: '';
        vertical-align: middle;
        display: inline-block;
        width: 17px;
        height: 14px;
        background: url('https://heterodontosaurus-balls.com/images/8/8f/Heterodontosaurus-icon.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
/* Idk what these do */
body { font-size: 15px; }
body { font-size: 15px; }
mw_content { background-color: #e7fce3; }
mw_content { background-color: #e7fce3; }

Revision as of 22:42, 17 March 2025

/* Users */

a[href$="User:Heterodontosaurus"]::before {
       content: '';
        vertical-align: middle;
        display: inline-block;
        width: 17px;
        height: 14px;
        background: url('https://heterodontosaurus-balls.com/images/8/8f/Heterodontosaurus-icon.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;

/* Idk what these do */

body { font-size: 15px; }
mw_content { background-color: #e7fce3; }

.portable-infobox.pi-theme-delta .pi-secondary-background {
    background-color: #000080;
}