-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitea-bookwriter.user.css
72 lines (69 loc) · 2.35 KB
/
gitea-bookwriter.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* ==UserStyle==
@name gitea - book writers project on gitea
@version 0.1.0
@description gitea - book writers project on gitea
@namespace tst2005/gitea-bookwriter
@author tst2005
@homepageURL https://github.com/usercss/misc
@supportURL https://github.com/usercss/misc/issues
@updateURL https://github.com/usercss/misc/raw/master/gitea-bookwriter.user.css
@license MIT
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://try.gitea.io/"), regexp("https://[^/]+/gitea[/.-].*") {
/* Justifier les textes */
html body div.repository.file.list div.non-diff-file-content div.file-view.markdown ul li,
html body div.file.editor.edit div.markdown.active p,
html body div.repository.wiki.view div.markdown p,
html body div.file-view.markdown p {
text-align: justify;
}
/* Ne pas mettre d'espace entre les paragraphes */
html body div.file.editor.edit div.markdown.active p,
html body div.full.height div.repository.file div.non-diff-file-content div.file-view.markdown p {
margin-bottom: 0px;
}
/* Afficher un tiret pour les listes qui nous servent pour les dialogues */
html body div.file.editor.edit div.markdown.active ul,
html body div.file-view.markdown ul {
list-style: none!important;
/* Remove list bullets */
/* list-style: square inside url("sqpurple.gif"); */
padding: 0;
margin: 0;
margin-bottom: 0px;
}
html body div.file.editor.edit div.markdown.active li,
html body div.file-view.markdown li {
/* list-style: none!important; */
padding-right: 0px!important;
/* padding-left: 8px; */
/*padding-left: 16px;*/
}
html body div.file.editor.edit div.markdown.active li:before,
html body div.file-view.markdown li:before {
/* color: red!important; */
content: "—"!important;
padding-right: 8px!important;
}
/* ************************************************************ */
/* pour le wifi */
html body div.repository.wiki.view div.markdown p {
margin-bottom: 0px;
}
html body div.repository.wiki.view div.markdown ul {
list-style: none!important;
/* padding: 0; */
/* margin: 0; */
}
html body div.repository.wiki.view div.markdown li {
padding-right: 0px;
}
html body div.repository.wiki.view div.markdown > ul > li > p {
display: inline;
}
html body div.repository.wiki.view div.markdown li:before {
content: "➜"!important;
padding-right: 8px!important;
}
}