X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2FBackupPC_stnd.css;h=a50bcab6e7250093ae74edfef0b95bd0db15b92d;hp=c499bb71700adab0602205dc05e3265443630560;hb=b81d2da5e16975674f011e4833337ac0fa24e0ea;hpb=8f5625f9cdf47f8e04be654c4954838b2df3e26d diff --git a/conf/BackupPC_stnd.css b/conf/BackupPC_stnd.css index c499bb7..a50bcab 100644 --- a/conf/BackupPC_stnd.css +++ b/conf/BackupPC_stnd.css @@ -1,7 +1,7 @@ /* * BackupPC standard CSS definitions * - * Version 2.1.0beta0, released 20 Mar 2004. + * Version 3.0.0beta2, released 31 Oct 2006. * * See http://backuppc.sourceforge.net. * @@ -13,37 +13,39 @@ */ body { - font-family:arial,sans-serif; - font-size:1em; + 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-size:1.5em; + font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica; + font-size:16pt; color:#000000 } h2 { - font-family:arial,sans-serif; - font-size:1em; + font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica; + font-size:12pt; color:#000000 } -p { - font-family:arial,sans-serif; - font-size:.9em -} - a { - font-family:arial,sans-serif; + font-family:tahoma,arial,sans-serif,helvetica; color:#3333ff } -li { - font-size:.9em; +dt { + color:#3333ff } a:hover { @@ -61,22 +63,22 @@ a.navbar { } .h1 { - font-family:arial,sans-serif; - font-size:1.5em; + 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-size:1em; + 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; @@ -84,30 +86,81 @@ a.navbar { } .tableStnd { + font-size:10pt; } .tableheader { - font-size:.8em; + font-size:10pt; font-weight:bold; - background-color:#cccccc; + background-color:#eeeeee; } .border { - font-size:.9em; + font-size:10pt; +} + +.editHeader { + font-family:arial,sans-serif; + font-size:12pt; + color:#000000; + font-weight:bold; + background-color:#95B8DB; +} + +.editTabSel { + font-family:arial,sans-serif; + font-size:14pt; + color:#000000; + font-weight:bold; + background-color:#95B8DB; + padding:3px; + padding-left:6px; + margin-bottom:5px; +} + +.editTabNoSel { + font-family:arial,sans-serif; + font-size:14pt; + color:#000000; + font-weight:bold; + padding:3px; + padding-left:6px; + margin-bottom:5px; +} + +.editSaveButton { + color:#c0c0c0; + font-size:14pt; + font-weight:bold; +} + +.editError { + color:#ff0000; + font-weight:bold; +} + +.editComment { + font-size:10pt; +} + +.editTextInput { + font-family:courier; + font-size:10pt; } .fviewheader { font-weight:bold; - font-size:.8em; + 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:.9em; + border-right:1px solid #666666; + background-color:#eeeeee; + font-size:9pt; } .fviewon { @@ -119,15 +172,15 @@ a.navbar { } .fview { - font-size:.8em; - font-family:arial,sans-serif; + font-size:9pt; + font-family:tahoma,arial,sans-serif,helvetica; text-decoration:none; line-height:15px; } .fviewbold { - font-size:.9em; - font-family:arial,sans-serif; + font-size:9pt; + font-family:tahoma,arial,sans-serif,helvetica; text-decoration:none; line-height:15px; font-weight:bold; @@ -135,33 +188,37 @@ a.navbar { .histView { border-bottom:1px solid #000000; - border-left:2px solid #ffffff; - background-color:#dddddd; - font-size:.9em; + 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:.8em; + 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; @@ -169,8 +226,9 @@ div.NavTitle { #Content { float:right; - width:80%; + width:79%; left:20%; top:10px; + right:10px; position:absolute; }