ArchiveMediaSize and ArchiveChunkSize from _search_archive config
[BackupPC.git] / conf / BackupPC_stnd.css
index 19e77e3..34eab5f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * BackupPC standard CSS definitions
  *
- * Version 2.1.0, released 20 Jun 2004.
+ * Version 3.0.0, released 28 Jan 2007.
  *
  * See http://backuppc.sourceforge.net.
  *
@@ -9,31 +9,38 @@
  *   Craig Barratt  <cbarratt@users.sourceforge.net>
  *
  * COPYRIGHT
- *   Copyright (C) 2004  Craig Barratt
+ *   Copyright (C) 2004-2009  Craig Barratt
  */
 
 body {
-    font-family:arial,sans-serif;
-    font-size:11pt;
+    font-family:tahoma,arial,sans-serif,helvetica;
+    font-size:10pt;
     background-color:#ffffff;
     margin:2px 5px 0px 2px;
     height:100%
 }
 
+
+table {
+    border-collapse: collapse;
+    color: #000000;
+    padding: 2px;
+}
+
 h1 {
-    font-family:arial,sans-serif;
+    font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
     font-size:16pt;
     color:#000000
 }
 
 h2 {
-    font-family:arial,sans-serif;
+    font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
     font-size:12pt;
     color:#000000
 }
 
 a {
-    font-family:arial,sans-serif;
+    font-family:tahoma,arial,sans-serif,helvetica;
     color:#3333ff
 }
 
@@ -56,22 +63,22 @@ a.navbar {
 }
 
 .h1 {
-    font-family:arial,sans-serif;
+    font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
     font-size:16pt;
     color:#000000;
     font-weight:bold;
-    background-color:#99cc33;
+    background-color:#95B8DB;
     padding:3px;
     padding-left:6px;
     margin-bottom:5px;
 }
 
 .h2 {
-    font-family:arial,sans-serif;
+    font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
     font-size:12pt;
     color:#000000;
     font-weight:bold;
-    background-color:#ddeeee;
+    background-color:#eeeeee;
     padding:3px;
     padding-left:6px;
     margin-top:3px;
@@ -79,13 +86,20 @@ a.navbar {
 }
 
 .tableStnd {
-    font-size:11pt;
+    font-size:10pt;
 }
 
 .tableheader {
-    font-size:9pt;
+    font-size:10pt;
     font-weight:bold;
-    background-color:#cccccc;
+    background-color:#eeeeee;
+}
+
+table.sortable a.sortheader {
+    background-color:#eeeeee;
+    font-weight: bold;
+    text-decoration: none;
+    display: block;
 }
 
 .border {
@@ -97,7 +111,7 @@ a.navbar {
     font-size:12pt;
     color:#000000;
     font-weight:bold;
-    background-color:#99cc33;
+    background-color:#95B8DB;
 }
 
 .editTabSel {
@@ -105,7 +119,7 @@ a.navbar {
     font-size:14pt;
     color:#000000;
     font-weight:bold;
-    background-color:#99cc33;
+    background-color:#95B8DB;
     padding:3px;
     padding-left:6px;
     margin-bottom:5px;
@@ -122,7 +136,7 @@ a.navbar {
 }
 
 .editSaveButton {
-    color:#ff0000;
+    color:#c0c0c0;
     font-size:14pt;
     font-weight:bold;
 }
@@ -136,18 +150,24 @@ a.navbar {
     font-size:10pt;
 }
 
+.editTextInput {
+    font-family:courier;
+    font-size:10pt;
+}
+
 .fviewheader {
     font-weight:bold;
-    font-size:10pt;
+    font-size:9pt;
     color:#ffffff;
     background-color:#999999;
 }
 
 .fviewborder {
+    border-left:1px solid #666666;
     border-bottom:1px solid #000000;
-    border-left:1px dotted #666666;
-    background-color:#dddddd;
-    font-size:11pt;
+    border-right:1px solid #666666;
+    background-color:#eeeeee;
+    font-size:9pt;
 }
 
 .fviewon {
@@ -160,14 +180,14 @@ a.navbar {
 
 .fview {
     font-size:9pt;
-    font-family:arial,sans-serif;
+    font-family:tahoma,arial,sans-serif,helvetica;
     text-decoration:none;
     line-height:15px;
 }
 
 .fviewbold {
-    font-size:10pt;
-    font-family:arial,sans-serif;
+    font-size:9pt;
+    font-family:tahoma,arial,sans-serif,helvetica;
     text-decoration:none;
     line-height:15px;
     font-weight:bold;
@@ -175,33 +195,37 @@ a.navbar {
 
 .histView {
     border-bottom:1px solid #000000;
-    border-left:2px solid #ffffff;
-    background-color:#dddddd;
+    border-left:1px solid #000000;
+    background-color:#eeeeee;
     font-size:10pt;
 }
 
 .histViewMis {
     border-bottom:1px solid #000000;
+    border-left:1px solid #000000;
     background-color:#ffdddd;
 }
 
 div.NavMenu {
     width:18%;
     margin:0px;
-    background-color:#ddeeee;
+    font-size:9pt;
+    background-color:#eeeeee;
 }
 
 div.NavMenu a {
-    font-size:10pt;
+    font-size:9pt;
+    font-family:arial,sans-serif;
     display:block;
     margin-left:8px;
     padding:2px;
 }
 
 div.NavTitle {
+    font-size:12pt;
     padding-left:10px;
-    background-color:#99cc33;
-    font-family:arial,sans-serif;
+    background-color:#95B8DB;
+    font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
     color:#000000;
     font-weight:bold;
     margin-bottom:2px;
@@ -209,8 +233,9 @@ div.NavTitle {
 
 #Content {
     float:right;
-    width:80%;
+    width:79%;
     left:20%;
     top:10px;
+    right:10px;
     position:absolute;
 }