User

Difference between revisions of "Poslovitch/common.css"

< User:Poslovitch

(Created page with "→‎Splitter bar under headings: #mw-content-text h2 { border-bottom: black solid 1px; }")
 
(essai liens rouges)
Line 2: Line 2:
 
#mw-content-text h2 {
 
#mw-content-text h2 {
 
   border-bottom: black solid 1px;
 
   border-bottom: black solid 1px;
 +
}
 +
 +
a .new {
 +
color: #dd3333;
 +
text-decoration: none;
 +
}
 +
a:hover .new {
 +
color: #df4a4a;
 +
}
 +
a:active .new {
 +
color: #b32424;
 
}
 
}

Revision as of 14:39, 14 June 2021

/* Splitter bar under headings */
#mw-content-text h2 {
  border-bottom: black solid 1px;
}

a .new {
	color: #dd3333;
	text-decoration: none;
}
a:hover .new {
	color: #df4a4a;
}
a:active .new {
	color: #b32424;
}