-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
132 lines (107 loc) · 1.93 KB
/
style.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
:root {
--hauteur-header : 1.1em;
}
h1 {
text-align: center;
font-family: 'Frank Ruhl Libre', serif;
margin-bottom: -5px;
}
details summary:hover {
background-color: rgb(187, 187, 187);
color: white;
font-weight: bold;
cursor: pointer;
}
/*
.v {
height: 100%;
}
*/
#texteD {
border-bottom: 1px black solid;
}
#texte {
border-top: 1px black solid;
height: 49.7%;
}
#texte flex-item p {
margin: 0px;
padding: 3px;
padding-left: 0px;
padding-right: 0px;
--a : calc(100% - var(--hauteur-header));
--b : calc(var(--a) - 6px); /* j'ai enlever 3px en plus dans les 6 de manière un peu arbitraire*/
height: var(--b);
word-break: break-word;
overflow: auto;
}
#texte flex-item:nth-child(1) p {
padding-left: 3px;
}
#texte flex-item:nth-child(3) p {
padding-right: 3px;
}
#lxx {
font-family: "KoineGreek";
font-size: 0.8em;
}
#texte flex-item header {
height: var(--hauteur-header);
text-align: center;
border-bottom: 1px black solid;
}
#texte flex-resizer div {
height: var(--hauteur-header);
border-bottom: 1px black solid;
z-index: 2;
}
#commentaire {
border-bottom: 1px black solid;
}
#commentaire summary {
margin-right: 5px;
}
#commentaire details {
margin-left: 10px;
}
#commentaire .liste ul {
margin-top: 0px;
}
@font-face {
font-family: "Marcellus";
src: url("font/Marcellus_SC/MarcellusSC-Regular.ttf?raw=true") format("truetype");
font-display: block;
}
@font-face {
font-family: "KoineGreek";
src: url("font/KoineGreek/KoineGreek.ttf?raw=true") format("truetype");
font-display: block;
}
@font-face {
font-family: "Tinos";
src: url("font/Tinos/Tinos-Regular.ttf?raw=true") format("truetype");
font-display: block;
}
body h1 #fr {
font-family: "Marcellus";
font-size: 0.99em;
}
.heb {
font-family: Times New Roman;
}
.gr {
font-family: "KoineGreek";
}
body h1 #heb {
font-family: "Tinos";
font-size: 1.02em;
}
summary {
outline: none;
}
summary:focus {
outline:0;
}
html {
overflow-y: scroll;
}