forked from funderburkjim/old-websanlexicon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
111 lines (101 loc) · 1.74 KB
/
main.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
body {
color: black; background-color: #DBE4ED;
font-size: 12pt;
}
td {line-height: 130%;}
.greek {
font-family: Gentium, Palatino Linotype, Arial Unicode MS;
font-size: 12pt;
}
.g {font-size:smaller;font-style:italic;}
.lang {font-size:smaller;font-style:italic;}
.hrefdata,.lnum {
font-size:smaller;
background-color:rgb(240,240,240);
}
.sdata {color:teal;}
.sdatadeva {color:teal;font-size:larger;}
.asdata {color:blue;font-size:larger;}
.pb {font-size:smaller; }
.hom {color:red;}
.footnote {font-size:smaller;}
.ls {
color:gray;
font-size:10pt; /*smaller;*/
}
.gram {font-weight:bold;}
.divm {font-weight:bold;}
.wide {font-stretch:wider;}
p {
padding-left: 15pt;
padding-right: 15pt;
}
table.display {
width: 100%;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
max-width:600px;
text-align:justify;
margin-right:10px;
}
td, th {
padding: 5px;
text-align: left;
}
td.display {
/* font-weight: normal; */
}
plex {
color: black;
background-color: #36648b;
/*font-family: verdana,arial,helvetica,sansserif; */ /*Dec 5, 2013*/
font-size: 12pt;
}
h1 {
font-size: 24pt;
}
h2 {
font-size: 20pt;
padding-left: 15pt;
padding-top: 20pt;
}
h3 {
font-size: 18pt;
padding-left: 30pt;
padding-top: 20pt;
}
a:link {
color: black;
/* color: #00008b; */
}
a:visited {
color: #36648b;
}
a:active {
color: #4876ff;
}
a:hover {
background-color: #ffffcc;
color: #000033;
}
#CologneBasic .cssshade {
background-color:#EAEAEA; /* light gray */
}
#disp {
position:absolute;
background-color: white;
left: 1%;
/*width: 98%; 11-23-2020 */
right: 5px;
height: 400px;
overflow-y:auto;overflow-x:hidden;
}
%if dictlo in ['lan']:
sup {
font-size:x-small;
}
%endif
.dotunder {
border-bottom: 1px dotted #000;
}