]> git.sesse.net Git - vlc/blobdiff - share/http/style.css
Move most of the parameters out of p_sys.
[vlc] / share / http / style.css
index 780528a0748655fd070e21ac5de9e2e8e1a17293..c994787adff97973b691ab2684615793a33765b6 100644 (file)
@@ -26,6 +26,8 @@ body {
        font-family: Arial, sans-serif;
        font-size: 12pt;
        text-align: center; /* Center on page - IE */
+       padding: 0px;
+       margin: 0px;
 }
 
 div {
@@ -35,7 +37,7 @@ div {
 }
 
 div.dialog {
-       width: 600px;
+       width: 440pt;
        background: #fff;
        border: solid #000 1px;
        margin: 10px auto; /* Center on page - Firefox */
@@ -58,17 +60,18 @@ form {
        display: inline;
 }
 
-input {
+input, textarea {
        border: solid #000 1px;
        background-color: #fff;
 }
 
 div.helper {
        margin: 10px;
-       border: solid #ccc 2px;
+       padding: 10px 0px;
+       border: solid 1px #000;
 }
 div.helper hr {
-       border: solid #ccc 1px;
+       border: solid 1px #000;
 }
 
 div.title {
@@ -122,6 +125,9 @@ div#infotree dt {
        text-decoration: underline;
 }
 
+div#playtree {
+       min-height: 150px;
+}
 div.pl_node {
        padding-left: 20px;
        font-style: italic;
@@ -142,7 +148,7 @@ div.popup {
        border: solid #888 1px;
        margin: 10px auto; /* Center on page - Firefox */
        position: absolute;
-       z-index: 1;
+       z-index: 2;
        font-size: 0.8em;
 }
 div#browse {
@@ -152,6 +158,7 @@ div#browse {
 div#browse div.title {
        background-color: #008;
 }
+
 div#browser {
        padding: 20px;
 }
@@ -159,23 +166,88 @@ div#browser {
 div#mosaic_list {
        width: 50%;
        left: 25%;
+       background: url('images/white.png') repeat;
+       display: none;
 }
 
+.mosaic_bg {
+       background-color: #aaf;
+}
+.mosaic_tbl {
+       background-color: #faa;
+}
+.mosaic_itm {
+       background-color: #afa;
+}
 div#mosaic_layout {
-       border: 1px solid #000;
-       background-color: #ddf;
+       border: 0px solid #000;
+       padding: 0px;
+       margin: 10px auto;
+}
+
+div#mosaic_dt {
+       border: 0px solid #000;
+       position: relative;
+}
+table#mosaic_table {
+       border-spacing: 0px 0px;
+       position: relative;
+}
+table#mosaic_table tr {
+       padding: 0px;
+       margin: 0px;
+}
+table#mosaic_table td {
+       border: 0px solid #000;
+       text-align: center;
+       padding: 0px;
+       margin: 0px;
+}
+table#mosaic_table input {
+       border: 0px;
+       background: transparent;
+       text-align: center;
+}
+textarea#mosaic_code {
+       padding: 0px;
        display: block;
-       margin: 1em;
-       padding: 0.3em 0.6em;
+       margin: 10px auto;
+}
+
+div.controls button.on {
+       background-color: #aaa;
 }
-div.mosaic_row {
-       padding: 0.6em 0em;
+
+div.controls button.off {
+       background-color: #fff;
 }
 
-.mosaic_element {
+div.menubtn {
        display: inline;
-       border: 1px solid #000;
-       margin: 0em 0.3em;
-       padding: 0.3em 0.3em;
-       background-color: #dfd;
+}
+
+div.menu {
+       position: absolute;
+       border: 1px solid #ccc;
+       padding: 5px;
+       margin-top: -5px;
+       background: url('images/white.png') repeat;
+       z-index: 2;
+       display: none;
+}
+
+div.menu button {
+       background: transparent;
+}
+div.menu button.menuout {
+       border: 1px solid transparent;
+}
+div.menu button.menuover {
+        border: 1px solid #000;
+}
+
+div.popup img.close {
+       position: absolute;
+       right: 2px;
+       top: 2px;
 }