generated from trustoverip/terms-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: dhh1128 <[email protected]>
- Loading branch information
dhh1128
committed
Nov 20, 2021
1 parent
1b82602
commit d2d05b0
Showing
3 changed files
with
116 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<html> | ||
<head> | ||
<title>Glossary - General Trust Over IP Terms</title> | ||
<style> | ||
body { | ||
background-color: white; | ||
padding: 0px; | ||
margin: 0px; | ||
font-family: Arial, sans-serif; | ||
} | ||
|
||
header { | ||
background-color: #02005f; | ||
color: #A4E8E6; | ||
padding: 36px; | ||
font-family: Verdana, sans-serif; | ||
font-size: 24px; | ||
background-repeat: none; | ||
text-align: right; | ||
background-image: url(https://raw.githubusercontent.com/trustoverip/ctwg/main/logo.png); | ||
background-repeat: no-repeat; | ||
} | ||
|
||
main { | ||
padding: 16px; | ||
color: #444; | ||
} | ||
|
||
dt { | ||
margin-top: 1.4em; | ||
color: #3061a8; | ||
font-size: 125%; | ||
font-family: Verdana, sans-serif; | ||
} | ||
|
||
dt.letter { | ||
text-align: center; | ||
font-weight: bold; | ||
color: #999; | ||
border-bottom: solid 1px #ddd; | ||
margin-left: 25%; | ||
margin-right: 25%; | ||
margin-top: 2.2em; | ||
} | ||
|
||
nav { | ||
padding: 4px 16px; | ||
text-align: center; | ||
background-color: #ddd; | ||
color: #888; | ||
} | ||
|
||
dd { | ||
margin-left: 2em; | ||
} | ||
|
||
dt > span.tag { | ||
float: right; | ||
background-color: #eee; | ||
border: 1px solid #ccc; | ||
padding: 2px 4px; | ||
margin-right: 4px; | ||
font-size: 60%; | ||
font-family: Verdana; | ||
color: #666; | ||
} | ||
|
||
dd>p:first-child { | ||
margin-top: 0.2em; | ||
} | ||
|
||
a { | ||
color: #3061a8; | ||
text-decoration: none; | ||
} | ||
|
||
dt > a { | ||
color: #02005f; | ||
} | ||
|
||
a:hover { | ||
border-bottom: solid 1px #3061a8; | ||
} | ||
|
||
a:active { | ||
background-color: #eee; | ||
} | ||
|
||
a:visited { | ||
color: #6161a8; | ||
} | ||
|
||
nav > a, nav > a:visited { | ||
color: black; | ||
} | ||
|
||
p.meta { | ||
font-size: 80%; | ||
color: #bbb; | ||
text-align: right; | ||
margin-top: -0.9em; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body> | ||
<header>Glossary - General Trust Over IP Terms</header> | ||
%nav | ||
<main> | ||
%main | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"title": "General Trust Over IP Glossary", | ||
"frame": "https://raw.githubusercontent.com/trustoverip/ctwg/main/.glossary-template.html", | ||
"sources": [ | ||
{ "wiki": "[email protected]:trustoverip/toip-terms.git" } | ||
{ "wiki": "[email protected]:trustoverip/toip.git" } | ||
] | ||
} | ||
|