🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-mapnik-theme

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-mapnik-theme - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+47
-58
assets/highlight.css

@@ -1,83 +0,72 @@

/*
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #23241f;
/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
color: #8e908c;
}
.hljs,
/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-subst {
color: #f8f8f2;
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
color: #c82829;
}
.hljs-strong,
.hljs-emphasis {
color: #a8a8a2;
}
.hljs-bullet,
.hljs-quote,
/* Tomorrow Orange */
.hljs-number,
.hljs-regexp,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
color: #ae81ff;
color: #f5871f;
}
.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
color: #a6e22e;
/* Tomorrow Yellow */
.hljs-attribute {
color: #eab700;
}
.hljs-strong {
font-weight: bold;
/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
color: #718c00;
}
.hljs-emphasis {
font-style: italic;
/* Tomorrow Blue */
.hljs-title,
.hljs-section {
color: #4271ae;
}
/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
color: #f92672;
.hljs-selector-tag {
color: #8959a8;
}
.hljs-symbol,
.hljs-attribute {
color: #66d9ef;
.hljs {
display: block;
overflow-x: auto;
background: white;
color: #4d4d4c;
padding: 0.5em;
}
.hljs-params,
.hljs-class .hljs-title {
color: #f8f8f2;
.hljs-emphasis {
font-style: italic;
}
.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
color: #e6db74;
}
.hljs-comment,
.hljs-deletion,
.hljs-meta {
color: #75715e;
.hljs-strong {
font-weight: bold;
}

@@ -15,6 +15,7 @@ @import url(fonts/source-sans-pro/source-sans-pro.css);

line-height: 1.3em;
background: #f2f2f2;
}
a {
text-decoration: none;
color: #388991;
color: #7f7fff;
}

@@ -43,2 +44,3 @@ a:hover {

.title {
margin: 0 0 1em;
font-size: 1.5em;

@@ -48,2 +50,3 @@ }

display: none;
background: white;
}

@@ -60,3 +63,2 @@ .content-container {}

width: 300px;
background: #f2f2f2;
padding: 1em;

@@ -80,11 +82,20 @@ }

.toc a {
font-size: 0.85em;
display: block;
}
.toc .class {
font-weight: 900;
border-bottom: 1px solid #c0c0c0;
position: relative;
font-size: 500;
font-size: 1.1em;
padding-bottom: 0.5em;
margin: 0.5em 0;
margin: 1em 0 0.2em;
}
.toc .class::before {
content: " ";
position: absolute;
left: 0;
margin-left: -1em;
height: 100%;
width: 5px;
background: #b2b2ff;
}
.toc a.hide {

@@ -105,5 +116,6 @@ display: none;

.main {
border-top: 3px solid #0C9DC2;
padding-top: 1em;
margin-top: 3em;
/*border-top: 3px solid #0C9DC2;*/
padding: 1em;
background: white;
margin-top: 1em;
}

@@ -198,13 +210,11 @@ .section-params {

padding: 1em;
margin: 1em 0;
border: 1px solid #f2f2f2;
border-left: 3px solid #f2f2f2;
border-left: 1px solid #b2b2ff;
}
.collapsible .force-inline p,
.collapsible .force-inline p a {
color: #999;
color: #333;
}
.collapsible > a code {
font-weight: 900;
color: #555;
.collapsible > a {
display: block;
margin: 0.3em 0;
}

@@ -226,5 +236,6 @@

padding: 0.5em;
background: #23241f;
color: #cdd4d5;
background: #f6f6f6;
overflow-x: scroll;
font-size: 0.85em;
line-height: 1.25em;
}

@@ -262,3 +273,7 @@ code {}

.function {
margin: 0 0 1em;
margin: 0;
padding: 0;
padding-bottom: 1em;
font-size: 1em;
border-bottom: 1px solid #f2f2f2;
}

@@ -40,2 +40,9 @@ /* global anchors */

}
// var githubAnchors = document.getElementsByClassName('github');
// for (var i = 0; i < githubAnchors.length; i++) {
// var elem = githubAnchors[i];
// var url = elem.href;
// url = elem.href.replace('/documentation/', '/node-mapnik/').replace('/node_modules/mapnik', '')
// }
});
{
"name": "node-mapnik-theme",
"version": "0.0.1",
"version": "0.0.2",
"description": "documentationjs theme for Node Mapnik",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -119,5 +119,2 @@ <section class='py2 clearfix'>

</code>
<div class='force-inline'>
{{md description}}
</div>
</a>

@@ -139,5 +136,2 @@ <div class='collapser border px2 m2'>

</code>
<div class='force-inline'>
{{md description}}
</div>
</a>

@@ -144,0 +138,0 @@ <div class='collapser border px2'>