Template:Clannad:ScriptChart/main.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* <pre> */ | /* <pre> */ | ||
table. | table.clannadtable { | ||
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; | |||
} | } | ||
table. | table.clannadtable th { | ||
background: #bce; | background: #bce; | ||
color: #457; | color: #457; | ||
Line 27: | Line 16: | ||
} | } | ||
table. | table.clannadtable td { | ||
background: #F9F9F9; | background: #F9F9F9; | ||
border: 1px solid #AAA; | border: 1px solid #AAA; | ||
Line 34: | Line 23: | ||
} | } | ||
table. | table.clannadtable td:hover { | ||
background: #bbe; | background: #bbe; | ||
} | } | ||
table. | table.clannadtable a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
color: #000; | color: #000; | ||
} | } | ||
/* </pre> */ | /* </pre> */ |
Revision as of 00:32, 27 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; } 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: #000; } /*
*/