forked from 5HT/nying.ma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsynrc.css
31 lines (29 loc) · 1.38 KB
/
synrc.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
// DHARMA CSS
A:link { color: blue; }
A:visited { color: darkblue; }
A:hover { color: blue; }
SUP { font-size:10pt; }
BODY { font-size:14pt; font-family: local, Calibri, Lucida Sans, "Lucida Grande"; }
TD { font-family: margin: 0 auto; padding-right: 20px; }
H1 { color: blue; font-weight: bold; font-size:26pt; margin-top:20px; margin-bottom:10px; margin-right:6px; }
H2 { color: darkblue; font-size:18pt; margin-top:20px; margin-bottom:10px; margin-right:6px; }
H3 { font-size:14pt; margin-top:20px; margin-bottom:10px; margin-right:6px; }
P { font-size:14pt; margin-top: 0px; margin-bottom: 8px; }
P.poem { font-size:12pt; margin-top: 0px; margin-bottom: 8px; white-space: pre;}
LI { font-size:12pt; }
pre { font-size:10pt; font-family: Lucida Console; }
.menu { font-size:12pt; font-family: Calibri, Lucida Sans Unicode; color: red; }
.small_infoblock { font-family: Calibri, Lucida Sans Unicode; font-size:8pt; }
.block { background-color: #EEEEEE; padding-top:6;padding-bottom:10;padding-right:10;padding-left:10;}
.threecol { float:left; }
.left { float:left; }
.hints { width:59px;float:left;margin-right:6px; }
.main { width:843px;float:left;margin-right:26px; }
.contents { width:270px;float:left; }
.numbox { padding:10px 10px 10px 10px;background-color:black;color:white; }
@font-face {
font-family: 'local';
src: url('Geometria-Light.otf');
font-weight: normal;
font-style: normal
}