Difference between revisions of "MediaWiki:Monobook.css"

From AetoliaWiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
     font-family: Verdana;
     font-family: Verdana;
}
}
a:link, a:active {
    color: #458aed;
}
a:visited {
    color: #256abd;
}
a:hover {
    color: #5a65ff;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #5a65ff;
}
:link:link, :link:active, :link.visited, :link.stub {
    color: #458aed;
}
:link.new {color: #458aed;}

Revision as of 01:01, 30 September 2011

body {
    font-family: Verdana;
}

a:link, a:active {
    color: #458aed;
}

a:visited {
    color: #256abd;
}
a:hover {
    color: #5a65ff;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #5a65ff;
}

:link:link, :link:active, :link.visited, :link.stub {
    color: #458aed;
}

:link.new {color: #458aed;}