Template:Styles/mystyles.css

From The Yambo Project
< Template:Styles
Revision as of 15:21, 16 April 2018 by Conor (talk | contribs) (Created page with ".column-demo{ float:left; } .column-demo td:nth-child(2n) { background-color: red; } .mw-redirect { color: gray; } .zebra { float:right; } .zebra tr:nth-child(od...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.column-demo{ float:left; } .column-demo td:nth-child(2n) {

   background-color: red;

} .mw-redirect {

    color: gray;   

} .zebra { float:right; } .zebra tr:nth-child(odd) {

   background-color: #eee;

} .zebra tr:nth-child(even) {

   background-color: #abc;

} /*Fixed table header demo*/

  1. scrolltable { margin-top: 20px; height: 200px; overflow: auto; }
  2. scrolltable th div { position: absolute; margin-top: -20px; }