-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaskprof.css
116 lines (100 loc) · 1.52 KB
/
askprof.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
body {
background: #FFFFFF;
}
DIV.bookpage {
margin:0.1in 0.5in 0in 0.5in;
background-color: #DDDDDD;
color: black;
border:2px solid black;
}
DIV.webpage {
margin:0.1in 0.5in 0.1in 0.5in;
background-color: white;
color: black;
border:2px solid black;
}
H1, H2, H3, H4 {
font-family: Helvetica, sans-serif;
text-align: center;
}
H1 {
color: red;
}
H1.caption {
padding:0.1in;
text-align: left;
font-size: 14pt;
color: black;
}
P {
font-size: 12pt;
}
P.nav {
padding: 0;
margin: 0;
font-family: Helvetica, sans-serif;
font-size: 9pt;
text-align: right;
/* background: #cccccc */
}
p.nav a:link {
text-decoration: none;
border: 0px 0px 5px 0px solid black;
}
p.nav a:visited{
text-decoration: none;
}
P.title {
font-family: Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
font-style: italic;
text-align: right;
margin: 0;
padding: 0;
}
P.title a:link,
P.title a:visited {
text-decoration: none;
}
p.librarian,
p.faculty,
p.student {
margin-top: 0;
margin-left: 2em;
font-size: large;
font-weight: bold;
margin-right: 2em;
}
p.librarian {
color: green;
}
p.faculty {
color: red;
}
p.student {
color: blue;
}
td.left {
width = 50%;
}
P.booktitle {
text-align: center;
color: blue;
}
P.bookpage {
text-align: right;
color: blue;
} /* 7797 */
P.wrong {
color: red;
font-weight: bold;
font-family: Helvetica, sans-serif;
}
P.endnotes {
margin-left: 25%;
margin-right: 0.6in;
background-color: white;
color: grey;
font-size: 8pt;
}