Amélioration des post-it Ajout supp son compte

This commit is contained in:
2023-07-06 05:07:34 +02:00
parent 2eb2d7fe98
commit 1ce6020bff
17 changed files with 486 additions and 130 deletions

View File

@@ -31,6 +31,9 @@ body {
height: 100%;
background-color: #333;
}
body {
color: #fff;
text-align: center;
@@ -49,6 +52,10 @@ a:focus, a:hover {
}
.content p {
overflow-x: hidden;
overflow-y: hidden;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
@@ -75,8 +82,27 @@ a:focus, a:hover {
.panel-body {
background-color: #444;
text-align: justify;
}
.modal-header .close {
color: white;
}
.modal-header {
background-color: #333;
}
.modal-body{
background-color: #444;
text-align: justify;
}
.modal-footer {
background-color: #444;
}
.row {
margin-top: 5vw;
}
@@ -277,3 +303,29 @@ a:focus, a:hover {
}
/* ######### Animations ######### */
/* ###### Simplemde editor ###### */
.editor-toolbar {
background-color: white;
}
.CodeMirror {
text-align: justify;
}
/* ### Style for post-it ### */
.post-it h1 {
font-size: 1.5vw;
}
.post-it h2 {
font-size: 1.2vw;
}
.post-it h3 {
font-size: 1vw;
}
.post-it h3 {
font-size: 0.9vw;
}

7
static/simplemde.min.css vendored Normal file

File diff suppressed because one or more lines are too long

15
static/simplemde.min.js vendored Normal file

File diff suppressed because one or more lines are too long