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

From Baka-Tsuki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* <pre> */
 
/* <pre> */
table.outsidetable {
+
table.clannadtable {
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;
 
text-align: center;
 
border-spacing: 2px;
 
border-spacing: 2px;
 
empty-cells: hide;
 
empty-cells: hide;
 
background: #EEE;
 
background: #EEE;
  +
border: 1px solid #AAA;
  +
margin-left: auto;
  +
margin-right: auto;
  +
white-space: nowrap;
 
}
 
}
   
table.insidetable th {
+
table.clannadtable th {
 
background: #bce;
 
background: #bce;
 
color: #457;
 
color: #457;
Line 27: Line 17:
 
}
 
}
   
table.insidetable td {
+
table.clannadtable td {
 
background: #F9F9F9;
 
background: #F9F9F9;
 
border: 1px solid #AAA;
 
border: 1px solid #AAA;
Line 34: Line 24:
 
}
 
}
   
table.insidetable td:hover {
+
table.clannadtable td:hover {
 
background: #bbe;
 
background: #bbe;
 
}
 
}
   
table.insidetable a:hover {
+
table.clannadtable a:hover {
 
text-decoration: none;
 
text-decoration: none;
color: #000;
+
color: #457;
  +
font-weight: bold;
}
 
 
table.insidetable tr {
 
height: 21px;
 
 
}
 
}
 
/* </pre> */
 
/* </pre> */

Latest revision as of 19: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;
}
/* 

*/