Template:Tabs/styles.css: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum
Content deleted Content added
No edit summary
No edit summary
Line 1:
/*Define visual behavior for tab links*/
#tabs td>a{
color: #ffffff;
}
 
#tabs td>a:visited {
color:#ffffff !important
}
 
#tabs td>a:hover{
color:inherit;
}
 
#tabs .selflink {
color:black
}
 
#tabs .selflink:hover {
color:black
}

Revision as of 04:44, 23 January 2023

/*Define visual behavior for tab links*/
#tabs td>a{ 
  color: #ffffff; 
}

#tabs td>a:visited  {
  color:#ffffff !important
}

#tabs td>a:hover{
  color:inherit;
}

#tabs .selflink {
	color:black
}
	

#tabs .selflink:hover {
	color:black
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.