Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 209: Line 209:
 
   padding: 0;
 
   padding: 0;
 
}
 
}
h1:target {
 
  background: yellow;
 
  animation: highlight 1s ease;
 
}
 
 
h2:target {
 
  background: yellow;
 
  animation: highlight 1s ease;
 
}
 
 
h3:target {
 
  background: yellow;
 
  animation: highlight 1s ease;
 
}
 
 
@keyframes highlight {
 
  from { background: yellow; }
 
  to { background: white; }
 
}
 
 
 
#bodyContent em{}
 
#bodyContent em{}
 
#bodyContent b,strong {
 
#bodyContent b,strong {

Revision as of 13:10, 20 September 2017