]> git.sesse.net Git - vlc/blobdiff - share/http/style.css
Compile fix
[vlc] / share / http / style.css
index 7f532835e1044f140ea8100755f709594009fb4f..b20b5d8a48bb69c749d16515adcc4f8ee05734ee 100644 (file)
@@ -1,18 +1,90 @@
-body {font-family:Verdana, Arial, Sans Serif; }
-h2 { text-align:center; }
-h3 { text-align:left; }
-table {width:100%;}
-table.add {width:70%;}
-div.section {background-color:#DDDDFF;
-     border:1pt black solid;
-     margin-bottom:2em; 
-     padding:0.5em;}
-div.sectitle { background-color:#5A5ABB; 
-        color:#FFFFFF;
-        border:1pt black solid;
-        width:20%;
-        font-weight:bold;}
-tr.ligne1 { background-color:#EEEEFF; }
-tr.ligne2 { background-color:#CCCCFF; }
+div {
+    padding: 0px;
+    margin: 0px;
+    border-width: 0px;
+    border-style: none;
+}
 
+/* page body */
+body {
+    font-family: Verdana, Arial, sans-serif;
+    font-size: 10pt;
+    padding: 5pt;
+    margin: 5pt;
+}
 
+/* left column */
+div.left {
+    float: left;
+    width: 19%;
+}
+
+/* main content */
+div.right {
+    float: right;
+    width: 80%;
+}
+
+/* section bloc title */
+div.sectitle {
+    background-color: #5A5ABB;
+    color: #FFFFFF;
+    border: 1px black solid;
+    border-bottom: 0pt black none;
+    font-weight: bold;
+    padding: 0pt 5pt;
+}
+
+/* section bloc content */
+div.section {
+    background-color: #DDDDFF;
+    border: 1px black solid;
+    margin-bottom: 2em;
+    padding: 5pt;
+}
+
+/* section bloc controls */
+div.section-controls {
+    text-align: center;
+    background-color: #DDDDFF;
+    border: 1px black solid;
+    margin-bottom: 2em;
+    padding: 5pt;
+}
+
+/* page title */
+h2.title {
+    text-align: center;
+}
+
+h3 {
+    text-align: left;
+}
+
+table {
+    width: 100%;
+}
+
+table.add {
+    width: 100%;
+}
+
+/* playlist line */
+tr.line1 {
+    background-color: #EEEEFF;
+}
+
+/* playlist line */
+tr.line2 {
+    background-color: #CCCCFF;
+}
+
+/* help text */
+span.small {
+    font-size: 0.9em;
+}
+
+form {
+    margin: 0pt;
+    padding: 0pt;
+}