X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=musicexpo.css;fp=musicexpo.css;h=0d7aa948317276d6b65befd26bddd761d31d4300;hb=de93afc5b3d69c2bbf569fe495e579670aa756a6;hp=0000000000000000000000000000000000000000;hpb=2e6185c6246c2e2f6fb213befc518abc33e1ee78;p=app-musicexpo.git diff --git a/musicexpo.css b/musicexpo.css new file mode 100644 index 0000000..0d7aa94 --- /dev/null +++ b/musicexpo.css @@ -0,0 +1,28 @@ +html, body{ + background-color: black; + color: white; +} + +table, tr, td, th{ + border-collapse: collapse; + text-align: center; + border: thin dotted white; + padding: 0.1em; +} + +table{ + width: 98%; + margin: 1% +} + +a:link, a:visited{ + color: white; +} + +tbody > tr:nth-child(odd){ + background-color: #222; +} + +#player { + text-align: center; +} \ No newline at end of file