Difference between revisions of "Template:Clannad:ScriptChart/main.css"

From Baka-Tsuki
Jump to navigation Jump to search
Line 6: Line 6:
   
 
table.insidetable {
 
table.insidetable {
  +
margin:1em 1em 1em 0;
border-collapse: collapse;
 
background: #f9f9f9;
+
border-width: 0;
 
text-align: center;
 
text-align: center;
white-space: nowrap;
 
 
}
 
}
   
table.insidetable td{
+
table.insidetable th, table.insidetable td {
  +
background: #F9F9F9;
border: 1px #aaaaaa solid;
 
  +
border: 1px solid #AAA;
  +
border-width: 1px;
 
padding: 3px;
 
padding: 3px;
  +
}
  +
  +
table.outsidetable tr td {
  +
white-space: nowrap;
 
}
 
}
 
/* </pre> */
 
/* </pre> */

Revision as of 19:57, 25 January 2007

/*

 */
table.outsidetable {
  margin-left: auto;
  margin-right: auto;
}

table.insidetable {
  margin:1em 1em 1em 0;
  border-width: 0;
  text-align: center;
}

table.insidetable th, table.insidetable td {
  background: #F9F9F9;
  border: 1px solid #AAA;
  border-width: 1px;
  padding: 3px;
}

table.outsidetable tr td {
  white-space: nowrap;
}
/* 

*/