forked from vprover/vprover.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvampire.css
More file actions
172 lines (144 loc) · 2.6 KB
/
vampire.css
File metadata and controls
172 lines (144 loc) · 2.6 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
/* My home page style sheet
* (c) 2009-2013 Andrei Voronkov
*/
body {
font-size: 11pt;
font-family: Verdana, Arial, Helvetica;
padding: 0px;
margin: 0px;
border-width: 0px;
border-top: solid #c4d8ff 5pt;
border-right: solid #c4d8ff 6pt;
counter-reset: pb;
}
h1 {
padding: 12pt 0pt 12pt 0pt;
margin: 0pt;
border: 0pt;
font-size:18pt;
font-weight:normal;
text-align:center
}
h2 {
margin: 6pt 0px 6pt 0px;
font-size:16pt;
font-weight:normal;
}
h3 {
font-size:14pt;
font-weight:normal;
margin: 6pt 0px 6pt 0px;
}
h4 {
margin: 6pt 0px 6pt 0px;
}
p {
margin: 2pt 0pt 1pt 1pt;
}
pre code {
background-color: #eee;
border: 1px solid #999;
display: block;
padding: 20px;
}
.code { font-size:10pt; }
.codebox {
border-top: #BBBBBB solid 1px;
border-bottom: #BBBBBB solid 1px;
margin:5pt 0pt 5pt 0pt;
background : #F0F8FF;
}
.replybox {
border-top: #BBBBBB solid 1px;
border-bottom: #BBBBBB solid 1px;
margin:5pt 0pt 5pt 0pt;
/* background : #C3FDB8; */
background : #FFFFE8;
}
.comment {
color:red
}
.content {
vertical-align:top;
margin: 0pt;
padding: 0pt 0pt 1000pt 2pt;
border: 0pt;
}
.publist {
margin: 5pt 0pt 5pt 0pt;
}
li.pub {
list-style-type: none;
margin: 1pt 0pt 1pt 12pt;
}
li.pub:before {
counter-increment: pb;
content : "[" counter(pb) "] ";
display : inline;
}
.menu {
vertical-align:top;
margin: 0pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#c4d8ff; /* #f4cb45; */
height:100%;
font-size:14pt;
padding: 8pt 3pt 1000pt 2pt;
border: 0pt;
}
.menu div {
padding: 6pt 4pt 6pt 4pt
}
.menu div.subitem {
padding: 0pt 8pt 0pt 12pt;
font-size: 11pt;
white-space: nowrap;
}
.menu a:link {
color:black;
}
.menu a:visited {
color:black;
}
.menu a:hover {
color:red;
}
.menu div.active {
background-color:#f4cb45;
}
.textPopup {
background-color: #f2eda6;
visibility:hidden;
font-weight:bold;
padding:4px 10px 4px 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headline {
font-weight:bold;
font-family:sans-serif;
}
.headlineFirstLetter {
font-family:sans-serif;
color:red;
font-size:18pt;
}
img { border-style:none; }
.date {
font-size:10pt;
font-family:sans-serif;
}
.red {
color:red;
}
.blue {
color:blue;
}
/* publications */
.ptitle a:link {font-style: italic;color:#347235}
.ptitle a:visited {font-style: italic;color:#347235}
.conf a:link {font-style: italic;color:#736AFF}
.conf a:visited {font-style: italic;color:#736AFF}
/* math display */
.math {color:navy;font-weight:bold}
/* definitions, coral color */
.def {color:#F76541}