Merge remote-tracking branch 'origin/GP-3340-dragonmacher-docs-stylesheet-fix'

This commit is contained in:
Ryan Kurtz
2023-04-21 12:41:53 -04:00
6 changed files with 43 additions and 27 deletions
@@ -30,9 +30,14 @@
</P> </P>
<P><B>Note on the Style Sheet</B>: This sample help file uses a style sheet that is consistent <P><B>Note on the Style Sheet</B>: This sample help file uses a style sheet that is consistent
with Ghidra Help. Specify <I>Frontpage.css</I> as the style sheet for your help page if you with Ghidra Help. If you would like to maintain the same "look and feel.", then use the
would like to maintain the same "look and feel." The <I>Frontpage.css</I> file is in the Ghidra style sheet:<BR><BR>
<I>help/shared/</I> directory.</P> <CENTER>
<CODE>
&lt;LINK rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css"&gt;
</CODE>
</CENTER>
</P>
<P>Here are some sample bookmarks for the actions in the sample plugins (see the <FONT face= <P>Here are some sample bookmarks for the actions in the sample plugins (see the <FONT face=
"Courier New"><FONT size="3">setupActions()</FONT></FONT> method in <FONT size="3" face= "Courier New"><FONT size="3">setupActions()</FONT></FONT> method in <FONT size="3" face=
@@ -30,9 +30,14 @@
</P> </P>
<P><B>Note on the Style Sheet</B>: This sample help file uses a style sheet that is consistent <P><B>Note on the Style Sheet</B>: This sample help file uses a style sheet that is consistent
with Ghidra Help. Specify <I>Frontpage.css</I> as the style sheet for your help page if you with Ghidra Help. If you would like to maintain the same "look and feel.", then use the
would like to maintain the same "look and feel." The <I>Frontpage.css</I> file is in the Ghidra style sheet:<BR><BR>
<I>help/shared/</I> directory.</P> <CENTER>
<CODE>
&lt;LINK rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css"&gt;
</CODE>
</CENTER>
</P>
<P>Here are some sample bookmarks for the actions in the sample plugins (see the <FONT face= <P>Here are some sample bookmarks for the actions in the sample plugins (see the <FONT face=
"Courier New"><FONT size="3">setupActions()</FONT></FONT> method in <FONT size="3" face= "Courier New"><FONT size="3">setupActions()</FONT></FONT> method in <FONT size="3" face=
@@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<title>Empty Page</title> <title>Empty Page</title>
<link rel="stylesheet" type="text/css" href="Frontpage.css"> <link rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css">
</head> </head>
<body> <body>
<H1>No help found for this item.</H1> <H1>No help found for this item.</H1>
+5 -5
View File
@@ -3,14 +3,14 @@
<head> <head>
<title>Ghidra Installation Guide</title> <title>Ghidra Installation Guide</title>
<style name="text/css"> <style name="text/css">
li { font-family:times new roman; font-size:14pt; font-family:times new roman; font-size:14pt; margin-bottom: 12px; } li { font-family:times new roman; font-size:14pt; margin-bottom: 12px; }
h1 { color:#000080; font-family:times new roman; font-size:36pt; font-style:italic; font-weight:bold; text-align:center; } h1 { color:#000080; font-family:times new roman; font-size:36pt; font-style:italic; font-weight:bold; text-align:center; }
h2 { padding-top:30px; color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; } h2 { padding-top:30px; color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; }
h2 { color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; color:#984c4c; }
h3 { color:#0000ff; font-family:times new roman; font-size:14pt; font-weight:bold; color:#0000ff; }
p { font-family:times new roman; font-size:14pt; } p { font-family:times new roman; font-size:14pt; }
td { font-family:times new roman; font-size:14pt; padding-left:10px; padding-right:10px; } td { font-family:times new roman; font-size:14pt; padding-left:10px; padding-right:10px; vertical-align: top; }
th { font-family:times new roman; font-size:14pt; font-weight:bold; padding-left:10px; padding-right:10px; } th { font-family:times new roman; font-size:14pt; font-weight:bold; padding-left:10px; padding-right:10px; }
code { color:black; font-family:courier new; font-size: 14pt; }
span.code { font-family:courier new; font-size: 14pt; color:#000000; }
</style> </style>
</head> </head>
+12 -4
View File
@@ -1,10 +1,18 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF8">
<title>Ghidra Language Specification</title> <title>Ghidra Language Specification</title>
<link rel="stylesheet" type="text/css" href="html/Frontpage.css"> <link rel="stylesheet" type="text/css" href="html/languages.css">
<link rel="stylesheet" type="text/css" href="html/languages.css"> <style name="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> li { font-family:times new roman; font-size:14pt; margin-bottom: 12px; }
h1 { color:#000080; font-family:times new roman; font-size:36pt; font-style:italic; font-weight:bold; text-align:center; }
h2 { padding-top:30px; color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; }
h2 { color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; color:#984c4c; }
h3 { color:#0000ff; font-family:times new roman; font-size:14pt; font-weight:bold; color:#0000ff; }
p { font-family:times new roman; font-size:14pt; }
td { font-family:times new roman; font-size:14pt; padding-left:10px; padding-right:10px; vertical-align: top; }
th { font-family:times new roman; font-size:14pt; font-weight:bold; padding-left:10px; padding-right:10px; }
</style>
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article">
<div class="titlepage"> <div class="titlepage">
+9 -11
View File
@@ -4,17 +4,15 @@
<meta content="text/html; charset=ISO-8859-1" <meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type"> http-equiv="content-type">
<title>Language Versioning and Migration</title> <title>Language Versioning and Migration</title>
<style type="text/css"> <style name="text/css">
li { font-family:times new roman; font-size:14pt; font-family:times new roman; font-size:14pt; } li { font-family:times new roman; font-size:14pt; margin-bottom: 12px; }
h1 { color:#000080; font-family:times new roman; font-size:36pt; font-style:italic; font-weight:bold; text-align:center; color:#000080; font-family:times new roman; font-size:36pt; font-style:italic; font-weight:bold; text-align:center; } h1 { color:#000080; font-family:times new roman; font-size:36pt; font-style:italic; font-weight:bold; text-align:center; }
h2 { color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; } h2 { padding-top:30px; color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; }
h3 { color:#0000ff; font-family:times new roman; font-size:14pt; font-weight:bold; color:#0000ff; font-family:times new roman; font-size:14pt; font-weight:bold; } h2 { color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; color:#984c4c; }
h4 { font-family:times new roman; font-size:14pt; font-style:italic; font-family:times new roman; font-size:14pt; font-style:italic; } h3 { color:#0000ff; font-family:times new roman; font-size:14pt; font-weight:bold; color:#0000ff; }
p { font-family:times new roman; font-size:14pt; font-family:times new roman; font-size:14pt; } p { font-family:times new roman; font-size:14pt; }
td { font-family:times new roman; font-size:14pt; font-family:times new roman; font-size:14pt; } td { font-family:times new roman; font-size:14pt; padding-left:10px; padding-right:10px; vertical-align: top; }
th { font-family:times new roman; font-size:14pt; font-weight:bold; font-family:times new roman; font-size:14pt; font-weight:bold; } th { font-family:times new roman; font-size:14pt; font-weight:bold; padding-left:10px; padding-right:10px; }
code { color:black; font-family:courier new font-size: 14pt; }
span.code { font-family:courier new\000d\000a font-size: 14pt; color:#000000; }
</style> </style>
</head> </head>
<body> <body>