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
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* <pre> */
/* <pre> */
table.outsidetable {
table.clannadtable {
  text-align: center;
  border-spacing: 2px;
  empty-cells: hide;
  background: #EEE;
  border: 1px solid #AAA;
   margin-left: auto;
   margin-left: auto;
   margin-right: auto;
   margin-right: auto;
}
table.outsidetable tr, td {
   white-space: nowrap;
   white-space: nowrap;
  vertical-align: top;
  padding: 0;
}
}


table.insidetable {
table.clannadtable th {
   margin: 0 5px 0 5px;
   background: #bce;
   border-width: 0;
   color: #457;
   text-align: center;
   padding: 0 5px 0 5px;
  border-spacing: 2px;
}
}


table.insidetable th, table.insidetable td {
table.clannadtable 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.clannadtable td:hover {
  background: #bbe;
}
table.clannadtable a:hover {
  text-decoration: none;
  color: #457;
  font-weight: bold;
}
}
/* </pre> */
/* </pre> */

Latest revision as of 17:10, 30 January 2007

/*

 */
table.clannadtable {
  text-align: center;
  border-spacing: 2px;
  empty-cells: hide;
  background: #EEE;
  border: 1px solid #AAA;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

table.clannadtable th {
  background: #bce;
  color: #457;
  padding: 0 5px 0 5px;
}

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

table.clannadtable td:hover {
  background: #bbe;
}

table.clannadtable a:hover {
  text-decoration: none;
  color: #457;
  font-weight: bold;
}
/* 

*/