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.
57 lines
621 B
57 lines
621 B
/* * { */
|
|
/* 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;
|
|
border: 2px solid blue;
|
|
}
|
|
|
|
ul li {
|
|
list-style: none;
|
|
}
|
|
|
|
#title,
|
|
#author,
|
|
#comments,
|
|
#timestamp,
|
|
#tags {
|
|
display: flex;
|
|
}
|
|
|
|
form.metafields {
|
|
padding: 12px;
|
|
background-color: gainsboro;
|
|
}
|
|
|
|
iframe {
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
object {
|
|
max-height: 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.error {
|
|
color: red;
|
|
}
|
|
|