You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
603 B

3 years ago
/* go wild ... */
* {
2 years ago
border: 1px solid red;
}
body {
/* height: 1000px;*/
}
div.container{
max-width: 100%;
}
div.forms {
/* padding-top: 24px;*/
max-width: 50%;
float: left;
display: inline;
}
div.iframe {
width: 50%;
height: 480px;
display: inline-block;
2 years ago
border: 2px solid blue;
}
ul li {
list-style:none;
}
2 years ago
#title, #author, #comments, #timestamp, #tags {
display: flex;
}
form.metafields {
padding: 12px;
2 years ago
background-color: gainsboro;
}
iframe {
position: relative;
height: 100%;
width: 100%;
2 years ago
}
object {
max-height: 100%;
max-width: 100%;
}