forked from LearnPrologNow/lpn-swish-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlpn_reds2.css
142 lines (119 loc) · 1.86 KB
/
lpn_reds2.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
body {
background-color:#ffffff;
min-width: 500pt;
}
div.coloredbar {
background-color:#ffcc33;
margin:0pt;
padding:10pt;
height:50pt;
}
div.lpnheader {
background-color:#ffcc33;
margin:0pt;
padding:10pt;
text-align:left;
font-family:Helvetica,sans-serif;
font-size:300%;
}
.lpnheader a {
color:black;
font-family:Helvetica,sans-serif;
text-decoration:none;
}
div.authorbar {
background-color:#ff9900;
margin:0pt;
padding:7pt;
text-align:right;
font-family:Helvetica,sans-serif;
font-size:100%;
}
.authorbar a {
color:black;
font-family:Helvetica,sans-serif;
text-decoration:none;
}
div.navbar {
float:left;
background-color:#990000;
color:#ffffff;
width:150pt;
%overflow:hidden;
margin:0pt;
height:400pt;
padding-top:20pt;
font-family:Helvetica,sans-serif;
}
.navbar ul {
margin-left:0pt;
padding-left:0pt;
}
.navbar li {
list-style:none;
margin:10pt 0pt 10pt 8pt;
}
.navbar li li {
margin:3pt 0pt 3pt 15pt;
font-size:90%;
}
div.content {
padding:20pt;
padding-left:10pt;
margin-left:170pt;
font-family:Helvetica,sans-serif;
font-size:80%;
overflow:visible;
}
.content td {
font-size:80%;
}
div.foot {
clear:both;
padding-top:10pt;
font-family:Helvetica,sans-serif;
font-size:80%;
}
div.tracker {
float:right;
width:50pt;
}
.content a {
color:#990000; %black;
}
.content h1 {
color:#ff9900;
}
.navbar a {
color:#ffffff;
font-family:Helvetica,sans-serif;
text-decoration:none;
}
div.newsbox {
float:right;
width:180pt;
border:3px solid #ff9900; %#990000;
padding:10px;
margin-right:-10pt;
margin-left:20pt;
margin-bottom:20pt;
}
div.newsbar {
width:180pt;
background-color:#ff9900; %#990000;
padding:10px;
margin: -10px;
margin-bottom: 10px;
color:#ffffff;
font-size:150%;
}
.emph {
color:#990000;
}
pre {
font-size:130%;
overflow:visible;
}
span.code{
font-family:'courier';
}