X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/49367cafdfc40dd28e306aabe5ccc5787aab915a..14f651c500c554436376dd5d10450703478669b6:/code/static/style.css diff --git a/code/static/style.css b/code/static/style.css index 91ca503..29216cc 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -11,10 +11,6 @@ html { body { font-family: Tahoma, Sans, sans-serif; } -h1, h2, h3, h4, h5, h6 { - font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif; - font-weight: bold; -} pre, code, samp, kbd, tt { font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace; font-size: 100%; @@ -77,3 +73,20 @@ td.error { .loggedin .name { font-weight: bold; } + +/* Machine list power buttons */ +.power.on:hover { + background: url(/static/power_button_on_to_off_bg.png); +} +.power.off:hover { + background: url(/static/power_button_off_to_on_bg.png); +} + +/* Striping applied (by JavaScript) to every other row in /list. */ +tr.stripedrow { + background-color: #DDF; +} + +#machinelist tr > td:first-child { + padding-right: 1em; +}