User
Difference between revisions of "Poslovitch/common.css"
< User:Poslovitch
Poslovitch (talk | contribs) (essai liens rouges) |
Poslovitch (talk | contribs) (je suis stupide) |
||
Line 4: | Line 4: | ||
} | } | ||
− | a .new { | + | a.new { |
color: #dd3333; | color: #dd3333; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
− | a:hover | + | a.new:hover { |
color: #df4a4a; | color: #df4a4a; | ||
} | } | ||
− | a:active | + | a.new:active { |
color: #b32424; | color: #b32424; | ||
} | } |
Revision as of 14:41, 14 June 2021
/* Splitter bar under headings */
#mw-content-text h2 {
border-bottom: black solid 1px;
}
a.new {
color: #dd3333;
text-decoration: none;
}
a.new:hover {
color: #df4a4a;
}
a.new:active {
color: #b32424;
}