-
Notifications
You must be signed in to change notification settings - Fork 0
/
neofob_alt.css
68 lines (59 loc) · 1.31 KB
/
neofob_alt.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
/* my tentative stylesheet to display text from htmlizer.pl
* A less stylistic settings
* Tuan T. Pham <tuan at vt dot edu>
*
* Recommended font settings:
* * Serif: Garamond Premier Pro, Carlson..;size 22
* * Monospace: Garamond Premier Pro..; size 20
* */
body {
/* use the first ligature and the second available swash character set */
-moz-font-feature-settings: "dlig" 1, "liga" 1, "kern" 1;
-moz-text-rendering: optimizeLegibility;
color: #FFFFFF;
background-color: #000000;
}
p.firstLetter:first-letter {
font-size: xx-large;
font-weight: bold;
text-float: left;
}
p:first-of-type:first-letter {
font-size: 60px;
float: left;
margin: 0 0;
line-height: 0.8;
}
/* TODO: need to move up a little bit to reduce the white space between
* the 1st line and the 2nd line. It is the same case for "intro" class.
*/
p:not(:first-of-type){
text-align: justify;
}
p:first-of-type:first-line {
font-variant: small-caps;
text-align: justify;
text-indent: 0em;
float: left;
}
p:first-of-type{
text-align: justify;
}
A {
text-decoration: none;
}
font.smcp {
font-variant: small-caps;
}
p.intro:first-letter {
font-size: 60px;
float: left;
margin: 0 0;
line-height: 0.8;
text-align: justify;
}
p.intro:first-line {
font-variant: small-caps;
text-align: justify;
text-indent: 0em;
}