-
Notifications
You must be signed in to change notification settings - Fork 1
/
hebconj.css
32 lines (32 loc) · 1.13 KB
/
hebconj.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
[lang="he"], [lang="he"] * { font-family: "SBL Hebrew", Narkisim, "Lucida Grande", David, "Microsoft Sans Serif", "Times New Roman"; direction: rtl; }
[lang="he"] { font-size: 1.25em; }
[lang="he"] strong { font-weight: normal; font-style: normal; }
input[type="text"] {
font-size: 2em;
border: 0;
border-bottom: 1px solid #666;
background: transparent;
padding: 1px 6px;
width: 80px;
text-align: center;
color: #f33; }
input[type="submit"] {
font: 1em lucida sans; }
table {
background: #f8f8ff;
border: 1px solid #000;
margin: 1em auto;
width: auto; }
td,th {
vertical-align: top;
border-collapse: collapse;
border: 1px solid #000;
padding: 0 12px 4px 12px;
font: 1.44em georgia; }
th { font: 1.25em georgia; background: #eee; width: 80px; }
tr#first th { background: #ffffd6; font-size: 1.33em; font-weight: normal; }
.b { display: none; }
td:hover .a { display: none; }
td:hover .b { display: inline; }
caption { font-size: 1.65em; }
.hspell-nomatch { background: rgba(255,0,0,0.25); }