Skip to content

Commit

Permalink
Added the spell chart reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
3geek14 committed Apr 8, 2019
1 parent e30de83 commit c318b9d
Show file tree
Hide file tree
Showing 5 changed files with 616 additions and 192 deletions.
190 changes: 187 additions & 3 deletions EditingProcedures.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,203 @@
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Editing Procedures</title>
<style type="text/css">
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<link rel="stylesheet" href="pandoc.css">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<style type="text/css">

/*
* I add this to html files generated with pandoc.
* From: https://gist.github.com/killercup/5917178
*/

html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body {
color: #444;
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-size: 12px;
line-height: 1.7;
padding: 1em;
margin: auto;
max-width: 42em;
background: #fefefe;
}

a {
color: #0645ad;
text-decoration: none;
}

a:visited {
color: #0645ad;
}

a:hover {
color: #06e;
}

a:active {
color: #faa700;
}

a:focus {
outline: thin dotted;
}

.new, .new a {
text-decoration: underline;
text-decoration-color: red;
}

p {
margin: 1em 0;
}

h1, h2, h3 {
color: #111;
line-height: 125%;
margin-top: 2em;
font-weight: normal;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.5em;
}

pre, code {
color: #000;
font-family: monospace, monospace;
_font-family: 'courier new', monospace;
font-size: 0.98em;
background-color: #f6f8fa;
}

pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
padding: 16px;
border: 3px;
border-color: #111;
border-style: double;
}

.example {
background-color: #f6f8d8;
padding: 16px;
border: 3px;
border-color: #111;
border-style: double;
}

hr {
display: block;
height: 2px;
border: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #eee;
margin: 1em 0;
padding: 0;
}

b, strong {
font-weight: bold;
}

ul, ol {
margin: 1em 0;
padding: 0 0 0 2em;
}

li p:last-child {
margin-bottom: 0;
}

ul ul, ol ol {
margin: .3em 0;
}

dl {
margin-bottom: 1em;
}

dt {
font-weight: bold;
margin-bottom: .8em;
}

dd {
margin: 0 0 .8em 2em;
}

dd:last-child {
margin-bottom: 0;
}

table {
margin-bottom: 2em;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
border-spacing: 0;
border-collapse: collapse;
}

table th {
padding: .2em 1em;
background-color: #eee;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
}

table td {
padding: .2em 1em;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
vertical-align: top;
}

.columns-list ul {
columns: 2 auto;
}

@media only screen and (min-width: 480px) {
body {
font-size: 14px;
}
.columns-list ul {
columns: 3 auto;
}
}
@media only screen and (min-width: 768px) {
body {
font-size: 16px;
}
}

</style>
</head>
<body>
<header>
<header id="title-block-header">
<h1 class="title">Editing Procedures</h1>
</header>
<p><a href="https://3geek14.github.io/Realms/">Index</a></p>
Expand Down
Loading

0 comments on commit c318b9d

Please sign in to comment.