1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-06 22:17:10 +02:00

Update website

This commit is contained in:
Laurent Cozic
2020-10-15 15:35:43 +01:00
parent 435e8dfc3b
commit d74d6d9539
64 changed files with 1088 additions and 512 deletions

View File

@@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
<body>
<div class="container page-plugins">
<div class="container root page-plugins">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
<body>
<div class="container page-overview">
<div class="container root page-overview">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
<body>
<div class="container page-development_mode">
<div class="container root page-development_mode">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_manife
<body>
<div class="container page-plugin_manifest">
<div class="container root page-plugin_manifest">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
<body>
<div class="container page-rest_api">
<div class="container root page-rest_api">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>

View File

@@ -28,6 +28,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
background-color: #F1F1F1;
color: #333333;
}
.root {
overflow: hidden;
}
a[href^="mailto:"] {
word-break: break-all;
}
table {
margin-bottom: 1em;
}
@@ -185,8 +194,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
}
.nav {
background-color: black;
display: table;
width: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.nav.sticky {
position:fixed;
@@ -203,9 +213,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
padding-left: 2em;
margin-bottom: 0;
display: table-cell;
/* min-width: 250px; */
/* For GSoC: */
min-width: 470px;
display: flex;
width: 100%;
}
.nav ul li {
display: inline-block;
@@ -216,11 +225,11 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
font-weight: bold;
}
.nav-right {
display: table-cell;
width: 100%;
display: flex;
text-align: right;
vertical-align: middle;
line-height: 0;
margin-right: 10px;
}
.nav-right .share-btn {
display: none;
@@ -293,7 +302,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
<body>
<div class="container page-toc_plugin">
<div class="container root page-toc_plugin">
<div class="header">
<a class="forkme" href="https://github.com/laurent22/joplin"><img src="https://joplinapp.org/images/ForkMe.png"/></a>