mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2894 - Icon Cleanup - Moved icons from Generic into Gui; Deleted
shared icons not in the Help module
This commit is contained in:
parent
b22062999a
commit
e3aad672ce
399 changed files with 1268 additions and 2863 deletions
|
@ -1,64 +0,0 @@
|
|||
/* ###
|
||||
* IP: GHIDRA
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/*
|
||||
WARNING!
|
||||
This file is copied to all help directories. If you change this file, you must copy it
|
||||
to each src/main/help/help/shared directory.
|
||||
|
||||
|
||||
Java Help Note: JavaHelp does not accept sizes (like in 'margin-top') in anything but
|
||||
px (pixel) or with no type marking.
|
||||
|
||||
*/
|
||||
|
||||
body { margin-bottom: 50px; margin-left: 10px; margin-right: 10px; margin-top: 10px; } /* some padding to improve readability */
|
||||
li { font-family:times new roman; font-size:14pt; }
|
||||
h1 { color:#000080; font-family:times new roman; font-size:36pt; font-style:italic; font-weight:bold; text-align:center; }
|
||||
h2 { margin: 10px; margin-top: 20px; color:#984c4c; font-family:times new roman; font-size:18pt; font-weight:bold; }
|
||||
h3 { margin-left: 10px; margin-top: 20px; color:#0000ff; font-family:times new roman; font-size:14pt; font-weight:bold; }
|
||||
h4 { margin-left: 10px; margin-top: 20px; font-family:times new roman; font-size:14pt; font-style:italic; }
|
||||
|
||||
/*
|
||||
P tag code. Most of the help files nest P tags inside of blockquote tags (the was the
|
||||
way it had been done in the beginning). The net effect is that the text is indented. In
|
||||
modern HTML we would use CSS to do this. We need to support the Ghidra P tags, nested in
|
||||
blockquote tags, as well as naked P tags. The following two lines accomplish this. Note
|
||||
that the 'blockquote p' definition will inherit from the first 'p' definition.
|
||||
*/
|
||||
p { margin-left: 40px; font-family:times new roman; font-size:14pt; }
|
||||
blockquote p { margin-left: 10px; }
|
||||
|
||||
p.providedbyplugin { color:#7f7f7f; margin-left: 10px; font-size:14pt; margin-top:100px }
|
||||
p.ProvidedByPlugin { color:#7f7f7f; margin-left: 10px; font-size:14pt; margin-top:100px }
|
||||
p.relatedtopic { color:#800080; margin-left: 10px; font-size:14pt; }
|
||||
p.RelatedTopic { color:#800080; margin-left: 10px; font-size:14pt; }
|
||||
|
||||
/*
|
||||
We wish for a tables to have space between it and the preceding element, so that text
|
||||
is not too close to the top of the table. Also, nest the table a bit so that it is clear
|
||||
the table relates to the preceding text.
|
||||
*/
|
||||
table { margin-left: 20px; margin-top: 10px; width: 80%;}
|
||||
td { font-family:times new roman; font-size:14pt; vertical-align: top; }
|
||||
th { font-family:times new roman; font-size:14pt; font-weight:bold; background-color: #EDF3FE; }
|
||||
|
||||
/*
|
||||
Code-like formatting for things such as file system paths and proper names of classes,
|
||||
methods, etc. To apply this to a file path, use this syntax:
|
||||
<CODE CLASS="path">...</CODE>
|
||||
*/
|
||||
code { color: black; font-weight: bold; font-family: courier new, monospace; font-size: 14pt; white-space: nowrap; }
|
||||
code.path { color: #4682B4; font-weight: bold; font-family: courier new, monospace; font-size: 14pt; white-space: nowrap; }
|
Binary file not shown.
Before Width: | Height: | Size: 69 B |
Binary file not shown.
Before Width: | Height: | Size: 859 B |
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>Configuration Options for the Byte Viewer</title>
|
||||
<meta http-equiv="Content-Type"content="text/html; charset=windows-1252">
|
||||
<link rel="stylesheet" type="text/css" href="../../shared/Frontpage.css">
|
||||
<link rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css">
|
||||
</head>
|
||||
<body lang="EN-US">
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
tool has configurable items for colors and font.
|
||||
<a name="BVConfigurationOptionsByteViewer"></a>The Byte Viewer options determines
|
||||
the colors, font, and header configuration. To view the options, select
|
||||
<b>Edit</b><img border="0" src="../../shared/arrow.gif"><b>Tool Options</b>
|
||||
<b>Edit</b><img border="0" src="help/shared/arrow.gif"><b>Tool Options</b>
|
||||
and then select the <i>Byte Viewer </i>node in the Options tree.</p>
|
||||
|
||||
<h2><b>Colors and Font</b></h3>
|
||||
|
@ -74,7 +74,7 @@
|
|||
<blockquote>
|
||||
<ol>
|
||||
<li> From the Byte Viewer menu select <b>Edit</b><img border="0"
|
||||
src="../../shared/arrow.gif" width="18" height="14">
|
||||
src="help/shared/arrow.gif" width="18" height="14">
|
||||
<b>Tool Options.</b> </li>
|
||||
<li> Select the <i> Byte Viewer</i> node; the panel of options appears
|
||||
to the right of the tree. </li>
|
||||
|
@ -92,7 +92,7 @@
|
|||
<blockquote>
|
||||
<ol>
|
||||
<li>From the Byte Viewer menu select <b> Edit</b><img border="0"
|
||||
src="../../shared/arrow.gif" width="18" height="14"><b> Options</b>.</li>
|
||||
src="help/shared/arrow.gif" width="18" height="14"><b> Options</b>.</li>
|
||||
<li>Select the <i>Byte Viewer</i> node; the panel of options appears to
|
||||
the right of the tree.</li>
|
||||
<li>Click on the <i>Font</i> button.</li>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>The Byte Viewer</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||||
<link rel="stylesheet" type="text/css" href="../../shared/Frontpage.css">
|
||||
<link rel="stylesheet" type="text/css" href="help/shared/DefaultStyle.css">
|
||||
<meta name="generator" content="Microsoft FrontPage 4.0">
|
||||
</head>
|
||||
<body lang="EN-US">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<p>To show the Byte Viewer, select the icon, <img
|
||||
src="images/binaryData.gif" border="0">,
|
||||
on the Code Browser toolbar, OR, choose the <b>Window</b><img
|
||||
src="../../shared/arrow.gif" border="0" ><b>Bytes: ...</b> menu.</p>
|
||||
src="help/shared/arrow.gif" border="0" ><b>Bytes: ...</b> menu.</p>
|
||||
<p> The following paragraphs describe the Byte Viewer.</p>
|
||||
|
||||
<h2><a name="ToggleFormatAction"></a><a name="formats"></a>Data Formats</h2>
|
||||
|
@ -186,7 +186,7 @@
|
|||
Edit toolbar button </font><img src="images/editbytes.gif" alt="">
|
||||
so that it no longer appears pushed-in<font
|
||||
color="#000000">.</font></p>
|
||||
<p><img src="../../shared/note.png" border="0">If
|
||||
<p><img src="help/shared/note.png" border="0">If
|
||||
you have two Byte Viewers running, you can <a
|
||||
href="help/topics/FrontEndPlugin/Connecting_Tools.htm#SpecialToolEvent">connect</a>
|
||||
the two tools for the "Byte Block Edit" event so that when you make
|
||||
|
@ -233,7 +233,7 @@
|
|||
The offset is affected by both the alignment address and the bytes per
|
||||
line. The offset is displayed as a label below the scroll
|
||||
pane containing the views.</p>
|
||||
<p><img src="../../shared/tip.png" border="0" >Sometimes
|
||||
<p><img src="help/shared/tip.png" border="0" >Sometimes
|
||||
you might see a byte pattern such that you want all the bytes
|
||||
to line up in the first column of the display. Consider the cursor
|
||||
position in the image below. If you want to see the fourth column of
|
||||
|
@ -254,7 +254,7 @@
|
|||
<blockquote>
|
||||
<p>The bytes per line indicates how many bytes are displayed in one
|
||||
line in a view. The default value is 16. <br></p>
|
||||
<p><img src="../../shared/note.png" border="0">
|
||||
<p><img src="help/shared/note.png" border="0">
|
||||
All formats shown must be able to support the new value.
|
||||
For example, since the HexInteger and Integer formats show
|
||||
bytes in groups of four, the bytes per line must be a multiple of four.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue