Revision: 10939
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=10939&view=rev
Author: hofman
Date: 2007-08-18 09:34:14 -0700 (Sat, 18 Aug 2007)
Log Message:
-----------
Use external css style file for bibdesk help.
Modified Paths:
--------------
trunk/bibdesk/BibDesk Help/applehelp.init
trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj
Added Paths:
-----------
trunk/bibdesk/English.lproj/BibDesk Help/sty/
trunk/bibdesk/English.lproj/BibDesk Help/sty/bibdeskhelp.css
trunk/bibdesk/French.lproj/BibDesk Help/sty/
trunk/bibdesk/French.lproj/BibDesk Help/sty/bibdeskhelp.css
Modified: trunk/bibdesk/BibDesk Help/applehelp.init
===================================================================
--- trunk/bibdesk/BibDesk Help/applehelp.init 2007-08-18 16:12:17 UTC (rev
10938)
+++ trunk/bibdesk/BibDesk Help/applehelp.init 2007-08-18 16:34:14 UTC (rev
10939)
@@ -82,95 +82,8 @@
#$listoffloats = \&t2h_html32_listoffloats;
#$float = \&t2h_html32_float;
-# Embedded stylesheet:
-$CSS_LINES = <<'EOT';
-<style type="text/css">
-body {
- margin-top: 20px;
- margin-bottom: 20px;
- margin-left: 20px;
- margin-right: 20px;
-}
-p,ul,ol,td,dt,dd {
- font-family: Lucida Grande,Helvetica,Geneva;
- font-size: 11px;
-}
-h1, h2, h3, h4, h5 {
- font-family: Lucida Grande,Helvetica,Geneva;
- color: #3333cc;
-}
-h1.chapter, h1.appendix, h1 {
- font-size: 20px;
-}
-h2.section {
- font-size: 18px;
-}
-h2.subsection, h2.heading, h2 {
- font-size: 16px;
-}
-h3.subheading, h3, h4, h5 {
- font-size: 14px;
-}
-a {
- font-weight: bold;
- color: #3333cc;
-}
-a:link, a:visited {
- text-decoration: none;
-}
-a:hover, a:active {
- text-decoration: underline;
-}
-code,tt,pre {
- font-family: Monaco, Courier, Mono, sans-serif;
- font-size: 1em;
-}
-.spec {
- font-family: Lucida Grande,Helvetica,Geneva;
- font-size: 1em;
- font-weight:bold;
- color:blue
-}
-.param {
- font-family: Lucida Grande,Helvetica,Geneva;
- font-size: 1em;
- font-weight:bold;
- color: green
-}
-.aslangkeyword {
- font-family: Verdana,Regular;
- font-size: 1em;
- font-weight:bold;
- color: blue
-}
-.asappkeyword {
- font-family: Verdana,Regular;
- font-size: 1em;
- color: blue
-}
-.asvariable {
- font-family: Verdana,Regular;
- font-size: 1em;
- color: green
-}
-.asvalue {
- font-family: Verdana,Regular;
- font-size: 1em;
- color: black
-}
-.asoperator {
- font-family: Verdana,Regular;
- font-size: 1em;
- color: black
-}
-.ascomment {
- font-family: Verdana,Italic;
- font-size: 1em;
- font-style: italic;
- color: gray
-}
-</style>
-EOT
+# External stylesheet:
+$CSS_LINES = "<link href=\"sty/bibdeskhelp.css\" rel=\"stylesheet\"
media=\"all\" />";
[EMAIL PROTECTED] = @MISC_BUTTONS;
Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj
===================================================================
--- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2007-08-18 16:12:17 UTC
(rev 10938)
+++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2007-08-18 16:34:14 UTC
(rev 10939)
@@ -871,7 +871,7 @@
4575382D0B70170D00C0E49B /* BDSKWebGroupViewController.m */ =
{isa = PBXFileReference; fileEncoding = 30; lastKnownFileType =
sourcecode.c.objc; path = BDSKWebGroupViewController.m; sourceTree = "<group>";
};
457538410B701ECD00C0E49B /* English */ = {isa =
PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path =
English.lproj/BDSKWebGroupView.nib; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path =
Info.plist; sourceTree = "<group>"; };
- 8D1107320486CEB800E47090 /* BibDesk.app */ = {isa =
PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0;
path = BibDesk.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 8D1107320486CEB800E47090 /* BibDesk.app */ = {isa =
PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application;
path = BibDesk.app; sourceTree = BUILT_PRODUCTS_DIR; };
CE11A6340AE6BB77008C47AC /* urlFolderIcon.tiff */ = {isa =
PBXFileReference; lastKnownFileType = image.tiff; name = urlFolderIcon.tiff;
path = Images/urlFolderIcon.tiff; sourceTree = "<group>"; };
CE11AC080AE7E0DC008C47AC /* BDSKScriptGroup.h */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path =
BDSKScriptGroup.h; sourceTree = "<group>"; };
CE11AC090AE7E0DC008C47AC /* BDSKScriptGroup.m */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path
= BDSKScriptGroup.m; sourceTree = "<group>"; };
Added: trunk/bibdesk/English.lproj/BibDesk Help/sty/bibdeskhelp.css
===================================================================
--- trunk/bibdesk/English.lproj/BibDesk Help/sty/bibdeskhelp.css
(rev 0)
+++ trunk/bibdesk/English.lproj/BibDesk Help/sty/bibdeskhelp.css
2007-08-18 16:34:14 UTC (rev 10939)
@@ -0,0 +1,103 @@
+body {
+ margin-top: 20px;
+ margin-bottom: 20px;
+ margin-left: 20px;
+ margin-right: 20px;
+}
+
+p,ul,ol,td,dt,dd {
+ font-family: Lucida Grande,Helvetica,Geneva;
+ font-size: 11px;
+}
+
+h1, h2, h3, h4, h5 {
+ font-family: Lucida Grande,Helvetica,Geneva;
+ color: #3333cc;
+}
+
+h1.chapter, h1.appendix, h1 {
+ font-size: 20px;
+}
+
+h2.section {
+ font-size: 18px;
+}
+
+h2.subsection, h2.heading, h2 {
+ font-size: 16px;
+}
+
+h3.subheading, h3, h4, h5 {
+ font-size: 14px;
+}
+
+a {
+ font-weight: bold;
+ color: #3333cc;
+}
+
+a:link, a:visited {
+ text-decoration: none;
+}
+
+a:hover, a:active {
+ text-decoration: underline;
+}
+
+code,tt,pre {
+ font-family: Monaco, Courier, Mono, sans-serif;
+ font-size: 1em;
+}
+
+.spec {
+ font-family: Lucida Grande,Helvetica,Geneva;
+ font-size: 1em;
+ font-weight:bold;
+ color:blue
+}
+
+.param {
+ font-family: Lucida Grande,Helvetica,Geneva;
+ font-size: 1em;
+ font-weight:bold;
+ color: green
+}
+
+.aslangkeyword {
+ font-family: Verdana,Regular;
+ font-size: 1em;
+ font-weight:bold;
+ color: blue
+}
+
+.asappkeyword {
+ font-family: Verdana,Regular;
+ font-size: 1em;
+ color: blue
+}
+
+.asvariable {
+ font-family: Verdana,Regular;
+ font-size: 1em;
+ color: green
+}
+
+.asvalue {
+ font-family: Verdana,Regular;
+ font-size: 1em;
+ color: black
+}
+
+.asoperator {
+ font-family: Verdana,Regular;
+ font-size: 1em;
+ color: black
+}
+
+.ascomment {
+ font-family: Verdana,Italic;
+ font-size: 1em;
+ font-style: italic;
+ color: gray
+}
+
Added: trunk/bibdesk/French.lproj/BibDesk Help/sty/bibdeskhelp.css
===================================================================
--- trunk/bibdesk/French.lproj/BibDesk Help/sty/bibdeskhelp.css
(rev 0)
+++ trunk/bibdesk/French.lproj/BibDesk Help/sty/bibdeskhelp.css 2007-08-18
16:34:14 UTC (rev 10939)
@@ -0,0 +1,103 @@
+body {
+ margin-top: 20px;
+ margin-bottom: 20px;
+ margin-left: 20px;
+ margin-right: 20px;
+}
+
+p,ul,ol,td,dt,dd {
+ font-family: Lucida Grande,Helvetica,Geneva;
+ font-size: 11px;
+}
+
+h1, h2, h3, h4, h5 {
+ font-family: Lucida Grande,Helvetica,Geneva;
+ color: #3333cc;
+}
+
+h1.chapter, h1.appendix, h1 {
+ font-size: 20px;
+}
+
+h2.section {
+ font-size: 18px;
+}
+
+h2.subsection, h2.heading, h2 {
+ font-size: 16px;
+}
+
+h3.subheading, h3, h4, h5 {
+ font-size: 14px;
+}
+
+a {
+ font-weight: bold;
+ color: #3333cc;
+}
+
+a:link, a:visited {
+ text-decoration: none;
+}
+
+a:hover, a:active {
+ text-decoration: underline;
+}
+
+code,tt,pre {
+ font-family: Monaco, Courier, Mono, sans-serif;
+ font-size: 1em;
+}
+
+.spec {
+ font-family: Lucida Grande,Helvetica,Geneva;
+ font-size: 1em;
+ font-weight:bold;
+ color:blue
+}
+
+.param {
+ font-family: Lucida Grande,Helvetica,Geneva;
+ font-size: 1em;
+ font-weight:bold;
+ color: green
+}
+
+.aslangkeyword {
+ font-family: Verdana,Regular;
+ font-size: 1em;
+ font-weight:bold;
+ color: blue
+}
+
+.asappkeyword {
+ font-family: Verdana,Regular;
+ font-size: 1em;
+ color: blue
+}
+
+.asvariable {
+ font-family: Verdana,Regular;
+ font-size: 1em;
+ color: green
+}
+
+.asvalue {
+ font-family: Verdana,Regular;
+ font-size: 1em;
+ color: black
+}
+
+.asoperator {
+ font-family: Verdana,Regular;
+ font-size: 1em;
+ color: black
+}
+
+.ascomment {
+ font-family: Verdana,Italic;
+ font-size: 1em;
+ font-style: italic;
+ color: gray
+}
+
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit