Template:Lyon-INSA-ENS/blocStyle

From 2011.igem.org

(Difference between revisions)
Line 613: Line 613:
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
-
/* ------------------------- Alignement hors template de Groningen ------------------------------- */
+
/* ------------------------- Concerne les tableaux (page Notebook/Collection) ------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
 +
 +
 +
table
 +
{
 +
  margin: auto;
 +
  border: 4px outset green;
 +
  border-collapse: collapse;
 +
}
 +
 +
th
 +
{
 +
  background-color: #006600;
 +
  color: white;
 +
  font-size: 1.1em;
 +
  font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
 +
}
 +
 +
td
 +
{
 +
  border: 1px solid black;
 +
  font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
 +
  text-align: center;
 +
  padding: 5px;
 +
}
 +
</style>  
</style>  
</html>
</html>

Revision as of 12:55, 14 September 2011