|
|
@ -1,7 +1,7 @@ |
|
|
|
/* go wild ... */ |
|
|
|
|
|
|
|
* { |
|
|
|
/* border: 1px solid red;*/ |
|
|
|
border: 1px solid red; |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
@ -23,22 +23,31 @@ div.forms { |
|
|
|
div.iframe { |
|
|
|
width: 50%; |
|
|
|
height: 480px; |
|
|
|
/* float: left;*/ |
|
|
|
display: inline-block; |
|
|
|
border: 2px solid blue; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
ul li { |
|
|
|
list-style:none; |
|
|
|
} |
|
|
|
|
|
|
|
li::marker { |
|
|
|
display: none; |
|
|
|
#title, #author, #comments, #timestamp, #tags { |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
|
|
|
|
form.metafields { |
|
|
|
padding: 12px; |
|
|
|
padding-left: 0px; |
|
|
|
background-color: gainsboro; |
|
|
|
} |
|
|
|
|
|
|
|
iframe { |
|
|
|
position: relative; |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
|
border: 2px solid blue; |
|
|
|
} |
|
|
|
|
|
|
|
object { |
|
|
|
max-height: 100%; |
|
|
|
max-width: 100%; |
|
|
|
} |