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.

101 lines
1.2 KiB
CSS

body {
font-family: sans-serif;
color: black;
height: 100%
width: 100%;
display: block;
}
a:hover {
background-color: yellow;
color: black;
}
.heading {
font-family: serif;
font-size: 1.6em;
color: black;
padding-left: 18px;
padding-top: 6px;
padding-bottom: 6px;
}
.control {
font-family: serif;
font-size: 1em;
color: black;
padding-left: 0px;
padding-top: 6px;
padding-bottom: 6px;
}
div.container-fluid {
max-width: 100%;
}
.item {
}
.cardback {
width: 50%;
height: 100%;
}
.col {
width: 50%;
}
.row {
display: inline-block;
vertical-align: top;
}
h2 {
text-align: top;
}
iframe {
border: 1px solid blue;
width: 100%;
height: 563px;
margin: 0;
}
iframe[name="verso"] {
background-repeat: repeat;
background-image: url("./IMG/2px_grey.jpg");
}
iframe[name="bottom"] {
width: 100%;
height: 100%
}
.cards {
box-shadow: 5px 8px #888888;
}
img {
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
max-width: 100%
}
.imgsnippets {
width: 210px;
height: 148px;
margin-left: 6px;
margin-top: 400px;
z-index: 0;
/*position: fixed;
float: right;*/
border: solid 1px blue;
}
nav {
text-align: right;
}