htdocs/theunderlandcouk/species/species.css

58 lines
1015 B
CSS
Executable File

body {
font-family: 'Trebuchet MS', Arial;
background-image: url('../images/TheUnderland.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
table {
box-shadow: 0px 0px 36px 15px rgba(255, 255, 255, 0.28);
background-color: transparent;
border-collapse:separate;
border:solid white 1px;
border-radius:8px;
}
table, th, td {
border: 1px solid;
}
body {
cursor: url('../images/torch.cur'),auto;
}
footer {
background-color: red;
}
p, h1, h2, h3, h4, h5, h6, article {
color: white;
}
a:link {
color: blue;
}
a:visited {
color: red;
}
a:hover {
color: lime;
}
a:active {
color: pink;
}
.desaturate {
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
/*grayscale for background image*/
background-color: #FFF;
background-blend-mode: luminosity, normal;
}