-
Notifications
You must be signed in to change notification settings - Fork 0
/
pslab.css
119 lines (95 loc) · 1.42 KB
/
pslab.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
112
113
114
115
116
117
118
119
BODY, H1, H2, H3, H4, H5, H6, TH, TD {
font-family: arial, helvetica, sans-serif;
font-size: 80%;
}
/*
BODY {
margin-left: 170px;
background: url(/images/margin.gif) repeat-y white;
}
*/
.margin {
position: absolute;
left: 0px;
width: 145px;
color: #0256A2;
text-align: center
}
H1, H2, H3, H4, TH.people {
color: #0256A2;
}
H1 {
font-size: large;
}
H2 {
font-size: medium;
}
ADDRESS {
font-size: xx-small;
}
PRE, CODE, .code {
font-family: "andale mono", "lucida console", courier, monospace;
}
CODE, .code {
color: #663366;
}
PRE.code {
margin-left: 1.5cm;
}
CODE.keyword, CODE.kw, SPAN.keyword, SPAN.kw {
font-weight: bold;
}
TH.people {
text-align: left;
}
A:link {
color: #0256A2;
text-decoration: none;
}
A:visited {
color: #333399;
text-decoration: none;
}
A:hover {
text-decoration: underline;
}
.narrow H2 {
border: 0;
margin-top: 1.5em;
margin-bottom: 1em;
}
.narrow P, .narrow UL {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.ignore {
display: none;
}
.smallmenu {
text-align: center;
}
.smallmenu A.hilite {
color: #ff9933;
font-weight: bold;
}
.paperyear, .paperauthor {
font-weight: bold;
}
MENU.paperlinks LI {
list-style-type: none;
}
.paperlinks P {
display: inline;
text-indent: -40px;
font-weight: normal;
font-style: italic;
}
SPAN.bibauthor {
font-style: italic;
}
SPAN.small {
font-size: small;
}
SPAN.error {
color: #ff0000;
}