X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2FBackupPC_stnd.css;fp=conf%2FBackupPC_stnd.css;h=0d0e6810c66e3f511fb6d80087af6bd8160efef7;hp=42c81cd57c37e3061c85b327b51059d7ed001345;hb=a5650695edc5ab99c7da689704882f1b11ce3a7c;hpb=df717077755b9331fa245f72933ef03add7a3710;ds=sidebyside diff --git a/conf/BackupPC_stnd.css b/conf/BackupPC_stnd.css index 42c81cd..0d0e681 100644 --- a/conf/BackupPC_stnd.css +++ b/conf/BackupPC_stnd.css @@ -1,7 +1,7 @@ /* * BackupPC standard CSS definitions * - * Version 3.0.0beta0, released 11 Jul 2006. + * Version 3.0.0beta1, released 30 Jul 2006. * * See http://backuppc.sourceforge.net. * @@ -13,27 +13,34 @@ */ 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:0px; +} + 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,13 @@ 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; } .border { @@ -97,7 +104,7 @@ a.navbar { font-size:12pt; color:#000000; font-weight:bold; - background-color:#99cc33; + background-color:#95B8DB; } .editTabSel { @@ -105,7 +112,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; @@ -138,11 +145,12 @@ a.navbar { .editTextInput { font-family:courier; + font-size:10pt; } .fviewheader { font-weight:bold; - font-size:10pt; + font-size:9pt; color:#ffffff; background-color:#999999; } @@ -150,8 +158,8 @@ a.navbar { .fviewborder { border-bottom:1px solid #000000; border-left:1px dotted #666666; - background-color:#dddddd; - font-size:11pt; + background-color:#eeeeee; + font-size:9pt; } .fviewon { @@ -164,14 +172,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; @@ -180,7 +188,7 @@ a.navbar { .histView { border-bottom:1px solid #000000; border-left:2px solid #ffffff; - background-color:#dddddd; + background-color:#eeeeee; font-size:10pt; } @@ -192,20 +200,23 @@ a.navbar { 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;