Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:Efxclipse"

(Created page with "<css> .mw-code { background-color: #fafafa; padding: 20px; border-color: #ddd; border-width: 3px; border-style: solid; border-radius: 5px; margin-left: 10...")
 
 
Line 68: Line 68:
 
a:visited {
 
a:visited {
 
   color: rgb(0, 105, 214);
 
   color: rgb(0, 105, 214);
 +
}
 +
 +
tr:hover td{
 +
background-color:#f5f5f5
 +
}
 +
 +
.table th{
 +
  text-align:left;
 +
  border-bottom: 2px solid #ddd;
 +
  border-right:1px solid #ddd;
 +
}
 +
 +
.table td {
 +
  border-right:1px solid #ddd;
 +
  border-bottom:1px solid #ddd
 +
}
 +
 +
.table{
 +
  width:100%;
 +
  margin-bottom:20px;
 +
  border-left:1px solid #ddd;
 +
  border-top:1px solid #ddd;
 
}
 
}
 
</css>
 
</css>

Latest revision as of 06:00, 9 December 2013

Back to the top