-
Notifications
You must be signed in to change notification settings - Fork 0
/
MediaLanguageCompare.css
36 lines (34 loc) · 1.12 KB
/
MediaLanguageCompare.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
body { font-family: sans-serif; }
header h1, header h2
{ text-align: center; }
h1, #media-id, #media-english, #media-spanish,
.media-title
{
font-size: 14pt;
font-weight: bold;
}
.section-hdr
{ font-size: 14pt;
font-weight: bold }
.pair-wrapper
{ display: flex; }
h1 span { font-size: 12pt; }
h2 { font-size: 13pt; margin-top: 50px; }
img { width: 300px; }
table { width: 100%; }
td { vertical-align: top; word-break: break-word; }
td:first-child { width: 20%; }
.attribute { font-style: italic; }
.blocked, .special { color: red; font-weight: bold; }
.deleteapproved { text-decoration: line-through; }
.indent { padding-left: 30px; }
.insertapproved { color: red; }
.name { color: blue; font-weight: bold; background: #EEE; }
.name-and-def td { border: 1px solid black; }
.name-and-def { border-collapse: collapse; }
.term-type-table td:first-child,
.definition-info td:first-child,
.related-info-table td:first-child { font-weight: bold; }
.term-normal { background-color: yellow; }
.term-name { color: blue; font-weight: bold; }
.lang-wrapper { float: left; width: 48%; margin: 0 5px; }