File tree Expand file tree Collapse file tree 4 files changed +17
-14
lines changed Expand file tree Collapse file tree 4 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 1
1
< div id ="About " class ="tab " style ="display:none ">
2
- < h2 > About</ h2 >
2
+ < h4 > About</ h4 >
3
3
< p >
4
4
PRONOM signature development utility 2.0. replaces
5
5
< a target ="_blank " href ="http://exponentialdecay.co.uk/sd/index.htm "> 1.0</ a > .
@@ -10,7 +10,7 @@ <h2>About</h2>
10
10
</ a > for ideas on how to contribute and to see the potential roadmap for this
11
11
tool.
12
12
< br />
13
- < h4 > Other resources</ h4 >
13
+ < h5 > Other resources</ h5 >
14
14
< ul >
15
15
< li >
16
16
< a target ="_blank " href ="https://www.nationalarchives.gov.uk/PRONOM/Default.aspx ">
Original file line number Diff line number Diff line change 31
31
.container {
32
32
position : relative;
33
33
width : 100% ;
34
- max-width : 750 px ;
34
+ max-width : 725 px ;
35
35
margin : 0 auto;
36
36
padding : 0 20px ;
37
37
box-sizing : border-box; }
119
119
html is set to 62.5% so that all the REM measurements throughout Skeleton
120
120
are based on 10px sizing. So basically 1.5rem = 15px :) */
121
121
html {
122
- font-size : 62 .5% ; }
122
+ font-size : 58 .5% ; }
123
123
body {
124
124
font-size : 1.5em ; /* currently ems cause chrome bug misinterpreting rems on body element */
125
125
line-height : 1.6 ;
@@ -171,13 +171,13 @@ input[type="submit"],
171
171
input [type = "reset" ],
172
172
input [type = "button" ] {
173
173
display : inline-block;
174
- height : 38 px ;
175
- padding : 0 30 px ;
174
+ height : 36 px ;
175
+ padding : 0 31 px ;
176
176
color : # 555 ;
177
177
text-align : center;
178
- font-size : 11 px ;
178
+ font-size : 10 px ;
179
179
font-weight : 600 ;
180
- line-height : 38 px ;
180
+ line-height : 36 px ;
181
181
letter-spacing : .1rem ;
182
182
text-transform : uppercase;
183
183
text-decoration : none;
Original file line number Diff line number Diff line change @@ -23,22 +23,25 @@ <h5>Siegfried</h5>
23
23
< br /> < br />
24
24
< pre class ="nospace "> $ roy build -droid {{your-signature-file-name}}.xml \
25
25
-noreports \
26
- -container {{your-container-signature-file-name}}.xml</ pre > .
26
+ -container {{your-container-signature-file-name}}.xml</ pre >
27
+
28
+ < br />
29
+
27
30
< h5 > A brief note about container signatures</ h5 >
28
31
If you are developing a container signature for a format already recorded in
29
32
PRONOM you only need to worry about creating and using a container signature
30
33
file from this utility. It is only for novel formats you may consider writing
31
34
a standard signature file too.
32
35
< br /> < br />
33
- < h3 > Syntax</ h3 >
34
- < h4 > Container signatures</ h4 >
36
+ < h4 > Syntax</ h4 >
37
+ < h5 > Container signatures</ h5 >
35
38
More information on < a target ="_blank " href ="https://openpreservation.org/blogs/droid-container-signature-files-what-they-are-and-how-to-create-them-a-template-and-an-example-or-few/ ">
36
39
DROID container signatures.
37
40
</ a >
38
41
< br />
39
42
Additional < a target ="_blank " href ="https://github.com/digital-preservation/droid/blob/de8fca984c1ba2f6487579b7dc2e41136cf56fae/Signature%20syntax.md "> container signature syntax.</ a >
40
43
< br /> < br />
41
- < h4 > Standard signatures</ h4 >
44
+ < h5 > Standard signatures</ h5 >
42
45
More information on DROID signatures and their syntax:
43
46
< br /> < br />
44
47
< p >
@@ -65,7 +68,7 @@ <h4>Standard signatures</h4>
65
68
The value of the byte sequence is defined as a sequence of
66
69
hexadecimal values, optionally incorporating any of the following
67
70
regular expressions:
68
- < br /> < br />
71
+ < br />
69
72
70
73
< dl >
71
74
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h1 class="title">Signature development utility: 2.0</h1>
43
43
</ div >
44
44
45
45
< div class ="row ">
46
- < div class ="twelve columns " style ="margin-top: 5 % ">
46
+ < div class ="twelve columns " style ="margin-top: 3 % ">
47
47
< ul class ="tab-nav ">
48
48
< li >
49
49
< a class ="button tablink tab-color " onclick ="openTab(event, 'Standard signatures') "> Standard signatures</ a >
You can’t perform that action at this time.
0 commit comments