Browse Source

autoformatter

main
cellarspoon 2 years ago
parent
commit
b9a5cc0c35
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 40
      static/styles.css

40
static/styles.css

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

Loading…
Cancel
Save