User:Poswob Rare/monobook.css: Difference between revisions

From FrathWiki
Jump to navigationJump to search
(for now. i dont think this will work)
No edit summary
Line 26: Line 26:
     FONT-WEIGHT: 700;
     FONT-WEIGHT: 700;
     COLOR: #40B0B0;
     COLOR: #40B0B0;
    FONT-STYLE: italic;
}
}

Revision as of 00:20, 31 January 2022

body, #globalWrapper { font-family: Arial !important; }

I
{
    FONT-WEIGHT: 700;
    COLOR: #FF0000;
    FONT-STYLE: italic;
}

B
{
    FONT-WEIGHT: 700;
    COLOR: #0000FF !important;
    FONT-STYLE: normal;
}

EM
{
    FONT-WEIGHT: 700;
    COLOR: #FF0000;
    FONT-STYLE: italic;
}

A
{
    FONT-WEIGHT: 700;
    COLOR: #40B0B0;
}