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.

117 lines
1.4 KiB
CSS

span.mw-editsection {
display: none;
}
body {
font-family: sans-serif;
color: black;
height: 100%
width: 100%;
display: block;
}
p.imgcaption {
/* font-family: serif;*/
position: relative;
}
a:hover {
background-color: yellow;
}
.heading {
font-family: serif;
font-size: 1.6em;
color: black;
padding-left: 18px;
padding-top: 6px;
}
.snippets {
font-family: monospace;
position: absolute;
margin-top: 400px;
}
.reverse {
width: 210px;
height: 148px;
margin-left: 6px;
margin-top: 400px;
border: solid 1px blue;
}
div.container-fluid {
max-width: 100%;
}
.cardback {
width: 50%;
height: 100%;
}
.col {
width: 50%;
}
.thumbinner {
display: none;
}
.thumbimage {
display: none;
}
.row {
display: inline-block;
}
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="recto"] {
border: 1px dotted blue;
}
.alert {
font-family: serif;
font-size: 1em;
display: inline-block;
margin-top: 18px;
margin-right: 6px;
padding-left: 36px;
padding-top: 6px;
background-color: white;
width: 40%;
}
.cards {
box-shadow: 5px 8px #888888;
}
img {
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
max-width: 100%
}
.cardbackimg {
width: auto;
height: auto;
z-index: -2;
}