diff --git a/.editorconfig b/.editorconfig index 33a2c64..b233a7f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,10 +22,10 @@ indent_size = 2 indent_size = 4 [*.scss] -indent_size = 2 +indent_size = 4 [*.css] -indent_size = 2 +indent_size = 4 [*.nsh] indent_size = 2 diff --git a/docs/css/site.css b/docs/css/site.css new file mode 100644 index 0000000..b444716 --- /dev/null +++ b/docs/css/site.css @@ -0,0 +1,62 @@ +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, +time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } +body { line-height: 1; } +ol, ul { list-style: none; } +blockquote, q { quotes: none; } +blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } +table { border-collapse: collapse; border-spacing: 0; } +.right { float: right; } +.left { float: left; } +.clear { clear: both; } + +body { + font-family: -apple-system, "BlinkMacSystemFont", "Raleway", "Helvetica Neue", "Helvetica", "Arial", sans-serif; + font-feature-settings: "liga" 0; + text-align: center; + background: #F5F5F5; + font-weight: 300; +} +h1 { + font-size: 3em; + margin-top: 10vh; +} +h1>span { + line-height: 65px; + vertical-align: top; +} +h2 { + font-size: 2em; + font-weight: 100; + margin: 1em; +} +h3 { + font-size: 1.5em; + font-weight: 100; + margin-bottom: 1em; +} +hr { + margin: 1.5em 0; + height: 1px; + background: #e3e3e3; + border: none; +} +p { + line-height: 1.5em; +} +.logo { + width: 64px; + height: 64px; +} +.icon { + display: inline-block; + overflow: hidden; + width: 64px; + height: 64px; + fill: #6386EC; + margin: 60px 10px; +} diff --git a/docs/img/logo.png b/docs/img/logo.png new file mode 100644 index 0000000..2936b5a Binary files /dev/null and b/docs/img/logo.png differ diff --git a/docs/index.html b/docs/index.html index 10a45ba..d380ced 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,16 +4,13 @@ KeeWeb plugins - + -

KeeWeb plugins

+

KeeWeb Plugins

This site contains known plugins and translations for KeeWeb.

Want to create your own plugin? Here's a plugin creation tool page.

+ +