Template:Tabs/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
No edit summary
m (Text replacement - "Montserrat" to "AVID Web")
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
#tabs td>a{  
#tabs td>a{  
   color: #ffffff;
   color: #ffffff;
   font-family:Montserrat
   font-family:AVID Web
}
}



Latest revision as of 16:38, 16 May 2024

/*Define visual behavior for tab links*/
#tabs td>a{ 
  color: #ffffff;
  font-family:AVID Web
}

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

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

#tabs .selflink {
	color:black
}
	

#tabs .selflink:hover {
	color:black
}