]> Git — Sourcephile - julm/worksheets.git/blob - data/styles/French/Lexer.css
wip
[julm/worksheets.git] / data / styles / French / Lexer.css
1 .french-lexer .sheet {
2 padding:1cm;
3 }
4 .dict-entry {
5 display:grid;
6 grid-template-columns:1.5fr 1fr 1fr;
7 break-after:always;
8 }
9 .dict-entry.odd {
10 background-color:#eee;
11 }
12 .dict-key {
13 padding-left:0.1cm;
14 display:grid;
15 gap:1px;
16 /*
17 border-top-left-radius:3mm;
18 border-top-right-radius:3mm;
19 */
20 }
21 .arrow {
22 margin-right:0.1cm;
23 }
24 .dict-lexeme {
25 display:flex;
26 flex-direction:row;
27 font-family:monospace;
28 font-variant:small-caps;
29 font-size:0.5cm;
30 line-height:1.0;
31 flex-wrap:wrap;
32 justify-content:flex-start;
33 }
34 .dict-lexeme-LiteralTagOccurence {
35 //text-decoration:overline;
36 //border-top:1px solid blue;
37 border-bottom:3px solid blue;
38 //border-left:1px solid blue;
39 //border-right:1px solid blue;
40 }
41 .dict-key-cell {
42 font-family:monospace;
43 font-variant:small-caps;
44 font-size:0.5cm;
45 line-height:1.0;
46 }
47 .french-lexer {
48 display:flex;
49 flex-direction:column;
50 }