You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
body {
|
|
margin : 2em;
|
|
padding : 0em;
|
|
}
|
|
|
|
p.warning {
|
|
color : red;
|
|
}
|
|
|
|
p.query {
|
|
color : green;
|
|
}
|
|
|
|
p.insensitive {
|
|
color : gray;
|
|
}
|
|
|
|
.floatingLogo {
|
|
float : right;
|
|
}
|
|
|
|
a {
|
|
color : #4684ff;
|
|
text-decoration : none;
|
|
}
|
|
|
|
a:hover {
|
|
color : black;
|
|
}
|
|
|