Skip to content
Permalink
Browse files
Deploy
  • Loading branch information
thelink2012 committed Nov 30, 2018
1 parent 51cde76 commit 8b1a3c9002939d298d241e6748f61c9c641a0644
Showing with 78 additions and 0 deletions.
  1. +39 −0 core.html
  2. +39 −0 docinfo.html
@@ -8,6 +8,45 @@
<title>GTA3script Specification</title> <title>GTA3script Specification</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<link rel="stylesheet" href="./asciidoctor.css"> <link rel="stylesheet" href="./asciidoctor.css">
<style>
/* Little customization on the asciidoctor stylesheet */
#header, #content, #footer, #footnotes {
max-width: 51em;
}
.sect1 + .sect1 {
border-top: none;
}
h1, h2, h3, h4, h5, h6 {
color: #111;
font-weight: normal;
margin-top: 2em;
margin-bottom: 1em;
}
#content #toc {
background: none;
}
.literalblock pre, .listingblock pre:not(.highlight),
.listingblock pre[class="highlight"], .listingblock pre[class^="highlight "],
.listingblock pre.CodeRay, .listingblock pre.prettyprint {
background: none;
}
pre {
color: #000000;
}
:not(pre) > code {
background-color: inherit;
padding: 0 0;
}
code {
color: #000000;
}
p {
line-height: 1.7;
}
ol>li p, ul>li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist {
margin-bottom: 0;
}
</style>
</head> </head>
<body class="article"> <body class="article">
<div id="header"> <div id="header">
@@ -0,0 +1,39 @@
<style>
/* Little customization on the asciidoctor stylesheet */
#header, #content, #footer, #footnotes {
max-width: 51em;
}
.sect1 + .sect1 {
border-top: none;
}
h1, h2, h3, h4, h5, h6 {
color: #111;
font-weight: normal;
margin-top: 2em;
margin-bottom: 1em;
}
#content #toc {
background: none;
}
.literalblock pre, .listingblock pre:not(.highlight),
.listingblock pre[class="highlight"], .listingblock pre[class^="highlight "],
.listingblock pre.CodeRay, .listingblock pre.prettyprint {
background: none;
}
pre {
color: #000000;
}
:not(pre) > code {
background-color: inherit;
padding: 0 0;
}
code {
color: #000000;
}
p {
line-height: 1.7;
}
ol>li p, ul>li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist {
margin-bottom: 0;
}
</style>

0 comments on commit 8b1a3c9

Please sign in to comment.