player/css/styles.css
changeset 0 d4c3dc50e02a
child 1 774d75a930f8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/player/css/styles.css	Thu May 16 18:44:32 2013 +0200
@@ -0,0 +1,78 @@
+/* Resetting the usual suspects */
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed, 
+figure, figcaption, footer, header, hgroup, 
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+    margin: 0;
+    padding: 0;
+    border: 0;
+    font-size: 100%;
+    font: inherit;
+    vertical-align: baseline;
+}
+
+ul, li {
+    list-style: none;
+}
+
+input::-moz-focus-inner /*Remove button padding in FF*/
+{ 
+    border: 0;
+    padding: 0;
+}
+
+table {
+    border-collapse: separate; border-spacing: 0;
+}
+
+th, td {
+    vertical-align: top;
+}
+
+img a {
+    border: none;
+}
+
+html {
+    overflow: hidden;
+}
+
+/* End of the reset part */
+
+body {
+    background: #000000; font-family: Helvetica, Arial, sans-serif;
+}
+
+/* Top Bar */
+
+.top-bar {
+    height: 40px;
+}
+
+/* Main Video Frame */
+
+.main-video {
+    height: 562px;
+}
+
+.project-title {
+    text-align: center; line-height: 40px; font-size: 17px; color: #b0b0b0; font-weight: bold;
+}
+
+.tags {
+    position: absolute; top: 0; left: 0; width: 110px;
+}
+
+.tags-title {
+    line-height: 40px; padding-left: 20px; font-size: 11px; color: #B8155F; font-weight: bold; text-transform: uppercase;
+}