-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathieee.css
69 lines (61 loc) · 1.04 KB
/
ieee.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
/* details:not([hidden]) { */
/* border-left: thin solid red; */
/* } */
div.head details {
border-left: thick solid gray;
padding-left: 1em;
& h2 {
margin-top: 1ex;
margin-bottom: 1ex;
}
}
dl.leftDL {
& dt {
font-weight: normal;
}
& dd {
margin: 0 0 0.5em 0;
& .ieeeBold {
font-weight: bold;
}
}
}
.flat {
& * {
display: initial;
}
& h2 {
font-size: unset;
font-weight: bold;
&::after {
content: ":";
font-weight: bold;
}
}
}
:is(h2,h3,h4,h5,h6):not(#toch2)+a.self-link {
/* display: none !important; */
visibility: hidden;
}
h1, h2, h3 {
color: #000 !important;
}
.fineprint {
margin-top: 5ex;
font-size: small;
}
.bibliography {
& > dt {
float: left;
clear: left;
/* width: 110px; */
font-weight: bold;
color: green;
}
& > dt::after {
content: " ";
}
& > dd {
margin: 0;
}
}