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

From Baka-Tsuki
Jump to navigation Jump to search
Velocity7 (talk | contribs)
No edit summary
Velocity7 (talk | contribs)
No edit summary
Line 3: Line 3:
   margin-left: auto;
   margin-left: auto;
   margin-right: auto;
   margin-right: auto;
  background: #EEE;
  border: 1px solid #AAA;
}
}


Line 9: Line 11:
   white-space: nowrap;
   white-space: nowrap;
   vertical-align: top;
   vertical-align: top;
  background: #EEE;
}
}


table.insidetable {
table.insidetable {
  margin: 0 5px 0 5px;
   text-align: center;
   text-align: center;
   border-spacing: 2px;
   border-spacing: 2px;
   empty-cells: hide;
   empty-cells: hide;
   background: #EEE;
   background: #EEE;
  border: 1px solid #AAA;
}
}


table.insidetable th, table.insidetable td {
table.insidetable th {
  background: #bce;
  color: #457;
}
 
table.insidetable td {
   background: #F9F9F9;
   background: #F9F9F9;
   border: 1px solid #AAA;
   border: 1px solid #AAA;
   padding: 0;
   padding: 0 5px 0 5px;
  padding-left: 3px;
  padding-right: 3px;
   vertical-align: middle;
   vertical-align: middle;
}
table.insidetable td:hover {
  background: #cff;
}
table.insidetable a:hover {
  text-decoration: none;
  color: #000;
}
}



Revision as of 04:34, 26 January 2007

/*

 */
table.outsidetable {
  margin-left: auto;
  margin-right: auto;
  background: #EEE;
  border: 1px solid #AAA;
}

table.outsidetable tr, table.outsidetable td {
  padding: 0;
  white-space: nowrap;
  vertical-align: top;
  background: #EEE;
}

table.insidetable {
  text-align: center;
  border-spacing: 2px;
  empty-cells: hide;
  background: #EEE;
}

table.insidetable th {
  background: #bce;
  color: #457;
}

table.insidetable td {
  background: #F9F9F9;
  border: 1px solid #AAA;
  padding: 0 5px 0 5px;
  vertical-align: middle;
}

table.insidetable td:hover {
  background: #cff;
}

table.insidetable a:hover {
  text-decoration: none;
  color: #000;
}

table.insidetable tr {
  height: 21px;
}
/* 

*/